@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ここから会話風----------------------------------------------------*/

/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
    position: relative;
    background: #85e249;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
}
.right_balloon:after,
.right_balloon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #85e249;
    border-width: 7px;
    margin-top: -7px;
}
.right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 割り込みを解除
********************************/
.clear_balloon{
  clear: both;
}

/*ここまで会話風----------------------------------------------------*/

/*ここから、さらに洗練された会話風----------------------------------------------------*/
.sb-type-ln{
	overflow:hidden;
	padding:10px 20px;
	margin:0;
	line-height:1.5;
	color:#333
}

.sb-type-ln>.sb-subtype-a:after,.sb-type-ln>.sb-subtype-b:after,.sb-type-ln>.sb-subtype-c:after,.sb-type-ln>.sb-subtype-d:after{
	display:block;
	clear:both;
	content:""
}

.sb-type-ln>.sb-subtype-a>.sb-speaker,.sb-type-ln>.sb-subtype-c>.sb-speaker{
	float:left;
	position:relative;
	margin-right:-30px;
	width:30px
}

.sb-type-ln>.sb-subtype-b>.sb-speaker,.sb-type-ln>.sb-subtype-d>.sb-speaker{
	float:right;
	position:relative;
	margin-left:-30px;
	width:30px
}
.sb-type-ln>.sb-subtype-a>.sb-speaker>.sb-icon,.sb-type-ln>.sb-subtype-b>.sb-speaker>.sb-icon,.sb-type-ln>.sb-subtype-c>.sb-speaker>.sb-icon,.sb-type-ln>.sb-subtype-d>.sb-speaker>.sb-icon{
	text-align:center;
	height:30px
}
.sb-type-ln>.sb-subtype-a>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln>.sb-subtype-b>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln>.sb-subtype-c>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln>.sb-subtype-d>.sb-speaker>.sb-icon>img.sb-icon{
	height:30px;
	width:30px;
	border-style:none
}
.sb-type-ln>.sb-subtype-a>.sb-speaker>.sb-name,.sb-type-ln>.sb-subtype-b>.sb-speaker>.sb-name,.sb-type-ln>.sb-subtype-c>.sb-speaker>.sb-name,.sb-type-ln>.sb-subtype-d>.sb-speaker>.sb-name{
	position:absolute;
	overflow:hidden;
	top:0;
	font-size:12px;
	white-space:nowrap
}
.sb-type-ln>.sb-subtype-a>.sb-speaker>.sb-name,.sb-type-ln>.sb-subtype-c>.sb-speaker>.sb-name{
	left:40px
}
.sb-type-ln>.sb-subtype-b>.sb-speaker>.sb-name,.sb-type-ln>.sb-subtype-d>.sb-speaker>.sb-name{
	right:40px
}

@media screen and (min-width:721px){
.sb-type-ln>.sb-subtype-a>.sb-content{
	float:left;position:relative;padding-top:26px;margin-right:40px;margin-left:40px
}
}
@media screen and (max-width:720px){
.sb-type-ln>.sb-subtype-a>.sb-content{
	float:left;
	position:relative;
	padding-top:26px;
	margin-left:40px
}
}
.sb-type-ln>.sb-subtype-a>.sb-content:before{
	position:absolute;
	top:26px;
	left:-8px;
	z-index:1;
	height:0;
	width:0;
	border-style:solid none none solid;
	border-width:8px;
	border-color:#aaa transparent;
	content:""
}
.sb-type-ln>.sb-subtype-a>.sb-content:after{
	position:absolute;
	top:27px;
	left:-6px;
	z-index:3;
	height:0;
	width:0;
	border-style:solid none none solid;
	border-width:8px;
	border-color:#f9f9f9 transparent;
	content:""
}
@media screen and (min-width:721px){
.sb-type-ln>.sb-subtype-b>.sb-content{
	float:right;
	position:relative;
	padding-top:26px;
	margin-right:40px;
	margin-left:40px
}
}
@media screen and (max-width:720px){
.sb-type-ln>.sb-subtype-b>.sb-content{
	float:right;
	position:relative;
	padding-top:26px;
	margin-right:40px
}
}
.sb-type-ln>.sb-subtype-b>.sb-content:before{
	position:absolute;
	top:26px;
	right:-8px;
	z-index:1;
	height:0;
	width:0;
	border-style:solid solid none none;
	border-width:8px;
	border-color:#aaa transparent;
	content:""
}
.sb-type-ln>.sb-subtype-b>.sb-content:after{
	position:absolute;
	top:27px;
	right:-6px;
	z-index:3;
	height:0;
	width:0;
	border-style:solid solid none none;
	border-width:8px;
	border-color:#cf8 transparent;
	content:""
}
.sb-type-ln>.sb-subtype-a>.sb-content>.sb-speech-bubble,.sb-type-ln>.sb-subtype-b>.sb-content>.sb-speech-bubble{
	position:relative;
	z-index:2;
	padding:6px 12px;
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#aaa #999 #777;
	border-radius:15px;
	color:#333
}
.sb-type-ln>.sb-subtype-a>.sb-content>.sb-speech-bubble{
	border-radius:0 15px 15px 15px;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(0,0,0,.1) inset
}
.sb-type-ln>.sb-subtype-b>.sb-content>.sb-speech-bubble{
	background-color:#bf7;
	border-radius:15px 0 15px 15px;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(90,127,60,.2) inset
}
@media screen and (min-width:721px){
.sb-type-ln>.sb-subtype-c>.sb-content{
	float:left;
	position:relative;
	padding-top:1.5em;
	margin-left:100px;
	margin-right:80px
}
}
@media screen and (max-width:720px){
.sb-type-ln>.sb-subtype-c>.sb-content{
	float:left;
	position:relative;
	padding-top:1.5em;
	margin-left:100px
}
}
.sb-type-ln>.sb-subtype-c>.sb-content:before{
	position:absolute;
	top:24px;
	left:-17px;
	height:12px;
	width:12px;
	background-color:#fcfcfc;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(0,0,0,.1) inset;
	border:solid 1px #ababab;
	border-radius:10px;
	color:#333;
	content:""
}
.sb-type-ln>.sb-subtype-c>.sb-content:after{
	position:absolute;
	top:20px;
	left:-28px;
	height:8px;
	width:8px;
	background-color:#fcfcfc;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(0,0,0,.1) inset;
	border:solid 1px #ababab;
	border-radius:5px;
	color:#333;
	content:""
}
@media screen and (min-width:721px){
.sb-type-ln>.sb-subtype-d>.sb-content{
	float:right;
	position:relative;
	padding-top:1.5em;
	margin-left:80px;
	margin-right:100px
}
}
@media screen and (max-width:720px){
.sb-type-ln>.sb-subtype-d>.sb-content{
	float:right;
	position:relative;
	padding-top:1.5em;
	margin-right:100px}
}
.sb-type-ln>.sb-subtype-d>.sb-content:before{
	position:absolute;
	top:24px;right:-17px;
	height:12px;
	width:12px;
	background-color:#bf7;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(90,127,60,.2) inset;
	border:solid 1px #aaa;
	border-radius:10px;
	content:""
}
.sb-type-ln>.sb-subtype-d>.sb-content:after{
	position:absolute;
	top:20px;
	right:-27px;
	height:8px;
	width:8px;
	background-color:#bf7;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(90,127,60,.2) inset;
	border:solid 1px #aaa;
	border-radius:5px;
	content:""
}
.sb-type-ln>.sb-subtype-c>.sb-content>.sb-speech-bubble,.sb-type-ln>.sb-subtype-d>.sb-content>.sb-speech-bubble{
	position:relative;
	padding:6px 12px;
	z-index:2;
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#aaa #999 #777;
	border-radius:15px;
	color:#333
}
.sb-type-ln>.sb-subtype-c>.sb-content>.sb-speech-bubble{
	border-radius:15px 15px 15px 15px;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(0,0,0,.1) inset
}
.sb-type-ln>.sb-subtype-d>.sb-content>.sb-speech-bubble{
	background-color:#bf7;
	border-radius:15px 15px 15px 15px;
	box-shadow:0 1px 1px rgba(0,0,0,.4),0 10px 10px rgba(255,255,255,.5) inset,0 -10px 10px rgba(90,127,60,.2) inset
}
.sb-type-ln-flat{
	overflow:hidden;
	padding:10px 20px;
	margin:0;
	ln-height:1.5;
	color:#333
}
.sb-type-ln-flat>.sb-subtype-a:after,.sb-type-ln-flat>.sb-subtype-b:after,.sb-type-ln-flat>.sb-subtype-c:after,.sb-type-ln-flat>.sb-subtype-d:after{
	display:block;
	clear:both;
	content:""
}
.sb-type-ln-flat>.sb-subtype-a>.sb-speaker,.sb-type-ln-flat>.sb-subtype-c>.sb-speaker{
	float:left;
	position:relative;
	margin-right:-70px;
	width:70px
}
.sb-type-ln-flat>.sb-subtype-b>.sb-speaker,.sb-type-ln-flat>.sb-subtype-d>.sb-speaker{
	float:right;
	position:relative;
	margin-left:-70px;
	width:70px
}
.sb-type-ln-flat>.sb-subtype-a>.sb-speaker>.sb-icon,.sb-type-ln-flat>.sb-subtype-b>.sb-speaker>.sb-icon,.sb-type-ln-flat>.sb-subtype-c>.sb-speaker>.sb-icon,.sb-type-ln-flat>.sb-subtype-d>.sb-speaker>.sb-icon{
	text-align:center;
	height:30px
}.sb-type-ln-flat>.sb-subtype-a>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln-flat>.sb-subtype-b>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln-flat>.sb-subtype-c>.sb-speaker>.sb-icon>img.sb-icon,.sb-type-ln-flat>.sb-subtype-d>.sb-speaker>.sb-icon>img.sb-icon{
	border-style:none;
	height:30px;
	width:30px
}
.sb-type-ln-flat>.sb-subtype-a>.sb-speaker>.sb-name,.sb-type-ln-flat>.sb-subtype-b>.sb-speaker>.sb-name,.sb-type-ln-flat>.sb-subtype-c>.sb-speaker>.sb-name,.sb-type-ln-flat>.sb-subtype-d>.sb-speaker>.sb-name{
	position:absolute;
	top:0;
	overflow:hidden;
	font-size:12px;
	white-space:nowrap
}
.sb-type-ln-flat>.sb-subtype-a>.sb-speaker>.sb-name,.sb-type-ln-flat>.sb-subtype-c>.sb-speaker>.sb-name{
	left:40px
}
.sb-type-ln-flat>.sb-subtype-b>.sb-speaker>.sb-name,.sb-type-ln-flat>.sb-subtype-d>.sb-speaker>.sb-name{
	right:40px
}

@media screen and (min-width:721px){
.sb-type-ln-flat>.sb-subtype-a>.sb-content{
	float:left;
	position:relative;
	padding-top:26px;
	margin-right:40px;
	margin-left:40px
}
}

@media screen and (max-width:720px){
.sb-type-ln-flat>.sb-subtype-a>.sb-content{
	float:left;
	position:relative;
	padding-top:26px;margin-left:40px
}
}
.sb-type-ln-flat>.sb-subtype-a>.sb-content:before{
	position:absolute;
	top:26px;
	left:-8px;
	z-index:1;
	height:0;
	width:0;
	border-style:solid none none solid;
	border-width:8px;
	border-color:#eee transparent;
	content:""
}
.sb-type-ln-flat>.sb-subtype-a>.sb-content:after{
	position:absolute;
	top:27px;
	left:-6px;
	z-index:3;
	height:0;
	width:0;
	border-style:solid none none solid;
	border-width:8px;
	border-color:#eee transparent;
	content:""
}
@media screen and (min-width:721px){
.sb-type-ln-flat>.sb-subtype-b>.sb-content{
	float:right;
	position:relative;
	padding-top:26px;
	margin-right:40px;
	margin-left:40px}
}

@media screen and (max-width:720px){
.sb-type-ln-flat>.sb-subtype-b>.sb-content{
	float:right;
	position:relative;
	padding-top:26px;
	margin-right:40px
}
}
.sb-type-ln-flat>.sb-subtype-b>.sb-content:before{
	position:absolute;
	top:26px;
	right:-8px;
	z-index:1;
	height:0;
	width:0;
	border-style:solid solid none none;
	border-width:8px;
	border-color:#7d6 transparent;
	content:""
}
.sb-type-ln-flat>.sb-subtype-b>.sb-content:after{
	position:absolute;
	top:27px;
	right:-6px;
	z-index:3;
	height:0;
	width:0;
	border-style:solid solid none none;
	border-width:8px;
	border-color:#7d6 transparent;
	content:""
}
.sb-type-ln-flat>.sb-subtype-a>.sb-content>.sb-speech-bubble,.sb-type-ln-flat>.sb-subtype-b>.sb-content>.sb-speech-bubble{
	position:relative;
	z-index:2;
	padding:6px 12px;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#eee;
	border-radius:15px;
	color:#333
}
.sb-type-ln-flat>.sb-subtype-a>.sb-content>.sb-speech-bubble{
	border-radius:0 15px 15px 15px
}
.sb-type-ln-flat>.sb-subtype-b>.sb-content>.sb-speech-bubble{
	background-color:#7d6;
	border-color:#7d6;
	border-radius:15px 0 15px 15px
}
@media screen and (min-width:721px){
.sb-type-ln-flat>.sb-subtype-c>.sb-content{
	float:left;
	position:relative;
	padding-top:1.5em;
	margin-left:100px;
	margin-right:80px
}
}
@media screen and (max-width:720px){
.sb-type-ln-flat>.sb-subtype-c>.sb-content{
	float:left;
	position:relative;
	padding-top:1.5em;
	margin-left:100px
}
}
.sb-type-ln-flat>.sb-subtype-c>.sb-content:before{
	position:absolute;
	top:24px;
	left:-17px;
	height:12px;
	width:12px;
	background-color:#eee;
	border:solid 1px #eee;
	border-radius:10px;
	color:#333;
	content:""
}
.sb-type-ln-flat>.sb-subtype-c>.sb-content:after{
	position:absolute;
	top:20px;
	left:-28px;
	height:8px;
	width:8px;
	background-color:#eee;
	border:solid 1px #eee;
	border-radius:5px;
	color:#333;
	content:""
}

@media screen and (min-width:721px){
.sb-type-ln-flat>.sb-subtype-d>.sb-content{
	float:right;
	position:relative;
	padding-top:1.5em;
	margin-left:80px;
	margin-right:100px
}
}
@media screen and (max-width:720px){
.sb-type-ln-flat>.sb-subtype-d>.sb-content{
	float:right;
	position:relative;
	padding-top:1.5em;
	margin-right:100px
}
}
.sb-type-ln-flat>.sb-subtype-d>.sb-content:before{
	position:absolute;
	top:24px;
	right:-17px;
	height:12px;
	width:12px;
	background-color:#7d6;
	border:solid 1px #7d6;
	border-radius:10px;
	content:""
}
.sb-type-ln-flat>.sb-subtype-d>.sb-content:after{
	position:absolute;
	top:20px;
	right:-27px;
	height:8px;
	width:8px;
	background-color:#7d6;
	border:solid 1px #7d6;
	border-radius:5px;
	content:""
}
.sb-type-ln-flat>.sb-subtype-c>.sb-content>.sb-speech-bubble,.sb-type-ln-flat>.sb-subtype-d>.sb-content>.sb-speech-bubble{
	position:relative;
	z-index:2;
	padding:6px 12px;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#eee;
	border-radius:15px;
	color:#333
}
.sb-type-ln-flat>.sb-subtype-c>.sb-content>.sb-speech-bubble{
	border-radius:15px 15px 15px 15px
}
.sb-type-ln-flat>.sb-subtype-d>.sb-content>.sb-speech-bubble{
	background-color:#7d6;
	border-color:#7d6;
	border-radius:15px 15px 15px 15px
}





#likeline{
	background-color: #6f92c0;
}

#likeline h2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	color: #ffffff;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-	stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', 	endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#likeline h2:before {
    border-top: 10px solid transparent;
}
#likeline h2:after {
    border-top: 10px solid transparent;
}
#likeline h3{
	border-radius:18px;
	background:#fff;
	padding:10px;
	margin:10px;
	border-bottom: none;
	background-color: rgba(0,0,255,0.1);
	font-size: 100%;
	font-style: normal;
	color: #FFF;
	text-align: center;
}

/*ここまで、さらに洗練された会話風----------------------------------------------------*/


/*ここから団体検索----------------------------------------------------*/
.waku {
	margin:0px;
	padding:2px;
	float: left;
}

/*ここまで団体検索----------------------------------------------------*/

/*ここから囲み----------------------------------------------------*/
.kakomi {
	background-color: #fff;
	border: 1px solid #000;
	margin:10px;
	padding: 10px;
}

/*ここから囲み枠線なし----------------------------------------------------*/
.kakomi0 {
	text-align: left;
	background-color: #ddd;
	margin:10px;
	padding:0px 10px;
	float: left;
}

/*ここから囲み枠線なし----------------------------------------------------*/
.kakomi1 {
	text-align: right;
	background-color: #eee;
	margin:10px;
	padding:0px 10px;
}

/*ここから枠線----------------------------------------------------*/
img.wakusen {
	border:1px solid #dddddd;
}

/*ここからボタン----------------------------------------------------*/

.btn {
    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    border: 1px solid #DDD;
    color:#FFF;
    width: 100px;
    padding: 10px 0;
}
/*ここまでボタン----------------------------------------------------*/











/*=================================================================================
カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba {
width:98%;
height:auto;
margin:36px auto;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
line-height: 1.5;
word-wrap: break-word;
box-sizing: border-box;
display: block;
}
.cstmreba a {
transition: 0.8s ;
color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
width: 100%;
background-color: #fafafa; /* 全体の背景カラー */
overflow: hidden;
border-radius: 0px;
box-sizing: border-box;
padding: 12px 8px;
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
width:150px;
float:left;
margin:0 14px 0 0;
text-align: center;
background: #fff;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
width:100%;
display:block;
}
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
margin:0 ;
padding: 0;
text-align:center;
background: #fff;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
overflow:hidden;
line-height:170%;
color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
border-bottom: 1px solid ;
font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
font-size:10px;
line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
color:#333;
border-bottom: none ;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
color:#333;
border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
font-size:12px;
}
.kaerebalink-link1 div img, .booklink-link2 div img, .tomarebalink-link1 div img {
display:none !important;
}
.booklink-link2 {
display: inline-block;
width: 100%;
margin-top: 5px;
}
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div {
float:left;
width:24%;
min-width:128px;
margin:0.5%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a,
.kaerebalink-link1 a,
.tomarebalink-link1 a {
width: 100%;
display: inline-block;
text-align: center;
box-sizing: border-box;
margin: 1px 0;
padding:3% 0.5%;
border-radius: 8px;
font-size: 13px;
font-weight: bold;
line-height: 180%;
color: #fff;
box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border: 2px solid #ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, .booklink-link2 .shoplinkamazon a {
background:#FF9901;
border: 2px solid #ff9901;
} /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a, .booklink-link2 .shoplinkrakuten a {
background: #bf0000;
border: 2px solid #bf0000;
} /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, .booklink-link2 .shoplinkseven a {
background:#225496;
border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
background: #fff;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a:hover, .booklink-link2 .shoplinkamazon a:hover {
color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a:hover , .booklink-link2 .shoplinkrakuten a:hover {
color: #bf0000; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a:hover, .booklink-link2 .shoplinkseven a:hover {
color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.booklink-footer {
clear:both;
}
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
width:100%;
float:none;
}
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div {
width: 32.33%;
margin: 0.5%;
}
.booklink-info,
.kaerebalink-info,
.tomarebalink-info {
text-align:center;
padding-bottom: 1px;
}
}
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div {
width: 49%;
margin: 0.5%;
}
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}