@charset "utf-8";
/*
  ケイマナニュースblog CSS
*/
/*  import normalize */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

body, form textarea{
font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
font-size:0.62em;

  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: bottom;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*  import variable */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud */
/* Common */

/*link*/
a         {text-decoration:none; outline:none;}
a:link    {color:#8c776c;}
a:visited {color:#8c776c;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}

.entry-content a.keyword {
  color: #eb6586!important;
  text-decoration: none;
  border-bottom: 1px dotted #eb6586;
}

.entry-content a.keyword:hover{
border: none;
text-decoration: none;
}

/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}

.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* container */
#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px;
}

#container #content {
  display: block;
  *zoom: 1;
}

#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.globalheader-off #container {
  padding-top: 0;
}

/* 2カラムレイアウト */
#main {
  width: 680px;
  float: left;
}

#box2 {
  width: 280px;
  float: right;
}

/* header */
body.page-index #top-editarea {
position: relative;
height: 125px;
}

body.page-index a.headerIMG,
body.page-index a.headerIMG img {
display:none;
}

#top-editarea {
position: relative;
height: 275px;
}

a.headerIMG {
position: absolute;
top: 125px;
}
a:hover.headerIMG {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

a.headerIMG img {
vertical-align:bottom;
}

#header-modules{
  margin-bottom: 30px;
}

#blog-title {
  margin: 30px 0;
  padding: 20px 0;
}

#title {
  margin: 0;
}

#title a {
  color: #454545;
}

#blog-description {
}

/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}

.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}

/*ロゴ・リード*/
#km-head-module{
margin-bottom: 30px;
line-height: 0;
font-size: 2px;
}


/* パンくず（カテゴリーページで表示されます） */
.header-breadcrumb{
position: absolute;
font-size: 1.1em;
line-height: 1.1;
color: #777;
width: 1000px;
margin: 12px auto;
top: 90px;
}

.header-breadcrumb a{
text-decoration: underline;
}

.header-breadcrumb a:hover{
text-decoration: none;
}

#top-box {
  display:none;
  width: 960px;
  margin: 0 auto 10px auto;
}

#top-box ul{
margin: 0;
padding: 0;
list-style: none;
}

#top-box ul li {
  color: #777;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#top-box ul li:first-child:before {
  content: none;
}

#top-box ul li:before {
  content: ">";
  padding: 0 3px;
  color: #000;
}

#top-box .breadcrumb {
  display: none;
}

#top-box a:hover{
text-decoration: underline;
}

/* entry */
.entry {
  position: relative;
  margin-bottom: 40px;
}

.entry .hatena-fotolife:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

.entry-header {
position: relative;
margin-bottom: 50px;
padding: 10px 0 20px 0;
}

.customized-header {
position:absolute;
}

.entry .date{
position:absolute;
font-size: 1.2em;
color: #999999;
font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, sans-serif;
margin-bottom: 9px;
top:5px;
left:0;
}

.entry .date a{
color: #999999;
}

.entry .entry-title {
font-size: 2.5em;
line-height: 1.4;
color: #000;
border-top: 1px #999999 dotted;
padding: 10px 0 10px 40px;
background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20160413/20160413210935.png) 0 14px no-repeat;
}

.entry .entry-title a{
color: #000;
}

.entry .categories {
position: absolute;
margin-bottom: 20px;
display: block;
*zoom: 1;
font-size: 1.2em;
line-height: 1.2;
top:0;
right:0;
}

.entry .categories:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.entry .categories a{
  color: #8c776c;
  background: #fff;
display: block;
float: left;
margin-right: 5px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 1px solid #e8e1d9;
padding: 4px 10px 1px 10px;
}

.entry .categories a:hover{
color: #e96686;
}

.entry .categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}

.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

.entry-header-html .header-social-buttons {
padding:0 0 0 40px;
}

.entry-header-html .header-social-buttons .hatena-bookmark-button-frame,
.entry-header-html .header-social-buttons .fb-share-button,
.entry-header-html .header-social-buttons .twitter-share-button,
.entry-header-html .header-social-buttons #___plusone_0,
.entry-header-html .header-social-buttons .pocket-bt{
  margin-right: 8px;
}
.entry-header-html .header-social-buttons .twitter-share-button{
  width: 90px !important;
  height: 20px !important;
}
.entry-header-html .header-social-buttons #___plusone_0{
  width: 64px !important;
}

/* entry-content の中の書式 */
.entry-content {
color: #000;
margin-bottom: 40px;
padding: 0px 21px 0px 21px;
}

.entry-content p {
margin: 0 0 20px 0 !important;
line-height: 1.66 !important;
font-size: 14px !important;
}
.entry-content p strong {
font-weight:normal !important;
background-color:#ffffcc !important;
}

.entry-content img {
  max-width: 100%;
  max-height:300px;
}

.entry-content h3{
margin: 30px 0 20px 0;
padding:0 0 5px 15px;
font-size: 20px;
line-height: 1.43;
border-bottom: solid 1px #e54763;
background:url("https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20160413/20160413210532.png") 0 4px no-repeat;
}

.entry-content h4{
font-size: 16px;
line-height: 1.4;
margin: 0 0 10px 0;
padding:8px;
background-color:#f3f0ee;
}

.entry-content h5{
font-size: 1.5em;
line-height: 1.4;
margin: 31px 0 8px 0;
}


.entry-content h6{
font-size: 1.4em;
line-height: 1.4;
margin: 31px 0 8px 0;
}

.entry-content a{
color: #000000;
}

.entry-content a:hover{
text-decoration: underline;
}

.entry-content ul{
margin: 25px 0 35px 20px;;
padding: 0;
}

.entry-content ul ul{
margin: 0 0 0 20px;
}

.entry-content ul li li{
font-size: 1em;
}

.entry-content ul li li:first-child{
margin-top: 8px;
}

.entry-content ul li li li{
list-style: disc;
color: #f6b9c8;
}

.entry-content ul li{
font-size: 1.44em;
line-height: 1.33;
margin:0 0 8px 0;
padding: 0;
color: #000;/*e96686*/
}
.entry-content ul li span{
color: #000;
}

.entry-content table {
  border-collapse:collapse;
  border-top: 1px solid #e8e1d9;
  width: 100%;
  margin: 25px 0 35px 0;
  padding: 0;
}

.entry-content table th{
background: #fff9f1;
font-size: 1.5em;
font-weight: bold;
line-height: 1.4;
padding:8px 20px;
border-bottom: 1px solid #e8e1d9;
text-align: left;
}

.entry-content table td{
font-size: 1.5em;
line-height: 1.4;
padding:8px 20px;
border-bottom: 1px solid #e8e1d9;
text-align: left;
}

.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}

.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}

.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}



/* entry-footer */

.entry-footer-section{
display: none;
}

.article-b-banner{ 
margin-bottom: 40px;
}

.article-b-banner  p{
margin: 0;
padding: 0;
line-height: 0;
font-size: 2px;
}

.article-b-banner a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

.entry-footer-section {
}

.entry-footer-section a {
}

.entry-footer .social-buttons{
margin-bottom: 40px;
padding: 0px 21px 0px 21px;
}

/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.7;
}

.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}

.comment-box .read-more-comments {
  padding-left: 0;
}

.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}

.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.comment-content {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}

.comment-content p {
  margin: 0 0 10px 0;
}

.comment-metadata {
  color: #999999;
  margin: 0;
}

.comment-metadata a {
  color: #999999;
}

.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

/* sidebar */
#box2 .hatena-module-title {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.4em;
  background: #f8f3ee;
  border-bottom:1px dotted #e8e1d9;
  border-top:1px solid #e8e1d9;
  border-left:1px solid #e8e1d9;
  border-right:1px solid #e8e1d9;
  padding: 13px 9px 10px 9px;
  color: #e96686;
}

/*category*/
#box2 .hatena-module-category .hatena-urllist {
border-left: 1px solid #e8e1d9;
border-right: 1px solid #e8e1d9;
}
#box2 .hatena-module-category .hatena-urllist li {
font-size: 1.6em;
line-height: 1.2;
border-top: 1px dotted #e8e1d9;
font-weight: bold;
}
#box2 .hatena-module-category .hatena-urllist li:first-child {
border:none;
}
#box2 .hatena-module-category .hatena-urllist li a {
display: block;
padding: 15px 20px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232506.png) no-repeat 251px 50%;
background-size: 8px 14px;
}
#box2 .hatena-module-category .hatena-urllist li a:hover{
background-color:#f8f3ee;
}



/*ranking*/
#box2 .entries-access-ranking {
  border-left: 1px solid #e8e1d9;
  border-right: 1px solid #e8e1d9;
  border-bottom: 1px solid #e8e1d9;
}

#box2 .entries-access-ranking-item{
padding: 10px 19px 8px 9px;
border-top: 1px dotted #e8e1d9;
}

#box2 .entries-access-ranking-item:first-child{
border: none;
}

#box2 .entries-access-ranking-item:hover{
background: #f8f3ee;
cursor: pointer;
}

#box2 .entries-access-ranking-item:hover .entries-access-ranking-image{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

#box .entries-access-ranking-item-inner{
 display: block;
  *zoom: 1;
  position: relative;
}

#box .entries-access-ranking-item-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

#box2 .entries-access-ranking-image-link{
width: 90px;
float: left;
display: block;
}

#box2 .entries-access-ranking-item{
position: relative;
}

#box2 .entries-access-ranking-item:before{
display: block;
width: 0;
height: 0;
border-top: 15px solid #fff;
border-right: 15px solid #fff;
border-bottom: 15px solid transparent;
border-left: 15px solid transparent;
position: absolute;
top: 10px;
left: 69px;
content: "";
z-index: 100;
}

#box2 .entries-access-ranking-item:hover:before{
border-top: 15px solid #f8f3ee;
border-right: 15px solid #f8f3ee;
}

#box2 .entries-access-ranking-item-inner{
position: relative;
}

#box2 .entries-access-ranking-item-inner:before {
  display: block;
  color: #e96686;
  font-size: 1.8em;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 79px;
  z-index: 200;
font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, sans-serif;
}

#box2 .entries-access-ranking-item-inner:hover:before img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

#box2 .rank-1 .entries-access-ranking-item-inner:before{
  content: "1";
}

#box2 .rank-2 .entries-access-ranking-item-inner:before{
  content: "2";
}

#box2 .rank-3 .entries-access-ranking-item-inner:before{
  content: "3";
}

#box2 .rank-4 .entries-access-ranking-item-inner:before{
  content: "4";
}

#box2 .rank-5 .entries-access-ranking-item-inner:before{
  content: "5";
}

#box2 .rank-6 .entries-access-ranking-item-inner:before{
  content: "6";
}

#box2 .rank-7 .entries-access-ranking-item-inner:before{
  content: "7";
}

#box2 .rank-8 .entries-access-ranking-item-inner:before{
  content: "8";
}

#box2 .rank-9 .entries-access-ranking-item-inner:before{
  content: "9";
}

#box2 .rank-10 .entries-access-ranking-item-inner:before{
  content: "10";
}

#box2 .entries-access-ranking-title{
width: 140px;
float: right;
padding-top:8px;
font-weight: bold;
}

#box2 .urllist-with-thumbnails li .urllist-image{
margin: 0;
float: none;
}
#box2 .entries-access-ranking-title{
font-size: 1.4em;
line-height: 1.44;
}


/*banner module*/
.km-side-logo{
margin: 0 0 20px 0;
padding: 0;
list-style: none;
}

.km-side-logo a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}


/*share module*/
.km-share{
margin: 0 0 20px 0;
padding: 0;
list-style: none;
  display: block;
  *zoom: 1;
}

.km-share:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.km-share li{
margin: 0;
padding: 0;
float: left;
width: 70px;
}

.km-share li a{
display: block;
height: 0;
padding-top: 40px;
overflow: hidden;
}

.km-share li.km-twitter a{
background: #55acee url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232515.png) no-repeat 50% 50%;
background-size: 18px 18px;
}

.km-share li.km-twitter a:hover{
background-color: #74c3ff;
}

.km-share li.km-facebook a{
background: #3b5999 url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232510.png) no-repeat 50% 50%;
background-size: 18px 18px;
}

.km-share li.km-facebook a:hover{
background-color: #5779c1;
}
.km-share li.km-google a{
background: #dd4b39 url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232511.png) no-repeat 50% 50%;
background-size: 18px 18px;
}

.km-share li.km-google a:hover{
background-color: #f66755;
}
.km-share li.km-rss a{
background: #ff8523 url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232513.png) no-repeat 50% 50%;
background-size: 18px 18px;
}

.km-share li.km-rss a:hover{
background-color: #ffa55c;
}

/*category*/
.km-side-list{
margin: 0;
padding: 0;
list-style: none;
  border-left: 1px solid #e8e1d9;
  border-right: 1px solid #e8e1d9;
  border-bottom: 1px solid #e8e1d9;
}

.km-side-list li{
font-size: 1.6em;
line-height: 1.2;
border-top: 1px dotted #e8e1d9;
font-weight: bold;
}

.km-side-list li:first-child{
border-top: 0;
}

.km-side-list a{
display: block;
padding: 15px 20px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232506.png) no-repeat 251px 50%;
background-size: 8px 14px;
}
.km-side-list a:hover{
background-color:#f8f3ee;
}

/*banner*/
.km-side-banner{
margin: 0;
padding: 0;
list-style: none;
}

.km-side-banner li{
margin-bottom: 10px;
width:280px; height:60px; background:#ccc;
}

/*facebook*/
.km-side-fb{
background: #edeff4;
padding: 10px;
margin-bottom: 20px;
}

.km-side-fb iframe{
background: #fff;
margin-bottom: 7px;
}

.km-side-fb p{
margin: 0;
padding: 0;
font-size: 1.6em;
line-height: 1.1;
text-align: center;
}

.km-side-fb p a{
display: block;
background: #3b5999 url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232509.png) no-repeat 44px 13px;
background-size: 14px 14px;
color: #fff;
height: 27px;
padding-top: 13px;
}

.km-side-fb p a:hover{
background-color: #5779c1;
}

/* トップページ最新記事 */
.page-index #main .hatena-urllist li, .page-index #main .hatena-urllist li:first-child {
  width: 100%;
  border-top: 1px dotted #e8e1d9;
  padding: 0 0 20px 0;
}
.page-index #main .hatena-urllist li:last-child {
  border-bottom: 1px dotted #e8e1d9;
  padding: 0 0 20px 0;
}
.page-index #main .hatena-urllist li .recent-entries-image{
 float: left;
 padding: 20px 20px 0 0 !important;
}
.page-index #main .recent-entries-btn{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #f8f3ee;
  border:1px solid #e8e1d9;
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin-top: -20px;
}
.page-index #main .recent-entries-btn:hover{
  background: #fff;
  color:#e96686;
  cursor: hand;
}

/* トップページTwitter */
.twitter-timeline{
min-width:280px!important;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
}

.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  padding:0;
}

/* Search module */
#box2 .hatena-module.hatena-module-search-box{
border: 0 !important;
margin-bottom: 27px;
}

.hatena-module-search-box .hatena-module-title{
display: none;
}

.hatena-module-search-box .search-form {
  background: #fff4f9;
  position: relative;
  margin-top: 20px;
}

.hatena-module-search-box .search-module-input {
  padding: 0 50px 0 13px;
  color: #d7a5bb;
  font-size: 1.4em;
  line-height: 1.1;
  outline: none;
  height: 38px;
  width:  215px;
  border: 1px solid #fff4f9;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150310/20150310024403.png) no-repeat 100% 0;
  background-size: 50px 80px;
}

.hatena-module-search-box .search-module-input:focus{
background-position: 100% -40px;
  border: 1px solid #f5c3cf;
}

.hatena-module-search-box .search-module-input::-webkit-input-placeholder{
color: #d7a5bb;
}

input:-moz-placeholder {
color: #d7a5bb;
}

.hatena-module-search-box .search-module-button {
  width: 50px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Pager */
.pager {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150307/20150307233545.png) no-repeat 50% 0;
  background-size: 1px 200px;
  margin: 40px 0 40px 0;
  font-size: 1.5em;
  line-height: 1.33;
}

.pager a:hover{
text-decoration: underline;
}

.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.pager .pager-prev {
  float: left;
  text-align: left;
  width: 310px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150307/20150307024434.png) no-repeat 0 1px;
  background-size: 8px 13px;
  padding-left: 20px;
}

.pager .pager-next {
  float: right;
  text-align: right;
  width: 310px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150307/20150307024435.png) no-repeat 100% 1px;
  background-size: 8px 13px;
  padding-right: 20px;
}

.pager-arrow{
display: none;
}

/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
}

#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries{
border-top: 1px dotted #e8e1d9;
  margin-bottom: 24px;
}

.page-archive .archive-entries a:hover .entry-thumb{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

.page-archive .archive-entries .archive-entry {
border-bottom: 1px dotted #e8e1d9;
padding: 15px 0 20px 0;
}
.page-archive .archive-entries  .date{
font-size: 1.8em;
line-height: 1.1;
color: #e96686;
font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, sans-serif;
margin-bottom: 9px;
}

.page-archive .archive-entries  .date a{
color: #e96686;
}

.page-archive .archive-entries  .entry-title {
font-size: 1.8em;
line-height: 1.44;
color: #8c776c;
margin: 0 0 5px 0;
padding: 0;
}

.page-archive .archive-entries  .entry-title a{
color: #8c776c;
}

.page-archive .archive-entries  .entry-title a:hover{
text-decoration: underline;
}

.page-archive .archive-entries .categories {
margin-bottom: 15px;
  display: block;
  *zoom: 1;
  font-size: 1.2em;
  line-height: 1.1;
}

.page-archive .archive-entries .categories:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.page-archive .archive-entries .categories a{
  color: #8c776c;
  background: #fff;
display: block;
float: left;
margin-right: 5px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 1px solid #e8e1d9;
padding: 4px 10px 1px 10px;
}

.page-archive .archive-entries .categories a:hover{
color: #e96686;
}

.page-archive .archive-entries .entry-description {
font-size: 1.4em;
line-height: 1.42;
color: #8c776c;
}

/*カテゴリ最新*/
#main .hatena-module{
  margin-top: 40px;
}

#main .hatena-module-title{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.1;
  color: #e96686;
  border-top: 2px solid #e96686;
  padding: 12px 0 10px 0;
}

#main .hatena-module-title a{
  display: block;
  font-size: 1em;
  color: #e96686;
}

#main .hatena-urllist {
  display: block;
  *zoom: 1;
}
#main .hatena-urllist:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

#main .hatena-urllist li:first-child {
  width: 320px;
  float: left;
}

#main .hatena-urllist li {
  width: 320px;
  float: right;
}

#main .urllist-with-thumbnails li .urllist-image{
float: none;
margin: 0;
}

#main .urllist-date-link{
  font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, sans-serif;
  color:#e96686;
  font-size: 1.4em;
  line-height: 1.2;
  padding: 20px 0 7px 0;
}

#main .urllist-date-link a{
  color:#e96686;
  font-size: 1em;
}

#main .urllist-title{
  font-size: 1.8em;
  line-height: 1.44;
  color: #8c776c;
  font-weight: bold;
}

#main .urllist-title a{
  color: #8c776c;
}

#main .recent-entries-entry-body{
  color: #8c776c;
  font-size: 1.4em;
  line-height: 1.42;
  padding-top: 6px;
}

#main .urllist-image {
  margin: 0 0 18px 0;
  padding: 0;
}

#main .urllist-item:hover .urllist-image{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

#main .urllist-item:hover .urllist-title-link,
#main .urllist-item:hover .urllist-entry-body{
text-decoration: underline;
cursor: hand;
}

/*関連記事*/
.related-entries{
margin-bottom: 40px;
}

.related-entries li{
border-bottom:1px solid #e8e1d9;
padding-bottom: 10px;
margin-bottom: 20px !important;
}

.related-entries li{
border-bottom:1px solid #e8e1d9;
padding-bottom: 10px;
margin-bottom: 20px !important;
}

.related-entries-list li:hover .related-thumb{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}

.related-entries-list li:hover .related-entry-title{
text-decoration: underline;
}

.related-entries h2{
font-size: 1.8em;
line-height: 1.1;
color: #e96686;
border-top: 2px solid #e96686;
margin: 0 0 10px 0;
padding: 12px 0 0 0;
}

.related-entries .related-entry-title{
color:#8c776c;
font-size: 1.8em;
line-height: 1.44;
margin: 0;
padding: 0;
}

.related-entries .related-entry-description{
font-size: 1.4em;
line-height: 1.42;
color: #8c776c;
padding: 5px 0 10px 0;
margin: 0;
}

/*PICK UP　カルーセル*/
#main .hatena-module:first-child {
  background: #fff9f1;
  border: #e8e1d9 1px solid;
  padding: 19px 19px 19px 19px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#main .hatena-module:first-child .hatena-module-body {
  width: 100%;
  overflow: hidden;
}

#main .hatena-module:first-child .hatena-module-title{
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232508.png) no-repeat;
  background-size: 140px 40px;
  text-align: center;
  color: #fff;
  width: 140px;
  height: 40px;
  font-weight: normal;
  font-size:2em;
  line-height: 1.1;
  position: absolute;
  left: 269px;
  top: -1px;
  z-index: 100;
  padding: 11px 0 0 0;
  border: 0;
}

#main .hatena-module:first-child .hatena-module-title a{
  color: #fff;
}

#main .hatena-module:first-child .urllist-date-link{
  text-align: center;
  font-family: avenir, 'avenir next', Futura, 'Century Gothic', CenturyGothic, 'Verdana', Verdana, sans-serif;
  color:#e96686;
  font-size: 1.6em;
  line-height: 1.5;
  padding: 10px 0 2px 0;
}

#main .hatena-module:first-child .urllist-date-link a{
  color:#e96686;
  font-size: 1em;
}

#main .hatena-module:first-child .urllist-title{
  font-size: 1.8em;
  line-height: 1.44;
  color: #8c776c;
  text-align: center;
  display: block;
}

#main .hatena-module:first-child .urllist-item:hover .urllist-title{
text-decoration: underline;
}

#main .hatena-module:first-child .urllist-item:hover .urllist-image{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
zoom:1;
}


#main .hatena-module:first-child .hatena-urllist {
  width: 4020px;
  position: relative;
  overflow: hidden;
}
#main .hatena-module:first-child .hatena-urllist li {
  border: none;
  width: 300px;
  float: left;
  margin: 15px 10px 0 10px;
}

#main .hatena-module:first-child .urllist-image-link{
text-align: center;
display: block;
}

#main .hatena-module:first-child .urllist-with-thumbnails li .urllist-image {
  float: none;
  margin: 0;
}

#main .hatena-module:first-child .module-entries-carousel-navigation {
  list-style: none;
  text-align: center;
  padding: 5px 0 0 12px;
  margin: 0;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li {
  display: inline-block;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li a {
  background: #e8e1d9;
  display: block;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li a.current{
  background: #e96686;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li a.active{
  cursor: pointer;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li a{
  line-height: 0;
  font-size: 1px;
  margin: 0 5px;
  display: block;
  width: 30px;
  height: 4px;
}

#main .hatena-module:first-child .module-entries-carousel-navigation li span {
  display: none;
}

#main .hatena-module:first-child .module-entries-carousel-button span {
  display: none;
}

#main .hatena-module:first-child .module-entries-carousel-button.back {
  position: absolute;
  top: 130px;
  left: -31px;
  background:#fff url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232505.png') no-repeat 42px 50%;
  width: 70px;
  height: 70px;
  background-size: 10px 18px;
  -moz-border-radius:70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}

#main .hatena-module:first-child .module-entries-carousel-button.back:hover{
background-color: #e96686;
background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150306/20150306002948.png) ;
cursor: pointer;
}

#main .hatena-module:first-child .module-entries-carousel-button.forward {
  position: absolute;
  top: 130px;
  right: -31px;
  background:#fff url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150304/20150304232507.png') no-repeat 18px 50%;
  width: 70px;
  height: 70px;
  background-size: 10px 18px;
  -moz-border-radius:70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}

#main .hatena-module:first-child .module-entries-carousel-button.forward:hover{
background-color: #e96686;
background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150306/20150306003217.png) ;
cursor: pointer;
}

/*ケイコとマナブヘッダフッタ
-----------	------------------------------------------*/
#header *,
#footer * {
margin: 0px;
padding: 0px;
font-family:"メイリオ","Osaka","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",verdana,arial,sans-serif;
}

#footer div.footseo{
font-size:12px;
text-align:right;
margin:0 12px 12px 0;
color:#444;
}
#footer div.footseo i{
font-style:normal;
}

#header ol,#header ul,
#footer ol,#footer ul {
list-style-type: none;
}

.arrow_s {
vertical-align: middle;
}
/*\*/
html*.arrow_s {
vertical-align: baseline;
*vertical-align: middle;
}
/**/

#pageBody:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#pageBody {
display: inline-table;
/*\*/
display: block;
*height: 1%;
/**/
}

/* HEADER */
.header {
  width: 100%;
  border-bottom: 2px solid #eb6687;
}
.header .header-inner {
  width: 1000px;
  margin: 0 auto;
}
.header .header-readArea {
  background-color: #ffeff6;
  padding: 5px 0;
  *zoom: 1;
}
.header .header-readArea:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-readArea h1 {
  float: left;
  margin:0 0 0 10px;
  padding:0;
  color: #aaa;
  font-size: 10px;
}
.header .header-readArea ul {
  float: right;
  margin:0 10px 0 0;
  padding:0;
  font-size: 12px;
  list-style:none;
  *zoom: 1;
}
.header .header-readArea ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-readArea ul li {
  float: left;
  margin-left: 16px;
}
.header .header-readArea ul li a {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170219.png) 0 5px no-repeat;
  padding-left: 8px;
  color: #777777;
  text-decoration: none;
}
.header .header-readArea ul li a:hover {
  text-decoration: underline;
}
.header .header-nav {
  *zoom: 1;
/*  margin-top: 12px;*/
}
.header .header-nav:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-nav p {
  float: left;
  position: relative;
}
.header .header-nav ul {
  *zoom: 1;
  float: left;
  padding-right: 1px;
  background: url("/common/pc/images/nav_border.png") no-repeat right 10px;
}
.header .header-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-nav ul li {
  float: left;
  padding-left: 1px;
  list-style:none;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170226.png) no-repeat 0 10px;
}
.header .header-nav ul li a {
  background-image: url(/common/pc/images/sprite.png);
  display: block;
  text-indent: -9999px;
}
.header .header-nav ul li a.nav01 {
  width: 112px;
  height: 41px;
  background-position: -1212px -205px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170229.png) 0 0 no-repeat;
}
.header .header-nav ul li a.nav01:hover {
  width: 112px;
  height: 41px;
  background-position:bottom;
}
.header .header-nav ul li a.nav02 {
  width: 112px;
  height: 41px;
  background-position: -976px -256px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170246.png) 0 0 no-repeat;
}
.header .header-nav ul li a.nav02:hover {
  width: 112px;
  height: 41px;
  background-position: -854px -256px;
  background-position:bottom;
}
.header .header-nav ul li a.nav03 {
  width: 112px;
  height: 41px;
  background-position: -732px -256px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170237.png) 0 0 no-repeat;
}
.header .header-nav ul li a.nav03:hover {
  width: 112px;
  height: 41px;
  background-position: -1157px -140px;
  background-position:bottom;
}
.header .header-nav ul li a.nav04 {
  width: 172px;
  height: 41px;
  background-position: -550px -256px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170240.png) 0 0 no-repeat;
}
.header .header-nav ul li a.nav04:hover {
  width: 172px;
  height: 41px;
  background-position: -1030px -205px;
  background-position:bottom;
}
.header .header-nav ul li a.nav05 {
  width: 92px;
  height: 41px;
  background-position: -928px -205px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170243.png) 0 0 no-repeat;
}
.header .header-nav ul li a.nav05:hover {
  width: 92px;
  height: 41px;
  background-position: -826px -205px;
  background-position:bottom;
}
.header .header-nav .header-nav-btnShiryo {
  float: right;
  top: 0;
}


/*  */
.header-nav-btnShiryo {
  border-radius: 4px;
  overflow: hidden;
  float: right;
  top: 0;
}
.header-nav-btnShiryo > a {
  background: #fb8928;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODkyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1NGIwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb8928), color-stop(100%, #f54b0f));
  background-image: -moz-linear-gradient(#fb8928, #f54b0f);
  background-image: -webkit-linear-gradient(#fb8928, #f54b0f);
  background-image: linear-gradient(#fb8928, #f54b0f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFB8928', endColorstr='#FFF54B0F');
  border: 1px solid #ff4900;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(244, 48, 8, 0.8);
  width: 183px;
}
.header-nav-btnShiryo > a:hover {
  background: #f54b0f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1NGIwZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiODkyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f54b0f), color-stop(100%, #fb8928));
  background-image: -moz-linear-gradient(#f54b0f, #fb8928);
  background-image: -webkit-linear-gradient(#f54b0f, #fb8928);
  background-image: linear-gradient(#f54b0f, #fb8928);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF54B0F', endColorstr='#FFFB8928');
}
.header-nav-btnShiryo > a.btnInactive:hover {
  background: #fb8928;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODkyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1NGIwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb8928), color-stop(100%, #f54b0f));
  background-image: -moz-linear-gradient(#fb8928, #f54b0f);
  background-image: -webkit-linear-gradient(#fb8928, #f54b0f);
  background-image: linear-gradient(#fb8928, #f54b0f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFB8928', endColorstr='#FFF54B0F');
}
.header-nav-btnShiryo > a > span {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150529/20150529170223.png) no-repeat 0 50%;
  margin-left: -20px;
  padding-left: 20px;
  *zoom: 1;
}
.header-nav-btnShiryo > span {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: #fff;
  padding: 4px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 15px;
  text-align: center;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.header-nav-btnShiryo > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #fff transparent transparent;
}



.fromHeader {
  background-color: #F8F3EE;
  padding: 30px 0;
}
.fromHeader img {
  display: block;
  width: 700px;
  height: 50px;
  margin: 0px auto;
}
.fromHeader p {
  font-size: 16px;
  font-weight: 700;
  color: red;
  text-align: center;
  line-height: 1.5;
  margin: 15px 0 -15px;
}
.fromHeader .reserveFinishedText {
  color: #777;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 15px 0 -15px;
}
.fromHeader .reserveFinishedText span {
  color: red;
}

/* FOOTER */
.footer {
  margin-top:30px;
  border-top: 1px solid #eee;
}

.footerMenu {
  clear: both;
  padding: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.footerMenu > ul {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
}
.footerMenu > ul:after {
  content: "";
  display: block;
  clear: both;
}
.footerMenu > ul li {
  float: left;
  padding-left: 13px;
  margin-left: 13px;
  border-left: 1px solid #ccc;
  font-size: 12px;
}
.footerMenu > ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footerMenu > ul li a {
  color: #8c776c;
  white-space: nowrap;
}

.recruitArea {
  width: 1000px;
  margin: 0 auto 30px;
  padding-top: 30px;
  *zoom: 1;
}
.recruitArea:after {
  content: "";
  display: block;
  clear: both;
}
.recruitArea > p {
  float: left;
}
.recruitArea > p .recruitLogo {
  text-indent: -9999px;
  display: block;
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20160421/20160421174325.png);
  width: 313px;
  height: 28px;
}
.recruitArea > p a {
  color: #435B67;
  text-decoration: underline;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: bold;
}
.recruitArea ul {
  *zoom: 1;
  float: right;
  position: relative;
  top: 15px;
  list-style:none;
}
.recruitArea ul:after {
  content: "";
  display: block;
  clear: both;
}
.recruitArea ul li {
  float: left;
  padding-left: 13px;
  margin-left: 13px;
  border-left: 1px solid #ccc;
  font-size: 11px;
}
.recruitArea ul li a {
  color: #8c776c;
}
.recruitArea ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.pageTop {
width: 960px;
margin: 15px auto;
overflow:hidden;
text-align:left;
}
.pageTop a {
float:right;
padding:0 0 0 20px;
font-size: 12px;
background:transparent url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keikotomanabunet/20150310/20150310010406.png) no-repeat scroll left top;
}
p.pageTop img {
vertical-align: middle;
}