/*
ここに独自の 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 {
	color: #FF9901 !important;
	border: 1px solid #FF9901 !important;
}

.shoplinkrakuten a {
	color: #c20004 !important;
	border: 1px solid #c20004 !important;
}

.shoplinkkindle a {
	color: #007dcd !important;
	border: 1px solid #007dcd !important;
}

.shoplinkkakakucom a {
	color: #314995 !important;
	border: 1px solid #314995;
}

.shoplinkyahoo a {
	color: #7b0099 !important;
	border: 1px solid #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;
	}
}


@font-face{
font-family:flop2;
src:url('rounded-mgenplus-2p-regular.ttf')format('ttf');
}
/*ブログ全体に使う場合*/
body {
font-family:flop2, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 蛍光ペン風マーカー加工 */ 
.keikou-ki {
background: linear-gradient(transparent 65%, #fff799 50%);
}

.keikou-ao {
background: linear-gradient(transparent 65%, #ccffff 50%);
}

.keikou-aka {
background: linear-gradient(transparent 65%, #ffc0a0 50%);
}


/* AmazonJSのアイコンを消す */
.entry-content .amazonjs_item li:before,
.entry-content .amazonjs_item a[target="_blank"]:after{
 content:none;
}

/* ------------------------------------------------------------
診断ジェネレーター作成プラグイン用style
------------------------------------------------------------*/
.diagnosis-wrap .question{
margin-bottom:1.5em;
}
.diagnosis-wrap .question .qcontents{
margin-bottom:.5em;
font-weight:bold;
}
.diagnosis-wrap .question .qselect span{
display:block;
}
.diagnosis-wrap .question .qselect span input{
margin:0 5px;
}
.diagnosis-wrap .submit input{
padding:1em;
width:300px;
max-width:80%;
margin-bottom:1em;
}

dl {
	font-family:Verdana, Arial, Helvetica;
	font-size:92%;
	line-height:1.5em;
	margin:0;
	padding:2px 0px;
 }

dt {
	padding:2px 0px;
	font-weight:bold;
	border-bottom:dashed 1px #aec5d9;
 }

dd {
	padding:2px 16px;
	border-bottom:dashed 1px #aec5d9;
 }

table {
	width:86%;
}

rt {
font-size: 58%; /* フォントサイズを一回り大きく：元の文字の75%の大きさに */
color: #373737;
}