/* <system section="theme" selected="11696248318752509594"> */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size:100%;
}

img {
    border:none;
}

ol, ul{
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Open Sans",Meiryo,sans-serif;
    min-width: 900px;
    background: rgba(253,253,253,1);
}

/* navigation design */
#globalheader-container {
    color: #000;
    background: transparent;
    width: 100%;
    position: relative;
    top: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* container design */
#content {
    width: 100%;
    margin: auto;
}

#container a {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;

}

#container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    width: 800px;
    margin: auto auto 50px auto;
    position: relative;
    background: transparent;
}

.entry-inner {
	width: 800px;
	padding-top: 20px;
	margin: auto;
}

.entry {
    padding-bottom: 40px;
    position: relative;
}

/* title design */
#blog-title {
    width: 800px;
    text-align: center;
    margin: auto;
    padding: 30px 0;
}

#title {
    font-size: 210%;
    font-family: "Open Sans",Meiryo,sans-serif;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #000;
    display: inline-block;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #000;
}

.header-image-enable #blog-description {
    text-align: center;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 800px;
    margin: auto;

    padding: 10px 0;
    text-shadow: 1px 0px 1px #fff,-1px 0px 1px #fff,0px -1px 1px #fff,0px -1px 1px #fff;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb div:before {
	content: "✱";
}

/* calender design */
.date a {
    font-family: 'Open Sans',cursive;
    font-size: 80%;
    font-weight: 300;
    color: #666;
}

/* entry title design */
.entry-title {
    font-size: 150%;
    font-weight: normal;
    font-family: "Open Sans",Meiryo,sans-serif;
    margin: 0.2em 0;
}

.entry-title a {
    color: #000;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    left: -85px;
    top: 30px;
    padding: 3px 15px;
    line-height: 30px;
    text-align: center;
    background-color: #999;
    font-size: 95%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    background: #000;
    text-decoration: none;
}

.page-index .categories , .page-entry .categories,.page-search .categories {
    position: absolute;
    top:  0px;
    left: 80px;
}

/* カテゴリ未設定の時に表示させない！ */
.no-categories {
	display: none;
}

.categories a {
    color: #666;
    font-size: 80%;
    font-weight: 300;
}

/* entry design */
.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 95%;
    font-family: "Open Sans",Meiryo,sans-serif;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
    color: #2d6bc4;
}

.entry-content a:hover {
    text-decoration: underline;
}

a.keyword {
    color: #000;
    border-bottom: dotted 1px #ccc;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 130%;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
}

.entry-content h4 {
    font-size: 120%;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
}

.entry-content h5 {
    font-size: 110%;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
}

/*
.entry-content blockquote {
    background: #e6d9e2;
    font-size: 90%;
    padding: 20px;
	margin: 0.8em 0;
}

.entry-content blockquote p {
    margin: 0;
}
*/

.entry-content blockquote {
	padding: 20px 55px;
	background: #efefef;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.entry-content blockquote p {
	font-size: 90%;
}

.entry-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top:0;
	left:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.entry-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom:0;
	right:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.entry-content blockquote img {
	max-width: 100%;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.entry-content blockquote p {
	margin: 0;
}

/* pre design */
.entry-content pre {
    color: #000;
    border: solid 1px #ddd;
    padding: 20px;
    background: #fff;
    font-size: 100%;
}

/* super pre design */
/*
.entry-content pre.code {
    color: #fff;
    border: none;
    padding: 20px;
    background: #222;
    font-size: 80%;
}
*/

/* super pre design */
.entry-content pre.code {
	color: #333;
	border: none;
	padding: 20px;
	background: #f6f6f2;
	font-size: 85%;
	margin: 0.8em 0;
}


/*
.entry-content table {
    border-collapse: collapse;
    border: solid 1px #000;
    font-size: 90%;
}

.entry-content th {
    background: #eb7813;
    color: #fff;
    font-weight: normal;
}

.entry-content th, .entry-content td {
    border: solid 1px #000;
    padding: 4px 10px;
}

.entry-content td {
    background: #fff;
}

*/

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.entry-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.entry-content th, .entry-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.entry-content td {
	background: #fff;
}

.entry-content ul li {
    list-style-type: square;
    margin-left: 30px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content dl {
    margin: 0.8em 0;
}

.entry-content dt {
    font-weight: bold;
}

.entry-content dd {
    margin-left: 40px;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 800px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    max-width: 800px;
    border: solid 1px #ddd;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover { 
    border: solid 1px #de741e;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed {
	background: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed  li  {
    list-style-type: none;
    font-size: 95%;
    margin: 0;
}

.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.hatena-star-container {
    margin-bottom: 10px;
}

/* comments space */
.entry-comment {
	margin-top: 8px;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 90%;
    padding: 10px;

    width: 800px;

    position: relative;
    background: #efefef;
    border: 1px solid #bbb;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 6px;

    word-wrap: break-word;
}

.comment-content:after, .comment-content:before {
    bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment-content:after {
	border-bottom-color: #efefef;
	border-width: 8px;
	left: 20px;
	margin-left: -8px;
}

.comment-content:before {
	border-bottom-color: #bbb;
	border-width: 9px;
	left: 20px;
	margin-left: -9px;
}

.comment-metadata {
    font-size: 90%;
    font-family: "Open Sans",sans-serif;
}

.entry-footer .leave-comment-title {
	padding: 4px 8px;

	color: #fff;
	background: #eaaa7f;

	text-decoration: none;
	text-align: center;
	font-size: 80%;
	white-space: nowrap;

	font-family: "Open Sans",Meiryo,sans-serif;
	font-weight: 300;
    display: inline-block;
    margin-top: 10px;
}

.entry-footer .leave-comment-title:hover {
	background-color: #a04910;
}


/* common sidebar */
#box2 {
    width: 50px;
    height: 80px;
    opacity: 0;

    position: fixed;

    left: 0;
    top: 20%;

    overflow: hidden;
    color: #000;
    background: transparent;

    padding: 25px 40px;
    z-index: 6;
    
    cursor: pointer;
}

#container:before {
    content: "➤";
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    width: 50px;
    height: 80px;

    background: #000;
    background: rgba(0,0,0,0.9);
    
    color: #fff;
    line-height: 80px;
    font-family: "Open Sans";
    font-size: 20px;
    
    position: fixed;
    left: 0;
    top: 20%;
    
    text-align: center;
    border-top: dashed 1px #fff;
    border-right: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    box-shadow: 0 0 6px 4px #000;

    border-radius: 0 5px 5px 0;

    z-index: 5;
}

#box2:hover,#box2:focus {
    width: 720px;
    height: 100%;
    opacity: 1;
    overflow: scroll;
    z-index: 300;
    cursor: auto;
    padding: 50px;

    left: 0;
    top: 0;
    box-shadow: 0 0 10px #000;
    background: #efefef;
    background: rgba(240,240,240,1);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

#box2:hover .hatena-module {
    -webkit-animation: anime 0.3s linear 1.3s 1 normal forwards;
	animation: anime 0.3s linear 1.3s 1 normal forwards;
}

#box2:hover .hatena-module:nth-child(1){
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
#box2:hover .hatena-module:nth-child(2){
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#box2:hover .hatena-module:nth-child(3){
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
#box2:hover .hatena-module:nth-child(4){
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#box2:hover .hatena-module:nth-child(5){
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#box2:hover .hatena-module:nth-child(6){
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
#box2:hover .hatena-module:nth-child(7){
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
#box2:hover .hatena-module:nth-child(8){
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
#box2:hover .hatena-module:nth-child(9){
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
#box2:hover .hatena-module:nth-child(10){
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
#box2:hover .hatena-module:nth-child(11){
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
#box2:hover .hatena-module:nth-child(12){
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}


@-webkit-keyframes anime {
	0% { -webkit-transform: scale(1,1) translateY(-10px);opacity:0;}
    100% { -webkit-transform: scale(1,1) translateY(0px);opacity:1;}
}
@keyframes anime {
	0% { transform: scale(1,1) translateY(-10px);opacity:0;}
    100% { transform: scale(1,1) translateY(-10px);opacity:1;}
}

.hatena-module {
    margin: 20px 10px;
    width: 280px;
    float: left;
    opacity: 0;
    font-weight: 300;
}

.hatena-module a {
    color: #000;
}

.hatena-module a:hover {
    text-decoration: underline;
}

.hatena-module-title {
    font-size: 110%;
    color: #000;
    padding-bottom: 10px;
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
}

.hatena-module-body {
    font-size: 90%;
}

/* For hentai game's banner */
.hatena-module-body a .erg {
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

.hatena-module-body:hover a .erg {
    opacity: 0.8;
}

.hatena-module-recent-entries .hatena-urllist li, .hatena-module-links .hatena-urllist li, .hatena-module-recent-comments .hatena-urllist li {
    padding: 0.3em 0;
}

/*
.hatena-module-recent-entries .hatena-urllist li a::before, .hatena-module-links .hatena-urllist li a::before {
  content: '\25B8  ';
}*/

/* Profile Design */
.hatena-module-profile .profile-icon {
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 0 4px #999;
}

.id {
    display: block;
    text-align: center;
}

.profile-description {
    margin: 0.8em 0;
    color: #000;
    text-align: left;
}

/* Searchbox Design */
.search-module-input {
    width: 150px;
    height: 25px;
    padding: 3px 5px;
    border: solid 1px #aaa;
    vertical-align: middle;
}

.search-module-button {
	height: 25px;
    padding: 0 10px;
    line-height: 25px;
    
    background: #d47c41;
    color: #fff;

    border: none;
    cursor: pointer;
    margin-left: -4px;

    vertical-align: middle;
    
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.search-module-button:hover {
    background: #a04910;
}

.hatena-module-profile {
	width: 180px;
}

.hatena-module-recent-entries {
	width: 380px;
}

.hatena-module-archive {
	width: 280px;
}

.hatena-module-category {
	width: 580px;
}

.hatena-module-search-box {
	width: 280px;
}

.hatena-module-recent-comments {
	width: 280px;
}

/* Comments */
.hatena-module-recent-comments {
	font-size: 90%;
}

.hatena-module-recent-comments img {
	border-radius: 50%;
}

/* 改行防止(省略表示) */
.hatena-module-recent-entries li {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.archive-module-month {
	list-style-type: none !important;
}

/* Tag Cloud */
.hatena-module-category li  {
	display: inline-block;
	margin-bottom: 2px;
}

.hatena-module-category li a {
	display: inline-block;
	background: #da9466;
	color: #fff;
	padding: 0 6px;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	font-weight: 300;
}

.hatena-module-category li a:hover {
	background: #a04910;
	text-decoration: none;
}

.hatena-module-archive .hatena-urllist li, .hatena-module-category .hatena-urllist li {
    padding: 0.1em 0;
}

/* Pager Button */
.pager {
	width: 800px;
	margin: auto;
	font-weight: 300;
}

.pager:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.pager-next a:after {
    content: "\25b6";
}

.pager-prev a:before {
    content: "\25c0";
}

.page-entry .pager-next a,.page-entry .pager-prev a, .page-archive .pager-next a, .page-archive .pager-prev a {
	display: block;
	width: 395px;
	text-align: center;
	background: transparent;
	float: left;
	margin: auto;
    padding: 12px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 90%;
    color: #555;
}

.page-entry .pager-next a, .page-archive .pager-next a {
	float: right;
}

/* Index-Page */
.page-index .pager-next a, .page-search .pager-next a ,.page-category-category_name .pager-next a, .page-entries-year-month-day .pager-next a {
	display: block;
	width: 800px;
	text-align: center;
	background: transparent;

	margin: auto;
    padding: 12px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 90%;
    color: #555;
}

.pager-next a:hover, .pager-prev a:hover {
	text-decoration: none;
	background: #efefef;
}

/* アーカイブページ */
.page-archive #main {
    padding-bottom: 40px;
}

.page-archive #main-inner {
    padding-bottom: 20px;
}

.page-archive #main a {
    color: #4c4c4c;
}

.page-archive #main p {
    font-size: 120%;
    color: #4c4c4c;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
}

.page-archive #main .entry-title {
    font-size: 90%;
    font-weight: normal;
}

.page-archive #main .entry-title {
    color: #2d6bc4;
}

.page-archive #main .categories:before {
    display: none;
}

.page-archive #main li {
    margin-left: 30px;
}

.page-archive section {
    margin-bottom: 10px;
}

.page-archive #main section h1 {
	font-weight: 300;
	font-size: 90%;
	color: #666;
}

.page-archive #main .categories a{
	display: inline-block;
	background: #d47c41;
	color: #fff;
	padding: 3px 6px;
	/*line-height: 25px;
	height: 25px;*/
	font-size: 70%;
	font-weight: 300;
	margin-left: 2px;
	margin-top: 4px;
}

.page-archive #main .categories a:last-child {
	margin-right: 5px;
}

.page-archive #main .categories a:hover {
	background: #a04910;
	text-decoration: none;
}

.page-archive #main span.categories {
	display: block;
}

/* about */
.page-about #main dd {
    margin-bottom: 10px;
}

.page-about #main dt:before {
    content: "❦ ";
    color: #e3343a;
}

/* corresponding problem of height */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    text-align: center;
    padding: 10px;
    font-size: 80%;
    z-index: 4;
    font-weight: 300;
}

#footer a {
    color: #000;
    
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

#footer a:hover {
    text-decoration: underline;
}

#footer img {
    border-radius: 50%;
}

.page-archive #footer, .page-about #footer{
/*position: fixed;
	width: 100%;
	bottom: 0;*/
}

/* category icon */
.page-index .categories:before , .page-entry .categories:before,.page-search .categories:before {
    content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	position: relative;
	bottom: -2px;
	background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130408/20130408152851.png) no-repeat bottom left;
	background-size: contain;
	padding-right: 2px;
	opacity: 0.8;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */
div.entry-content h2 {
    font-size: 130%;
    border-bottom: 1px solid #ddd;
}

div.entry-content h3 {
    font-size: 110%;
    border-bottom: 1px solid #ddd;
}

#wrapper {
    width: 900px;
}

.entry-inner {
    width: 100%;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife {
    max-width: 100%;
}

.entry-content pre.code {
    line-height: 1.4;
    padding: 13px;
}

.entry-content ul li {
    list-style-type: disc;
    margin-left: 30px;
}