@charset "utf-8";
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * 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;
}
/**
 * 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;
}
.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;
}
/* 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 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
li {
  list-style: none;
}
.ui-icon--car {
  background-image: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/sprite/icon.png?version=b9d8f3fd3ede1c24a6a4e7d20ddc3a2b3b490759&env=production');
  background-repeat: no-repeat;
}
.siteheader .siteheader-inner:after,
.desc:after,
.logo:after,
.gnav .gnav-list:after,
.gnav .gnav-list dd:after,
.footlogo:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.siteheader .siteheader-inner,
.desc,
.logo,
.gnav .gnav-list,
.gnav .gnav-list dd,
.footlogo {
  min-height: 1px;
  _height: 1px;
}
.siteheadercontainer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiNmZGZkZmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmU4ZGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(86%, #ffffff), color-stop(87%, #fdfdfd), color-stop(100%, #e2e8dd));
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 86%, #fdfdfd 87%, #e2e8dd);
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 86%, #fdfdfd 87%, #e2e8dd);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 86%, #fdfdfd 87%, #e2e8dd);
  border-bottom: 1px solid #e2e8dd;
}
.siteheader {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 10px;
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
}
.siteheader .siteheader-inner {
  margin-top: 15px;
}
.siteheader .ui-icon--car {
  margin-right: 4px;
}
.siteheader a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.desc .desc-title {
  float: left;
  font-size: 11px;
  color: #666666;
}
.desc .desc-link {
  float: right;
  padding-left: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}
.desc .desc-link a:link {
  color: #333333;
  text-decoration: none;
}
.desc .desc-link a:visited {
  color: #37660E;
  text-decoration: none;
}
.desc .desc-link a:hover {
  color: #666666;
  text-decoration: none;
}
.desc .desc-link a:active {
  color: #666666;
  text-decoration: none;
}
.logo {
  float: left;
  width: 239px;
}
.logo .logo-object {
  float: left;
  width: 138px;
}
.logo .logo-field {
  float: right;
  width: 91px;
}
.logo .logo-field-link {
  font-weight: bold;
}
.logo .logo-field-area {
  margin-top: 3px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.gnav {
  float: left;
  width: 711px;
}
.gnav a:link,
.gnav a:active,
.gnav a:visited {
  color: #333333;
}
.gnav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gnav .gnav-btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  -webkit-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #CAD0C6;
}
.gnav .gnav-btn.is-active {
  -moz-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  -webkit-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  background-image: none;
  background-color: #5BAE08;
  border: 1px solid #5BAE08;
  border-bottom: none;
}
.gnav .gnav-btn--left {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  -moz-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  -webkit-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-top: 1px solid #CAD0C6;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #CAD0C6;
  border-left: 1px solid #CAD0C6;
}
.gnav .gnav-btn--left.is-active {
  -moz-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  -webkit-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  background-image: none;
  background-color: #5BAE08;
  border-top: 1px solid #5BAE08;
  border-right: 1px solid #D9D9D9;
  border-bottom: none;
  border-left: 1px solid #5BAE08;
}
.gnav .gnav-btn--right {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  -webkit-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #CAD0C6;
}
.gnav .gnav-btn--right.is-active {
  -moz-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  -webkit-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  background-image: none;
  background-color: #5BAE08;
  border: 1px solid #5BAE08;
  border-bottom: none;
}
.gnav .gnav-btn--left {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  -moz-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  -webkit-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-top: 1px solid #CAD0C6;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #CAD0C6;
  border-left: 1px solid #CAD0C6;
}
.gnav .gnav-btn--left.is-active {
  -moz-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  -webkit-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  background-image: none;
  background-color: #5BAE08;
  border-top: 1px solid #5BAE08;
  border-right: 1px solid #D9D9D9;
  border-bottom: none;
  border-left: 1px solid #5BAE08;
}
.gnav .gnav-btn--right {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  -webkit-box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  box-shadow: rgba(245, 245, 245, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #CAD0C6;
  border-left: none;
}
.gnav .gnav-btn--right.is-active {
  -moz-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  -webkit-box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  box-shadow: rgba(76, 147, 0, 0.7) 0 2px 0 inset;
  background-image: none;
  background-color: #5BAE08;
  border-top: 1px solid #5BAE08;
  border-right: 1px solid #5BAE08;
  border-bottom: none;
}
.gnav .gnav-list li {
  float: left;
}
.gnav .gnav-list dt {
  padding-bottom: 3px;
  color: #4C841D;
  font-size: 10px;
  font-weight: bold;
  border-bottom: 2px solid #96DC6C;
}
.gnav .gnav-list dd {
  margin-top: 5px;
}
.gnav .gnav-list dd div {
  float: left;
}
.gnav .gnav-list .is-active:link,
.gnav .gnav-list .is-active:active,
.gnav .gnav-list .is-active:visited {
  color: #FFFFFF;
}
.gnav .gnav-list .is-active:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gnav .gnav-chintai {
  width: 59px;
}
.gnav .gnav-ms {
  width: 109px;
  margin-left: 5px;
}
.gnav .gnav-ms .gnav-ms-link a:link,
.gnav .gnav-ms .gnav-ms-link a:visited,
.gnav .gnav-ms .gnav-ms-link a:active {
  color: #37660E;
  text-decoration: none;
}
.gnav .gnav-ms .gnav-ms-link a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gnav .gnav-kodate {
  width: 109px;
  margin-left: 5px;
}
.gnav .gnav-chumon {
  width: 124px;
  margin-left: 5px;
}
.gnav .gnav-reform {
  width: 143px;
  margin-left: 5px;
}
.gnav .gnav-baikyaku {
  width: 68px;
  margin-left: 5px;
}
.gnav .gnav-counter {
  width: 67px;
  margin-left: 5px;
}
.gnav .gnav-counter .gnav-counter-title {
  color: #F58914;
  border-bottom: 2px solid #DA911D;
  padding-bottom: 3px;
}
.gnav .gnav--chintai {
  width: 57px;
}
.gnav .gnav--shinchiku {
  width: 53px;
}
.gnav .gnav--chukomansion {
  width: 53px;
}
.gnav .gnav--chukomansion.is-active {
  width: 52px;
}
.gnav .gnav--ikkodate {
  width: 53px;
}
.gnav .gnav--chukoikkodate {
  width: 53px;
}
.gnav .gnav--chukoikkodate.is-active {
  width: 52px;
}
.gnav .gnav--chumon {
  width: 64px;
}
.gnav .gnav--tochi {
  width: 57px;
}
.gnav .gnav--tochi.is-active {
  width: 56px;
}
.gnav .gnav--reform {
  width: 76px;
}
.gnav .gnav--setsubi {
  width: 64px;
}
.gnav .gnav--setsubi.is-active {
  width: 63px;
}
.gnav .gnav--baikyaku {
  width: 66px;
}
.gnav .gnav--counter {
  width: 65px;
}
.ui-icon--car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: -47px 0;
  width: 14px;
  height: 10px;
}
.footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
}
.footer > div:first-child {
  margin-top: 0;
}
.footer a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footlogo {
  width: 950px;
  margin: 30px auto 45px;
}
.footlogo .footlogo-link {
  float: left;
  margin-top: 5px;
  margin-left: 80px;
}
.footlogo .footlogo-action {
  float: right;
}
.footlogo .footlogo-action .footlogo-action-btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}
.footlogo .footlogo-action .footlogo-action-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footlogo .footlogo-action .footlogo-action-btn:link,
.footlogo .footlogo-action .footlogo-action-btn:hover,
.footlogo .footlogo-action .footlogo-action-btn:active,
.footlogo .footlogo-action .footlogo-action-btn:visited {
  color: #333333;
}
.logobox {
  float: left;
}
.logobox .logobox-link {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.logobox .logobox-link a:link,
.logobox .logobox-link a:visited,
.logobox .logobox-link a:hover,
.logobox .logobox-link a:active {
  color: #435B67;
  text-decoration: underline;
}
/* Common */
html,
body {
  font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
  color: #454545;
  background-color: #ffffff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #666666;
}
a {
  color: #0066cc;
}
a:hover {
  color: #0080ff;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #d8b99a;
  color: #454545;
}
hr {
  border: none;
  border-top: 1px dotted #d8b99a;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 12px 50px;
  margin-bottom: 0;
  line-height: 18px;
  color: #ffffff;
  background: #6fba2c;
  border-bottom: 2px solid #5E9E25;
  text-align: center;
  vertical-align: middle;
  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;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 1px #d9d9d9;
  text-decoration: none !important;
}
.btn:hover {
  opacity: .80;
  filter: alpha(opacity=80);
  color: #fff;
}
.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 {
  display: none;
}
/* container */
#container {
  margin-bottom: 30px;
}
#container #content {
  width: 950px;
  margin: 0 auto;
  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;
}
#main {
  width: 620px;
  float: left;
}
#main a.urllist-title-link {
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
}
#main a.urllist-title-link:hover {
  color: #666666;
}
#main .urllist-date-link {
  line-height: 1.4;
}
#main .urllist-date-link a {
  color: #999999;
  text-decoration: none;
}
#main .urllist-entry-body {
  color: #666666;
}
#main .hatena-module:first-child {
  background: #eeeee7;
  padding: 40px 25px 20px;
  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;
}
#main .hatena-module:first-child .hatena-module-body {
  width: 100%;
  overflow: hidden;
}
#main .hatena-module:first-child .hatena-urllist {
  width: 1740px;
  position: relative;
  overflow: hidden;
}
#main .hatena-module:first-child .hatena-urllist li {
  border: none;
  width: 265px;
  float: left;
  margin: 0 10px;
}
#main .hatena-module:first-child .urllist-with-thumbnails li .urllist-image {
  float: none;
  margin: 0;
}
#main .hatena-module:first-child .urllist-title-link {
  display: block;
  margin: 0 0 5px 0;
}
#main .hatena-module:first-child .module-entries-carousel-navigation {
  list-style: none;
  text-align: center;
}
#main .hatena-module:first-child .module-entries-carousel-navigation li {
  display: inline-block;
}
#main .hatena-module:first-child .module-entries-carousel-navigation li a:before {
  background: #ccc;
}
#main .hatena-module:first-child .module-entries-carousel-navigation li a.current:before {
  background: #f77c00;
}
#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:before {
  content: '';
  font-size: 18px;
  line-height: 1;
  margin: 0 3px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
}
#main .hatena-module:first-child .module-entries-carousel-navigation li span {
  display: none;
}
#main .hatena-module:first-child .module-entries-carousel-button {
  font-size: 24px;
  position: absolute;
  top: 184px;
}
#main .hatena-module:first-child .module-entries-carousel-button span {
  display: none;
}
#main .hatena-module:first-child .module-entries-carousel-button:hover {
  opacity: .8;
}
#main .hatena-module:first-child .module-entries-carousel-button.active {
  cursor: pointer;
  color: red;
}
#main .hatena-module:first-child .module-entries-carousel-button.back {
  left: 0;
}
#main .hatena-module:first-child .module-entries-carousel-button.back:before {
  content: '';
  background: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/arrow-left.svg?version=6c2a30b924ad83c6362b39f7c46562795402a663&env=production');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
  margin: 0 0 0 6px;
}
#main .hatena-module:first-child .module-entries-carousel-button.forward {
  right: 0;
}
#main .hatena-module:first-child .module-entries-carousel-button.forward:before {
  content: '';
  background: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/arrow-right.svg?version=3aab23a513ef5204060aa884a60804d8d60bc24c&env=production');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
  margin: 0 6px 0 0;
}
#main .hatena-module:nth-child(2) .hatena-module-title {
  display: none;
}
#main .hatena-module:nth-child(2) .hatena-urllist li:first-child {
  border-top: 1px dotted #d8b99a;
}
#main .hatena-module:nth-child(2) .urllist-with-thumbnails li {
  padding: 20px 0;
}
#main .hatena-module:nth-child(2) .urllist-with-thumbnails li .urllist-image {
  margin: 0 20px 0 0;
}
#main .hatena-module:nth-child(2) .urllist-with-thumbnails li .urllist-image:hover {
  opacity: .8;
}
#main .hatena-module:nth-child(2) a.urllist-title-link {
  line-height: 1.2;
}
#main .hatena-module:nth-child(2) .urllist-categories {
  margin: 2px 0 0 0;
}
#main .hatena-module:nth-child(2) a.urllist-category-link {
  background: #ededed;
  padding: 1px 7px 0;
  text-decoration: none;
  color: #666666;
  margin: 0 3px 0 0;
  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;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#main .hatena-module:nth-child(2) a.urllist-category-link:hover {
  background: #d8d8d8;
}
#main .hatena-module:nth-child(2) .urllist-entry-body {
  margin: 10px 0 0 0;
}
#main .hatena-module-html {
  text-align: center;
}
#main .related-entries {
  position: relative;
  background: #eeeee7;
  padding: 45px 20px 5px;
  margin: 40px 0 0 0;
  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;
}
#main .related-entries h2 {
  margin-bottom: 15px;
  font-size: 120%;
  background: #6fba2c;
  width: 120px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  left: -10px;
}
#main .related-entries h2:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 10px solid #6fba2c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
  left: 52px;
  bottom: -8px;
}
#main .related-entries .related-entries-list li {
  margin-bottom: 30px;
}
#main .related-entries .related-thumb {
  margin: 0 15px 10px 0;
}
#main .related-entries .related-entry-title {
  color: #333333;
  float: right;
  width: 445px;
  font-size: 110%;
}
#main .related-entries .related-entry-title:hover {
  color: #666666;
}
#main .related-entries .related-entry-description {
  line-height: 1.3;
}
#main .related-entries .related-entry-description a {
  font-size: 90%;
  color: #666666;
  text-decoration: none;
  line-height: 1 !important;
}
/* header */
#title {
  margin: 0;
}
#title a {
  color: #454545;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
#top-box {
  width: 950px;
  margin: 15px auto;
}
#top-box ul li {
  color: #999;
  font-size: 12px;
  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;
}
#top-box .breadcrumb {
  display: none;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d8b99a;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 150%;
}
/* 日付 */
.date {
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.date a {
  color: #999999;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin: 5px 0 0 0;
}
.categories a {
  background: #ededed;
  padding: 1px 7px 0;
  text-decoration: none;
  color: #666666;
  margin: 0 3px 0 0;
  font-size: 85%;
  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;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.categories a:hover {
  background: #d8d8d8;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d8b99a;
}
.entry-content h3 {
  color: #6fba2c;
  padding: 0 0 0 7px;
  border-left: 6px solid;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
  color: #6fba2c;
  padding: 0 0 0 7px;
  border-left: 6px solid;
}
.entry-content h2 {
  font-size: 150%;
  color: #6fba2c;
  padding: 0 0 0 7px;
  border-left: 6px solid;
}
.entry-content h3 {
  font-size: 140%;
  color: #6fba2c;
  padding: 0 0 0 7px;
  border-left: 6px solid;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px dotted #d8b99a;
  padding: 5px 10px;
}
.entry-content table th {
  background: #eeeee7;
}
.entry-content blockquote {
  margin: 0 0 10px;
  padding: 20px;
  background: #eeeee7;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content blockquote a {
  margin: 10px 0 0 0;
  color: #6fba2c;
}
.entry-content blockquote .keyword {
  color: #454545;
}
.entry-content pre {
  border: 1px dotted #d8b99a;
  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 {
  font-size: 90%;
  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 {
  border: 1px dotted #d8b99a;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content .writer {
  border: 1px dotted #d8b99a;
  padding: 15px 20px;
  margin: 20px 0;
}
.entry-content .attention {
  margin: 0 0 10px;
  padding: 20px;
  background: #eeeee7;
}
.entry-content .attention p {
  margin: 0;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px dotted #d8b99a;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px dotted #d8b99a;
}
.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 {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 12px 50px;
  margin-bottom: 0;
  line-height: 18px;
  color: #ffffff;
  background: #6fba2c;
  border-bottom: 2px solid #5E9E25;
  text-align: center;
  vertical-align: middle;
  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;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 1px #d9d9d9;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  opacity: .80;
  filter: alpha(opacity=80);
  color: #fff;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
  width: 300px;
  float: right;
}
#box2 .hatena-module {
  border: 5px solid #EEEEE7;
  padding: 35px 10px 0;
  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;
}
#box2 .hatena-module-html {
  padding: 0;
  border: none;
}
#box2 .hatena-urllist a {
  color: #7caf22;
  line-height: 1.3;
}
#box2 .hatena-urllist a:hover {
  color: #99d62e;
}
#box2 .hatena-urllist a img:hover {
  opacity: .8;
}
#box2 .hatena-urllist li {
  border: none;
}
.hatena-module {
  margin: 0 0 30px 0;
  position: relative;
}
.hatena-module-title {
  margin-bottom: 15px;
  font-size: 120%;
  background: #6fba2c;
  width: 120px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.hatena-module-title:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 10px solid #6fba2c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
  left: 52px;
  bottom: -8px;
}
.hatena-module-title a {
  color: #fff;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: none;
}
.urllist-image-link:hover {
  opacity: .8;
}
.entries-access-ranking-title {
  margin-top: 25px;
  display: inline-block;
  width: 140px;
}
.entries-access-ranking .rank-1:before {
  content: "1";
  display: inline-block;
  color: #fff;
  padding: 1px 7px 0px 24px;
  background: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/ranking.svg?version=376d8c14682c22322b0d6e7448fcf11bc015114b&env=production') #d3c037 no-repeat 6px 4px;
  background-size: 14px 12px;
  position: absolute;
  left: 140px;
  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;
}
.entries-access-ranking .rank-2:before {
  content: "2";
  color: #fff;
  padding: 1px 7px 0px 24px;
  background: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/ranking.svg?version=376d8c14682c22322b0d6e7448fcf11bc015114b&env=production') #b3b3b3 no-repeat 6px 4px;
  background-size: 14px 12px;
  display: inline-block;
  position: absolute;
  left: 140px;
  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;
}
.entries-access-ranking .rank-3:before {
  content: "3";
  color: #fff;
  padding: 1px 7px 0px 24px;
  background: url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/ranking.svg?version=376d8c14682c22322b0d6e7448fcf11bc015114b&env=production') #998675 no-repeat 6px 4px;
  background-size: 14px 12px;
  display: inline-block;
  position: absolute;
  left: 140px;
  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;
}
/* 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;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px dotted #d8b99a;
  line-height: 1.5;
}
/* Search module */
.hatena-module-search-box {
  padding: 0 !important;
}
.hatena-module-search-box .hatena-module-title {
  display: none;
}
.hatena-module-search-box .search-form {
  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;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 8px 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
  font-size: 110%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url('https://cdn.blog.st-hatena.com/css/theme/suumo/img/search-icon.svg?version=68307fd8d6c181c59677d06a94c5ef1c416a3702&env=production') no-repeat right center;
  background-size: 20px 20px;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 5px;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.hatena-module-category {
  padding-bottom: 10px;
}
.hatena-module-category ul {
  margin: 0 0 10px 0;
}
.hatena-module-category li {
  margin: 0 6px 0 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.hatena-module-category li:nth-child(n+10) {
  display: none;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#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 {
  margin: 5px 0 0 0;
}
.page-archive .archive-entries .archive-entry {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d8b99a;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 1em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}

/* <system section="background" selected="default"> */
/* default */
/* </system> */

h2.eki-link{
    font-size:110%;
}
.eki-link a {
    color:#6fba2c;
}

.entry-footer-html{
    font-size: 80%;
    color: #808080;
}

/* <system section="background" selected="default"> */
/* default */
/* </system> */

h2.eki-link{
    font-size:110%;
}
.eki-link a {
    color:#6fba2c;
}

.entry-footer-html{
    font-size: 80%;
    color: #808080;
}
