﻿/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

#toc_container { 
  margin-left: auto; 	
  margin-right: auto; 	
}

/* 上段部分 */
.next-page-link {
  width:100%;
  margin: 40px 0 10px 0;
  text-align:center;
  border-radius:30px;
  background: #6c3524;
}
.next-page-link a {
  display:block;
  margin:5px 0;
  color: #fff;
  text-decoration:none;
}
.next-page-link:hover {
  background: #6a1917	;
}



/* 下段部分 */
.page-link{
  margin: 25px 0 30px 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}
.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 5px;
  padding: 10px 40px;
  border: 1px solid #a0522d;
  background: #deb887;
  border-radius:30px;
}
.page-link a span,
.comment-page-link a{
  background: #fffacd;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}
 
.page-link a span:hover,
.comment-page-link a:hover{
  background: #d2b48c;
  color: #fff;
}



/* 関連記事の調整 */

.related-entry-thumbnail {
	position: relative;
} 

.related-entry-title {
	border-bottom: 2px solid #d8a373;
	text-align: left;
}

.related-entry-title a {
	color: #ba0000;
	font-size: 14px;
}


/*--------------------------------------
  ヨメレバ・カエレバ　１
--------------------------------------*/
.booklink-box, .kaerebalink-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #ddd;
	padding: 10px 15px;
}

.booklink-image, .kaerebalink-image {
	margin: 0 0 15px;
}

.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: 16px;
	margin-bottom: 14px;
	line-height: 1.2em;
}

.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8pt;
	line-height: 120%;
}

.booklink-powered-detail, .kaerebalink-detail {
	margin-bottom: 15px;
}

.booklink-link2, .kaerebalink-link1 {
	margin-top: 20px;
}

.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 45%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.shoplinkamazon {
	width: 90%;
	height: 15px;
	overflow: hidden;
	background-color: #ff9901;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	margin: 0 auto 5px;
	padding: 10px 0;
	text-align: center;
}

.shoplinkrakuten {
	width: 90%;
	height: 15px;
	overflow: hidden;
	background-color: #c20004;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	margin: 0 auto 5px;
	padding: 10px 0;
	text-align: center;
}

.shoplinkyahoo {
	width: 90%;
	height: 15px;
	overflow: hidden;
	background-color: #800000;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	margin: 0 auto 5px;
	padding: 10px 0;
	text-align: center;
}

.shoplinkamazon:hover {
	background-color: #f5deb3;
}

.shoplinkrakuten:hover {
	background-color: #f5deb3;
}

.shoplinkyahoo:hover {
	background-color: #f5deb3;
}

.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkyahoo:active {
	position: relative;
	top: 1px;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: 800;
	font-size: 12px;
}

.shoplinkamazon a {
	color: #fffacd;
}

.shoplinkrakuten a {
	color: #fffacd;
}


.shoplinkyahoo a {
	color: #fffacd;
}


.booklink-footer {
	clear: left;
}

/*--------------------------------------
 ヨメレバ・カエレバ　２
--------------------------------------*/
.booklink-box, .kaerebalink-box {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
}

.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
}

.booklink-info, .kaerebalink-info {
	margin: 0;
	text-align: left;
}

.booklink-name, .kaerebalink-name {
	margin-bottom: 24px;
	line-height: 1.5;
}

.booklink-link2, .kaerebalink-link1 {
	margin-top: 10px;
}

.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkseven {
	float: left;
	width: 30%;
	margin: 15px 1% 0 auto;
	padding: 10px 0;
}

.shoplinkyahoo a {
	font-size: 10px;
}

/*--------------------------------------
  ヨメレバ・カエレバ　３
--------------------------------------*/
@media only screen and (max-width: 480px) {
	.booklink-box, .kaerebalink-box {
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 10px 15px;
	}
	
	.booklink-image, .kaerebalink-image {
		margin: 0 0 10px;
		float: none;
	}
	
	.booklink-image img, .kaerebalink-image img {
		margin: 0 auto;
	}
	
	.booklink-info, .kaerebalink-info {
		font-size: 12px;
		margin: 0;
	}
	
	.booklink-name, .kaerebalink-name {
		font-size: 15px;
		margin-top: 2px;
	}
	
	.booklink-detail, .kaerebalink-detail {
		margin-top: 5px;
	}
	
	.booklink-powered-date, .kaerebalink-powered-date {
		font-size: 11px;
		margin-top: 5px;
	}
	
	.booklink-link2, .kaerebalink-link1 {
		font-size: 14px;
	}

.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 96%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
	
	.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo {
		float: none;
		width: 96%;
		margin: 5px 0;
		padding: 10px 0;
	}
}