/* <system section="theme" selected="10257846132670732255"> */
@charset "UTF-8";
.icons--sprite, .icons--demo1, .icons--demo2, .icons--demo3, .icons--demo4 {
  background-image: url('../img/sprite/icons-.png');
  background-repeat: no-repeat;
}

.icons--demo1 {
  background-position: 0 0;
  height: 50px;
  width: 50px;
}

.icons--demo2 {
  background-position: 0 -50px;
  height: 50px;
  width: 50px;
}

.icons--demo3 {
  background-position: 0 -100px;
  height: 50px;
  width: 50px;
}

.icons--demo4 {
  background-position: 0 -150px;
  height: 50px;
  width: 50px;
}

/*! 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;
}

.pager,
#container #content,
.customized-footer,
.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner,
.clearfix {
  display: block;
  *zoom: 1;
}

.pager:after,
#container #content:after,
.customized-footer:before,
.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner:after,
.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://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318235224.png?1426690417");
  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%, #fff), color-stop(86%, #fff), color-stop(87%, #fdfdfd), color-stop(100%, #e2e8dd));
  background-image: -moz-linear-gradient(top, #fff, #fff 86%, #fdfdfd 87%, #e2e8dd);
  background-image: -webkit-linear-gradient(top, #fff, #fff 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;
}

.siteheader .siteheader-inner {
  margin-top: 15px;
}

.siteheader .ui-icon--car {
  margin-right: 4px;
}

.desc .desc-title {
  float: left;
  font-size: 11px;
  color: #666;
}

.desc .desc-link {
  float: right;
  padding-left: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

.desc .desc-link a:link {
  color: #333;
  text-decoration: none;
}

.desc .desc-link a:visited {
  color: #37660E;
  text-decoration: none;
}

.desc .desc-link a:hover {
  color: #666;
  text-decoration: none;
}

.desc .desc-link a:active {
  color: #666;
  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_list > li {
  float: left;
  margin-left: 5px;
}

.gnav_list > li:first-child {
  margin-left: 0;
}

.gnav_item .gnav_item-title {
  padding-bottom: 3px;
  color: #4C841D;
  font-size: 10px;
  font-weight: bold;
  border-bottom: 2px solid #96DC6C;
  height: 14px;
}

.gnav_item .gnav_item-title a:link, .gnav_item .gnav_item-title a:visited, .gnav_item .gnav_item-title a:active {
  color: #37660E;
  text-decoration: none;
}

.gnav_item .gnav_item-title a:hover {
  text-decoration: underline;
  opacity: 1;
}

.gnav_item .gnav_item-definition {
  display: table;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
}

.gnav_item .gnav_item-definition .gnav_item-definition-list {
  display: table-cell;
  vertical-align: top;
}

.gnav_item.gnav_item--counter .gnav_item-title {
  color: #F58914;
  border-bottom: 2px solid #DA911D;
}

.gnav_item.gnav_item--chintai {
  width: 53px;
}

.gnav_item.gnav_item--ms {
  width: 105px;
}

.gnav_item.gnav_item--kodate {
  width: 105px;
}

.gnav_item.gnav_item--chumon {
  width: 121px;
}

.gnav_item.gnav_item--reform {
  width: 78px;
}

.gnav_item.gnav_item--baikyaku {
  width: 72px;
}

.gnav_item.gnav_item--counter {
  width: 78px;
}

.gnav_item.gnav_item--counter .gnav_item-title {
  color: #F58914;
  border-bottom: 2px solid #DA911D;
}

.gnav_item.gnav_item--kurashi {
  width: 64px;
  padding-top: 24px;
}

.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%, #fff));
  background-image: -moz-linear-gradient(#f5f5f5, #fff 30%);
  background-image: -webkit-linear-gradient(#f5f5f5, #fff 30%);
  background-image: linear-gradient(#f5f5f5, #ffffff 30%);
  height: 48px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border: 1px solid #CAD0C6;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 15px;
  display: inline-block;
}

.gnav_btn:link, .gnav_btn:hover, .gnav_btn:active, .gnav_btn:visited {
  text-decoration: none;
  color: #333;
}

.gnav_btn:link:hover, .gnav_btn:hover:hover, .gnav_btn:active:hover, .gnav_btn:visited:hover {
  opacity: .7;
}

.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_btn.is-active:link, .gnav_btn.is-active:hover, .gnav_btn.is-active:active, .gnav_btn.is-active:visited {
  color: #fff;
}

.gnav_btn.gnav_btn--twolines {
  padding-top: 8px;
}

.gnav_btn.gnav_btn--left {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #D9D9D9;
}

.gnav_btn.gnav_btn--left.is-active {
  border-right: 1px solid #D9D9D9;
}

.gnav_btn.gnav_btn--right {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  border-top: 1px solid #CAD0C6;
  border-right: 1px solid #CAD0C6;
  border-bottom: 1px solid #CAD0C6;
  border-left: none;
}

.gnav_btn.gnav_btn--right.is-active {
  border: 1px solid #5BAE08;
}

.gnav_btn.gnav_btn--chintai {
  width: 53px;
}

.gnav_btn.gnav_btn--shinchiku {
  width: 53px;
}

.gnav_btn.gnav_btn--chukomansion {
  width: 52px;
}

.gnav_btn.gnav_btn--ikkodate {
  width: 53px;
}

.gnav_btn.gnav_btn--chukoikkodate {
  width: 52px;
}

.gnav_btn.gnav_btn--chumon {
  width: 70px;
}

.gnav_btn.gnav_btn--tochi {
  width: 52px;
}

.gnav_btn.gnav_btn--reform {
  width: 78px;
}

.gnav_btn.gnav_btn--baikyaku {
  width: 72px;
}

.gnav_btn.gnav_btn--counter {
  width: 78px;
}

.gnav_btn.gnav_btn--kurashi {
  width: 64px;
  text-align: left;
  padding-left: 7px;
  position: relative;
}

.gnav_btn.gnav_btn--kurashi:after {
  content: "▼";
  color: #6fba2c;
  font-size: 10px;
  position: absolute;
  top: 15px;
  right: 2px;
}

.balloon_nav {
  position: relative;
  width: 64px;
}

.balloon_nav .balloon_nav-action {
  position: absolute;
  width: 710px;
  right: 0;
  z-index: 10;
}

.balloon_nav .balloon_nav-action .balloon_nav-action-link {
  position: absolute;
  width: 64px;
  top: 0;
  right: 0;
}

.balloon_nav .balloon_nav-action .balloon_nav-action-item {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  padding-top: 5px;
}

.balloon_nav .balloon_nav-action .balloon_nav-action-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 24px;
}

.balloon_nav:hover .balloon_nav-action .balloon_nav-action-item {
  display: block;
}

header_kurashi--sprite, .header_kurashi--moving, .gnav_drop.gnav_drop--moving:before, .header_kurashi--popup_arrow, .balloon_nav .balloon_nav-action .balloon_nav-action-item:after, .header_kurashi--fp, .gnav_drop.gnav_drop--fp:before, .header_kurashi--loan, .gnav_drop.gnav_drop--loan:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/suumo_reform/20181024/20181024112801.png?181024");
  background-repeat: no-repeat;
}

.header_kurashi--moving, .gnav_drop.gnav_drop--moving:before {
  background-position: 0 0;
  height: 40px;
  width: 40px;
}

.header_kurashi—fp, .gnav_drop.gnav_drop--fp:before {
  background-position: 0 -40px;
  height: 40px;
  width: 40px;
}

.header_kurashi--popup_arrow, .balloon_nav .balloon_nav-action .balloon_nav-action-item:after {
  background-position: 0 -120px;
  height: 5px;
  width: 10px;
}

.header_kurashi--loan, .gnav_drop.gnav_drop--loan:before {
  background-position: 0 -80px;
  height: 40px;
  width: 40px;
}

.gnav_drop_list {
  background-color: #fff;
  border-top: 5px solid #6fba2e;
  border-radius: 4px;
  border-right: 1px solid #CAD0C6;
  border-left: 1px solid #CAD0C6;
  border-bottom: 1px solid #CAD0C6;
  padding: 15px 20px;
  width: auto;
  display: table;
  table-layout: fixed;
}

.gnav_drop_list .gnav_drop_list-item {
  display: table-row;
}

.gnav_drop_list .gnav_drop_list-item li {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 15px;
}

.gnav_drop_list .gnav_drop_list-item li:first-child {
  padding-left: 0;
}

.gnav_drop_list .gnav_drop_list-item:first-child li {
  padding-top: 0;
}

.gnav_drop {
  display: table;
}

.gnav_drop:link, .gnav_drop:hover, .gnav_drop:active, .gnav_drop:visited {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.gnav_drop:hover {
  opacity: .7;
}

.gnav_drop .gnav_drop-text {
  display: table-cell;
  vertical-align: middle;
}

.gnav_drop:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

#js-baseBackLayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.headercontainer {
  padding-top: 46px;
}

.smplead {
  padding: 15px 0;
  text-align: center;
  background: #E6EDE0;
}

.bnr--library {
  background-position: 0 0;
  width: 230px;
  height: 54px;
}

.bnr--library:hover {
  opacity: 0.8;
}

.bnr--eco {
  background-position: -230px 0;
  width: 230px;
  height: 54px;
}

.bnr--eco:hover {
  opacity: 0.8;
}

.bnr--pet {
  background-position: -460px 0;
  width: 230px;
  height: 54px;
}

.bnr--pet:hover {
  opacity: 0.8;
}

.bnr--pre {
  background-position: -690px 0;
  width: 230px;
  height: 54px;
}

.bnr--pre:hover {
  opacity: 0.8;
}

.bnr--ren {
  background-position: 0 -54px;
  width: 230px;
  height: 54px;
}

.bnr--ren:hover {
  opacity: 0.8;
}

.bnr--bessou {
  background-position: -230px -54px;
  width: 230px;
  height: 54px;
}

.bnr--bessou:hover {
  opacity: 0.8;
}

.bnr--inaka {
  background-position: -460px -54px;
  width: 230px;
  height: 54px;
}

.bnr--inaka:hover {
  opacity: 0.8;
}

.bnr--homepro {
  background-position: -690px -54px;
  width: 230px;
  height: 54px;
}

.bnr--homepro:hover {
  opacity: 0.8;
}

.globalnav-link a:link {
  color: #333;
  text-decoration: none;
}

.globalnav-link a:visited {
  color: #333;
  text-decoration: none;
}

.globalnav-link a:hover {
  color: #666;
  text-decoration: none;
}

.globalnav-link a:active {
  color: #666;
  text-decoration: none;
}

.linkbox_group a:link {
  color: #fff;
  text-decoration: underline;
}

.linkbox_group a:visited {
  color: #fff;
  text-decoration: underline;
}

.linkbox_group a:hover {
  color: #fff;
  text-decoration: none;
}

.linkbox_group a:active {
  color: #fff;
  text-decoration: none;
}

.logobox-body a:link {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:visited {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:hover {
  color: #516570;
  text-decoration: underline;
}

.logobox-body a:active {
  color: #516570;
  text-decoration: underline;
}

.pagetop-title a:link {
  color: #fff;
  text-decoration: none;
}

.pagetop-title a:visited {
  color: #fff;
  text-decoration: none;
}

.pagetop-title a:hover {
  color: #fff;
  text-decoration: none;
}

.pagetop-title a:active {
  color: #fff;
  text-decoration: none;
}

.gnav-list .btn a:link {
  color: #333;
  text-decoration: none;
}

.gnav-list .btn a:visited {
  color: #333;
  text-decoration: none;
}

.gnav-list .btn a:hover {
  color: #333;
  text-decoration: none;
}

.gnav-list .btn a:active {
  color: #333;
  text-decoration: none;
}

.footer {
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  color: #333;
  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: .8;
}

.footlogo {
  width: 950px;
  margin: 30px auto 135px;
}

.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: .8;
}

.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: #333;
}

.logobox {
  float: left;
}

.follow_btn_bar{
  display: flex;
  justify-content: center;
  position: fixed;
  left: 50%;
  bottom: -95px;
  transform: translate(-50%);
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 24px 0 12px;
  z-index: 3;
  transition: bottom 0.5s ease;
}

.is-fixed_bar{
  bottom: 0;
}

.follow_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 52px;
  background: #F77C00;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  box-shadow: inset 0px -2px 0px #E15F00;
  text-decoration: none;
}

.follow_btn-text{
  position: relative;
}

.follow_btn-text_sub{
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 299px;
  height: 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #F77C00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #F77C00;
  border-radius: 20px;
  box-sizing: border-box
}

.follow_btn-text_main{
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}


.follow_btn-text_main_box{
  padding: 4px 10px;
  font-size: 15px;
  color:#fff;
  background: #E15F00;
  border-radius: 2px;
  margin-right: 8px;
}

/* 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: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #666;
}

a {
  color: #0066cc;
}

a:hover {
  color: #0080ff;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #eee;
  color: #454545;
}

hr {
  border: none;
  border-top: 1px dotted #d8b99a;
}

/* Buttons */
.btn {
  display: block;
  *display: inline;
  *zoom: 1;
  padding: 12px 50px;
  margin-bottom: 0;
  line-height: 18px;
  color: #fff;
  background: #6fba2c;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}

.btn:hover {
  opacity: .8;
  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;
}

.globalheader-off #container {
  padding-top: 0;
}

#main {
  width: 680px;
  float: left;
}

#main a.urllist-title-link {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}

#main a.urllist-title-link:hover {
  color: #666;
}

#main .urllist-date-link {
  line-height: 1.4;
}

#main .urllist-date-link a {
  color: #999;
  text-decoration: none;
}

#main .urllist-entry-body {
  color: #666;
}

#main .hatena-module:first-child {
  background: #f6f6f6;
  padding: 0 25px 20px;
  border-top: 2px #6fba2c solid;
  background-clip: padding-box;
}

#main .hatena-module:first-child .hatena-module-body {
  width: 100%;
  overflow: hidden;
}

#main .hatena-module:first-child .hatena-urllist {
  width: 1884px;
  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://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318121722.png?1426648659");
  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://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318121723.png?1426648649");
  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 solid #eee;
}

#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: #666;
  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: #f6f6f6;
  margin: 60px 0 30px 0;
  background-clip: padding-box;
}

#main .related-entries h2 {
  width: 680px;
  height: 24px;
  margin: 0;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: 0 -222px;
  overflow: hidden;
  text-indent: -9999px;
}

#main .related-entries .related-entries-list {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

#main .related-entries .related-entries-list li {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 2px solid #eee;
}

#main .related-entries .related-entries-list li:first-child {
  margin-top: 0;
  border: none;
}

#main .related-entries .related-thumb {
  margin: 0 15px 0 0;
  border: 2px solid #eee;
}

#main .related-entries .related-thumb:hover {
  opacity: .8;
}

#main .related-entries .related-entry-title {
  display: inline-block;
  width: 541px;
  color: #333;
  font-size: 113%;
  text-decoration: none;
}

#main .related-entries .related-entry-title:hover {
  color: #666;
}

#main .related-entries .related-entry-description {
  margin-top: 8px;
  line-height: 1.3;
  overflow: hidden;
}

#main .related-entries .related-entry-description a {
  font-size: 90%;
  color: #666;
  text-decoration: none;
  line-height: 1 !important;
}

#main .related-entries .related-entry-description a:hover {
  opacity: .8;
}

/* 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;
}

.breadcrumbs {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

#top-box {
  width: 950px;
  margin: 0 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;
}

.l-navi + #top-box {
  display: none;
}

/* entry */
.entry {
  position: relative;
  margin-bottom: 40px;
}

.entry-header {
  padding: 0 0 40px 0;
  position: relative;
}

.entry-header .entry-date {
  padding-bottom: 4px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160310/20160310125710.png") no-repeat left bottom;
}

.entry-header .entry-date a {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.entry-header .entry-date a:hover {
  color: #666;
}

.entry-title {
  margin: 15px 0 0 0;
  line-height: 1.3;
  font-size: 175%;
}

.entry-title a {
  text-decoration: none;
}

/* 日付 */
.date {
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.date a {
  color: #999;
  text-decoration: none;
  font-size: 90%;
}

/* カテゴリ */
.categories {
  margin: 5px 0 0 0;
}

.categories a {
  background: #ededed;
  padding: 1px 7px 0;
  text-decoration: none;
  color: #666;
  margin: 0 8px 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;
}

.categories a:hover {
  background: #d8d8d8;
}

.categories.no-categories {
  margin: 0;
}

.entry-categories {
  margin-top: 12px;
  padding-top: 3px;
  border-top: 1px solid #eee;
}

.entry-categories a {
  position: relative;
  height: 18px;
  margin-top: 5px;
  padding: 6px 8px 0 15px;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #eee;
  color: #999;
  font-size: 12px;
  line-height: 1;
  overflow: inherit;
}

.entry-categories a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-right: 6px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: -304px -64px;
}

.entry-categories a:hover {
  background: #eee;
  opacity: .8;
}

/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}

/* entry-content の中の書式 */
.entry-content {
  font-size: 88%;
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.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: 145%;
  color: #333;
  margin: 60px 0 0 0;
  padding-bottom: 14px;
}

.entry-content h3 {
  font-size: 119%;
  color: #6fba2c;
  margin: 0;
  padding: 10px 0 7px 0px;
  border-left: none;
}

.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 {
  float: left;
  font-size: 80%;
  color: #999;
}

.entry-footer-section a {
  color: #999;
}

.social-buttons,
.entry-footer-html {
  margin: 10px 0;
  font-size: 80%;
  color: #808080;
}

.social-buttons {
  float: right;
  margin: 0;
}

.customized-footer {
  position: relative;
  padding-top: 50px;
  clear: both;
}

.customized-footer .entry-footer-html {
  position: absolute;
  top: 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 solid #eee;
  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: #999;
  margin: 0;
}

.comment-metadata a {
  color: #999;
}

.leave-comment-title {
  display: inline-block;
  padding: 12px 50px;
  margin-bottom: 0;
  line-height: 18px;
  color: #fff;
  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: .8;
  color: #fff;
}

/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
  width: 230px;
  float: right;
}

#box2 .hatena-module {
  padding: 30px 10px 0;
  background-clip: padding-box;
}

#box2 .hatena-module a:hover img {
  opacity: .8;
}

#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%;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  border-left: 6px solid #6fba2c;
  padding-left: 10px;
}

.hatena-module-title a {
  color: #fff;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: none;
}

.urllist-image-link:hover {
  opacity: .8;
}

#box2 .hatena-module-entries-access-ranking {
  padding: 0;
}

#box2 .hatena-module-entries-access-ranking .hatena-module-title {
  display: block;
  width: 230px;
  height: 20px;
  padding-left: 0;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: 0 -34px;
  border-left: none;
  text-indent: -9999px;
  overflow: hidden;
}

#box2 .entries-access-ranking .entries-access-ranking-image-link {
  position: relative;
  display: block;
  border: 2px solid #eee;
}

#box2 .entries-access-ranking .entries-access-ranking-image {
  display: block;
  float: none;
  margin: 0;
}

#box2 .entries-access-ranking a.entries-access-ranking-title {
  display: inline-block;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

#box2 .entries-access-ranking a.entries-access-ranking-title:hover {
  opacity: .8;
}

#box2 .entries-access-ranking .entries-access-ranking-item {
  margin-top: 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #eee;
}

#box2 .entries-access-ranking .entries-access-ranking-item:first-child {
  margin-top: 0;
}

#box2 .entries-access-ranking .rank-1 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-2 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-3 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-4 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-5 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-6 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-7 .entries-access-ranking-image-link:before,
#box2 .entries-access-ranking .rank-8 .entries-access-ranking-image-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: block;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
}

#box2 .entries-access-ranking .rank-1 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 40px;
  background-position: 0 -64px;
}

#box2 .entries-access-ranking .rank-2 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 40px;
  background-position: -38px -64px;
}

#box2 .entries-access-ranking .rank-3 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 40px;
  background-position: -76px -64px;
}

#box2 .entries-access-ranking .rank-4 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 30px;
  background-position: -114px -64px;
}

#box2 .entries-access-ranking .rank-5 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 30px;
  background-position: -152px -64px;
}

#box2 .entries-access-ranking .rank-6 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 30px;
  background-position: -190px -64px;
}

#box2 .entries-access-ranking .rank-7 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 30px;
  background-position: -228px -64px;
}

#box2 .entries-access-ranking .rank-8 .entries-access-ranking-image-link:before {
  width: 28px;
  height: 30px;
  background-position: -266px -64px;
}

/* 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;
  padding: 0;
}

.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}

/* Search module */
.hatena-module-search-box {
  margin-bottom: 25px;
  padding: 0 !important;
}

.hatena-module-search-box .hatena-module-title {
  display: none;
}

.hatena-module-search-box .search-form {
  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: 0 44px 0 10px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 36px;
  width: 100%;
  font-size: 110%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-sizing: border-box;
}

.hatena-module-search-box .search-module-input:placeholder-shown,
.hatena-module-search-box .search-module-input::-webkit-input-placeholder,
.hatena-module-search-box .search-module-input::-moz-placeholder,
.hatena-module-search-box .search-module-input:-ms-input-placeholder {
  color: #999;
}

.hatena-module-search-box .search-module-button {
  width: 36px;
  height: 36px;
  background: transparent url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: -326px -64px;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}

.hatena-module-search-box .search-module-button:hover {
  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;
}

/* Pickup Module(index) */
.page-index #main .category-PICKUP {
  padding: 0 0 7px;
  margin-bottom: 0;
  background: #fbfbfb;
  border-top: none;
  border-bottom: 2px solid #eee;
  overflow: hidden;
}

.page-index #main .category-PICKUP div.hatena-module-title {
  display: block;
  width: 680px;
  height: 24px;
  margin-bottom: 0;
  padding-left: 0;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: 0 0;
  border-left: none;
}

.page-index #main .category-PICKUP div.hatena-module-title a {
  display: block;
  width: 115px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
}

.page-index #main .category-PICKUP div.hatena-module-body {
  width: auto;
  margin-top: 30px;
  margin-left: 35px;
  margin-right: 35px;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-with-thumbnails {
  margin-top: 0;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-item {
  width: 294px;
  margin: 0 20px 0 0;
  padding: 0;
}

.page-index #main .category-PICKUP.hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner {
  text-align: left;
  padding-bottom: 0;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-image-link {
  float: none;
  display: block;
  margin-right: 0;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-image-link img {
  display: block;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-item-inner .urllist-title-link {
  margin: 10px 0 0 0;
  line-height: 1.5;
  text-decoration: none;
}

.page-index #main .category-PICKUP div.hatena-module-body .urllist-item-inner .urllist-entry-body {
  display: none;
}

.page-index #main .category-PICKUP .module-entries-carousel-button.back {
  left: 10px;
}

.page-index #main .category-PICKUP .module-entries-carousel-button.forward {
  right: 10px;
}

.page-index #main .category-PICKUP .module-entries-carousel-button.back:before,
.page-index #main .category-PICKUP .module-entries-carousel-button.forward:before {
  content: ' ';
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  width: 14px;
  height: 26px;
  display: block;
  margin: 0;
}

.page-index #main .category-PICKUP .module-entries-carousel-button.back:before {
  background-position: -374px -64px;
}

.page-index #main .category-PICKUP .module-entries-carousel-button.forward:before {
  background-position: -398px -64px;
}

.page-index #main .category-PICKUP.hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link {
  float: none;
  width: auto;
  margin-top: 6px;
  padding-bottom: 4px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160310/20160310125710.png") no-repeat left bottom;
}

.page-index #main .category-PICKUP .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link a {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.page-index #main .category-PICKUP .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link a:hover {
  color: #666;
}

.page-index #main .category-PICKUP .module-entries-carousel-navigation {
  margin-top: 20px;
}

.page-index #main .category-PICKUP .module-entries-carousel-navigation li a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.page-index #main .category-PICKUP .module-entries-carousel-navigation li a.current:before {
  background: #6fba2c;
}

/* New Urllist Thumbnails Module(index) */
.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails {
  margin-top: 50px;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item {
  margin-top: 50px;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item:first-child {
  margin-top: 0;
  border-top: none;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner {
  position: relative;
  padding-bottom: 85px;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-image-link {
  float: left;
  margin-right: 18px;
  border: 2px solid #eee;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-image-link img {
  float: none;
  display: block;
  margin-right: 0;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link {
  padding-bottom: 4px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160310/20160310125710.png") no-repeat left bottom;
  overflow: hidden;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link a {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link a:hover {
  color: #666;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-title-link {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  overflow: hidden;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories {
  position: absolute;
  bottom: 0;
  display: flex;
  display: block\9;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  width: 100%;
  height: 75px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories a.urllist-category-link {
  position: relative;
  height: 18px;
  margin-right: 8px;
  padding: 6px 8px 0 15px;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #eee;
  color: #999;
  font-size: 12px;
  line-height: 1;
  overflow: inherit;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories a.urllist-category-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-right: 6px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: -304px -64px;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories a.urllist-category-link:hover {
  opacity: .8;
}

.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-entry-body {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

/* Reform Category */
.reform-category a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
}

.reform-category-header {
  border-top: 2px solid #ccc;
  font-weight: bold;
  font-size: 140%;
}

.reform-category-header a {
  padding: 10px 6px 10px 6px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318120704.png?1426648581") right 5px center no-repeat;
  background-size: 20px;
}

.reform-category-header a:hover {
  background-color: #f8fcf4;
  color: #6fba2c;
}

.reform-category-header span {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318120705.png?1426648571") no-repeat;
  background-size: 120px 30px;
  background-position-x: 0;
  vertical-align: middle;
}

.reform-icon01 {
  background-position: 0;
}

.reform-icon02 {
  background-position: -30px 0 !important;
}

.reform-icon03 {
  background-position: -60px 0 !important;
}

.reform-icon04 {
  background-position: -90px 0 !important;
}

.reform-category-list {
  margin-bottom: 18px;
}

.reform-category-list span {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318120706.png?1426648216") no-repeat;
  background-size: 456px 24px;
  background-position-x: 0;
  vertical-align: middle;
}

.reform-icon-m01 {
  background-position: 0;
}

.reform-icon-m02 {
  background-position: -24px 0 !important;
}

.reform-icon-m03 {
  background-position: -48px 0 !important;
}

.reform-icon-m04 {
  background-position: -72px 0 !important;
}

.reform-icon-m05 {
  background-position: -96px 0 !important;
}

.reform-icon-m06 {
  background-position: -120px 0 !important;
}

.reform-icon-m07 {
  background-position: -144px 0 !important;
}

.reform-icon-m08 {
  background-position: -168px 0 !important;
}

.reform-icon-m09 {
  background-position: -192px 0 !important;
}

.reform-icon-m10 {
  background-position: -216px 0 !important;
}

.reform-icon-m11 {
  background-position: -240px 0 !important;
}

.reform-icon-m12 {
  background-position: -264px 0 !important;
}

.reform-icon-m13 {
  background-position: -288px 0 !important;
}

.reform-icon-m14 {
  background-position: -312px 0 !important;
}

.reform-icon-m15 {
  background-position: -336px 0 !important;
}

.reform-icon-m16 {
  background-position: -360px 0 !important;
}

.reform-icon-m17 {
  background-position: -384px 0 !important;
}

.reform-icon-m18 {
  background-position: -408px 0 !important;
}

.reform-icon-m19 {
  background-position: -432px 0 !important;
}

.reform-category-list a {
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20150318/20150318120703.png?1426648613") right 5px center no-repeat;
  background-size: 20px;
}

.reform-category-list a:hover {
  color: #6fba2c;
  background-color: #f8fcf4;
  background-size: 20px;
}

.reform-category-list li {
  border-top: 1px solid #eee;
}

/* Pager */
.pager {
  margin: 1em 0;
}

.pager .pager-prev,
.pager .pager-next {
  width: 330px;
  padding: 10px 0;
  border-top: 2px solid #eee;
  border-bottom: 1px solid #eee;
}

.pager .pager-prev {
  float: left;
}

.pager .pager-next {
  float: right;
}

.pager .pager-prev a,
.pager .pager-next a {
  position: relative;
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  width: 295px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pager .pager-prev a:hover,
.pager .pager-next a:hover {
  opacity: .8;
}

.pager .pager-prev a {
  padding-left: 35px;
}

.pager .pager-next a {
  padding-right: 35px;
}

.pager .pager-prev .pager-arrow,
.pager .pager-next .pager-arrow,
.pager.autopagerize_insert_before .pager-prev a:before,
.pager.autopagerize_insert_before .pager-next a:after {
  position: absolute;
  top: 50%;
  display: block;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.pager .pager-prev .pager-arrow,
.pager .pager-next .pager-arrow {
  width: 9px;
  height: 16px;
  margin-top: -8px;
}

.pager .pager-prev .pager-arrow {
  left: 0;
  background-position: -422px -64px;
}

.pager .pager-next .pager-arrow {
  right: 0;
  background-position: -441px -64px;
}

.pager.autopagerize_insert_before {
  margin-top: 40px;
}

.pager.autopagerize_insert_before .pager-prev,
.pager.autopagerize_insert_before .pager-next {
  width: auto;
  padding: 0;
  border: none;
}

.pager.autopagerize_insert_before .pager-prev a,
.pager.autopagerize_insert_before .pager-next a {
  width: 104px;
  padding: 10px 12px;
  border-radius: 2px;
  background: #6fba2c;
  color: #fff;
  font-size: 14px;
}

.pager.autopagerize_insert_before .pager-prev a {
  padding-left: 35px;
}

.pager.autopagerize_insert_before .pager-next a {
  padding-right: 35px;
}

.pager.autopagerize_insert_before .pager-prev a:before,
.pager.autopagerize_insert_before .pager-next a:after {
  content: "";
  width: 8px;
  height: 14px;
  margin-top: -7px;
}

.pager.autopagerize_insert_before .pager-prev a:before {
  left: 12px;
  background-position: -460px -64px;
}

.pager.autopagerize_insert_before .pager-next a:after {
  right: 12px;
  background-position: -478px -64px;
}

/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 80%;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #999;
}

/* 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 .archive-entry {
  *zoom: 1;
  position: relative;
  padding-bottom: 85px;
}

.page-archive .archive-entries .archive-entry:before,
.page-archive .archive-entries .archive-entry:after {
  content: " ";
  display: table;
}

.page-archive .archive-entries .archive-entry {
  margin-top: 40px;
}

.page-archive .archive-entries .archive-entry:first-child {
  margin-top: 0;
}

.page-archive .archive-entries .archive-entry .archive-entry-header {
  padding-bottom: 10px;
}

.page-archive .archive-entries .archive-entry .date {
  padding-bottom: 4px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160414/20160414123933.png") no-repeat left bottom;
}

.page-archive .archive-entries .archive-entry .date a {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.page-archive .archive-entries .archive-entry .date a:hover {
  color: #666;
}

.page-archive .archive-entries .archive-entry .entry-title .entry-title-link {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
}

.page-archive .archive-entries .archive-entry .categories {
  position: absolute;
  bottom: 0;
  display: flex;
  display: block\9;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  width: 100%;
  height: 75px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
}

.page-archive .archive-entries .archive-entry .categories a {
  position: relative;
  height: 18px;
  padding: 6px 8px 0 15px;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #eee;
  color: #999;
  font-size: 12px;
  line-height: 1;
  overflow: inherit;
}

.page-archive .archive-entries .archive-entry .categories a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-right: 6px;
  background: url("https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160525/20160525160220.png") no-repeat;
  background-position: -304px -64px;
}

.page-archive .archive-entries .archive-entry .entry-thumb-link {
  float: left;
}

.page-archive .archive-entries .archive-entry .categories a:hover,
.page-archive .archive-entries .archive-entry .entry-thumb-link:hover {
  opacity: .8;
}

.page-archive .archive-entries .archive-entry .entry-thumb {
  border: 2px solid #eee;
  float: none;
}

.page-archive .archive-entries .archive-entry .archive-entry-body {
  overflow: hidden;
}

.page-archive .archive-entries .archive-entry .archive-entry-body .entry-description {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.page-archive .archive-entries .archive-entry .archive-entry-body .social-buttons {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
}

h2.eki-link {
  font-size: 110%;
}

.eki-link a {
  color: #6fba2c;
}

.entry-footer-html {
  font-size: 80%;
  color: #808080;
}

/* 2016/3 リニューアル 追加セレクタ */
#content-inner {
  padding-top: 40px;
  *zoom: 1;
}

#content-inner:before,
#content-inner:after {
  content: " ";
  display: table;
}

#content-inner:after {
  clear: both;
}

.mainvisual {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual-img {
  display: none;
}

.l-maintitle {
  height: auto;
  padding-top: 20px;
}

.l-maintitle-img {
  position: static;
}

.l-navi {
  margin-top: 12px;
}

.navi {
  *zoom: 1;
  height: 44px;
}

.navi:before,
.navi:after {
  content: " ";
  display: table;
}

.navi:after {
  clear: both;
}

.navi li {
  float: left;
  margin-left: 3px;
}

.navi li:first-child {
  margin-left: 0;
}

.naviitem_home, .naviitem_article, .naviitem_reform, .naviitem_counterblog {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.naviitem_home:hover, .naviitem_article:hover, .naviitem_reform:hover, .naviitem_counterblog:hover {
  opacity: .8;
}

.naviitem_home {
  background: url("https://cdn.blog.st-hatena.com/files/8454420450087526987/6801883189120372805") no-repeat;
  width: 314px;
  height: 44px;
}

.naviitem_article {
  background: url("https://cdn.blog.st-hatena.com/files/8454420450087526987/6801883189120372804") no-repeat;
  width: 314px;
  height: 44px;
}

.naviitem_reform {
  background: url("https://cdn.blog.st-hatena.com/files/8454420450087526987/6801883189120372807") no-repeat;
  width: 314px;
  height: 44px;
}

.naviitem_counterblog {
  width: 236px;
  height: 44px;
  background-position: -246px -168px;
}

.morelink {
  padding-top: 20px;
}

.bnrlist li {
  margin-top: 15px;
}

.bnrlist li:first-child {
  margin-top: 0;
}

.bnrlist img {
  display: block;
}

.contact {
  width: 230px;
  background-color: #FFFFFF;
  border: 1px solid #6FBA2C;
  border-radius: 2px;
}
.contact .contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.contact .contact-header .contact-header-item {
  max-height: 1000000px;
  vertical-align: top;
}
.contact .contact-body {
  border-top: 1px solid #CCCCCC;
}
.contact .contact-body .contact-body-img {
  max-height: 1000000px;
  vertical-align: top;
}
.contact.is-fixed {
  position: fixed;
  top: 0;
}

.contact_contents {
  padding: 15px 10px;
}
.contact_contents .contact_contents-item {
  border-top: 1px solid #CCCCCC;
  margin-top: 15px;
  padding-top: 15px;
}
.contact_contents .contact_contents-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.contact_item .contact_item-heaeder {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.contact_item .contact_item-heaeder:before {
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 7px;
  background-color: #f77C00;
  border-radius: 1px;
  content: "";
}
.contact_item .contact_item-body {
  margin-top: 10px;
}
.contact_item .contact_item-body .contact_item-body-tel {
  color: #F77C00;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.contact_item .contact_item-body .contact_item-body-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
}
.contact_item .contact_item-body .contact_item-body-link {
  margin-top: 14px;
  font-size: 12px;
  text-align: right;
}

.contact_action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 6px;
  background-color: #F77C00;
  border-bottom: 2px solid #E15F00;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-decoration: none;
}
.contact_action:link, .contact_action:active, .contact_action:visited {
  color: #FFFFFF;
}
.contact_action:hover {
  opacity: .7;
}
.contact_action .contact_action-text {
  font-size: 16px;
  font-weight: bold;
}

.terms .terms-title_link::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2211px%22%20height%3D%228px%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%20%3Ctitle%3EPath%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cpolyline%20id%3D%22Path%22%20stroke%3D%22%230045C9%22%20stroke-width%3D%222%22%20transform%3D%22translate(5.500000%2C%203.500000)%20scale(-1%2C%20-1)%20rotate(-180.000000)%20translate(-5.500000%2C%20-3.500000)%20%22%20points%3D%221%201%205.43807887%206%2010%201%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.terms.is-active .terms-title_link::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2211px%22%20height%3D%228px%22%20viewBox%3D%220%200%2011%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%20%3Ctitle%3EPath%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cpolyline%20id%3D%22Path%22%20stroke%3D%22%230045C9%22%20stroke-width%3D%222%22%20transform%3D%22translate(5.500000%2C%204.500000)%20scale(-1%2C%201)%20rotate(-180.000000)%20translate(-5.500000%2C%20-4.500000)%20%22%20points%3D%221%202%205.43807887%207%2010%202%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.terms-title_link {
  font-size: 12px;
}
.terms .terms-text {
  display: none;
  margin-top: 10px;
  font-size: 12px;
}
.terms.is-active .terms-text {
  display: block;
  height: 150px;
  overflow: auto;
}
.terms.terms--layout {
  margin-top: 10px;
}
/* </system> */

/************************************************************
 * テーブルモジュール
 ************************************************************/
.entry-content .table {width: 100%;}
.entry-content .table .table-header {border: 1px solid #d0d0d0; vertical-align: middle; font-weight: normal;}
.entry-content .table .table-body {border: 1px solid #d0d0d0; vertical-align: middle; line-height: 1.4;}

/************************************************************
 * スキン
 ************************************************************/
/* 背景色 */
.entry-content .bg-blue {background-color: #e5ffff;}
.entry-content .bg-red {background-color: #ffeddb;}
.entry-content .bg-yellow {background-color: #ffffe5;}
.entry-content .bg-gray {background-color: #dbdbdb;}
.entry-content .bg-orange {background-color: #fff2e5;}

/* 文字揃え */
.textalign-center {text-align: center;}

/* 文字太さ */
.fontweight-bold {font-weight: bold;}

/* 文字太さ（ヘッダー用のセルの場合） */
.entry-content .table .table-header.fontweight-bold {font-weight: bold;}

/* 幅調整(やむを得ぬ場合) */
.w150{width: 150px;}
.w100{width: 100px;}

/* 2025/03/04追記 */
/* トップ 一覧 */
.page-index #main .hatena-module-recent-entries .urllist-with-thumbnails .urllist-item {
    margin-top: 40px;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: minmax(min-content, calc(16px* 1.4* 1)) minmax(min-content, calc(18px* 1.4* 1)) auto;
    grid-column-gap: 18px;
    grid-row-gap: 10px;
    position: static;
    padding-bottom: 0;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-image-link {
    grid-area: 1 / 1 / 4 / 2;
    width: 216px;
    height: 142px;
    margin-right: 0;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link {
    grid-area: 1 / 2 / 2 / 3;
    background: none;
    padding-bottom: 0;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-date-link a {
    background: url(https://f.st-hatena.com/images/fotolife/s/suumo_reform/20160310/20160310125710.png) no-repeat left bottom;
    display: block;
    padding-bottom: 4px;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-title-link {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 0;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-entry-body {
    grid-area: 3 / 2 / 4 / 3;
    margin-top: 0;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories {
    grid-area: 4 / 1 / 5 / 3;
    gap: 8px;
    height: auto;
    position: static;
}

.page-index #main .hatena-module-recent-entries:not(.category-PICKUP) .urllist-with-thumbnails .urllist-item .urllist-item-inner .urllist-categories a.urllist-category-link {
    margin-right: 0;
}

/* アーカイブ 一覧 */
.page-archive .archive-entries .archive-entry {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 14px;
    grid-row-gap: 10px;
    position: static;
    padding-bottom: 0;
    margin-top: 30px;
}

.page-archive .archive-entries .archive-entry .archive-entry-header {
    grid-area: 1 / 1 / 2 / 3;
    padding-bottom: 0;
}

.page-archive .archive-entries .archive-entry .entry-thumb-link {
    grid-area: 2 / 1 / 3 / 2;
    width: 216px;
    height: 142px;
}

.page-archive .archive-entries .archive-entry .entry-thumb {
    width: 216px;
    height: 142px;
    margin-right: 0;
    border: 0;
    background-size: contain;
}

.page-archive .archive-entries .archive-entry .archive-entry-body {
    grid-area: 2 / 2 / 3 / 3;
}

.page-archive .archive-entries .archive-entry .categories {
    grid-area: 3 / 1 / 4 / 3;
    position: static;
    gap: 8px;
    height: auto;
}

.page-archive .archive-entries .archive-entry .categories a {
    margin-right: 0;
}

/* サイドバー固定 */
.contact.is-fixed-bottom {
    position: fixed;
    top: 0;
}