/* <system section="theme" selected="11696248318755805834"> */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Simonetta: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: Meiryo,sans-serif;
	color: #333;
	background: #ddd;
}

/* navigation design */
#globalheader-container {
	width: 100%;
	color: #666;
}

#container {
	width: 1005px;
	padding: 0 10px;
	margin: auto;
}

/* container design */
#content {
	width: 985px;
	margin: 15px auto;
	padding: 0;
}

#container a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#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: 670px;
	background: transparent;
	float: left;

}

.entry {
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}

/* title design */
#blog-title {
	width: 985px;
	text-align: left;
	margin: 40px auto 15px;
}

#title {
	font-size: 150%;
	display: inline-block;
}

#title a {
	color: #333;
}

#blog-description {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 90%;
	display: inline-block;
}

.header-image-enable #blog-title, .header-image-only #blog-title {
	padding: 0;
	background: #fff;
	margin: 15px auto;
}

.header-image-enable #blog-title-inner {
	padding: 70px;
	background: #fff;
}

.header-image-enable #title {
	text-align: center;
	display: block;
}

.header-image-enable #blog-description {
	text-align: center;
	display: block;
}

/* breadcrumb design */
.breadcrumb {
	width: 985px;
	margin: 0px auto;
	height: 35px;
}

.breadcrumb div {
	padding: 8px 20px;
	width: 670px;
	height: 35px;
	background: #888;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.entry-header .date {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.date .hyphen {
	display: none;
}

.date .date-month:before, .date .date-day:before {
	content: " / ";
}

/* calender design */
.date a {
	font-size: 90%;
}

/* entry title design */
.entry-title {
	font-size: 135%;
	font-weight: bold;
	margin: 0.2em 0;
}

.entry-title a {
	color: #333;
}

.entry-header {
	position: relative;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	margin-bottom: 1em;
}

.entry-header a {
	color: #fff;
}

/* edit button */
.entry-header-menu a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	text-align: center;
	background-color: #e73d40;
	font-size: 95%;
	color: #fff;
	border: dotted 1px #efefef;
}

.entry-header-menu a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

.categories {
	width: 540px;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* カテゴリ未設定の時に表示させない！ */
.entry-header .no-categories {
	display: block;
	height: 21px;
}

.entry-header .categories a {
	font-size: 70%;
	display: inline-block;
	padding: 3px 6px;
	background: #999;
	background: rgba(0,0,0,0.1);
	color: #fff;
}

/* entry design */
.entry-content {
	line-height: 1.8;
	font-size: 90%;
	padding: 0px 20px 10px;
}

.entry-content p {
	margin: 0.8em 0;
}

.entry-content a {
	color: #3489bd;
}

.entry-content a:hover {
	text-decoration: underline;
}

a.keyword {
	color: #333;
	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: bold;
	margin: 1em 0 0.5em 0;
	padding: 4px 10px;
	border-left: solid 10px #c0392b;
	background: #fafafa;
	background: rgba(250,250,250,1);
}

.entry-content h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 2px 15px;
	border-left: solid 5px #c0392b;
	border-bottom: dashed 1px #c0392b;
}

.entry-content h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 2px 0px;
}

.entry-content h5:before {
	content: "■ ";
	color: #c0392b;
}

.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: #333;
	border: solid 1px #ddd;
	padding: 20px;
	background: #fff;
	font-size: 100%;
	margin: 0.8em 0;
}

/* 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 #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, .entry-content > ol {
	margin: 0.8em 0;
}

.entry-content ul li {
	list-style-type: disc;
	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;
	margin-bottom: 0.2em;
}

.entry-content dd {
	margin-left: 30px;
	margin-bottom: 0.4em;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
	max-width: 100%;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
	max-width: 100%;
	border: solid 1px #ddd;
	padding: 5px;
	background: #efefef;
}

.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-content .itunes-embed  li {
	font-size: 100%;
}


.entry-footer {
	padding: 10px 20px;
}

.entry-footer a {
	color: #3489bd;
	font-size: 80%;
}

.fn {
	font-size: 80%;
}

.entry-footer-section {
	display: inline-block;
}

.hatena-star-container {
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-buttons {
	margin: 0.8em 0;
}

/* コメント */
.comment-box ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.7;
}

.comment-box .comment > li {
	padding: 10px 0 10px 90px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.comment-box .comment > li:first-child {
	border-top: 1px solid #dddddd;
}

.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.comment-user-name {
	margin: 0 0 10px 0;
	font-weight: normal;
}

.comment-metadata {
	font-size: 80%;
	color: #999999;
	margin: 0;
}
.comment-metadata a {
  color: #999999;
}

.comment-box .comment .read-more-comments {
	padding: 0;
}

.comment-box .comment .read-more-comments a {
	display: block;
	padding: 10px 0;
}

.comment-box .read-more-comments a:hover {
	background: #efefef;
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

/* コメント欄はてな記法対応 */
.comment-content {
	font-size: 90%;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.comment-content p {
	margin: 0.8em 0;
}

.comment-content img {
	max-width: 100%;
}

.comment-content h3 {
	margin: 1em 0 0.5em 0;
	font-size: 130%;
	font-weight: bold;
	padding: 4px 10px;
	border-left: solid 10px #c0392b;
	background: #fafafa;
	background: rgba(250,250,250,1);
}
.comment-content h4 {
	margin: 1em 0 0.5em 0;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 15px;
	border-left: solid 5px #c0392b;
	border-bottom: dashed 1px #c0392b;
 }
 
.comment-content h5 {
	margin: 1em 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}

.comment-content h5:before {
	content: "■ ";
	color: #c0392b;
}

.comment-content blockquote {
	padding: 20px 45px;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.comment-content blockquote p {
	font-size: 90%;
}

.comment-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 600%;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.comment-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 600%;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.comment-content blockquote cite {
	display: block;
	text-align: right;
}

.comment-content blockquote p {
	margin: 0;
}

.comment-content pre {
	color: #333;
	border: none;
	padding: 20px;
	background: #f6f6f2;
	font-size: 100%;
	margin: 0.8em 0;
}

.comment-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.comment-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.comment-content th, .comment-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.comment-content td {
	background: #fff;
}

.comment-content > ul, .comment-content > ol {
	margin: 0.8em 0;
}

.comment-content ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.comment-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

.comment-content dl {
	margin: 0.8em 0;
}

.comment-content dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.comment-content dd {
	margin-left: 30px;
	margin-bottom: 0.4em;
}

.comment-content img, .comment-content iframe, .comment-content embed { 
	max-width: 100%;
}

.comment-content img { 
	max-width: 100%;
	border: solid 1px #ddd;
	padding: 5px;
	background: #efefef;
}

.entry-footer .comment-box {
	margin: 0.8em 0;
}

.entry-footer .leave-comment-title {
	display: block;
	padding: 8px 0;
	color: #fff;
	background: #999;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	white-space: nowrap;
}

.entry-footer .leave-comment-title:hover {
	box-shadow: inset 0px 1px 15px #333;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

/* common sidebar */
#box2 {
	width: 300px;
	height: auto;
	float: right;
	position: relative;
}

.hatena-module {
	width: 300px;
	background: #fff;
	font-size: 90%;
	margin-bottom: 15px;
}

.hatena-module a {
	color: #3489bd;
}

.hatena-module a:hover {
	text-decoration: underline;
}

.hatena-module-title {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #2980b9;
	padding: 10px 15px;
}

/* archiveリンク対応 */
.hatena-module-recent-entries .hatena-module-title, .hatena-module-archive .hatena-module-title  {
	padding: 0;
}

.hatena-module-title a {
	position: relative;
	display: block;
	color: #fff;
	padding: 10px 15px;
}

.hatena-module-title a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

.hatena-module-title a:after {
	content: ">>more";
	font-size: 14px;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.hatena-module-body {
	font-size: 90%;
	padding: 10px 15px;
}

/* For hentai game's banner */
.hatena-module-body a .erg {
	-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;
	padding: 10px;
	background: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 0;
}

.hatena-module-body a .ergview {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

.hatena-module-body:hover a .erg {
	opacity: 0.8;
}

/* archive & link */
.hatena-module-recent-entries .hatena-module-body, .hatena-module-links .hatena-module-body {
	padding: 0;
}

.hatena-module-recent-entries .hatena-urllist li a, .hatena-module-links .hatena-urllist li a {
	display: block;
	padding: 8px 15px;
	border-bottom: solid 1px #ddd;
}

.hatena-module-recent-entries .hatena-urllist li:last-of-type a, .hatena-module-links .hatena-urllist li:last-of-type a {
	border-bottom: none;
}

.hatena-module-recent-entries .hatena-urllist li a:hover, .hatena-module-links .hatena-urllist li a:hover{
	background: #efefef;
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

/* comments */
.hatena-module-recent-comments .hatena-module-body {
	padding: 0;
	color: #777;
}

.hatena-module-recent-comments .hatena-urllist li {
	position: relative;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.hatena-module-recent-comments .user-id {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;

	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-recent-comments .user-id img {
	box-shadow: 0 0 0 2px #ecf0f1;
	border-radius: 50%;
}

.hatena-module-recent-comments a {
	display: block;
	padding: 30px 0 10px 15px;
	color: #3489bd;
	border-bottom: solid 1px #ddd;
}

.hatena-module-recent-comments a:hover {
	text-decoration: none;
}

.hatena-module-recent-comments .hatena-urllist li:hover {
	background: #efefef;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

.hatena-module-recent-comments .hatena-urllist li > .recent-comment-time {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	opacity: 1;
	font-style: normal;
}
.hatena-module-recent-comments .hatena-urllist li > .recent-comment-time time {
	font-style: normal;
}



.hatena-module-recent-comments .hatena-urllist li:last-of-type a {
	border-bottom: none;
}

/* ------- Archiveフラット化対応 ------- */
.hatena-module-archive .hatena-module-body {
	padding: 0;
}

.archive-module-year {
	position: relative;
}

.archive-module-button {
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #efefef;
	text-align: center;
	cursor: pointer;
	border-bottom: solid 1px #ddd;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.archive-module-month {
	margin: 0 !important;
}

.archive-module-year-title, .archive-module-month-title {
	display: block;
	padding-left: 48px;
	border-bottom: solid 1px #ddd;
	height: 38px;
	line-height: 38px;
}

.archive-module-year-title {
	padding-left: 10px;
	margin-left: 38px;
}

a.archive-module-year-title:hover, a.archive-module-month-title:hover, .archive-module-button:hover {
	text-decoration: none !important;
	background: #efefef;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}
/* ------- ここまで ------ */

/* Profile Design */
.hatena-module-profile .profile-icon {
	margin: 5px 15px 15px 5px;
	float: left;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
}

.profile-icon {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.profile-icon:hover {
	box-shadow: 0 0 0 5px #c45666 !important;
}

.id {
	font-size: 100%;
}

.profile-description {
	margin: 0.8em 0;
	text-align: left;
	line-height: 1.5;
}

/* Searchbox Design */
.hatena-module-search-box {
	margin-bottom: 0;
}

.hatena-module-search-box .hatena-module-title {
	display: none;
}

.hatena-module-search-box .hatena-module-body {
	padding: 0;
}

.search-form {
	position: absolute;
	top: -50px;
}

.search-module-input {
	width: 300px;
	height: 35px;
	padding: 0px 10px;
	font-size: 100%;
	border: solid 1px #ddd;
	vertical-align: middle;
	background: #efefef;
}

.search-module-input:focus {
	background: #fff;
}

.search-module-button {
	display: inline-block;
	text-indent: -999px;
	width: 35px;
	height: 35px;
	border: none;
	vertical-align: bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	cursor: pointer;
	background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130711/20130711002432.gif) no-repeat 50% 50%;
}

/* 改行防止(省略表示) */
.hatena-module-recent-entries li a {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-recent-entries li a:hover {
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
}

.archive-module-month {
	list-style-type: none !important;
}

/* Category Cloud */
.hatena-module-category li  {
	display: inline-block;
	margin-bottom: -2px;
}

.hatena-module-category li a {
	display: inline-block;
	display: block;
	float: left;
	color: #fff;
	background: #4ba2db;
	padding: 0 5px;
	line-height: 25px;
	height: 25px;
	font-size: 85%;
	max-width: 100%;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-category li a:hover {
	text-decoration: none;
	background: #c73140;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4);
	box-shadow: 0 0 3px 1px #999;
}

.hatena-module-category .hatena-urllist li {
	padding: 0.1em 0;
}

.hatena-module-archive .hatena-module-body {
	font-size: 100%;
}

/* Pager Button */
.pager {
	width: 670px;
}

.pager:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.pager-next a:after {
	content: "  \25b6";
}

.pager-prev a:before {
	content: "\25c0  ";
}

/* 仕様変更対応(2014/3/3) */
.pager-arrow {
	display: none;
}

.page-entry .pager-next a,.page-entry .pager-prev a, .page-archive .pager-next a, .page-archive .pager-prev a {
	display: block;
	width: 328px;
	text-align: center;
	background: #e74c3c;
	float: left;
	margin: auto;
	padding: 12px 0;
	font-size: 90%;
	color: #fff;
}

.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: 670px;
	text-align: center;
	background: #e74c3c;
	margin: auto;
	padding: 12px 0;
	font-size: 90%;
	color: #fff;
}

.pager-next a:hover, .pager-prev a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

/* Archive Page */
.page-archive #main-inner:before {
	content: "Archive";
	display: block;
	width: 630px;
	margin-left: -20px;
	margin-top: -10px;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	font-size: 120%;
	font-family: 'Simonetta',meiryo,sans-serif;
	margin-bottom: 10px;
}


.page-archive #main-inner {
	padding: 10px 20px;
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}

.page-archive #main-inner .page-archive-section:first-of-type {
	margin-top: 20px;
}

.page-archive #main-inner .page-archive-section {
	position: relative;
}

.page-archive #main-inner a {
	color: #333;
}

.page-archive #main p {
	font-size: 90%;
	color: #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #3489bd;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive section {
/*	margin-bottom: 10px; */
	font-family: sans-serif;
}

.page-archive #main section h1 {
	font-weight: bold;
	font-size: 90%;
	color: #333;
	margin-bottom: 0.4em
}

.page-archive #main section li {
	margin-bottom: 0.8em;
	border-bottom: solid 1px #ddd;
	padding-bottom: 0.4em; 
}

.page-archive #main .categories a {
	display: inline-block;
	color: #fff;
	background: #4ba2db;
	padding: 0 5px;
	line-height: 23px;
	height: 23px;
	font-size: 75%;
}

.page-archive #main .categories {
	display: block;
}

.page-archive #main li:first-of-type .categories {
	position: absolute;
	top: -4px;
	left: 90px;
}

.page-archive #main li:not(:first-of-type) .categories {
	position: relative;
	left: 90px;
}

/* about */
.page-about #main dt {
	padding: 0 0 0.4em;
	margin: 0 0 0.4em 0;
	border-bottom: solid 1px #ddd;
}

.page-about #main dd {
	margin: 0 0 0.8em 10px;
}

.page-about #main img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
}

.page-about #main dt:before {
	content: "■ ";
	color: #ce0c0c;
}

.page-about #main .entry-content {
	padding: 10px 20px;
}

.page-about #main .entry-content:before {
	content: "About";
	display: block;
	width: 630px;
	margin-left: -20px;
	margin-top: -10px;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	font-size: 120%;
	font-family: 'Simonetta',meiryo,sans-serif;
}

.page-about .subscription-count {
	display: block;
}

/* 404notfound */
.no-entry .entry-content {
	padding: 10px 20px;
}

.no-entry .entry-content h1 {
	margin: 0.5em 0;
}

/* 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;
}

#footer a {
	color: #333;
	text-shadow: 0 0 1px #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	border-radius: 50%;
}

#top-editarea, #bottom-editarea {
	width: 985px;
	margin: 0 auto;
}

/* WebFont指定 */
#blog-title, .date, .categories, #box2, .pager, .leave-comment-title, .entry-footer-section, #footer, .breadcrumb, .entry-header-menu, .page-archive-section h1, .page-archive #main p, .comment-user-name, .comment-metadata, .read-more-comments {
	font-family: 'Simonetta',meiryo,sans-serif;
}

.page-archive-section h1 {
	font-weight: normal !important;
}

.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;
}
.table-of-
.entry-content h1 {
    margin: 36px 0 20px 0;
    padding: 0;
    border: none;
    letter-spacing: 0px;
}
.entry-content h2 {
    margin: 36px 0 20px 0;
    padding: 0;
    background-color: #fff;
    color: #444;
    letter-spacing: 0px;
}
.entry-content h3 {
    margin: 32px 0 20px 0;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #444;
    letter-spacing: 0px;
}
.entry-content h4 {
    margin: 28px 0 20px 0;
    padding: 0;
    border: none;
    letter-spacing: 0px;
}
.entry-content h5 {
    margin: 28px 0 20px 0;
}
.entry-content h5::before {
    display: none;
}
.entry-content h6 {
    margin: 28px 0 20px 0;
}
@media screen and (max-width: 680px) {
    .entry-content h1 {
        margin: 30px 0 20px 0;
        font-size: 20px;
    }
    .entry-content h2 {
        margin: 30px 0 20px 0;
        font-size: 19px;
    }
    .entry-content h3 {
        margin: 30px 0 20px 0;
        font-size: 18px;
    }
    .entry-content h4 {
        margin: 20px 0 16px 0;
        font-size: 17px;
    }
    .entry-content h5 {
        margin: 20px 0 16px 0;
        font-size: 16px;
    }
    .entry-content h6 {
        margin: 20px 0 16px 0;
        font-size: 15px;
    }
}


.entry-content h3{
    color: #ffffff;
    border-radius: 5px;
    background: #1667a7;
    padding: 10px 15px;
    font-weight: bold; 
    font-color: #53a7e9;
    }



.entry-content h4 {
  padding: 8px 10px;
  background: #ffffff;
  color: #1667a7;
  border-left: 10px solid #1667a7;
  
}

.entry-content h5 {
  padding: 4px 10px;
  background: #ffffff;
  color: #1667a7;
  border-left: 5px solid #1667a7;
}  

/* さいどば */
.follow-btn{
    width: 100%;
}
.follow-btn a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 10px;
}

.entry-content {
font-size : 17px ;
}
.entry-content {
line-height : 1.7 ;
}




.entry-content .kotira {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.entry-content .kotira p:last-child {
  margin-bottom: 0;
}
.entry-content .kotira::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "こちらをチェック！";
  background-color: #f97f28;
  color: #fff;
  font-weight: bold;
}

.selector {
  font-feature-settings : "palt";
}
.center {text-align:center;}

//
table.type09 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
table.type09 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table.type09 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
table.type09 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/* 目次（サイドバー） */
#sectionListSide ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#sectionListSide ol .chapter {
  padding-left: 10px;
}
#sectionListSide li > a {
  color: #7d9ab7;
  padding: 2px 0px 2px 4px;
  display: block;
}
#sectionListSide li > a.current {
  background-color: #f2f2f2;
}
#sectionListSide li > a:hover {
  color: #263f5a;
  background-color: #f2f2f2;
  text-decoration: none;
}


.pager.autopagerize_insert_before {
    width: 650px;
    text-align: center;
    color: #FC9D9D;
    font-weight: bold;
}


time {
    font-weight: bold;
    color: #000000;
    display: block;

}
body {
    font-family: "Avenir Next", "century gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

 /* 目次に「目次」を追加 */
.table-of-contents:before{
 content: "目次";
 font-size: 120%;
 font-weight: bold; /* 文字の太さ */
}
/* 目次のカスタマイズ */
.table-of-contents,
.entry-content .table-of-contents {
 background: #f8f8f8 ; /* 目次の背景色 */
 border-radius:5px; /* 目次の枠の角の丸さを調節 */
 overflow: auto;
}


//シェアボタン
<style type="text/css">

.entry-header-html{
  margin:3px -10px !important;
}
.entry-footer-html{
  margin:3px -10px !important;
}
.shrbtn{
  padding:4px;
  background:#ECEEF1;
  margin:10px 0px;
  text-align:center;
}


.share_btn:hover {
  opacity: 0.5 ;
}

.share_btn{
  display: inline-block;
  text-decoration: none;
  width: 80px;
  margin:4px;
  height: 80px;
  line-height: 40px;
  font-size: 25px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .3s;
}
.share_btn .fa {line-height:50px; color: white}
.share_btn.shtw {background: #55acee;}
.share_btn.shline {
  position:relative;
  background: #00C300;
}
.share_btn.shpkt {background: #ff6d82;}
.share_btn.shfdly {background: #6cc655;}
.share_btn.shhtn {background: #008fde;}
.share_btn.shrp7 {background: #F47575;}

.lineimg{
  position: absolute;
  width: 35px !important;
  height: auto;
  top: 7px;
  right: 8px;
}

.blogicon-bookmark{
  color: white;
  height: auto;
  top: 5px;
  right: 0px;
}

.twimg{
  position: absolute;
  width: 80px !important;
  height: auto;
  top: 0px;
  right: 0px;
}


}
.entry-content{
  display:block!important;
}

.share_btn{
   
    display: inline-block;
    text-decoration: none;
    width: 50px;
	margin:0 8px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
	color:white;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}

.entry-content h3{
    color: #ffffff;
    background: #1d3557;
    padding: 10px 15px;
    font-weight: bold; 
    }

    .entry-content h4 {
  padding: 4px 10px;
  color: #000000;
  border-left: 10px solid #1d3557;
}

    .entry-content h5 {
  padding: 4px 10px;
  color: #000000;
  border-left: 5px solid #1d3557;
}
.entry-content h6 {
border-bottom: double 5px #1d3557;
font-weight: bold
}
.list-entry-article .entry-footer-time {
  display:none;
  position: relative;
  color: #ffffff; /*文字色*/
  background: #41AC88; /*日付の背景色*/
  font-weight:700; /*文字の太さ*/
  padding: 0px 10px 0 23px;/*日付の文字まわりのスペース*/
}


.amznbtn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 10px;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.amznbtn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.rktnbtn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 10px;
    background: #BF0000;/*背景色*/
    border-bottom: solid 2px #910101;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.rktnbtn:active {
    border-bottom: solid 2px #BF0000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* 日付背景色付き */
.date a {
	color: #fff;
	}
.date-year, .date-month, .date-day {
	color: #fff;
}

.hatena-module-title, .entry-header {
background: #1d3557;
}
.beforeshrbtn{
backgroud: #2980B9;
display: block;
  width: 80px;
  margin:4px;
  height: 80px;
  line-height: 40px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  content: "シェアお願いします";
}

.span.author.vcard{
display:none;
}

hr {
  border-top: 1px dashed #bbb;
}

/* はてなブログをはじめようを非表示にする */
.footer-action-wrapper{
display:none;
}

/* はてなブログ開発ブログ等のリンクを非表示にする */
.touch-item-list{
display:none;
}

.guest-footer-content{
display:none;
}
.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f0f0;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box p {
    margin: 0; 
    padding: 0;
}

.kousiki {
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #6091d3;
    border-radius: 8px;
}
.kousiki::before {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 2 6px;
    line-height: 1;
    font-size: 15px;
    background: #6091d3;
    color: white;
    content:"公式サイトをチェック!";
    margin: 4px;
    padding: 4px;
}
.kousiki p {
    margin: 0; 
    padding: 0;
}

.button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 80px;
  line-height: 80px;
  outline: none;
  border-radius: 7px;
  background-color: #23B100;
  color: #white;
  font-size: 150%;
   }
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #38dd1f;
}
.textcenter{
   text-align:center;
}
///////



