@charset "UTF-8";

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

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

/*--------------------------------------
  塚田ヨメレバ・カエレバここから
--------------------------------------*/
.booklink-box, .kaerebalink-box{
	width:90%;
	margin:20px auto;
	padding:20px;
	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:10px 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;
} 
/*--------------------------------------
  塚田ヨメレバ・カエレバここまで
--------------------------------------*/


/*塚田コメント欄メールアドレスなど削除分開始*/
.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
  display:none;
}
/*塚田コメント欄メールアドレスなど削除分終了*/

/************************************
** メインカラム（#main、記事、固定ページなど）
親テーマからコピー分
************************************/
#main .post,
#main .page{
  margin-bottom: 10px;/*塚田記事と記事の間を狭くしている*/
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:16px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .post-tag,/*塚田この一行のみ、親テーマからメインカラム全てコピーして変更*/
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
#list .post .footer-post-meta:empty,
#list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/