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

詳しくは上のヘルプアイコンをクリックしてください。
*/
/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box {
	padding: 25px;
	margin-bottom: 10px;
	border: double #CCC;
	overflow: hidden;
	font-size: small;
}

.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	min-width: 160px;
	text-align: center;
}

.booklink-image img, .kaerebalink-image img {
	margin: 0 auto;
	text-align: center;
}

.booklink-info, .kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden;
}

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

.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8px;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%;
}

.booklink-detail, .kaerebalink-detail {
	font-size: 12px;
}

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

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

.booklink-link2 a,
.kaerebalink-link1 a {
	width: 30%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: 800;
	text-shadow: 1px 1px 1px #dcdcdc;
	font-size: 12px;
	color: #fff !important;
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
	opacity: .6;
}

.booklink-link2 a:active
.kaerebalink-link1 a:active {
	position: relative;
	top: 1px;
}

/*ボタンを変えるときはここから*/
.shoplinkamazon a {
	background-color: #FF9901 !important;
}

.shoplinkrakuten a {
	background-color: #c20004 !important;
}

.shoplinkkindle a {
	background-color: #007dcd !important;
}

.shoplinkkakakucom a {
	background-color: #314995 !important;
}

.shoplinkyahoo a {
	background-color: #7b0099 !important;
}

/*ここまでを変更*/
.shoplinkyahoo img {
	display: none;
}

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

.booklink-footer {
	display: none;
}

@media screen and (max-width: 680px) {
	.booklink-box, .kaerebalink-box {
		padding: 15px;
	}
	
	.booklink-image, .kaerebalink-image {
		width: 100px !important;
		min-width: initial;
	}
	
	.booklink-name > a, .kaerebalink-name > a {
		font-size: 15px;
		font-weight: bold;
	}
	
	.booklink-name, .kaerebalink-name {
		margin-bottom: 12px;
	}
	
	.booklink-powered-date, .kaerebalink-powered-date {
		margin-top: 5px;
	}
	
	.booklink-link2 a,
				.kaerebalink-link1 a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		padding: 10px 0;
	}
}

span.profile img {
	margin: 0 7px 10px 2px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: start;
	float: left;
}

.follow {
	margin-bottom: 12px;
}

.follow ul {
	position: relative;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

.follow ul li {
	float: left;
	width: 48%;
	margin: 10px 0 0 10px;
}

.follow ul li a {
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-decoration: none;
}

.follow ul li a::before {
	position: relative;
	display: block;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	color: #fff;
	font-size: 26px;
	font-family: "FontAwesome";
}

.follow ul li a:hover {
	background-color: #fff;
}

.follow ul .twitter a {
	background-color: #00aced;
	border: 2px solid #00aced;
}

.follow ul .twitter a::before {
	content: "\f099";
}

.follow .twitter a:hover,.follow .twitter a:hover::before {
	color: #00aced;
}

.follow .facebook a {
	background-color: #3c5a98;
	border: 2px solid #3c5a98;
}

.follow .facebook a::before {
	content: "\f09a";
}

.follow .facebook a:hover,.follow .facebook a:hover::before {
	color: #3c5a98;
}

.follow ul .googleplus a {
	background-color: #db4a39;
	border: 2px solid #db4a39;
}

.follow ul .googleplus a::before {
	content: "\f0d5";
}

.follow ul .googleplus a:hover,.follow ul
 .googleplus a:hover::before {
	color: #db4a39;
}

.follow ul .rss a {
	background-color: #ffb53c;
	border: 2px solid #ffb53c;
}

.follow ul .rss a::before {
	content: "\f09e";
}

.follow ul .rss a:hover,.follow ul .rss a:hover::before {
	color: #ffb53c;
}

.toppagead {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #999;
}

/* 人気の記事 liタグ start */
	.wpp-list li {
		overflow:hidden;
		float:none;
		clear:both;
		border-top: 10px #f2f2f2 solid;
		padding-top:5px;
	}
/* 人気の記事 liタグ end */
