/* <system section="theme" selected="11696248318753279893"> */
@charset "utf-8";



/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}



/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #929292;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}



/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#484848));
  background: -webkit-linear-gradient(#000, #484848);
  background: -moz-linear-gradient(#000, #484848);
  background: -o-linear-gradient(#000, #484848);
  background: linear-gradient(#000, #484848);
  min-height: 170px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#blog-title-inner{
  display:block;
  vertical-align: middle;
  width: 980px;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508182629.png') no-repeat center top;
  padding: 70px 0 70px 0;
  margin: 0 auto;
}
#title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #FFF;
  margin-bottom: 10px;
}
#title a {
  text-decoration: none;
  color: #FFF;
}
#blog-description {
  color: #D5D5D5;
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}

#content{
  width: 980px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 756px;
  float: left;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif') repeat-y 65px;
  border-right: 1px solid #DEDEDE;
  padding-right:30px;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}

.entry-inner{
  padding-bottom: 80px;
}
.entry-header {
  width: 756px;
  position: relative;
}
.date {
  font-size: 11px;
  width: 66px;
  border-top: 7px solid #000;
  display: block;
  position: relative;
  padding-top: 5px;
  text-align: center;
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry .date-month + .hyphen{
  display: block;
  text-indent: -9999px;
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.date .date-day{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  width: 65px;
  position: absolute;
  top: 20px;
  left: 0;
}
.entry-title{
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  width: 665px;
  left: 85px;
}
.page-archive .entry-title{
  left: 0px;  
  width: 756px;
}

.entry-title a{
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 10px;
  width: 665px;
  position: relative;
  left: 85px;
  padding: 0 0 10px 0;
}
.page-archive .categories {
  width: 756px;
  left: 0px !important;
  padding: 0 0 10px 0;
}
.categories a {
  padding: 3px 8px 3px 8px;
  background: #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.05s linear 0;
  -webkit-transition: all 0.05s linear 0;
  text-decoration: none;
  color: #FFF;
}
.author,
.entry-footer-time{
  font-size: 11px;
}

.entry-content{
  width: 665px;
  position: relative;
  left: 85px;
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  width: 665px;
  position: relative;
  left: 85px;
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  width: 665px;
  position: relative;
  left: 85px;
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  text-align: center;
  padding: 10px 0 30px 0;
  background: #fff;
  line-height: 1.3;
  font-size: 11px;
}
#footer-inner{
  width: 980px;
  margin: 0 auto;
}
#footer address {
  display: inline;
}
#footer .services {
display: inline;
margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}

#footer img {
  vertical-align: middle;
}



/* =============== comment =============== */

.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
a.leave-comment-title{
  display: block;
  text-decoration: none;
}
.leave-comment-title:hover {
  background: #F6F6F6;
}

/* Entry-Content */
.entry-content {
  font-size: 14px;
  line-height: 1.74;
}
.entry-content p {
  margin: 0.7em 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: 1em 0 1em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 130%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 2px solid #222;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #DEDEDE;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}



/* =============== side bar =============== */

#box2 {
  width: 180px;
  float: right;
  font-size: 12px;
  word-wrap: break-word;
}
.page-about #box2,
.page-archive #box2 {
  border-left:1px solid #DEDEDE;
  padding-left: 13px;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065220.gif') no-repeat left 0px;
  min-height: 15px;
  padding-left: 20px;
  position: relative;
  left: -21px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 142px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=d521df40822702b2798181e2322e97') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}



/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
.page-archive #main-inner li .categories {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}



/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}



/* =============== category =============== */

.breadcrumb {
  width: 980px;
  margin:30px auto 30px auto;
  font-size: 11px;
}
.breadcrumb span:last-child{
  color: #999;
}



/* =============== edit erea =============== */

#top-editarea{
  width: 980px;
  margin:30px auto;
}
#bottom-editarea{
  width: 980px;
  margin:0 auto 30px auto;
}
/* </system> */

.entry-content a img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.entry-title a {
    font-size: 20px;
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

/* <system section="background" selected="383838"> */
body{background:#383838;}
/* </system> */

.entry-footer-section {
    display: none;
}

#content {
    width: 1000px;
    margin: 0px auto 30px auto;
}
#blog-title-inner {
    width: 1000px;
}
#blog-title-content {
}

/*画像を横幅いっぱいにする */
#blog-title {
    background-image: url("画像のURL");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
#title {
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
#title a {
    color: rgba(255,255,255,0.9);
}
#title a:hover {
    color: rgba(255,255,255,0.7);
}
#blog-description {
    color: rgba(255,255,255,0.7);
    text-shadow: 0 1px 2px rgba(255,255,255,0.7);
}



/* タイトル文字色 */
h1.entry-title a{
    color: blue;
}

/* 記事の続きを見る */
.entry-see-more{
  /*color: rgba(256,256,256,1);*/ /* フォントの色を指定 */
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-align: center; /* テキストを真ん中に表示させます */
  padding: 10px; /* 文字の周りの余白です */
  display: block; /* ボックス要素を指定 */
  border-radius: 3px;/* ボックスの角丸です */
  width: 95%; /* ボックスの横幅を指定します */
  background: rgba(66,118,244,1); /* ボックスの背景色を指定します */
  transition: .8s;
  font-weight: bold;
}

.entry-see-more:hover { /* マウスオーバー時の設定 */
  background: rgba(66,118,244,0.5); /* 最後の数値の透明度だけを変更 */
}

/* 記事下にあるはてなIDを非表示 */
span.author.vcard{
display:none;
}

#blog-title-inner {
    height : 25px !important;
}

#footer {
    display: none;
}

/* pager */
.pager-next{
  color: #FFFFFF !important; /* フォントの色を指定 */
  text-decoration: none; /* アンダーラインを消します */
  text-align: center; /* テキストを真ん中に表示させます */
  padding: 10px; /* 文字の周りの余白です */
  display: block; /* ボックス要素を指定 */
  border-radius: 3px;/* ボックスの角丸です */
  width: 95%; /* ボックスの横幅を指定します */
  background: #5bb75b; /* ボックスの背景色を指定します */
  transition: .8s; /* マウスオーバー時の切替速度 */    
}

.pager-next a{
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}

.pager-next a:visited{
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}

.pager-prev{
  color: #FFFFFF !important; /* フォントの色を指定 */
  text-decoration: none; /* アンダーラインを消します */
  text-align: center; /* テキストを真ん中に表示させます */
  padding: 10px; /* 文字の周りの余白です */
  display: block; /* ボックス要素を指定 */
  border-radius: 3px;/* ボックスの角丸です */
  width: 95%; /* ボックスの横幅を指定します */
  background: #5bb75b; /* ボックスの背景色を指定します */
  transition: .8s; /* マウスオーバー時の切替速度 */    
}

.pager-prev a{
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}

.pager-prev a:visited{
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}

.hatena-citation {
   display: none;   
}

/* グローバルメニュー */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #2d2d2e;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

#top-editarea {
    width: 980px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#blog-title {
    padding : 0px !important;
    min-height: 150px;
}

#blog-title-inner {
    height: 15px !important;
}

/* 全体的に黒くする */
header#blog-title{
    background-color: #000000 !important;
}

#top-editarea {
    background-color: #000000 !important;
}

#container{
    background-color: #000000 !important;
}

#content-inner {
    background-color: #FFFFFF !important;
}

.date {
    border-top: 7px solid #5676f0;
}

#top-editarea {
    width: 1000px;
    margin-bottom: 0px;
}

/* 関連する記事 */
.hatena-module-foot h3 {
  font-size: 130%;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  padding: 4px 10px;
  border-left: solid 10px #c0392b;
  background: #eee;
}

.breadcrumb {
    display: none;
}

#box2-inner {
    margin: 0px 7px 0px 0px;
}



/********/
/* 目次 */
/********/
ul.table-of-contents {
  font-size: 12px !important; /*文字サイズ*/
  border: double #aed3e2 !important;
  padding: 1em 1.5em 1em 2.25em !important;
  color: #999 !important;
  display: inline-block;
  margin-top: 20px;
  margin-bottom:20px;
  width: 80%;
}
ul.table-of-contents:before {
  content: "::::  目次  ::::";
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
  color: #4eacd1;
}
ul.table-of-contents a:after {
  display: none !important;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  color: #999 !important; /* リンク文字の色 */
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li a:hover {
  color: lightgrey !important; /* リンクにマウスを重ねた時の色 */
}
ul.table-of-contents li {
  margin: 5px 0 10px 6px !important;
  line-height: 1.5;
  padding: 0;
}
ul.table-of-contents li:before {
  font-family: blogicon;
  position: absolute;
  left: 1.2em;
  color: #4eacd1;
}
ul.table-of-contents ul li,
ul.table-of-contents li ul {
  /* H1のみ表示させる */
  /* display: none !important; */
}


/* border の周りの余白 */
pre {
  margin-top: 20px;
  margin-bottom: 20px;
}
