@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */









/* 緑の下線を引く */
.mark-green{
  font-weight: bold;
  background: linear-gradient(transparent 60%,#B1CA53 60%);
}

/* ピンクの下線を引く */
.mark-pink{
  font-weight: bold;
  background: linear-gradient(transparent 60%,#FB4086 60%);
}

/* 影付きの大文字 */
.shadow{
	font-size:24px;
    font-weight:bold;
	text-shadow: 0 15px 10px rgba(0,0,0,0.5);
}




.tagcloud a {
	font-size: 14px !important; /* 文字サイズ */
	line-height: 1em;
	background: #21394d; /* 背景色 */
	color: #fff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; /* 文字周り余白 */
	margin-top: 3px; /* タグ余白 */
	border-radius: 4px; /* 角を丸くする */
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #ddd; /* マウスホバー背景色 */
	color: #cc0033 !important; /* マウスホバー文字色*/
}
 
/* アイコンを入れる「Font Awesome」*/
 
.tagcloud a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}






/*--------------------------------------
  ヨメレバ・カエレバここから
--------------------------------------*/
.booklink-box, .kaerebalink-box{
	width:90%;
	margin:20px auto;
	padding:5px;
	border:double #d2d7e6;
	overflow: hidden;
	font-size:small;
	border-radius:2px;
}

.booklink-image, .kaerebalink-image{
	width: 150px;
	/*height: 150px;*/
	margin:0 15px 20px 0;
	float:left;
}
.booklink-image img, .kaerebalink-image img{
	/*height: 150px;*/
	display:block;
	margin:0 auto;
	text-align:center;
}

.booklink-info, .kaerebalink-info{
	display:block;
	margin:0 auto;
	text-align:left;
	line-height:120%;
	overflow: hidden;
}

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

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

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

.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkseven, .shoplinkrakukobo{
/*	float:left;*/
	width:30%;
	margin:15px 1% 0 auto;
	padding:5px 0px;
/*	width:90%; */
	height:15px;
	overflow:hidden;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
/*	margin:0  auto 5px auto; */
/*	padding:10px 0px; */
	text-align:center;
	}
	
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover, .shoplinkseven:hover, .shoplinkrakukobo:hover{
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}

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

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a, .shoplinkseven a, .shoplinkrakukobo a{
	display:block;
	cursor:pointer;
	text-decoration:none;
	font-weight:800;
	text-shadow:1px 1px 1px #dcdcdc;
	font-size:12px;
}
	
.shoplinkamazon a{
	color:#FF9901;
}

 .shoplinkrakuten a{
	color:#c20004;
}

.shoplinkkindle a{
	color:#007dcd;	
}

.shoplinkyahoo a{
	font-size:10px;
	color:#7b0099;
 } 

.shoplinkseven a{
	color:#000;
}

.shoplinkrakukobo a{
	color:#2098A8;
}

.booklink-footer{
	clear:left;
} 
/*--------------------------------------
  ヨメレバ・カエレバここまで
--------------------------------------*/




