/* <system section="background" selected="custom"> */
body{ background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160405/20160405211322.png'); background-repeat: repeat-x; background-color:transparent; background-attachment: scroll; background-position: left top;}
/* </system> */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@charset "utf-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびLESSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。

  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%;
  /* 2 */
  -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 */
/*  WEBフォント読み込み  */
/* 3カラムレイアウト */
#content-inner {
  display: flex;
}
#box2-even {
  margin: 0 16px;
  width: 300px;
  z-index: 1;
  order: 3;
  position: relative;
  margin-top: 16px;
}
#box2-odd {
  margin: 0 16px;
  width: 184px;
  z-index: 1;
  order: 1;
  position: relative;
  margin-top: 16px;
}
#box2-odd #box2-odd-inner {
  width: 184px;
}
#id_tracemenu {
  width: 184px;
}
#wrapper {
  z-index: 100;
  width: 100%;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0);
  order: 2;
}
#entry {
  word-break: break-all;
}
#main {
  width: auto;
  margin: 0 44px;
  border: 1px dashed #dddddd;
  border-style: none solid;
  word-break: break-all;
}
.entry-inner {
  margin: 0 20px;
}
html,
body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #454545;
  background-color: #ffffff;
}
a {
  color: #1f9ac9;
}
a:hover {
  color: #5c5c5c;
}
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 {
  color: #5c5c5c;
  text-decoration: none;
}
.head_share_bookmark {
  float: right;
  top: -105px;
  position: relative;
  text-decoration: none;
  color: #339bc3;
}
.entry-header a {
  color: #1f9ac9;
}
.entry-header a:hover {
  color: #5c5c5c;
}
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 {
  display: none;
}
#globalheader-container {
  display: none;
}
#top-editarea {
  width: auto;
}
#top-editarea .global_nav {
  list-style: none;
}
#top-editarea .container {
  position: relative;
  max-width: 1440px;
  height: 160px;
  margin: 0 auto;
}
#top-editarea .logo {
  display: inline-block;
  position: absolute;
  margin: 0px  0 0 0px;
  width: 480px;
  height: 150px;
  font-size: 0;
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160326/20160326174859.png) 0 0 no-repeat;
}
#top-editarea .logo:before {
  display: inline-block;
  position: absolute;
  margin: 94px 0 0px 69%;
  width: 358px;
  height: 42px;
  font-size: 0;
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160326/20160326174859.png) 0 -174px no-repeat;
  content: "";
}
#top-editarea .chars {
  display: block;
  position: absolute;
  top: 0px;
  right: 0%;
  z-index: 1;
  width: 479px;
  height: 180px;
  font-size: 0;
  background: transparent url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160326/20160326174859.png) 0 -231px no-repeat;
  outline: none;
}
/* container */
#container {
  padding-top: 0px;
}
#container #content {
  display: block;
  *zoom: 1;
  max-width: 1440px;
  margin: 0 auto;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* header */
#blog-title {
  display: none;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}
#breadcrumb {
  display: none;
  font-size: 13px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 20px;
}
.entry-header {
  margin-bottom: 20px;
  border-bottom: 1.5px dashed #333;
  position: relative;
  min-height: 97px;
}
.entry-header:before {
  display: block;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  margin: 0;
  padding-bottom: 10px;
  bottom: 10px;
  left: -65px;
  z-index: 2;
  width: 90px;
  height: 90px;
  color: #1f9ac9;
  font-size: 0;
  border: 1px solid #1f9ac9;
  border-radius: 50px;
  background: #fff;
  content: '';
  transition-duration: .2s;
  transition-property: color, border-color;
}
.entry-title {
  display: table-cell;
  min-height: 75px;
  font-size: 1.2rem;
  color: #1487bd;
  word-break: break-all;
}
.entry-title a {
  margin-left: -60px;
}
/* 日付 */
.date {
  display: block;
  margin-left: 10px;
  padding: 0px 15px;
  color: #d3d3d3;
  font-size: .8rem;
  text-align: left;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.date a {
  color: #d3d3d3;
  text-decoration: none;
  font-size: 90%;
}
.date:before {
  font-family: "blogicon";
  content: "\f043";
  color: #919191;
}
/* カテゴリ */
.categories {
  margin-left: 45px;
  font-size: 80%;
  text-align: right;
  margin-top: 18px;
}
.categories a {
  color: #999999;
  border-bottom: 1px dotted #dedede;
}
.categories.no-categories {
  margin: 0;
}
.categories:before {
  font-family: "blogicon";
  content: "\f04a";
  color: #919191;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: -10px;
  left: 15%;
  z-index: 2;
}
.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: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 2px dashed #1f9ac9;
}
.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%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1 {
  position: relative;
  padding: 15px 0 0px 15px;
  color: #5c5c5c;
  font-weight: bold;
}
.entry-content h1:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 22%;
  left: -40px;
  z-index: 4;
  width: 40px;
  height: 40px;
  color: #5ABA90;
  font-size: 1.5rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid #5ABA90;
  border-radius: 50px;
  background: #fff;
  content: '\f024';
}
.entry-content h2 {
  position: relative;
  padding: 15px 0 0px 15px;
  color: #5c5c5c;
  font-weight: bold;
}
.entry-content h2:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 22%;
  left: -40px;
  z-index: 4;
  width: 39px;
  height: 39px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  background: #fff;
  content: '\f024';
}
.entry-content h3 {
  position: relative;
  color: #5c5c5c;
  font-weight: bold;
  padding: 15px 0 0px 15px;
}
.entry-content h3:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 24%;
  left: -40px;
  z-index: 4;
  width: 39px;
  height: 39px;
  color: #5ABA90;
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid #5ABA90;
  border-radius: 50px;
  background: #fff;
  content: '\f02d';
}
.entry-content h4 {
  position: relative;
  padding: 15px 0 0px 15px;
  color: #5c5c5c;
  font-weight: bold;
}
.entry-content h4:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 20%;
  left: -40px;
  z-index: 4;
  width: 39px;
  height: 39px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  background: #fff;
  content: '\f02d';
}
.entry-content h5 {
  position: relative;
  margin: 80px 0 0 5px;
  padding: 15px 0 0px 15px;
  color: #5c5c5c;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 30px;
  font-size: 1.0rem;
}
.entry-content h5::before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 8px;
  left: -26px;
  z-index: 4;
  width: 39px;
  height: 39px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  background: #fff;
  content: '\f024';
}
.entry-content h5::before {
  top: 50%;
  left: -31px;
  width: 13px;
  height: 13px;
  content: '';
}
.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: 0px 0px 0px -21px;
  width: 80%;
  padding: 20px;
  position: relative;
  right: -20%;
  border-top: 1px solid rgba(31, 154, 201, 0.8);
  border-bottom: 1px solid rgba(31, 154, 201, 0.8);
  border-left: 1px solid rgba(31, 154, 201, 0.8);
  border-radius: 15px 0 0 15px;
  font-size: 80%;
}
.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;
  background: rgba(31, 154, 201, 0.1);
}
.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 {
  background: rgba(31, 154, 201, 0.1);
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote:after {
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 7px #fff;
  top: 27.5%;
  right: -19px;
  z-index: 4;
  width: 34px;
  height: 34px;
  color: rgba(31, 154, 201, 0.8);
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(31, 154, 201, 0.8);
  border-radius: 50px;
  background: #fff;
  font-family: FontAwesome;
  content: '\f10e';
}
.entry-content h3 {
  position: relative;
  color: #5c5c5c;
  font-weight: bold;
  padding: 15px 0 0px 15px;
}

.entry-content .entry-see-more {
  display: table;
  white-space: nowrap;
  position: relative;
  /*top: 22px;
  left: 44%;*/
  box-shadow: 0 0 0 10px #fff;
  background: white;
  width: 93%;
  text-decoration: none;
  padding: 15px 0 0px 15px;
}
.entry-content h3:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 24%;
  left: -40px;
  z-index: 4;
  width: 39px;
  height: 39px;
  color: #5ABA90;
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  border: 1px solid #5ABA90;
  border-radius: 50px;
  background: #fff;
  content: '\f02d';
}
.entry-content .entry-see-more::before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 75%;
  left: 105%;
  z-index: 3;
  width: 40px;
  height: 40px;
  color: #1f9ac9;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(31, 154, 201, 0.8);
  border-radius: 50px;
  background: #fff;
  content: '\f0c4';
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.entry-content .entry-see-more::after {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.0rem;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 7px #fff;
  box-sizing: border-box;
  top: 75%;
  left: -40px;
  z-index: 3;
  width: 40px;
  height: 40px;
  color: #1f9ac9;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(31, 154, 201, 0.8);
  border-radius: 50px;
  background: #fff;
  content: '\f0c4';
  
}
.entry-content .entry-see-more a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 50px;
  color: #1f9ac9;
  font-size: 1rem;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition-duration: .2s;
  transition-property: color;
}

.entry-content .entry-see-more a:hover {
  color: #5c5c5c;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  display: none;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  /** padding: 10px 0 10px 60px; ----**/
  /** border-bottom: 1px solid #ddd; ----**/
  position: relative;
}
/** .comment-box li:first-child {
    border-top: 1px solid #ddd
} **/
.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-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0!important;
  font-weight: 700;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px;
}
.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0 !important;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #ccc;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/** コメントボックス **/
/** ラッパー
---------------------------------------- */
.comment-box ul.comment {
  margin-bottom: 0!important;
}
/** 左からの吹き出し
---------------------------------------- */
.lBalloon {
  position: relative;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 20%;
  z-index: 10;
  top: 0;
  float: left;
  min-width: 31%;
  word-break: break-all;
}
.lBalloon:before,
.lBalloon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 4px #aaa;
  -moz-box-shadow: 0 1px 4px #aaa;
  -webkit-box-shadow: 0 1px 4px #aaa;
}
.lBalloon:before {
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: -10;
}
.lBalloon:after {
  background: rgba(78, 172, 209, 0.3);
  top: 8px;
  left: 8px;
  z-index: -20;
}
.lBalloon img.hatena-id-icon {
  left: 10px;
}
.lBalloon .comment-content {
  margin: 0 0 10px 60px;
}
.lBalloon .comment-user-name,
.lBalloon .comment-metadata {
  padding-left: 60px;
}
/** 右からの吹き出し
---------------------------------------- */
.rBalloon {
  position: relative;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 20%;
  z-index: 10;
  top: 0;
  float: right;
  max-width: 31%;
  word-break: break-all;
}
.rBalloon:before,
.rBalloon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 4px #aaa;
  -moz-box-shadow: 0 1px 4px #aaa;
  -webkit-box-shadow: 0 1px 4px #aaa;
}
.rBalloon:before {
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: -10;
}
.rBalloon:after {
  background: rgba(116, 39, 38, 0.3);
  top: 8px;
  left: 8px;
  z-index: -20;
}
.rBalloon img.hatena-id-icon {
  right: 10px;
}
.rBalloon .comment-content {
  margin: 0 70px 10px 0;
}
/** クリアフィックス
---------------------------------------- */
.cBalloon {
  clear: both;
}
/** コメントボックス終わり **/
/* sidebar */
#box2-even {
  font-size: 85%;
}
#box2 {
  display: none;
}
.hatena-module {
  margin-bottom: 10px;
  height: auto;
  width: auto;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/**プロフィール */
.profile {
  font-size: 89%;
  width: 294px;
  display: block;
  padding: 0px 1px 10px 1px;
  border: solid 1px #D2D2D2;
  border-radius: 10px;
  background: #FAFAFA;
}
.profile-introduction {
  text-align: center;
  font-size: 1.5em;
  margin-top: 10px;
}
.profile-img {
  border-radius: 50%;
  border: 1px solid #47c9af;
  width: 80%;
  margin: -10px 21%;
}
.profile-aside {
  float: left;
  width: 45%;
  margin-left: -10%;
}
.profile-aside li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2em 0 .2em .2em;
  border: 1px solid;
  margin-bottom: 0.5em;
}
.profile-aside li span {
  margin-right: 4px;
}
.profile-main {
  float: right;
  margin-top: -30px;
  width: 62%;
}
.profile-name {
  font-size: 1.4em;
  margin-bottom: .2em;
  font-weight: 700;
  border-bottom: 2px solid;
  color: #47c9af;
  margin-top: 0px;
}
.profile-whoami {
  margin-top: 0;
  font-weight: 700;
}
.profile .share {
  clear: both;
  position: relative;
}
.profile .share p {
  text-align: center;
  border-bottom: 1px solid #47c9af;
  height: 0px;
}
.profile .share-button {
  font-size: 300%;
  margin: -11px 5px 0 5px;
  display: table;
  width: 100%;
}
.profile .share-button a {
  display: table-cell;
}
.hatena-bookmark-bookmark-panel {
  z-index: 10350001 !important;
}
.ninja_onebutton {
  top: 95px;
  height: 250px;
  margin: 0 0 0 -60px;
  position: fixed;
  border: solid 1px #ddd;
  background-color: #FFF;
  padding: 0 10px;
  width: 42px;
  border-radius: 5px;
}
.page-navi a {
  z-index: 10450001!important;
  top: 65px;
  height: 30px;
  background: #850505;
  color: #fff;
  width: 42px;
  padding: 5px 0;
  margin-left: -10px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.page-navi a:hover {
  text-decoration: none;
  text-shadow: 0 0 3px #000;
  opacity: 0.8;
}
.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;
}
/* 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;
  background-color: #f5fbfd;
}
.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?version=2e61fee3ccbfc27045338d56681f0e) 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: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
  text-align: center;
}
.pager a {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  border-radius: 4px;
  background: #eee;
  color: #333;
  text-decoration: none;
}
.pager a:hover {
  background: #1abc9c;
  color: #ffffff;
}
.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%;
  word-wrap: break-word;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
  word-wrap: break-word;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .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;
}
/** はてなハート */
.hatena-star-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/o/orangestar/20151104/20151104180136.png);
}
.hatena-star-green-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/o/orangestar/20151104/20151104180133.png);
}
.hatena-star-red-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/o/orangestar/20151104/20151104180135.png);
}
.hatena-star-blue-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/o/orangestar/20151104/20151104180132.png);
}
.hatena-star-purple-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/o/orangestar/20151104/20151104180134.png);
}
.hatena-star-container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hatena-star-container a {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 45px;
  margin: 2px;
  line-height: 1;
  position: relative;
}
.hatena-star-container .hatena-big-star-star-container {
  width: 18px;
  height: 18px;
  left: 50%;
  margin: 0 0 0 -10px;
  position: relative;
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  overflow: visible;
}
.hatena-big-star-star-container {
  border-radius: 50px;
}
.hatena-star-container .hatena-big-star-star-container:after,
.hatena-star-container .hatena-big-star-star-container:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hatena-star-container .hatena-big-star-star-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 3px;
  margin-left: -3px;
}
.hatena-star-container .hatena-big-star-star-container:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cccccc;
  border-width: 4px;
  margin-left: -4px;
}
.hatena-star-container .hatena-big-star-star-container > .hatena-star-star {
  background: transparent;
  position: absolute;
  top: -8%;
  left: -13%;
  padding: 4px!important;
  width: 80%;
}
.hatena-star-container .hatena-star-user {
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  position: absolute;
  top: 27px;
  left: 50%;
}
/******************************
* TOCのスタイル
******************************/
#toc {
  display: block;
  box-sizing: border-box;
  position: relative;
  background: #f4f4f4;
  width: 100%;
  min-width: 184px;
  margin-left: 0.625%;
  padding: 65px 0 10px 15px;
  color: #1E9AC8;
  font-size: 12px;
}
#toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#toc ul:before {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  min-width: 184px;
  height: 40px;
  margin: -50px -16.8px;
  border: 3px solid rgba(0, 0, 0, 0.02);
  background: #47c9af;
  content: "この記事の目次";
  font-size: 150%;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
#toc li {
  padding: 5px 10px;
}
#toc a {
  color: #789dae;
  text-decoration: none;
  display: block;
}
#toc .toc-h3 {
  padding-left: 0px;
  font-size: 16px;
}
#toc .toc-h4 {
  padding-left: 15px;
  font-size: 14px;
}
#toc .toc-h5 {
  padding-left: 30px;
}
#toc .toc-active:before {
  content: "▶";
  color: #ef7e46;
  font-size: 13px;
  float: left;
  vertical-align: middle;
  margin-left: -4%;
}
@media screen and (max-width: 639px) {
  #toc {
    display: none;
  }
  body {
    margin-left: 0;
  }
}
/**目次終わり*/
/**ul吹き出し化*/
.entry-content ul.kaiwa p {
  display: none;
}
.entry-content ul.kaiwa {
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
  margin: 25px auto;
  padding: 5px 60px;
  width: 100%;
  min-height: 90px;
}
.entry-content ul.kaiwa::before {
  display: block;
  position: absolute;
  box-shadow: 0 0 0 10px #fff;
  box-sizing: border-box;
  top: 5px;
  z-index: 3;
  width: 90px;
  height: 90px;
  border: 1px solid;
  border-radius: 50px;
  background: #fff;
  content: '';
}
.entry-content ul.kaiwa:not(.half) {
  clear: both;
}
.entry-content ul.kaiwa ul {
  list-style-type: none;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 0px;
}
.entry-content ul.kaiwa li {
  list-style-type: none;
  padding: 7px 10px;
  color: #5c5c5c;
  font-size: .8rem;
  line-height: 1.5em;
  text-indent: 0;
  word-wrap: break-word;
}
.entry-content ul.kaiwa a {
  margin: 0 5px;
  color: #1f9ac9;
  transition-duration: .2s;
  transition-property: color;
}
.entry-content ul.kaiwa a:hover {
  color: #5c5c5c;
}
.entry-content ul.kaiwa li:nth-child(1) {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  color: #1f9ac9;
  font-size: .8rem;
  line-height: 25px;
  word-break: break-all;
  border-bottom: 1px solid;
}
.entry-content ul.kaiwa li:nth-child(1)::before {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 4;
  width: 140px;
  height: 98px;
  background: transparent no-repeat;
  content: '';
  top: -4px;
}
.entry-content ul.kaiwa li:nth-child(1)::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: .8rem;
}
.entry-content ul.kaiwa.left li:nth-child(1)::before {
  left: -65px;
}
.entry-content ul.kaiwa.left::before {
  left: -45px;
}
.entry-content ul.kaiwa.left::after {
  display: block;
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 100%;
  border-left: 1px solid;
  content: '';
}
.entry-content ul.kaiwa.right li:nth-child(1)::before {
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  right: -65px;
}
.entry-content ul.kaiwa.right::before {
  right: -45px;
}
.entry-content ul.kaiwa.right::after {
  display: block;
  position: absolute;
  top: 0;
  left: -21px;
  width: 0;
  height: 100%;
  border-left: 1px solid;
  content: '';
}
.entry-content ul.kaiwa.face-1 li:nth-child(1)::before {
  background-position: 0 2px;
}
.entry-content ul.kaiwa.face-2 li:nth-child(1)::before {
  background-position: 0 -102px;
}
.entry-content ul.kaiwa.face-3 li:nth-child(1)::before {
  background-position: 0 -202px;
}
.entry-content ul.kaiwa.face-4 li:nth-child(1)::before {
  background-position: 0 -302px;
}
.entry-content ul.kaiwa.face-5 li:nth-child(1)::before {
  background-position: 0 -402px;
}
.entry-content ul.kaiwa.face-6 li:nth-child(1)::before {
  background-position: 0 -502px;
}
.entry-content ul.kaiwa.face-7 li:nth-child(1)::before {
  background-position: 0 -602px;
}
.entry-content ul.kaiwa.face-8 li:nth-child(1)::before {
  background-position: 0 -702px;
}
.entry-content ul.kaiwa.hinakana::before {
  border-color: rgba(31, 154, 201, 0.8);
}
.entry-content ul.kaiwa.hinakana::after {
  border-color: #1f9ac9;
}
.entry-content ul.kaiwa.hinakana li:nth-child(1) {
  color: #1f9ac9;
  border-color: rgba(31, 154, 201, 0.4);
}
.entry-content ul.kaiwa.hinakana li:nth-child(1)::before {
  background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153353.png);
}
.entry-content ul.kaiwa.hinakana li:nth-child(1)::after {
  color: rgba(31, 154, 201, 0.6);
  content: 'BLOGイメージキャラクター';
}
.entry-content ul.kaiwa.kanata::before {
  border-color: rgba(130, 170, 72, 0.8);
}
.entry-content ul.kaiwa.kanata::after {
  border-color: #82aa48;
}
.entry-content ul.kaiwa.kanata li:nth-child(1) {
  color: #82aa48;
  border-color: rgba(130, 170, 72, 0.4);
}
.entry-content ul.kaiwa.kanata li:nth-child(1)::before {
  background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153354.png);
}
.entry-content ul.kaiwa.kanata li:nth-child(1)::after {
  color: rgba(130, 170, 72, 0.6);
  content: 'ひなたの夫';
}
.entry-content ul.kaiwa.hinata::before {
  border-color: rgba(239, 126, 70, 0.8);
}
.entry-content ul.kaiwa.hinata::after {
  border-color: #ef7e46;
}
.entry-content ul.kaiwa.hinata li:nth-child(1) {
  color: #ef7e46;
  border-color: rgba(239, 126, 70, 0.4);
}
.entry-content ul.kaiwa.hinata li:nth-child(1)::before {
  background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153355.png);
}
.entry-content ul.hinata li:nth-child(1)::after {
  color: rgba(239, 126, 70, 0.6);
  content: 'かなたの妻';
}
.entry-content ul.kaiwa.guest::before {
  border-color: rgba(0, 0, 0, 0.6);
}
.entry-content ul.kaiwa.guest::after {
  border-color: #777;
}
.entry-content ul.kaiwa.guest li:nth-child(1) {
  color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0.6);
}
.entry-content ul.kaiwa.guest li:nth-child(1)::before {
  background-image: url(/assets/img/public/bourbon_guest.png);
}
.entry-content ul.kaiwa.half {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  word-wrap: break-word;
}
.entry-content ul.kaiwa.half::after {
  display: none;
}
.entry-content ul.kaiwa.half.left {
  padding-right: 20px;
}
.entry-content ul.kaiwa.half li:nth-child(1)::after {
  top: 10px;
  right: 50px;
}
.entry-content ul.kaiwa.half.right li:nth-child(1)::after {
  top: 10px;
  right: 85px;
}
.entry-content ul.kaiwa.half.right {
  padding-left: 20px;
}
.entry-content ul.kaiwa.half + .entry-content ul.kaiwa:not(.half) {
  margin-top: 0;
}
.entry-content ul.kaiwa:not(.half) + .entry-content ul.kaiwa.half.right {
  margin-left: 50%;
}
.entry-content ul.kaiwa.half.right + .entry-content ul.kaiwa.half.right {
  margin-left: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .entry-content ul.kaiwa li:nth-child(1)::before {
    background-size: 130px 800px;
  }
  .entry-content ul.kaiwa.hinakana li:nth-child(1)::before {
    background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153353.png);
  }
  .entry-content ul.kaiwa.kanata li:nth-child(1)::before {
    background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153354.png);
  }
  .entry-content ul.kaiwa.hinata li:nth-child(1)::before {
    background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/h/hidamarinonakade/20160319/20160319153355.png);
  }
  .bourbon.guest .name::before {
    background-image: url(/assets/img/public/bourbon_guest@2x.png);
  }
}
/**ul吹き出し化終わり*/
/**カテゴリカスタマイズ*/
.hatena-module {
  clear: both;
  overflow: hidden;
}
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
  float: left;
}
/* category css */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
  float: left;
  list-style-type: none;
  margin: 0 2px 2px;
  padding: 7px;
  background-color: #5ABA90;
  text-decoration: none;
  border-radius: 5px;
}
.hatena-module-category .hatena-module-body ul.hatena-urllist li a {
  color: #fff;
}
/**カテゴリカスタマイズ終わり*/
/*ソーシャルボタン*/
.social {
  margin: 0 auto;
  height: 100px;
}
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
.facebook-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #3B5998;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.twitter-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #55acee;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 26.5px;
  top: 3px;
}
.hatena-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #008fde;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 53px;
  top: -86.1px;
}
.google-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #dd4b39;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 79.5px;
  top: -83.5px;
}
.poket-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #FF3D53;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 106px;
  top: -173px;
}
.rss-ico {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #ff8c00;
  margin: 14.43px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 132.5px;
  top: -170px;
}
.icon:before,
.icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.3223px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.icon:before {
  top: -17.6777px;
}
.icon:after {
  bottom: -17.6777px;
}
.icon a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 28.8675px;
  z-index: 2;
  background: inherit;
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-decoration: none;
}
DIV.ad {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/**アマゾン*/
.hatena-asin-detail-info:after {
  font-family: FontAwesome;
  display: block;
  z-index: 0;
  margin-top: -156px;
  color: rgba(255, 153, 0, 0.4);
  margin-left: 85%;
  font-size: 5.2rem;
  content: '\f270';
}
/**固定メニュー*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/*  import media queries */
@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?version=2e61fee3ccbfc27045338d56681f0e) no-repeat right center;
    background-size: 20px 20px;
  }
}
/*iPadmin4までのiPadの横、およびiPadPRO縦*/
@media only screen and (max-device-width: 1024px) {
  #box2-odd {
    width: 184px;
  }
  #box2-odd #box2-odd-inner {
    width: 184px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
}
@media only screen and (max-device-width: 980px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
}
/*iPadPRO以外のiPad縦*/
@media only screen and (max-device-width: 768px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
/*iPhone6Plus横*/
@media only screen and (max-device-width: 736px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-device-width: 667px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-device-width: 568px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-device-width: 773px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-device-width: 731px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-device-width: 640px) {
  #box2-odd {
    width: 60px;
  }
  #box2-odd #box2-odd-inner {
    width: 60px;
  }
  .social {
    margin: 0 auto;
    height: 340px;
  }
  .fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
  }
  .facebook-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #3B5998;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .twitter-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #55acee;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 15px;
  }
  .hatena-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #008fde;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 30px;
  }
  .google-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #dd4b39;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 45px;
  }
  .poket-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #FF3D53;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 60px;
  }
  .rss-ico {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #ff8c00;
    margin: 14.43px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 75px;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
}
/*iPhone6Plus縦*/
@media only screen and (max-device-width: 414px) {
  #box2-odd {
    display: none;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
  #box2-odd {
    display: none;
  }
}
@media only screen and (max-device-width: 375px) {
  #box2-odd {
    display: none;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
  #box2-odd {
    display: none;
  }
}
@media only screen and (max-device-width: 320px) {
  #box2-odd {
    display: none;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
  #box2-odd {
    display: none;
  }
}
@media only screen and (max-device-width: 435px) {
  #box2-odd {
    display: none;
  }
  #box2-even {
    display: none;
  }
  .toc-h5 {
    display: none;
  }
  .container {
    width: auto;
  }
  #box2-odd {
    display: n