/* <system section="theme" selected="6435922169449210152"> */
@charset "utf-8";

/* CSS Document
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
  font-size: 15px;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
a {
  text-decoration: none;
  color:#000000;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#3E94C5;
}

/* layout
====================================== */
#container{
  border: 1px solid #ccc;
  float:auto;
  font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
  margin:0 auto;
  width:960px;
  background:#fff;
}

#content{
  width:960px;
}
#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
#wrapper{
  background-color: #fff;
  border-right:1px solid #ccc;
  float:left;
  margin:0px;
  padding:10px 20px;
  width:680px;
}
#footer-box{
  clear:left;
}
#footer-inner{
  width:960px;
  text-align: center;
  margin: 10px auto;
}
#main {
  min-height: 1000px;
}

/* title
====================================== */
#blog-title{
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/swimy1113/20111119/20111119111944.png);
  background-repeat:no-repeat;
  border-bottom:1px solid #ccc;
  height:355px;
  text-decoration:none;
  position: relative;
}
#blog-title-inner {
  top:230px;
  left:390px;
  position: absolute;
  text-align: center;
}
h1#title{
  font-size: 190%;
  font-weight: bold;
  text-decoration: none;
}
h2#blog-description{
  font-size:1em;
  font-size: 90%;
  width: 350px;
}

/* entry
====================================== */
p {
  margin: 10px 0;
}
pre {
  font-size: 100%;
  white-space: pre-wrap;
}
img {
  max-width: 100%;
}
.entry-inner{
  padding: 10px 0 50px;
}
h1.entry-title {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  margin-right:10px;
  margin-top:10px;
  color:#000000;
  vertical-align: sub;
  line-height: 40px;
}
.entry-inner {
  position: relative;
}
.entry-header-menu {
  display: inline;
  text-align: center;
}
.entry-header-menu a {
  color: #888;
  font-size: 80%;
  padding: 5px 10px;
  border: 1px dotted #ccc;
}
.entry-header-menu a:hover {
  color: #666666;
  border: 1px dotted #bfbfbf;
}

.entry-content a {
  color:#a4296b;
  text-decoration:underline;
}

.pager a{
  color:#a4296b;
  text-decoration:underline;
}
.pager-next:before {
  content: "<";
}
.pager-prev {
  float: right;
}
.pager-prev:after {
  content: ">";
}

a.keyword {
  color: #333;
  text-decoration: none;
}
a.keyword:hover {
  color: #666;
  text-decoration: underline;
}
.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  color: #333;
  text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333;
  font-weight: normal;
  margin: 25px 0 10px;
}
h3 {
  font-size: 140%;
  border-bottom: 1px dotted #ccc;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}
.entry-content th, .entry-content td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.entry-content th {
  background-color: #efefef;
}
.entry-content pre, .entry-content blockquote, .entry-content .hatena-asin-detail {
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 10px 0;
}

.breadcrumb {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 90%;
  padding: 10px 20px;
}
.breadcrumb a {
  text-decoration: underline;
}
.categories {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
}
.categories a{
  font-size: 80%;
  background-color: #ccc;
  color: #fff;
  padding: 3px 5px;
  margin-right: 2px;
}
.categories a:hover{
  background-color:#999;
}


.comment li{
  list-style: none outside none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}
.comment{
  padding:0px;
}
a.leave-comment-title{
  background-color: #f7f7f7;
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding:10px 0;
  text-align:center;
  width: 100%;
}

.entry-footer{
  padding:20px;
}
#google_afc_user_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* categorypage
====================================== */

body.page-archive .categories {
  position: static;
  right: auto;
  top: auto;
  padding: 0;
}
.autopagerize_page_element li{
  margin-bottom: 5px;
}
.autopagerize_page_element li a.entry-title{
  float: left;
  text-decoration: underline;
  margin-right: 10px;
}
/* aboutpage
====================================== */

.page-about .entry-content dt {
  float: left;
  font-weight: bold;
}
.page-about .entry-content dd {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 30px;
  padding: 0 0 10px 160px;
}

/* sidebar(#box2)
====================================== */

#box2 {
  float: left;
  padding: 0 19px;
  width: 199px;
}
.hatena-module-title {
  border-bottom: 1px dotted #ccc;
  margin: 20px 0 10px;
}
.hatena-module-body {
  margin-bottom: 30px;
}
.id {
  display: block;
}
.profile-description p {
  line-height: 1.5em;
  font-size: 80%;
}
.search-module-input {
  width: 140px;
}
.hatena-module-body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.hatena-module-body li{
  margin-bottom: 2px;
  font-size: 85%;
}
.hatena-module-body li a{
  text-decoration: underline;
}

.hatena-module-category li a{
  background-color:#ccc;
  color: #fff !important;
  margin-right: 5px;
  font-size: 85%;
  padding: 3px 5px;
  text-decoration: none;
}
.hatena-module-category li a:hover{
  background-color:#999;
}

/* </system> */

/********** Title **********/
#title {
     font-family: 'Amatic SC', cursive;
     font-size: 40px;
}

/********** Menu **********/
#menu {
  width:910px;
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  list-style-type: none
}
#menu li a {
  width:auto;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#666;
  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#menu li:first-child a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#menu li:last-child a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#menu li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}



/* <system section="background" selected="bg20"> */
body{ background-color:#fff; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme20.png?version=c3e20f262bc70dc29354482ed60454'); background-repeat:repeat; background-attachment:scroll; }
/* </system> */
/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    color:#fff;
    font-size:15px;
    text-decoration:none;
    background:#556b2f;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#e74c3c;
}

/********** カテゴリ　色 **********/




.hatena-module-category .hatena-module-body ul.hatena-urllist li a{

    margin: 0 0px 5px;

    color: #3cb371;

    padding: 3px;

    background-color: #808080;

    text-decoration: none;

}


.hatena-module {

    clear: both;

    overflow: hidden;

}

 
/********** 見出し **********/
.entry-content h3{
	position: relative;
	padding: .3em .25em;
	background-color: #f0f0f0;
	border-radius: 6px;
}
.entry-content h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}


.entry-content h4 {
	padding: .10em 0 .5em .25em;
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/********** 注釈 **********/
.note {
  position: relative;
  background-color: #eee;
  padding: 1em;
}
.note h5 {
  position: absolute;
  top: -1em;
  background-color: rgba(100,100,100,0.4);
  padding: 0.25em 2em;
  color: #fff;
}

/********** デザイン **********/

#box2 {
float: right; /* サイドバーを右に表示 */
font-size: 14px; /* 文字の大きさ */
} 

/* 目次のカスタマイズ */
.entry-content .table-of-contents {
 position:relative;
 border: 3px solid #707070; /* 枠の色はここを変更してください */
 background-color: #FFF; /* 背景カラーです */
 border-radius: 0px 0px 5px 5px;
 margin-top: 3em; /* 各々の環境で数字を調節してください */
}
.table-of-contents:after { /* 目次部分 */
 position: absolute;
 font-family: FontAwesome;
 content: '\f03a 目次'; /* 表示名を変えたければここを変更 */
 background: #707070;
 color: #fff;
 right: 0%;
 left: 0%;
 bottom: 100%;
 border-radius: 5px 5px 0 0;
 padding: 2px 0 2px 0;
 margin: 0 -3px 0 -3px;/* -で指定しているところはborderと同じ数値にする */
 text-align:center;
 font-size: 1.2em;
 letter-spacing: 2em
 }
.table-of-contents li {
 font-size:0.9em;
 font-weight: bold;
 color:#333;
}
.table-of-contents a{
 color:#545454;
 padding:2px 0;/* 列の間隔 */
 display: block;
 text-decoration: none;
 transition-duration: 0.3s /* カーソルが戻る時間 */
}
.table-of-contents li a:hover {
 padding-left: 7px; /* カーソル重ねた時に移動する距離 */
 transition-duration: 0.3s /* カーソルが移動する時間 */
}