/* <system section="theme" selected="6653812171401577138"> */
@charset "utf-8";
/*!
Theme: coolbox
Author: Mirucon
Responsive: yes
Description:
シンプルかつ高機能を目指したはてなブログ用のテーマです。
*/
/*
// 左サイドバーにする為の設定
#box2 {
 margin-right: 30px;
 order: 1;
}
#wrapper {
 order: 2;
}
@media (min-width: 1025px){
#main {
 margin-right: 0;
}
}
*/
/* ------------------------------------------------------------------------ *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Lato:300);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: icomoon;
  src: url('https://rawgit.com/Mirucon/coolbox/master/fonts/icomoon.ttf') format('truetype'), url('https://rawgit.com/Mirucon/coolbox/master/fonts/icomoon.woff') format('woff'), url('https://rawgit.com/Mirucon/coolbox/master/fonts/icomoon.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*   Mixin
/* -------------------------------------------------- */
/*!   Global
/* -------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  background-color: #f0f0f0;
  font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: #444;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
@media (min-width: 768px) {
  #container {
    padding-top: 37px;
    /* グローバルヘッダを fixed にしているため */
  }
  .globalheader-off #container {
    padding-top: 0;
    /*グローバルヘッダ非表示の時*/
  }
}
#content {
  max-width: 1070px;
  min-width: 320px;
  margin: 0 auto 30px;
  box-sizing: content-box;
}
@media (min-width: 1024px) and (max-width: 1080px) {
  #content {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #content {
    min-width: 100%;
    width: 100%;
  }
}
#content-inner {
  display: flex;
  max-width: 100%;
}
@media (max-width: 1023px) {
  #content-inner {
    display: block;
  }
}
#wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  flex: 1;
}
@media (min-width: 1025px) {
  #main {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1090px) {
  #main {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  #main {
    width: 100%;
    min-width: 100%;
  }
}
::selection {
  background: #3b8dbd;
  color: #fff;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
/*!   ヘッダー
/* -------------------------------------------------- */
#blog-title {
  background: #33363B;
  padding: 40px;
}
#blog-title-inner {
  max-width: 1070px;
  margin: auto;
}
#title {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
#title a {
  color: #fff;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ（グローバルヘッダ）グローバルヘッダの中はiframeですが、#globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #globalheader-container {
    position: static;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/*!   サイドバー
/* -------------------------------------------------- */
#box2 {
  min-width: 300px;
  width: 300px;
  /* Profile module */
}
@media (min-width: 768px) and (max-width: 1023px) {
  #box2 {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 719px) {
  #box2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #box2 #box2-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
#box2 .hatena-module {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  #box2 .hatena-module {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
}
#box2 .hatena-module .hatena-module-title {
  position: relative;
  margin-bottom: 0;
  padding: 3px 6px;
  color: #111;
  font-weight: normal;
}
#box2 .hatena-module .hatena-module-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 30%;
  border-bottom: 2px solid #33363B;
}
#box2 .hatena-module .hatena-module-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}
#box2 .hatena-module .hatena-module-title a {
  color: #111;
}
#box2 .hatena-module .hatena-module-body {
  padding: 10px 20px 10px;
}
#box2 .hatena-module .hatena-module-body a {
  color: #777;
  font-size: 85%;
}
#box2 .hatena-module .hatena-module-body a:hover {
  color: #000;
}
#box2 .hatena-module .hatena-module.hatena-module-search-box {
  padding: 20px;
}
#box2 .hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
#box2 .hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
#box2 .hatena-module-profile .profile-description {
  font-size: 90%;
}
#box2 .hatena-module-profile .profile-description p {
  margin-top: 0;
}
/*!   タイポグラフィ
/* -------------------------------------------------- */
a {
  transition: all 0.2s ease-out;
  color: #3b8dbd;
}
a:visited {
  color: #3b8dbd;
}
a:hover {
  color: #0f5373;
}
a:active {
  color: #0f5373;
}
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 {
  color: #444;
  cursor: help !important;
  /*! NEED IMPORTANT */
}
/*   投稿ページ
/* -------------------------------------------------- */
.page-index .entry {
  margin-bottom: 3em;
}
.entry {
  position: relative;
  padding: 15px 30px 40px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
  .entry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 379px) {
  .entry {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* タイトル */
.entry-header {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #ddd;
  /* 日付 */
}
.entry-header .entry-title {
  line-height: 1.3;
  font-size: 160%;
}
.entry-header .entry-title a:visited {
  color: #111;
}
.entry-header .entry-categories {
  order: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 639px) {
  .entry-header .entry-categories {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 379px) {
  .entry-header .entry-categories {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.entry-header .entry-categories a {
  color: #777;
}
.entry-header .entry-categories a::before {
  content: '\f022';
  font-family: blogicon;
  padding-right: .15em;
}
.entry-header .entry-categories a::after {
  content: '\002F';
  padding-left: 0.5ex;
}
.entry-header .entry-categories a:last-of-type::after {
  content: '';
  padding: 0;
}
.entry-header .entry-categories.no-categories {
  margin: 0;
  /* カテゴリー無いとき*/
}
.entry-header .date {
  display: inline-block;
  margin-bottom: .8em;
  font-weight: 300;
  line-height: 1;
  font-family: Lato, Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariai Nova', 'Segoe UI', 'Yu Gothic Light', sans-serif;
}
.entry-header .date a {
  position: relative;
  padding: 4px;
  border-radius: 3px;
  background: #33363B;
  font-size: 14px;
  color: #fff;
}
.entry-header .date a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 44%;
  border-top: 6px solid #33363B;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
/* entry-content の中の書式 */
.entry-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
  font-size: 95%;
  /* 見出し */
}
.entry-content p {
  margin-bottom: 1em;
}
.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;
  letter-spacing: -0.5px;
  color: #111;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  margin: 1.3em -30px 0.8em;
  padding: 15px 30px;
  background: #3b8dbd;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
}
@media (max-width: 639px) {
  .entry-content h2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 379px) {
  .entry-content h2 {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.entry-content h3 {
  position: relative;
  margin: 1.3em -3px;
  padding: 0 3px 5px;
  font-size: 140%;
}
@media (max-width: 379px) {
  .entry-content h3 {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.entry-content h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40%;
  border-bottom: 3px solid #33363B;
}
.entry-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 3px solid #f0f0f0;
}
.entry-content h4 {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px 2px;
  border-bottom: 1px dashed #33363B;
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content ul {
  margin: 0 0 1em 30px;
  list-style: square;
}
.entry-content ol {
  margin: 0 0 1em 30px;
  list-style: decimal;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  margin: 0 0 10px;
  padding: 20px;
  padding-left: 50px;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 3px;
}
.entry-content blockquote::before {
  content: "\f10d";
  position: absolute;
  top: -5px;
  left: 10px;
  font-family: icomoon;
  color: #ccc;
  font-size: 32px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  margin: 0 0 10px;
  padding: 20px;
  border-radius: 2px;
  background: #33363B;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  white-space: pre;
  color: #E5E5EB;
}
.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;
}
/* 前後記事リンク */
.permalink.pager {
  display: flex;
  margin: 1em 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .permalink.pager {
    display: block;
  }
}
.permalink.pager .pager-next,
.permalink.pager .pager-prev {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  transition: all .4s;
  flex-grow: 1;
  flex: 1;
}
.permalink.pager .pager-next:hover,
.permalink.pager .pager-prev:hover {
  background: #f4f4f4;
}
.permalink.pager .pager-next::before,
.permalink.pager .pager-prev::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.permalink.pager .pager-next a,
.permalink.pager .pager-prev a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 40px 32px 20px;
  color: #444;
  text-align: center;
  transition: all 0.2s ease-out;
}
.permalink.pager .pager-next a:hover > .pager-arrow,
.permalink.pager .pager-prev a:hover > .pager-arrow {
  color: #3b8dbd;
}
.permalink.pager .pager-next .pager-arrow,
.permalink.pager .pager-prev .pager-arrow {
  position: absolute;
  font-size: 24px;
  line-height: 1;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .permalink.pager .pager-next {
    border-left: 1px solid #ddd;
  }
}
.permalink.pager .pager-next::before {
  content: '前の投稿';
}
.permalink.pager .pager-next .pager-arrow {
  right: 10px;
}
.permalink.pager .pager-prev::before {
  content: '次の投稿';
}
.permalink.pager .pager-prev .pager-arrow {
  left: 10px;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  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-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #777;
}
.entry-footer-section a {
  color: #777;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px 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;
  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: #777;
  margin: 0;
}
.comment-metadata a {
  color: #777;
}
.leave-comment-title {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  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;
}
/*!   Buttons
/* -------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  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;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  max-width: calc(1070px - 10px);
  margin: 0 auto 20px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 639px) {
  #top-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top-box .breadcrumb {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.breadcrumb-inner > a:first-child::before {
  content: '\f017';
  font-family: blogicon;
  margin-right: -0.5ex;
}
.breadcrumb-inner > a:first-child::after {
  content: 'HOME';
}
.breadcrumb-inner > a:first-child span {
  display: none;
}
/* アーカイブページ */
.page-archive .archive-entries {
  padding: 20px 0;
}
@media (max-width: 639px) {
  .page-archive .archive-entries {
    padding: 24px 0;
  }
}
.page-archive .archive-entries .archive-entry {
  position: relative;
  margin-bottom: 24px;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 639px) {
  .page-archive .archive-entries .archive-entry {
    padding: 15px;
  }
}
.page-archive .archive-entries .archive-entry::after {
  content: "";
}
.page-archive .archive-entries .archive-entry .date {
  display: inline-block;
  margin-bottom: .8em;
  font-weight: 300;
  line-height: 1;
  font-family: Lato, Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariai Nova', 'Segoe UI', 'Yu Gothic Light', sans-serif;
  margin-bottom: .55em;
}
.page-archive .archive-entries .archive-entry .date a {
  position: relative;
  padding: 4px;
  border-radius: 3px;
  background: #33363B;
  font-size: 14px;
  color: #fff;
}
.page-archive .archive-entries .archive-entry .date a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 44%;
  border-top: 6px solid #33363B;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.page-archive .archive-entries .archive-entry .entry-title {
  line-height: 1.3;
  font-size: 160%;
  margin: 0 0 .3em;
  font-size: 150%;
}
.page-archive .archive-entries .archive-entry .entry-title a:visited {
  color: #111;
}
.page-archive .archive-entries .archive-entry .categories {
  margin-bottom: 0.3em;
}
.page-archive .archive-entries .archive-entry .entry-description {
  margin: 0 0 1em;
  line-height: 1.7;
  font-size: 90%;
}
.page-archive .archive-entries .archive-entry .categories a {
  display: inline-block;
  margin-right: 2px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #666;
  color: #fff;
  font-size: 75%;
  transition: all 0.4s ease-out;
}
.page-archive .archive-entries .archive-entry .categories a::before {
  content: '\f022';
  font-family: blogicon;
  padding-right: 0.5ex;
}
.page-archive .archive-entries .archive-entry .categories a:hover {
  background: #444;
}
.page-archive .archive-entries .archive-entry .entry-thumb {
  border-radius: 3px;
}
.page-archive .archive-entries .archive-entry .archive-entry-body {
  overflow: hidden;
}
.archive-heading {
  max-width: calc(1070px - 10px);
  margin: 0 auto 20px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
  .archive-heading {
    width: 100%;
    margin-bottom: 10px;
  }
}
.archive-heading .breadcrumb {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #444;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
  box-sizing: content-box;
}
.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;
}
/*   フッター
/* -------------------------------------------------- */
#footer {
  padding: 30px 0;
  background: #33363B;
  text-align: center;
  color: #777;
  line-height: 1.5;
  font-size: 80%;
}
#footer a {
  color: #777;
}
/*   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;
}
/*   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;
  }
}

/* </system> */
#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #7fffd4;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #000000;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}

/*シェアボタン*/
.share-flat{
    margin-bottom: 10px;
    text-align: center;
}
.share-flat-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-flat .small-text{
    font-size: 10px;
}
.share-flat .hatena-bookmark-button{
    background: #00A4DE;
}
.share-flat .twitter-button{
    background: #55ACEE;
}
.share-flat .googleplus-button{
    background: #C53727;
}
.share-flat .facebook-button{
    background: #405BA7;
}
.share-flat .pocket-button{
    background: #EE4256;
}
.share-flat a:hover{
    opacity: 0.6;
}

/*サイドバータブメニュー*/
.tab{
    display: inline-block;
    padding: 8px 15px 5px 15px;/*横に入りきらない場合はこの２番目と４番目の数字を小さく*/
    background: #7fffd4;/*反応していないタブの背景色*/
    border-radius: 5px 5px 0 0;
    font-size: 12px;/*横に入りきらない場合はここの数字を小さく*/
    cursor: pointer;
}
.active{
    color: white;
    background: #4169e1;/*反応しているタブの背景色*/
    border-radius: 5px 5px 0 0;
}
.hatena-module-title2{
    border-bottom: 3px solid black;/*タブの下線*/
}

/*続きを読むボタン*/
.entry-see-more {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  color:#333;
  border: 2px solid #333;
  border-radius: 3px;
  transition: .01s
}