/* <system section="background" selected="undefined"> */

/* </system> */
@charset "utf-8";
/* 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: 1.0em;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  //color:#666666;
  color:rgba(0,0,0,.94);
}
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
/* END Reset */
/* base */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #77653e;
  text-decoration:none;
}
a:hover {
/*  color: #3e3659;*/
  text-decoration:underline;
}
#globalheader-container {
  position: absolute;
  color: #fafafa;
  background-color: rgba(0,0,0,.38);
//  box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
//  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
//  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
}
#globalheader-container #globalheader {
  display: block;
  width: 990px;
  margin: 0 auto;
  text-align: center;
}
#container {
  text-align: center;
  margin: 0 auto;
  margin-bottom:100px;
  background: #fafafa;
}
#container-inner {
  text-align: left;
}
#blog-title-inner {
  background-size: cover;
  position: relative;
  height: 237px !important;
}
#blog-title-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 990px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
}
#title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.0em;
}
#title a {
  text-decoration: none;
  color: #222;
}
#blog-description {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.9em;
  margin-left: 1em;
}
/* @Custom Header-image */
#content {
  background-color: #fff; // tentative
}
#content-inner {
  width: 990px;
  margin: 0 auto;
  padding-top: 70px;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 580px;
  float: left;
}
.entry {
  margin-bottom: 80px;
  font-size:0.9em;
}
.entry-header {
  margin-bottom: 20px;
  position: relative;
}
.date {
  font-size: 1.0em;
  padding-bottom: 5px;
}
.date a {
  color: rgba(0,0,0,.54);
  text-decoration: none;
}
.entry-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.entry-title a {
  font-size: 1.7rem;
  color: #333333;
  text-decoration: none;
}
.categories {
  font-size: 12px;
}
.categories a {
  margin-right: 0.5em;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  margin-top: 20px;
  padding-bottom: 80px;
  font-size: 0.8rem;
  border-bottom: 1px solid #dfdfdf;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  font-size: 0.8rem;
  color: rgba(0,0,0,.54);
}
#footer-inner {
  width: 990px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}
#footer .footer-address {
  margin-bottom: 0.5rem;
}
#footer a {
  color: rgba(0,0,0,.54);
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
#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: #333;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
  color:#333;
}
.comment-user-name,
.comment-content {
  font-size: 0.9em;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
  font-size:0.9em;
  vertical-align:middle;
}
.leave-comment-title {
  font-size: 0.9em;
  font-weight: bold;
  margin: 10px 0;
}
.leave-comment-title:hover {
  text-decoration: underline;
}
/* Entry-Content */
.entry-content {
  font-size: 15px;
  line-height: 1.7;
}
.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 0.5em 0;
  line-height: 1.7;
  color: #333333;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.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;
}
.entry-content a:visited {
  color: #663399;
  /* color: #aaa; */
}
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;
}
/* Sidebar */
#box2 {
  width: 300px;
  float: right;
  font-size: 14px;
  word-wrap: break-word;
}
#box2 img.profile-icon {
  height: 40px;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module a{
//  color:#999999;
}
.hatena-module-title {
  font-size: 1.0em;
  font-weight: bolder;
  margin-bottom: 20px;
  color: rgba(0,0,0,.54);
}
.hatena-module-title a {
  color: rgba(0,0,0,.54);
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
  float: left;
}
.hatena-module .id {
  height: 40px;
  line-height: 40px;
  color: rgba(0,0,0,.54);
  font-size: 1.2em;
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
  float: left;
}
.hatena-module .id a {
  color: rgba(0,0,0,.54);
  text-decoration:none;
}
.profile-description {
//  font-size: 11px;
  font-size: 0.8rem;
  color: rgba(0,0,0,.68);
  margin-bottom: 5px;
  clear: both;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.7em;
}
.hatena-module-body {
  line-height: 1.5;
}
/*
.hatena-module-body p,
.hatena-module-body div {
    margin: 0.7em 0;
}
*/
/*
.hatena-follow-button-box a{
    font-size:0.5em;
    font-weight:normal;
    -moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	padding:1px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
}
.hatena-follow-button-box a:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}
.hatena-follow-button-box a:active {
	position:relative;
	top:1px;
}
*/

/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 180px;
  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=358e2e6df2097b5bb0316a03851d7e0b394515d6&env=production') 50% 50% no-repeat;
}
/* @Module::Latest Archive etc. */
.hatena-urllist li a {
  font-size:0.9em;
  color: rgba(0,0,0,.68);
  text-decoration:none;
}
.hatena-urllist li a:hover {
  text-decoration:underline;
}
/* @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;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.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;
}
.page-archive #main-inner li .categories {
  margin-top: 10px;
}
/* Catengory */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}
/*sysy highlight*/
.code {
  position: relative;
  font-size:12px;
  border: 1px solid #cfcfcf;
  background-color:#f8f8f8;
  padding: 0 0 0 4.1em !important;
}
/*
ol{
  display:block;
  list-style-position: inside;
  margin-left: 0;
}
*/
.preLine{
  position: absolute;
  padding-left:40px;
  padding-bottom:1.0em;
  opacity:1;
  color:#999;
  top: -1px;
  left: 1.5em; /* top: 0; left: -.4em;*/
  font-style: oblique;
  border-right:3px double #ccc;
  width:0px;
  margin:0 0 1.0em -1.5em;
  background-color:#eee;
}
.breadcrumb {
  display:none;
}
img.profile-icon {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border:solid 1px #ddd;
}


/* Css menu */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#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: #111111;
}
#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: #111111;
}
#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;
  }
}
#transition {
  padding: 2rem 3rem;
}