/* <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;
}
/* </system> */

/* <system section="background" selected="#fff"> */
body{background:#fff;}
/* </system> */


/*文字の大きさ*/
.entry-content p{font-size:16px;}

.entry-content h5 {
position: relative;
padding: 6px 0 6px 34px;
color: #111;
border-bottom: 2px solid #ce0d55;
}

.entry-content h5::before,
.entry-content h5::after {
position: absolute;
background-color: #ce0d55;
content: '';
}
.entry-content h5::before{
top: 0;
left: 14px;
width: 12px;
height: 12px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.entry-content h5::after{
top: 18px;
left: 8px;
width: 8px;
height: 8px;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
background-image: linear-gradient(to left, #e14fad 0%, #f9d423 100%);
}

/* Category Cloud */

.hatena-module-category li a:hover {
    background: #fdd35c;/*#c73140;*/
	-webkit-transform: scale(1,1);
    transform: scale(1,1);
    box-shadow: 0 0 0px 0px #;
}



img {border-style: none;}


/* タイトルのカスタマイズ */
.entry-title {
  padding: 20px 0;
  border: 1.5px solid transparent;
  background-color: #fdeecc;
    margin: 0px 0px auto 0px;
    padding: 25px 25px;
}




/* ヘッダー*/
#top-editarea, #bottom-editarea {
    background: #fff;
    font-size: 100%;
    border: solid 1px #ddd;
    margin: 25px 0px auto 10px;
    padding: 15px 25px;
}

.entry-footer .leave-comment-title {
    background: #fff;
    color: #195caa;
    border: solid 1px #efefef;
    padding: 8px 10px;

}
.entry-footer .leave-comment-title:hover {
    box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 0px #383838;
    /*background-color: #efefef;*/
}



#globalheader-container {
    color: #fefefe;
   background-image: linear-gradient(to left, #e14fad 0%, #f9d423 100%);
}

.categories a,.hatena-module-category li a,.entry-header .categories a,.page-archive #main .categories a,.entry-footer .leave-comment-title:hover{
    background: #efefef;
}
.entry-header,.hatena-module-title,.page-archive #main-inner:before,.page-about #main .entry-content:before {
    background-color:#fff;/* #2980b9*/
}
a.keyword,.entry-title a,.categories a,.entry-header .categories a,.hatena-module-title,.hatena-module-category li a,.page-archive #main-inner:before,.page-archive #main .categories a,.page-archive #main-inner:before,.page-about #main .entry-content:before {
    color: #333;
}
.date a {
    font-size: 80%;
color: #454545;

}

/* ----- ブログタイトル下のスペース調整 ---- */

#blog-title{
height:140px;
}
}
.categories a,.hatena-module-category li a,.entry-header .categories a,.page-archive #main .categories a,.entry-footer .leave-comment-title:hover{
    background: #efefef;
}

a.keyword,.entry-title a,.categories a,.entry-header .categories a,.hatena-module-title,.hatena-module-category li a,.page-archive #main-inner:before,.page-archive #main .categories a,.page-archive #main-inner:before,.page-about #main .entry-content:before {
    color: #333;
}
.date a {
    font-size: 80%;
color: #454545;
}

/* カテゴリー */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
    float: left;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
    margin:  6px 5px 5px;
    color: e74c3c;
    padding: 10px px 10px;
    background-color:#fdeecc;
    text-decoration: none;
}

.hatena-module {
    clear: both;
    overflow: hidden;
}

/* 既存見出しのリセット */
h3 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
}

h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #b00712;
}

h4,
h4:before,
h4:after {
content: none;
background: none;
background-color: none;
border: none;
border-radius: 0;
}
h5,
h5:before,
h5:after {
content: none;
background: none;
background-color: none;
border: none;
border-radius: 0;
}

/* サイドバー 直線重ねる */
.hatena-module-title {
    color: #777777;
    font-size: 120%;/* 文字サイズ */
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom:15px;
    align-items: center;
}
.hatena-module-title::before,
.hatena-module-title::after {
    content: '';
    flex-grow: 1;
    background-color:#777777;
    height: 1px;
}
.hatena-module-title::before {
     margin-right: .5em;
}
.hatena-module-title::after {
     margin-left:.5em;
}



#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 padding-bottom: 0px;
 height: px;
 background: #ffffff;/*グローバルメニュー背景色*/
}

/*1つ1つの関連記事ボックス*/

li.urllist-item.related-entries-item {
    border-bottom: solid 2px #fdeecc;
    margin: 0;
    padding: 10px 0;
}

 

/*関連記事の画像まわり余白調整*/
.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;

}

 

/*関連記事のタイトル*/

a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title {
    text-decoration: none;
    color: #6e6b6b;
    font-weight: bold;
    font-size: 110%;
}

/*関連記事のタイトル*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title:hover {
    color: silver;

}





/*目次のデザイン変更*/      
.table-of-contents {
    padding: 15px 10px 15px 35px;  /* 枠内の余白(上右下左) */
    font-size: 100%;  /* 文字サイズ */
    border:dashed 1px #800000;  /* 線の種類と色 */
    background:#ffffff;  /* 背景 */
}
.table-of-contents:before {
    content: "もくじ";
    font-size: 15;
    font-weight:bold;   /* 文字の太さ　通常はnormal */    
    color:#383838;  /* 文字の色 */
}



























/*== 目次外枠 ==*/
.entry-content .table-of-contents{
position:relative;display:inline-block;
border:2px dashed #cd853f;/*上部バーの色*/
background-color:#fff5ee;/*背景色*/
border-radius:10px;padding-right:50px;padding-top:10px;
box-shadow: 0 0 0 8px #fff5ee;/*ステッチの外側*/}
.entry-content .table-of-contents::before{font-size:1rem;
content:"[ contents ]";/*表示文字*/
color:#cd853f;/*文字色*/
position:relative;}

/*== 目次内部 ==*/
.entry-content .table-of-contents>li:first-child {padding-top: 20px;}
.table-of-contents li::before{
font-family:"blogicon"
color:#cd853f;/*アイコンの色*/
position:relative;left:-10px;}
.table-of-contents li ul li::before{display:none;}/*中見出しの前にアイコン表示しない*/
.table-of-contents li {list-style-type:none;font-size:1.2rem;line-height:1.5;padding-bottom:0.5rem;}
.table-of-contents ul{padding-top:1rem;padding-bottom:0.5rem;}
.table-of-contents li ul li {font-size:1rem;line-height:1.5;padding-top:0px;padding-bottom:0px;
list-style-type:square;}/*中見出しの前は黒丸*/
.table-of-contents li a,
.table-of-contents li a:visited {color:#454545;text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover{text-decoration:underline;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul{display: none;}/*見出し3階層目を表示しない*/







/*パンくずリスト*/ 
span.breadcrumb-child::before {
    content: "›";
    font-size: 20px;
    line-height: 15px;
    color: #7777777;
    padding-right: 0.5rem;
    padding-left: 0.5rem;

}

.breadcrumb-gt {
    display: none;
}

 
.breadcrumb {
    color: #7777777;
    font-weight: bold;
}

 

div#top-box {
    padding: 12px 0;
    background-color: #;
    padding-left: 10px;
}

/*タイトル下メニュー*/ 
#g-nav {
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}
.nav-item {
    display: table-cell;
    padding: 0px 0;
    list-style-type: none;
    text-align: center;

}
.nav-item a {
    display: block;
    color: #852e19;/* 文字色 */
    border-left: 1px solid #852e19;/* 縦線の太さと色 */

}
.nav-item:first-child a {
    border: none;
}


@media(max-width: 768px) {
    #g-nav {
        display: block;
    overflow-x: auto;
    }
    .nav-item a {
        display: inline-block;
        white-space: nowrap;
        padding: 10px 20px;
    }
}



/*=================================================================================
	カエレバ・ヨメレバ・トマレバ
=================================================================================*/

.cstmreba {
	width:98%;
	height:auto;
	margin:36px auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	display: block;
}
/* WordPressで自動挿入されるPタグの余白を対処 */
.cstmreba p {
	margin: 0;
	padding: 0;
}
.cstmreba a {
	transition: 0.8s ;
	color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
	color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
	width: 100%;
	background-color: #fafafa; /* 全体の背景カラー */
	overflow: hidden;
	border-radius: 0px;
	box-sizing: border-box;
	padding: 12px 8px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
	width:150px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
	background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
	width:100%;
	display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
	margin:0 ;
	padding: 0;
	text-align:center;
	background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
	text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
	border-bottom: 1px solid ;
	font-size:16px;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
	font-size:10px;
	line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
	color:#333;
	border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
	color:#333;
	border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
	font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
	display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
	float:left;
	width:24%;
	min-width:128px;
	margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 1px 0;
	padding:3% 0.5%;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	color: #fff;
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkwowma a { background:#ea5404; border: 2px solid #ea5404;} /* Wowma */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinkebj a { background:#f8485e; border: 2px solid #f8485e;} /* ebookjapan */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
	background:#FF9901;
	border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
	background: #bf0000;
	border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
	background:#225496;
	border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/

/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
	background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkwowma a:hover { color:#ea5404; } /* Wowma */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinkebj a:hover { color:#f8485e; } /* ebookjapan */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
	color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
	color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
	color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
	clear:both;
}

/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.cstmreba .booklink-image,
	.cstmreba .kaerebalink-image,
	.cstmreba .tomarebalink-image {
		width:100%;
		float:none;
	}
	.cstmreba .booklink-link2>div,
	.cstmreba .kaerebalink-link1>div,
	.cstmreba .tomarebalink-link1>div {
		width: 32.33%;
		margin: 0.5%;
	}
	.cstmreba .booklink-info,
	.cstmreba .kaerebalink-info,
	.cstmreba .tomarebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}

/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.cstmreba .booklink-link2>div,
	.cstmreba .kaerebalink-link1>div,
	.cstmreba .tomarebalink-link1>div {
		width: 49%;
		margin: 0.5%;
	}
}























/*=== article window ===*/
.article-area{
    background-color:white;/*背景色*/
}
.article-container{
    width: 90%;/*画像表示の幅*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0px auto;
    padding:0px;
    text-align:center;}
.article-box{
    box-sizing:border-box;
    border:5px solid lightyellow;/*画像の枠色*/
    width:25%;
    padding:0px;
    margin:10px 15px;/*画像周りの空白*/
    overflow:hidden;}
.article-img img{
    width:100%;
    display:block;
    object-fit:cover; 
    transition-duration: 0.5s;/*ゆっくり戻る*/}
.article-img:hover img{/*マウスオーバーで拡大表示*/
    transform: scale(1.1);/*1.1倍に表示*/
    transition-duration: 0.5s;/*ゆっくり拡大*/}

/*=== smartphone ２列表示 ===*/
@media(max-width: 767px){
.article-container {
    width:100%;
    flex-wrap: wrap;/*折り返し表示（２列）*/
    justify-content:space-between;
    padding:8px;}
.article-box {
    width:45%;
    padding:0px;
    margin:8px;}
.article-img img{
    width:100%;
    padding:0;
    object-fit:cover;}}
.page-entry .article-area{display:none;}
/*=== end of article window ===*/






/* カエレバ・ヨメレバ （レスポンシブver.2.4） */
.booklink-box, .kaerebalink-box{
	width:78%;
	margin: 1em 0 1em;
	padding:3% 8%;
	border: 1px dashed #BDBDBD;
	overflow: hidden;
	font-size:small;
}
.booklink-image, .kaerebalink-image{
	margin:15px 0 15px 0;
    text-align: center;	
}
.booklink-image img, .kaerebalink-image img{
	display:block;
	margin:0 auto;
	text-align:center;
}
.booklink-info, .kaerebalink-info{
	text-align:center;
	line-height:120%;
	overflow: hidden;
}
.booklink-name, .kaerebalink-name{
	font-size:15px;
	margin-bottom:5px;
	line-height:1.2em;
}
.booklink-powered-date, .kaerebalink-powered-date{
	font-size:8pt;
　　margin-top:10px;
	line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
    font-size:8pt;
	margin-bottom:3px;
}
.booklink-link2, .kaerebalink-link1{
	margin-bottom:3px;
}
.kaerebalink-link1 img, .booklink-link2 img{
	display:none;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkrakukobo, .shoplinkyahoo, .shoplinkseven, .shoplinkbellemaison, .shoplinkcecile, .shoplinkwowma, .shoplinkkakakucom, .shoplinkbk1, .shoplinkehon, .shoplinkkino, .shoplinkebj, .shoplinktoshokan{
	width:100%;	
	}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkwowma a, .shoplinkkakakucom a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a, .shoplinkebj a, .shoplinktoshokan a{    
    display:inline-block;
    float:left;
    width:95%;	
    overflow:hidden;
    border-radius:6px;
	border:1px solid #dcdcdc;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 1px #dcdcdc;
	font-size:12px;   
	background-color:#ffffff;
}
.shoplinkamazon a:hover, .shoplinkrakuten a:hover, .shoplinkkindle a:hover, .shoplinkrakukobo a:hover, .shoplinkyahoo a:hover, .shoplinkseven a:hover, .shoplinkbellemaison a:hover, .shoplinkcecile a:hover, .shoplinkwowma a:hover, .shoplinkkakakucom a:hover, .shoplinkbk1 a:hover, .shoplinkehon a:hover, .shoplinkkino a:hover, .shoplinkebj a:hover, .shoplinktoshokan a:hover{
	color:#fff;
}	
.shoplinkamazon a{
	color:#ff9900;
}
.shoplinkamazon a:hover{
	background-color:#ff9900;
}
.shoplinkrakuten a{
	color:#bf0000;
}
.shoplinkrakuten a:hover{
	background-color:#bf0000;
}
.shoplinkkindle a{
	color:#1a8dcc;	
}
.shoplinkkindle a:hover{
	background-color:#1a8dcc;	
}
.shoplinkrakukobo a{
	color:#d50000;	
}
.shoplinkrakukobo a:hover{
	background-color:#d50000;	
}
.shoplinkyahoo a{
	color:#ff0033;
	font-size:10px;
 } 
.shoplinkyahoo a:hover{
	background-color:#ff0033;
 }  
.shoplinkseven a{
	color:#ff6501;
}
.shoplinkseven a:hover{
	background-color:#ff6501;
}
.shoplinkbellemaison a{
	color:#84be24;
 } 
.shoplinkbellemaison a:hover{
	background-color:#84be24;
 } 
.shoplinkcecile a{
	color:#8d124b;
 } 
.shoplinkcecile a:hover{
	background-color:#8d124b;
 }
.shoplinkwowma a{
 	color:#E77035;
 } 
.shoplinkwowma a:hover{
 	background-color:#E77035;
 } 
.shoplinkkakakucom a{
	color:#051D93;
 } 
.shoplinkkakakucom a:hover{
	background-color:#051D93;
 } 
.shoplinkbk1 a{
	color:#0786cb;
 }
.shoplinkbk1 a:hover{
	background-color:#0786cb;
 }
.shoplinkehon a{
	color:#000066;
 }
.shoplinkehon a:hover{
	background-color:#000066;
 }
.shoplinkkino a{
	color:#003e92;
 }
.shoplinkkino a:hover{
	background-color:#003e92;
 }
.shoplinkebj a{
	color:#D84330;
 }
.shoplinkebj a:hover{
	background-color:#D84330;
 }
.shoplinktoshokan a{
	color:#212121;
 }
.shoplinktoshokan a:hover{
	background-color:#212121;
 }
.booklink-footer{
	display: none;
	}
@media screen and (min-width: 600px) {
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkrakukobo, .shoplinkyahoo, .shoplinkseven, .shoplinkbellemaison, .shoplinkcecile, .shoplinkwowma, .shoplinkkakakucom, .shoplinkbk1, .shoplinkehon, .shoplinkkino, .shoplinkebj, .shoplinktoshokan {    
    display:inline-block;
    float:left;
    width:45%;	
    overflow:hidden;
}
    }
    
    
    
    
    
    
    
    
    
    
    
/*** シンプルなデザイン ***/
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

@media (min-width: 481px) {
   .page-archive .archive-entries .archive-entry {
        width: 50%;
} 
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    width: 100%;
}

.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: .5em 0;
    padding: 0;
    font-weight: bold;
    background-color:#fffff9
}

.page-archive .entry-title a {
    font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
    width: 100%;
    height: auto;
}

.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .categories {
    order: 3;
    margin: 0;
    padding: 0;
}

.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb {
    transform: scale(1.05);
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 1;
}

/*トップページのタグ非表示*/
.archive-entry-tags-wrapper {
display:none;
}

.archive-entry-body {
    display: none;
}






.pager-next {
    font-size: 90%;/*数字をいじれば大きさの変更も可能*/
background-color: #ce0d55;
}

.pager .pager-next {
background-color: #ce0d55;
}
.pager .pager-prev{
  background: #fff;
}





/* 目次（サイドバー） */
#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;
}








#g-nav {
    display: table;
    width: 100%;
    font-weight: bold;
}
.nav-item {
    display: table-cell;
    padding: 5px 0;
    list-style-type: none;
    text-align: center;
}
.nav-item a {
    display: block;
    color: #b7282e;/* 文字色 */
    border-left: 1px solid #b7282e;/* 縦線の太さと色 */
}
.nav-item:first-child a {
    border: none;
}






table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: left;
  font-size: 16px; 
  width: 600px;
}
table th,
table td{
  border: 1px solid #cdcdcd;
  padding: .5em 1em;
}
table th{
  background: #cdcdcd;
}

@media (max-width: 650px) {
    table th,
    table td{
      display: block;
    }
}











/*== 開閉式もくじ ==*/
.contents_box {
    padding: 10px;
    font-size:1rem;/*タイトルのフォントサイズ*/
    color:#696969;/*タイトルの文字色*/
    background-color:#fff;/*背景色*/
    border:1px solid #696969;/*外枠線- 色*/
}

/*== 開閉文字装飾 ==*/
.contents_box label {
    padding: 5px;
    color:#0000ff; /*文字色*/
    font-size:1rem;/*フォントサイズ*/
    cursor:pointer;
    border-bottom: 1px dotted #0000ff;/*下線*/
}

/*開く*/
.contents_box label:before{
    display: inline-block;
    content: "[ 開く ]";/*"表示"などに変更可*/}
/*閉じる*/
.contents_box input:checked ~ label:before {
     content: "[ 閉じる ]";/*"非表示"などに変更可*/}

.contents_box input{display:none;}
/*最初は非表示*/
.contents_box .hidden_show
{height:0;padding:0;overflow:hidden;transition:0.8s;}
/*クリックでopen*/
.contents_box input:checked ~ .hidden_show
{padding: 10px 0;height:auto;}







