/* <system section="theme" selected="6653586347155924442"> */
@charset "utf-8";
/*
  Theme: Brooklyn
  Author: Shiroma Takumi
  
  Responsive: yes
  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | 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%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: 'Open Sans','Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #111;
  background-color: #ffffff;
}
a {
  color: #395b74;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:visited {
  color: #395b74;
}
a:hover {
  color: #aaa;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #111;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #fff;
  color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #111;
  opacity: 0.9;
}
/* container */
#container {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 37px;
}
#container #content {
  width: 1100px;
  margin: 20px 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;
}
/* 2カラムレイアウト */
#main {
  width: 760px;
  padding-right: 30px;
  border-right: 1px solid #f0f0f0;
  float: left;
}
#box2 {
  width: 280px;
  float: right;
}

/* header */
#blog-title {
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #111;
}
#blog-title-inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;

}

#title {
  margin: 0;
}
#title a {
  font-size: 150%;
  font-weight: bold;
  color: #111;
}
#blog-description {
  max-width: 500px;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 50px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
.header-image-enable #blog-title {
  padding: 0;
}
.header-image-enable #blog-title-inner {
  padding: 40px auto;
}

/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  padding: 4px 0;
  font-size: 90%;
  border-bottom: 1px solid #dddddd;
}
#top-box .breadcrumb {
  width: 1100px;
  margin: 0 auto;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.entry-title {
  margin: 0;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 160%;
}
/* 日付 */
.date {
  font-weight: bold;
  margin-bottom: 16px;
}
.date a {
  color: #f0f0f0;
  background-color: #111;
  padding: 2px 6px;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin: 16px 0;
  font-size: 80%;
}
.categories a {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 4px;
  color: #111;
  background-color: #f0f0f0;
  text-decoration: none;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0px;
  left: 120px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 100%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
  box-shadow: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content img:hover {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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%;
}
.entry-content h2 {
  position: relative;
  padding: 6px 0 6px 10px;
  font-size: 150%;
  background-color: #111;
  color: #fff;
}
.entry-content h2:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 38px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #111;
}
.entry-content h2 a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #fff;
}
.entry-content h3 {
  position: relative;
  font-size: 145%;
  padding: 6px 10px;
  color: #111;
  background-color: #eee;
  border-left: 12px solid #111;
}
.entry-content h3:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 28px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #eee;
}
.entry-content h4 {
  font-size: 135%;
  padding-left: 10px;
  border-left: 6px solid #111;
  border-bottom: 2px solid #111;
}
.entry-content h5 {
  font-size: 120%;
  padding-left: 6px;
  border-left: 4px solid #111;
}
.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 solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  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 li {
  line-height: 1.4;
}
/* 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;
}
/* 続きを読む */
.entry-see-more {
  padding: 4px 8px;
  background-color: #111;
  border: 2px solid #111;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.entry-see-more:visited {
  padding: 4px 8px;
  border: 2px solid #111;
  text-decoration: none;
  color: #fff;
}
.entry-see-more:hover {
  padding: 4px 8px;
  background-color: #fff;
  border: 2px solid #111;
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* 目次 */
.table-of-contents {
  border: 1px dotted #f0f0f0;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 14px 10px 40px;
  border: 1px dashed #111;
}
.table-of-contents ul {
  padding-left: 26px;
}

/* コメント */
.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 #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  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: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  position: relative;
  text-align: center;
  background-color: #fff;
  color: #111;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 6px;
  border: 2px solid #111;
  font-size: 120%;
}
.hatena-module-title:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #111;
}
.hatena-module-title:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    z-index:1;
}
.hatena-module-title a {
  color: #111;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* 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;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Category */
.hatena-module-category .hatena-urllist {
  padding-top: 10px;
  display: table;
  width: 100%;
}
.hatena-module-category .hatena-urllist li {
  display: table-cell;
  padding: 6px 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px dashed #999;
  float: left;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  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: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* 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;
  background-color: #111;
  color: #fff;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
/* 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 {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}


/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 920px) and (max-width: 1150px) {
  #container #content {
    width: 1020px;
  }
  #main {
    width: 680px;
  }
  #blog-title-inner {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  /* パンくず */
  #top-box .breadcrumb {
    width: 1020px;
    margin: 0 auto;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 919px) {
  #globalheader-container {
    position: absolute;
    top: 0;
    opacity: 1;
  }
  #container #content {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden;
  }
  #title {
    font-size: 140%;
  }
  #blog-description {
    font-weight: normal;
    font-size: 70%;
    margin: 3px 0 0 0;
  }
  #blog-title-inner {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-image-enable #blog-title-inner {
    width: 100%;
  }
  .header-image-enable #blog-title-content {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    width: 100%;
    padding-right: 0;
    float: none;
    border-right: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  /* パンくず（カテゴリーページで表示されます） */
  #top-box .breadcrumb {
    width: 93.75%;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  #title {
    font-size: 120%;
  }
  #blog-title {
    padding: 20px 0;
  }
  .entry-content img:hover {
  box-shadow: 0 0;
  }
}

/* global-menu用CSS */
#global-menu {
  width: 100%;
  background-color: #111;
  margin-bottom: 30px;
  border-bottom: 2px solid #111;
}
.global-menu-list {
  display: table;
  list-style-type: none;
  width: 1100px;
  margin: 0 auto;
  -webkit-padding-start: 0;
  padding: 0;
}
.global-menu-list li {
  display: table-cell;
  text-align: center;
  width: 20%;
}
.global-menu-list li a {
  display: block;
  padding: 8px 0;
  line-height: 22px;
  text-decoration: none;
  font-size: 100%;
  background-color: #111;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.global-menu-list li a:hover {
  color: #111;
  background-color: #ddd;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* メニュー上部固定 */
#global-menu.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
}
/* toggle メニューのCSS　*/
#mobile-head {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 36px;
  background-color: #111;
  z-index: 300;
}
#nav-toggle {
  position: fixed;
  right: 12px;
  top: 8px;
  width: 30px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #999;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
#nav-toggle span:nth-child(1){
  top: 0;
}
#nav-toggle span:nth-child(2){
  top: 8px;
}
#nav-toggle span:nth-child(3){
  top: 16px;
}


@media (min-width: 920px) and (max-width: 1150px) {
  .global-menu-list {
    width: 1020px;
  }
}
@media (max-width: 919px){
  .global-menu-list {
    width: 93.75%;
  }
  .global-menu-list li a{
    font-size: 90%;
  }
}
/* グローバルナビをToggle に変更 */
@media (max-width: 680px){
  #blog-title {
    padding: 60px 0 34px 0;
  }
  #global-menu {
    position: fixed;
    z-index: 100;
    top: -500px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
            opacity: 0.9;
  }
  #global-menu .global-menu-list,
  #global-menu .global-menu-list li{
    display: block;
    width: 100%;
  }
  #global-menu .global-menu-list li a {
    font-size: 100%;
    padding: 10px 0;
  }
  #global-menu.fixed {
    top: -500px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
  }
  #mobile-head {
    display: block;
  }
  /* open */
  #global-menu.open {
    top: 36px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
  }
  /* Toggle Button */
  #global-menu.open span:nth-child(1){
    top: 11px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #global-menu.open span:nth-child(2){
    width: 0;
    left: 50%;
  }
  #global-menu.open span:nth-child(3){
    top: 11px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

/* シェアボタン */
/* 共通設定 */
.share-button {
  margin: 20px 0 10px 0;
  width: 300px;
}
.share-inner a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  padding: 4px 0;
  line-height: 18px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  color: #111;
  text-decoration: none;
  vertical-align: bottom;
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-inner a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.share-button i,
.share-button .lg {
  font-size: 24px;
}
.share-inner .hatena-bookmark-button .lg {
  font-size: 38px;
}
.share-inner .hatena-bookmark-button {
  padding-top: 1px;
  padding-bottom: 7px;
}
.share-inner .twitter-button {
  padding-top: 5px;
  padding-bottom: 3px;
}
.share-inner .facebook-button .lg  {
  font-size: 34px;
}
.share-inner .facebook-button .fa-facebook-square.lg {
  font-size: 31px;
  margin-top: -1px;
}
.share-inner .twitter-button .lg {
  font-size: 28px;
}
.share-button .small-text {
  font-size: 12px;
}
.share-button .fa-spin {
  font-size: 8px;
  color: #999;
}

/* color */
.share-inner .hatena-bookmark-button.color {
  color: #00A4DE;
  border: 1px solid #00A4DE;
}
.share-inner .facebook-button.color {
  color: #405BA7;
  border: 1px solid #405BA7;
}
.share-inner .twitter-button.color {
  color: #55ACEE;
  border: 1px solid #55ACEE;
}
.share-inner .googleplus-button.color {
  color: #C53727;
  border: 1px solid #C53727;
}
.share-inner .pocket-button.color {
  color: #EE4256;
  border: 1px solid #EE4256;
}

/* 読者登録ボタン */
.reader-button {
  margin: 16px 0;
}
.reader-button a{
  display: inline-block;
  width: 200px;
  height: 36px;
  border: 2px solid #111;
  text-decoration: none;
  background-color: #111;
  color: #fff;
  font-size: 100%;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.reader-button a:hover {
  background-color: #fff;
  font-size: 110%;
  font-weight: bold;
  color: #111;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* カラーボタン */
.reader-button.color a {
  border-color: #b01c1c;
  background-color: #b01c1c;
  color: #fff;
}
.reader-button.color a:hover {
  background-color: #fff;
  color: #b01c1c;
}
/* グローバルナビのサブカテゴリー */
.global-menu-list.sub-list li {
    position: relative;
}
.global-menu-list.sub-list li:hover .sub-item {
    top: 100%;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .9;
}
.global-menu-list.sub-list .sub-item {
    position: absolute;
    height: 0;
    margin-top: 0px;
    padding: 0;
    top: 60%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    transition: 0s;
    z-index: 200;
}
.global-menu-list.sub-list .sub-item li {
    display: block;
    width: 100%;
}
@media (max-width: 680px){
    .global-menu-list.sub-list .sub-item {
        display: none;
    }
}
/* </system> */

/* <system section="background" selected="custom"> */
body{ background-image: url('//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701181151.jpg'); background-repeat: repeat; background-color:transparent; background-attachment: scroll; background-position: left top;}
/* </system> */



html{background:none!important;}

.sp_none{display:none!important;}
.pc_none{display:block!important;}

/* はてなブログヘッダー非表示 */
#globalheader-container{display:none;}
#container{padding-top:0!important;}

/* 共通部分 */
body{
font: 90%/1.5 Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#blog-title{
background:#fff!important;
border:none;
}

#blog-title-inner{
width: 260px!important;
background-size: 260px!important;
height:60px!important;
}

#top-editarea{
background:#fff;
}


/*ヘッダーメニュー*/
.header_menu {
    width: 950px;
    margin: -150px auto 100px;
    font-size:90%;
}

.header_menu .hatena-module-body {
    float: left;
}

/*ヘッダー右メニュー*/
.sub_menu {
    list-style: none;
    padding-left:0;
    text-align:right;
}

.sub_menu li{
display:inline-block;
padding-right: 5px;
}

.sub_menu li:after {
    content: '|';
    padding-left: 10px;
}

.sub_menu li:last-child:after{
content:none;
}

.sub_menu li a{
text-decoration:none;
}

/*グローバルメニュー*/
.nav-wrap {
    width: 950px;
    margin: 0 auto;
}

.gnav{
background:#fff;
margin:0;
list-style: none;
padding: 0 0 20px 0;
text-align: center;
}

.gnav li{
display:inline-block;
padding-left:27px;
}

.gnav li:last-child{
padding-right:27px;
}

.gnav li:after {
    content: '/';
    padding-left: 27px;
}

.gnav li:last-child:after{
content:none;
}

.gnav li a{
color:#333;
text-decoration:none;
padding: 10px 0;
}

.gnav li a:hover{
background:url('//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190905.jpg') repeat-x 0px 16px;
}

.gnav_sp{display:none;}

/* ヘッダーアドセンス */
.header_ad,.archive_header_ad{display:none;}


/*コンテンツエリア*/
#container #content{
width:auto!important;
background:url('//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190907.png') no-repeat center top!important;
background-size:1300px 360px!important;
}

#container-inner {
    border-top: 15px solid #ffc5ca;
}

#content-inner{
width:950px!important;
margin:0 auto!important;
}

/*フッター*/
#container{margin-bottom:0px;}
#footer{display:none;}

#bottom-editarea{
    background: #ffdde1;
    height: 300px;
}

.footer_area {
    width: 950px;
    margin: 0 auto;
    padding: 60px 0 50px;
}

#bottom-editarea .footer_area .footer_logo{width:250px;float:left;}
#bottom-editarea .footer_area .footer_menu{float:right;width:640px;}

#bottom-editarea .footer_area .footer_menu .ft_menu_list{
    width:150px;
    float:left;
    margin-right:20px;
    list-style: none;line-height: 2.7em;
    margin-top:0;
}

#bottom-editarea .footer_area .footer_menu .ft_menu_list a{text-decoration: none;}

#bottom-editarea .footer_area .footer_menu .ft_menu_list:nth-child(3){border-left:1px dashed #333;}

/***** トップページ *****/

/* 右上広告 */
iframe#aswift_0{background:#ddd;}

.page-index #main{
display:none!important;
}
.page-index #box2{
width:950px;
float:none;
}

.hatena-module{margin-bottom:20px!important;}



/* 最新記事1件 */

.page-index #box2-inner .hatena-module:nth-child(1) {
    width:465px;
    margin-right: 20px;
    float: left;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-title {
    display: none;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body {
    position: relative;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails:before {
    content: url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190856.png);
    position: absolute;
    top: 8px;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails{
width:460px;
height:384px;
overflow:hidden;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-title{
    background: rgba(255, 114, 114, 0.6);
    display:block;
    color:#fff;
    position: absolute;
    width: 440px;
    height: 60px;
    bottom: 0;
    font-size: 160%;
    padding: 30px 10px 10px 10px;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link{
position: absolute;
    bottom: 75px;
    left: 12px;
    z-index: 10;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link a{
color:#fff;
}


/* おすすめ記事2件 */
.page-index #box2-inner .hatena-module:nth-child(2) {
    width:465px;
    float: right;
    position: relative;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-title {
    display: none;
}

/*.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body {
    position: relative;
}*/

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails:before {
    content: url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190901.png);
    position: absolute;
    top: 8px;
    z-index: 20;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item{
width:460px;
height:180px;
border-bottom:none;
padding: 8px 0 4px;
overflow: hidden;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-item-inner{clear:both;position:relative;}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-title{
    background: rgba(255, 114, 114, 0.6);
    display:block;
    color:#fff;
    position: absolute;
    width: 440px;
    height: 45px;
    margin-top: 104px;
    /*bottom: -10px;*/
    font-size: 140%;
    padding: 25px 10px 10px 10px;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link{
position: absolute;
margin-top: 108px;
    left: 12px;
    z-index: 10;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link a{
color:#fff;
}


/*最新記事5件*/
.page-index #box2-inner .hatena-module:nth-child(3){
    clear:both;
    background:#fff;
    padding:20px;
    width:530px;
    float: left;
    margin-right:20px;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 170%;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-module-title:before{
    position:static!important;
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191400.png)!important;
    border:none!important;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-urllist li.recent-entries-item{
    font-size:130%;
    border-bottom:1px dashed #333;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-urllist li.recent-entries-item a.urllist-title{
    font-weight:bold;
}

/*モジュールのタイトルを非表示*/
.page-index #box2-inner .hatena-module:nth-child(4) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(6) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(9) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(10) .hatena-module-title{
    display:none;
}

/*人気記事5件*/

.page-index #box2-inner .hatena-module:nth-child(5)
{
    background:#fff;
    padding:20px;
    width: 316px;
    margin-right: 4px;
    float: right;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-module-title
{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 170%;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-module-title:before
{
    position:static!important;
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191403.png)!important;
    border:none!important;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.recent-entries-item,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.entries-access-ranking-item{
    font-size:120%;
    border-bottom:1px dashed #333;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.recent-entries-item a.urllist-title,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.entries-access-ranking-item a.urllist-title{
    font-weight:bold;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item .entries-access-ranking-item-inner:before{
    float: left;
    margin-right:10px;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item:nth-child(1) .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item:nth-child(1) .entries-access-ranking-item-inner:before{
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191555.png)!important;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item:nth-child(2) .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item:nth-child(2) .entries-access-ranking-item-inner:before{
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191547.png)!important;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item:nth-child(3) .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item:nth-child(3) .entries-access-ranking-item-inner:before{
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191543.png)!important;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item:nth-child(4) .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item:nth-child(4) .entries-access-ranking-item-inner:before{
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191539.png)!important;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .recent-entries-item:nth-child(5) .recent-entries-item-inner:before,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist .entries-access-ranking-item:nth-child(5) .entries-access-ranking-item-inner:before{
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191532.png)!important;
}

/*最新記事をもっと見るボタン*/
.page-index #box2-inner .hatena-module:nth-child(6) .more{
    background: #fff;
    width: 530px;
    padding: 20px;
}

.page-index #box2-inner .hatena-module:nth-child(6) .more p{text-align:center;}

.page-index #box2-inner .hatena-module:nth-child(6) .more p a{
    background:#93df94;
    color:#fff;
    padding:10px 50px;
    font-size:130%;
    border-radius: 5px;
}

.page-index #box2-inner .hatena-module:nth-child(6) .btn_sns ul{
    list-style: none;
    padding: 0;
    width: 570px;
    text-align: center;
}
.page-index #box2-inner .hatena-module:nth-child(6) .btn_sns li{
    display:inline-block;
    margin: 0 5px;
}

/*セルフネイル部について*/
.page-index #box2-inner .hatena-module:nth-child(8){
    background:#fff;
    padding:20px;
    width:530px;
    float: left;
    margin-right:20px;
}

.page-index #box2-inner .hatena-module:nth-child(8) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 170%;
}

.page-index #box2-inner .hatena-module:nth-child(8) .hatena-module-title:before{
    position:static!important;
    border:none!important;
}

.page-index #box2-inner .hatena-module:nth-child(8) .profile-description{
    font-size:110%;
}

/*Instagram*/
.page-index #box2-inner .hatena-module:nth-child(9){
    background:#fff;
    padding:20px;
    width:316px;
    float: right;
    margin-right: 4px;
}

/*モジュールのタイトル非表示*/
.page-index #box2-inner .hatena-module:nth-child(9) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(11) .hatena-module-title{
    display:none;
}

/*インスタタイトル画像を中央揃え*/
.page-index #box2-inner .hatena-module:nth-child(9) .insta{text-align:center;}

/*広告掲載について*/
.page-index #box2-inner .hatena-module:nth-child(11){
    width:356px;
    float: right;
    margin-right: 4px;
    margin-top: -50px;
}

/*スマホ用モジュールを非表示*/
.page-index #box2-inner .hatena-module:nth-child(12),
.page-index #box2-inner .hatena-module:nth-child(13),
.page-index #box2-inner .hatena-module:nth-child(14),
.page-index #box2-inner .hatena-module:nth-child(7){
    display:none;
}

/*上部広告枠*/
.page-index #box2-inner .hatena-module:nth-child(4) ins.adsbygoogle{
    width:356px!important;
}

/***** 記事ページ *****/

/* 共通部分 */
.page-entry #main, 
.page-static_page #main{
    width:570px;
    margin-right:20px;
    padding:30px;
    border:none;
    background:#fff;
}


/* パンくず */
.page-entry #top-box,
.page-archive #top-box,
.page-static_page #top-box {
    width: 950px;
    border-bottom: none;
    margin-bottom: 10px!important;
}

/* サイド */
.page-entry #box2,
.page-static_page #box2{
    width:300px;
}

/*関連記事*/
.page-entry #entry-footer-secondary-modules .hatena-module:nth-child(1),
.page-static_page #entry-footer-secondary-modules .hatena-module:nth-child(1){
    display:block!important;
}

.page-entry #entry-footer-secondary-modules .hatena-module:nth-child(1) .hatena-module-title,
.page-static_page #entry-footer-secondary-modules .hatena-module:nth-child(1) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 140%;
padding: 6px 12px;
text-align:left!important;
}

.page-entry #entry-footer-secondary-modules .hatena-module:nth-child(1) .hatena-module-title:before{
    position:static!important;
    border:none!important;
}

/*記事ページ・アーカイブ・固定ページ モジュール非表示*/
.page-entry .hatena-module:nth-child(1),
.page-entry .hatena-module:nth-child(2),
.page-entry .hatena-module:nth-child(3),
.page-entry .hatena-module:nth-child(5),
.page-entry .hatena-module:nth-child(6),
.page-entry .hatena-module:nth-child(7),
.page-entry .hatena-module:nth-child(9),
.page-entry .hatena-module:nth-child(10),
.page-entry .hatena-module:nth-child(11),
.page-archive .hatena-module:nth-child(1),
.page-archive .hatena-module:nth-child(2),
.page-archive .hatena-module:nth-child(3),
.page-archive .hatena-module:nth-child(5),
.page-archive .hatena-module:nth-child(6),
.page-archive .hatena-module:nth-child(7),
.page-archive .hatena-module:nth-child(9),
.page-archive .hatena-module:nth-child(10),
.page-archive .hatena-module:nth-child(11),
.page-static_page .hatena-module:nth-child(1),
.page-static_page .hatena-module:nth-child(2),
.page-static_page .hatena-module:nth-child(3),
.page-static_page .hatena-module:nth-child(5),
.page-static_page .hatena-module:nth-child(6),
.page-static_page .hatena-module:nth-child(7),
.page-static_page .hatena-module:nth-child(9),
.page-static_page .hatena-module:nth-child(10),
.page-static_page .hatena-module:nth-child(11){
    display:none;
} 

/* 右上広告 */
.page-entry .hatena-module:nth-child(4) .hatena-module-title,
.page-static_page .hatena-module:nth-child(4) .hatena-module-title,
.page-archive .hatena-module:nth-child(4) .hatena-module-title{
    display:none;
}

.page-entry .hatena-module:nth-child(4) ins.adsbygoogle,
.page-static_page .hatena-module:nth-child(4) ins.adsbygoogle,
.page-archive .hatena-module:nth-child(4) ins.adsbygoogle{
    width:300px!important;
    margin-top:0!important;
}

.page-entry .hatena-module:nth-child(4) .img_ad:hover,
.page-static_page .hatena-module:nth-child(4) .img_ad:hover,
.page-archive .hatena-module:nth-child(4) .img_ad:hover{
    opacity:1!important;
    -webkit-filter: brightness(100%)!important;
}


/* セルフネイル部について */
.page-entry .hatena-module:nth-child(8),
.page-static_page .hatena-module:nth-child(8),
.page-archive .hatena-module:nth-child(8){
    background:#fff;
    padding:20px;
}

.page-entry .hatena-module:nth-child(8) .hatena-module-title,
.page-static_page .hatena-module:nth-child(8) .hatena-module-title,
.page-archive .hatena-module:nth-child(8) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 140%;
}

.page-entry .hatena-module:nth-child(8) .hatena-module-title:before,
.page-static_page .hatena-module:nth-child(8) .hatena-module-title:before,
.page-archive .hatena-module:nth-child(8) .hatena-module-title:before{
    position:static!important;
    border:none!important;
}


.page-entry .hatena-module:nth-child(11) .hatena-module-title,
.page-static_page .hatena-module:nth-child(11) .hatena-module-title,
.page-archive .hatena-module:nth-child(11) .hatena-module-title{
    display:none;
}

/*最新記事5件*/
.page-entry .hatena-module:nth-child(12),
.page-static_page .hatena-module:nth-child(12),
.page-archive .hatena-module:nth-child(12){
    clear:both;
    background:#fff;
    padding:20px;
}

.page-entry .hatena-module:nth-child(12) .hatena-module-title,
.page-static_page .hatena-module:nth-child(12) .hatena-module-title,
.page-archive .hatena-module:nth-child(12) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 140%;
}

.page-entry .hatena-module:nth-child(12) .hatena-module-title:before,
.page-static_page .hatena-module:nth-child(12) .hatena-module-title:before,
.page-archive .hatena-module:nth-child(12) .hatena-module-title:before{
    position:static!important;
    content:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191400.png)!important;
    border:none!important;
}

.page-entry .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item,
.page-static_page .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item,
.page-archive .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item{
    font-size:110%;
    border-bottom:1px dashed #333;
}

.page-entry .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item a.urllist-title,
.page-static_page .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item a.urllist-title,
.page-archive .hatena-module:nth-child(12) .hatena-urllist li.recent-entries-item a.urllist-title{
    font-weight:bold;
}

/*モジュールタイトル非表示*/
.page-entry .hatena-module:nth-child(13) .hatena-module-title,
.page-static_page .hatena-module:nth-child(13) .hatena-module-title,
.page-archive .hatena-module:nth-child(13) .hatena-module-title{
    display:none;
}

/*サブページinstagram*/
.page-entry .hatena-module:nth-child(13) .insta,
.page-static_page .hatena-module:nth-child(13) .insta,
.page-archive .hatena-module:nth-child(13) .insta{
    background:#fff;
    padding:20px;
    text-align:center;
    margin-bottom:20px;
}

.page-entry .hatena-module:nth-child(13) .insta iframe,
.page-static_page .hatena-module:nth-child(13) .insta iframe,
.page-archive .hatena-module:nth-child(13) .insta iframe{
    height:350px!important;
}

.page-entry .hatena-module:nth-child(13) .sns img,
.page-static_page .hatena-module:nth-child(13) .sns img,
.page-archive .hatena-module:nth-child(13) .sns img{
    margin-bottom:10px;
}

/* セルフネイル部について */
.page-entry .hatena-module:nth-child(14),
.page-static_page .hatena-module:nth-child(14),
.page-archive .hatena-module:nth-child(14){
    background:#fff;
    padding:20px;
}

.page-entry .hatena-module:nth-child(14) .hatena-module-title,
.page-static_page .hatena-module:nth-child(14) .hatena-module-title,
.page-archive .hatena-module:nth-child(14) .hatena-module-title{
border:none;
background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701191409.png) repeat-x bottom;
font-size: 140%;
}

.page-entry .hatena-module:nth-child(14) .hatena-module-title:before,
.page-static_page .hatena-module:nth-child(14) .hatena-module-title:before,
.page-archive .hatena-module:nth-child(14) .hatena-module-title:before{
    position:static!important;
    border:none!important;
}


/* おすすめ記事 */

.page-entry .customized-header .recommend,
.page-entry .customized-footer .recommend,
.page-static_page .customized-header .recommend,
.page-static_page .customized-footer .recommend {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}

.page-entry .customized-header .recommend .title,
.page-entry .customized-footer .recommend .title,
.page-entry #my-footer .recommend .title,
.page-static_page .customized-header .recommend .title,
.page-static_page .customized-footer .recommend .title{
    text-align:center;
}


.page-entry #my-footer{
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.page-entry #my-footer .recommend{
    border-top: 1px solid #dddddd;
    border-bottom: none!important;
    padding-bottom: 30px;
    padding-top:10px;
}

.page-entry .customized-header .recommend .title strong,
.page-entry .customized-footer .recommend .title strong,
.page-entry #my-footer .recommend .title strong,
.page-static_page .customized-header .recommend .title strong,
.page-static_page .customized-footer .recommend .title strong{
    padding: 6px;
    background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190905.jpg) repeat-x 0px 16px;
}

.page-entry .customized-header .recommend .embed-card,
.page-entry .customized-footer .recommend .embed-card,
.page-entry #my-footer .recommend .embed-card{
    width:275px!important;
    margin-right:10px!important;
    float:left;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    background-color:#ffdfe4!important;
}


/* 記事内タグ */

.page-entry .date a,
.page-static_page .date a,
.page-archive .date a{
    background:#fd959e!important;
    color:#fff!important;
    padding: 4px 6px!important;
}

.page-entry .categories a,
.page-static_page .categories a,
.page-archive .categories a{
    background:#ffdfe4!important;
    color:#ea6671!important;
}

.page-entry .entry-title,.page-static_page .entry-title,.page-archive .entry-title{padding-left:0!important;}

.page-entry .entry-content strong,
.page-static_page .entry-content strong{
    padding: 4px;
    background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701190905.jpg) repeat-x 0px 10px;
}

/*大見出し*/
.page-entry .entry-content h3,
.page-static_page .entry-content h3 {
    position: static;
    font-size: 130%;
    padding: 0;
    color: #fff;
    background: none;
    border-left: none;
}

.page-entry .entry-content h3 a,
.page-static_page .entry-content h3 a{color:#fff!important;}

.page-entry .entry-content h3:before,
.page-static_page .entry-content h3:before{
    position:static;
    border:none;
}

.page-entry .entry-content h3 .links,
.page-static_page .entry-content h3 .links {
    display: block;
    padding: 10px;
    background-color: #fd959e;
}

/*中見出し*/
.page-entry .entry-content h4,
.page-static_page .entry-content h4{
    font-size: 110%!important;
    border: none!important;
    padding: 0!important;
}

.page-entry .entry-content h4 .links,
.page-static_page .entry-content h4 .links {
    background: url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701192535.png) repeat-x bottom #ffecec;
    padding: 10px 10px 12px!important;
    display: block;
}

/*小見出し*/
.page-entry .entry-content h5,
.page-static_page .entry-content h5{
    background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701192538.png) no-repeat 0px 4px;
    border:none;
    font-size: 110%;
    padding-left: 17px;
}

/*目次*/
.page-entry .entry-content .table-of-contents,
.page-static_page .entry-content .table-of-contents{
    border:none;
    background: #fffff0;
    border:none;
}

.page-entry .google-afc-image,
.page-static_page .google-afc-image{
    display:none!important;
}

.page-entry .entry-content img:hover,
.page-static_page .entry-content img:hover{box-shadow:none;}


/* フッター */
.page-entry .customized-footer .line_info,
.page-static_page .customized-footer .line_info{
    width:550px;
    height:130px;
    padding:20px 25px;
    color:#4e52a6;
    font-size: 120%;
    background:url(//cdn-ak.f.st-hatena.com/images/fotolife/s/shomn-1818/20170701/20170701192336.png) no-repeat;
    background-size: 570px 160px;
}

.page-entry .customized-footer .line_info h3,
.page-static_page .customized-footer .line_info h3{
    font-weight:normal;
    font-size:140%;
    margin:0;
    line-height:1em;
}

.page-entry .customized-footer .line_info p,
.page-static_page .customized-footer .line_info p{
    margin:5px 0;
}

.page-entry .customized-footer .line_info .left_box,
.page-static_page .customized-footer .line_info .left_box{
    width: 310px;
    float: left;
    margin-right: 20px;
}

.page-entry .entry,
.page-static_page .entry{margin-bottom:0;}

/* ページ送り */
.pager .pager-prev,
.pager .pager-next{
    background: #ffdde0;
    padding: 10px;
    height: 40px;
}


/* snsシェアボタン */
.l-social-button {
margin: 10px 0 10px;
overflow: hidden;
padding: 20px 0 10px;
}
.social-button {
height: 30px;
width: 115px;
border-radius: 3px;
color: white;
text-align: center;
margin: 0 8px 0 0;
font-size: 0.9em;
padding: 9px 15px;
text-decoration: none;
}
.social-button img{
    margin-right:5px;
}
.facebook {
background-color: #3b5998;
}
.twitter {
background-color: #55acee;
}
.line {
background-color: #25af00;
}
.facebook:hover {
background-color: #4e77c9;
}
.twitter:hover {
background-color: #5bbbff;
}
.line:hover {
background-color: #2bc600;
}


/***** アーカイブページ *****/
.page-archive .ad.ad-online-afc{
    display:none!important;
    position: absolute;
    top: -100px;
    left: 0;
}

.page-archive #main {
    width: 630px;
    margin-right: 20px;
    border: none;
    padding:0!important;
}

.page-archive #box2 {
    width: 300px;
}

.page-archive .archive-entries .archive-entry{
    background:#fff;
    padding: 20px;
    margin-bottom: 20px;
}

.page-archive .archive-header-category .archive-heading {
    padding: 0 10px;
}

/* ページ送り */
.page-archive .pager .pager-prev,
.page-archive .pager .pager-next{
    background: #ffdde0;
    padding: 10px;
    text-align: center;
    height: auto;
}


/***** スマホ調整（レスポンシブ） *****/


@media only screen and (max-width: 680px){
body{margin-top:-10px;}

a:hover{color:#395b74!important;}

.sp_none{display:block!important;}
.pc_none{display:none!important;}

.sub_menu{display:none;}

#container {
    margin-top: 80px;
}

#container-inner{border:none;}

#blog-title {
    padding: 7px 0 0 0;
    position: fixed;
    border-top: 15px solid #ffc5ca;
    z-index: 100;
    margin-top: -70px;
}

#blog-title-inner {
    background-size: 200px!important;
}

#title a{z-index: 200;}

.header_menu{
    width:100%;
    float:none;
    margin:0;
}

.header_menu .hatena-module-body {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.page-entry .archive_header_ad,
.page-static_page .archive_header_ad{display:none;}

.page-index .archive_header_ad,
.page-entry .header_ad,
.page-static_page .header_ad,
.page-archive .archive_header_ad{
    display:block;
}

.nav-wrap{
    width:100%;
}

#top-editarea{background:none;padding-top: 15px;}

#container #content{width:100%!important;margin-top: 5px;}

.footer_area{width:100%;}

/* ハンバーガーメニュー */
/*navi開閉部分*/
    .nav-wrap{
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 100;
        margin-top: .5rem;
    }

    .gnav_sp{display:none;background: #fff;padding-left: 0;}

    .is-open .gnav_sp {
      display:block;
      list-style-type: none;
      background: #fff;
      width: 100%;
      /*　z-indexは.wrapper部分でpositionを使用した場合は適切な数字（一番大きい値）に変更*/
      z-index: 99;
      padding-bottom:0;
      padding-left: 0;
    }

    .gnav_sp li {
      border-bottom: 1px solid #ccc;
      padding-left: 20px;
      display: block;
      background: #fff;
    }

    .gnav_sp li a {
      display: block;
      text-decoration: none;
      /* (44-16)/2=14px */
      padding: .875rem 1rem;
    }

    .gnav_sp li:after {
    content: none;
    padding-left: 0;
    }  

    .gnav_sp li:last-child{
    padding-right:0;
    }

    .gnav{display:none;}

/*ハンバーガーボタン*/
.icon-animation {
      background-color: #fff;
      width: 48px;
      height: 44px;
      display: block;
      cursor: pointer;
      float: right;
      position: absolute;
      left: 0rem;
      text-align: center;
      top: -3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }


.icon-animation span {
      width: 30px;
      height: 2px;
      border-radius: 2px;
      display: block;
      background: #333;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
 
 .icon-animation .top {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px);
    }

    .icon-animation .bottom {
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px);
    }

    .is-open .middle {
      background: rgba(51, 51, 51, 0);
    }

    .is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
    }

    .is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
    }

/* トップページ */
.page-index .adx-responsive-mode{display:none;}

.page-index #content-inner{width:100%!important;border:none;}

.page-index #box2{width:100%!important;}

.page-index #box2-inner .hatena-module:nth-child(1),
.page-index #box2-inner .hatena-module:nth-child(2){width:100%;}

.page-index #box2-inner .hatena-module:nth-child(1) a:hover,
.page-index #box2-inner .hatena-module:nth-child(2) a:hover{color:#fff!important;}

.page-index #box2-inner .hatena-module:nth-child(1) {
    height: 230px;
    overflow: hidden;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails{width:100%;height:auto;}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-title{
    bottom:105px;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link{
    bottom:170px;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails:before{
    z-index:50;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-title{width:95%;height: 50px;font-size: 130%;font-weight: bold;}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-title{width:90%;}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item{
    width: 49%;
    height: 173px;
    padding: 0;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item:nth-child(1) {
    float: left;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item:nth-child(2) {
    float: right;
}

.page-index #box2-inner .hatena-module:nth-child(3){width:89.5%;float:none;margin-right: 0;}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-module-title,
.page-index #box2-inner .hatena-module:nth-child(8) .hatena-module-title{font-size: 140%;}

.page-index #box2-inner .hatena-module:nth-child(3) .urllist-entry-body{display: none;}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-title{
    height: 60px;
    margin-top: 88px;
    font-size: 120%;
    padding: 15px 10px 10px 10px;
    font-weight: bold;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-urllist li.recent-entries-item a.urllist-title{
    font-size: 90%;
}

.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.recent-entries-item a.urllist-title{
    font-size: 100%;
}

.page-index #box2-inner .hatena-module:nth-child(3) .hatena-urllist li.recent-entries-item img,
.page-index #box2-inner .hatena-module:nth-child(5) .hatena-urllist li.recent-entries-item img{
    width:70px;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link{
    margin-top: 90px;
    left: 10px;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails:before {
    top: -20px;
    left: -26px;
    z-index: 20;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
}

.page-index #box2-inner .hatena-module:nth-child(4) ins.adsbygoogle {
    display: block!important;
    margin: 0 auto;
}

.page-index #box2-inner .hatena-module:nth-child(5) {
    width: 335px;
    margin-right: 0;
    float: none;
    margin-bottom: 0!important;
}

.page-index #box2-inner .hatena-module:nth-child(6) .more {
    /*width: 100%;
    padding: 5px 0 20px;*/
    display:none;
}

.page-index #box2-inner .hatena-module:nth-child(6) .btn_sns ul {
    width: 100%;
}

.page-index #box2-inner .hatena-module:nth-child(6) .btn_sns li {
    margin: 5px 0;
}

.page-index #box2-inner .hatena-module:nth-child(8) {
    width: 89.4%;
    float: none;
}

.page-index #box2-inner .hatena-module:nth-child(9) {
    width: 89.4%;
    margin-right: 0;
    float: none;
}

.page-index #box2-inner .hatena-module:nth-child(9) iframe {
    margin: 0 auto!important;
    display: block;
}

.page-index #box2-inner .hatena-module:nth-child(10) table{
    margin: 0 auto;
}

.page-index #box2-inner .hatena-module:nth-child(10) table td {
    display: block;
    padding-right: 0!important;
    text-align: center;
    border:none!important;
}

.page-index #box2-inner .hatena-module:nth-child(10) #ad_table td{
    border:none!important;
}

.page-index #box2-inner .hatena-module:nth-child(11) {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: -30px;
    display: block;
    text-align: center;
}

.page-index #box2-inner .hatena-module:nth-child(7){
    display:block;
}

.page-index .hatena-module:nth-child(7) .hatena-module-title,
.page-entry .hatena-module:nth-child(7) .hatena-module-title,
.page-static_page .hatena-module:nth-child(7) .hatena-module-title,
.page-archive .hatena-module:nth-child(7) .hatena-module-title{
    display:none;
}

.page-index #box2-inner .hatena-module:nth-child(7) ins.adsbygoogle {
    display: block!important;
    margin: 0 auto;
}


/* フッター */
#bottom-editarea .footer_area .footer_logo {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#bottom-editarea {
    height: auto;
}

#bottom-editarea .footer_area .footer_menu {
    width: 84%;
    padding: 0 20px 0 40px;
}

#bottom-editarea .footer_area .footer_menu .ft_menu_list {
    width: 48%;
    padding: 0;
    margin-right: 0;
}

#bottom-editarea .footer_area .footer_menu .ft_menu_list:nth-child(3) {
    border: none;
}

/* 記事ページ */

.page-entry .entry-content h3,
.page-entry .entry-content h4,
.page-static_page .entry-content h3,
.page-static_page .entry-content h4 {
    margin-top: -100px!important;
    padding-top: 100px!important;
}

.page-entry #top-box,
.page-static_page #top-box,
.page-archive #top-box
 {
    width: 92%;
    padding: 4%;
}

.page-entry #top-box .breadcrumb,
.page-static_page #top-box .breadcrumb {
    width: 100%;
    word-wrap: break-word;
} 

.page-entry #content-inner,
.page-static_page #content-inner {
    width: 100%!important;
}

.page-entry #main,
.page-static_page #main {
    width: 92%;
    padding: 4%;
}

.page-entry .entry-title,
.page-static_page .entry-title {
    font-size: 140%;
}

.page-entry .customized-header .recommend .embed-card,
.page-entry .customized-footer .recommend .embed-card,
.page-entry #my-footer .recommend .embed-card{
    width: 100%!important;
    margin-bottom: 10px;
}

.social-button{padding: 9px 10px;}

.browsing-with-smartphone .ad-online-afc {
    position: absolute;
    top: -350px;
    opacity: 0;
}

.page-entry .entry-content .table-of-contents,
.page-static_page .entry-content .table-of-contents {
    padding-right: 10px;
    padding-left: 30px;
}

.page-entry .entry-content .table-of-contents ul,
.page-static_page .entry-content .table-of-contents ul{
    padding-left: 30px;

}

.page-entry .customized-footer .line_info,
.page-static_page .customized-footer .line_info {
    width: 100%;
    background-size: 88%;
}

.page-entry .customized-footer .line_info,
.page-static_page .customized-footer .line_info {
    width: 100%;
    background-size: 95%;
    font-size: 70%;
    padding: 10px;
    line-height: 1.3;
    height: 80px;
}

.page-entry .customized-footer .line_info .line_info_contents img,
.page-static_page .customized-footer .line_info .line_info_contents img {
    width: 35%;
}

.page-entry .customized-footer .line_info .left_box,
.page-static_page .customized-footer .line_info .left_box {
    width: 54%;
}

.adx-responsive-mode {
    display: none;
}

.page-entry #wrapper,
.page-static_page #wrapper {
    margin-bottom: 20px;
}

.page-entry #box2,
.page-static_page #box2,
.page-archive #box2 {
    width: 100%;
}

.page-entry #box2-inner .hatena-module:nth-child(4) ins.adsbygoogle,
.page-static_page #box2-inner .hatena-module:nth-child(4) ins.adsbygoogle,
.page-archive #box2-inner .hatena-module:nth-child(4) ins.adsbygoogle {
    display: block!important;
    margin: 0 auto;
}

.page-entry .hatena-module:nth-child(8), 
.page-static_page .hatena-module:nth-child(8), 
.page-archive .hatena-module:nth-child(8) {
    width: 92%;
    padding: 4%;
}

.page-entry .hatena-module:nth-child(12), 
.page-static_page .hatena-module:nth-child(12), 
.page-archive .hatena-module:nth-child(12){
    width: 92%;
    padding: 4%;
}

.page-entry .hatena-module:nth-child(13) .sns, 
.page-static_page .hatena-module:nth-child(13) .sns, 
.page-archive .hatena-module:nth-child(13) .sns {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.page-entry .hatena-module:nth-child(14), 
.page-static_page .hatena-module:nth-child(14), 
.page-archive .hatena-module:nth-child(14) {
    width: 92%;
    padding: 4%;
}

.page-entry .customized-footer .article_ad,
.page-entry #my-footer .article_ad,
.page-static_page .customized-footer .article_ad {
    margin: 0 auto;
}


.page-entry .customized-footer .article_ad td,
.page-entry #my-footer .article_ad td,
.page-static_page .customized-footer .article_ad td {
    display: block;
    padding-right: 0!important;
    text-align: center;
}

.page-entry #my-footer .article_ad td {
    border: none;
    padding: 0;
}


/* 記事一覧 */
.page-archive #content-inner {
    width: 100%!important;
}

.page-archive #main {
    width: 100%;
}

/* ページ送り */
.page-entry .pager .pager-prev,
.page-entry .pager .pager-next,
.page-static_page .pager .pager-prev,
.page-static_page .pager .pager-next,
.page-archive .pager .pager-prev,
.page-archive .pager .pager-next{
    width:43%!important;
}

.page-entry .pager .pager-prev,
.page-static_page .pager .pager-prev,
.page-entry .pager .pager-next{
    height:70px;
}



}


@media screen and (min-width:376px) and ( max-width:680px){

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails li{
    height: 270px;
    overflow: hidden;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .urllist-with-thumbnails li img{
    width:100%;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails li{
    height: 100px;
    overflow: hidden;
    width: 49%;
    float: left;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-title {
    bottom: 55px;
    width: 97%;
}

.page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link {
    bottom: 120px;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries-item .recent-entries-title {
    width: 94%;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item{
    width: 49%;
    height: 150px;
    padding: 0;
}

.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails .recent-entries-item:nth-child(1){
    margin-right: 2%;
}


.page-index #box2-inner .hatena-module:nth-child(2) .hatena-module-body .urllist-with-thumbnails li img{
    width:100%;
}

.page-index #box2-inner .hatena-module:nth-child(3),
.page-index #box2-inner .hatena-module:nth-child(5),
.page-index #box2-inner .hatena-module:nth-child(8),
.page-index #box2-inner .hatena-module:nth-child(9){
    width:94%;
}

.page-entry .hatena-module:nth-child(13) .insta, 
.page-static_page .hatena-module:nth-child(13) .insta, 
.page-archive .hatena-module:nth-child(13) .insta {
    width: 45%;
    margin: 0 auto;
}

.page-entry .customized-header .recommend .embed-card, 
.page-entry .customized-footer .recommend .embed-card,
.page-entry #my-footer .recommend .embed-card {
    width: 48%!important;
    float: left;
}


/* フッター */

.page-entry .customized-footer .line_info,
.page-static_page .customized-footer .line_info{
    height: 150px;
}

.page-entry .customized-footer .line_info,
.page-static_page .customized-footer .line_info{
    background-size: 94%;
    font-size: 120%;
    padding: 20px;
}

.page-entry .customized-footer .article_ad,
.page-entry #my-footer .article_ad,
.page-static_page .customized-footer .article_ad {
    margin: 0 auto;
}

.page-entry .customized-footer .article_ad td,
.page-entry #my-footer .article_ad td,
.page-static_page .customized-footer .article_ad td {
    display: inline-table;
    padding-right: 10px;
    text-align: center;
}

}

/***** スマホ調整（レスポンシブ） *****/


@media only screen and (max-width: 320px){
    .page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-title{
        height: 85px;
        bottom: 45px;
    }
    .page-index #box2-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries-item .recent-entries-item-inner .recent-entries-date-link {
    bottom: 145px;
}

}

