@charset "UTF-8";
/* CSS Document */


/* --- CLEARFIX --- */
.cf:after,
.k_corner_box a:after{ display: block; visibility: hidden; clear: both; height: 0; content: " "; font-size: 0; }
.cf,
.k_corner_box a{ display: inline-block; }
.cf,
.k_corner_box a{ display: block; }


/******************** SP用デザイン *********************/
.contents_wrap_sp_{
 padding: 0 10px;
}

/* --- CONTENTS --- */
.contents_wrap_sp_ {
  font-size: 14px;
  line-height: 2;
}
.common_headline1_{
  padding: 0;
}

.contents_wrap_sp_ a{ color: #48a3ed; font-weight: bold;}


/* --- KADONAVI TOP --- */
.kadonavi_top_header{
  margin: 0 0 20px;
}
.kadonavi_top_header h2 img{
 }
.kadonavi_top_header h2 span{
  display: none;
}

.k_corner{
  margin: 0 0 25px;
}
.k_corner_tit{
  width: 100%;
  height: 30px;
  position: relative;
  border-bottom: 1px solid #000;
  margin: 0;
}
.k_corner_tit h3{
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
}
.k_corner_tit h3 img{
  width: auto;
  height: 30px;
}
.contents_wrap_sp_ a.btn_kado_more{
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 0;
}
.btn_kado_more img{
  width: auto;
  height: 12px;
  vertical-align: top;
}
.k_corner_wrap{
  padding: 15px 15px 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0;
  letter-spacing: -0.4em;
  border-radius: 0 0 5px 5px;
}
.k_corner_box{
  width: 100%;
  letter-spacing: normal;
  margin: 0 0 18px;
}
.k_corner_box a{
  color: #333;
  text-decoration: none;
}
.k_corner_box .thumb{
  margin: 0 0 10px;
}
.k_review .k_corner_box .thumb{
  margin: 0;
}
.k_corner_box .thumb img{
  vertical-align: top;
}
.k_corner_box .date_{
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
}
.k_corner_box h5.title_{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}
.k_corner_box p.comment_{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}
.k_review .k_corner_box .thumb{
  width: 80px;
  float: left;
}
.k_review_txt{
  margin-left: 95px;
}


/* --- INTERVIEW --- */
.kadonavi_header{
  margin: 0 0 20px;
}
.kadonavi_header h2 img{
  margin: 0 0 10px;
}
.kadonavi_header h2 span{
  display: none;
}
.kadonavi_header p.lead{
  color: #333;
  font-size: 13px;
  line-height: 1.8;
}
.entry {}
.entry h3.catch{
  color: #111;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 15px;
}
.entry p{
  font-size: 12px;
  margin: 0 0 12px;
}
.entry p strong{
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
.entry p strong.orange{
  color: #ff9f15;
}
.entry p strong.red{
  color: #a60000;
}
.entry p strong.pink{
  color: #f45e73;
}
.entry p.intw{
  color: #777;
}
.entry hr{
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #EEE;
  border: none;
  outline: none;
  padding: 0;
  margin: 20px 0 25px;
}
.entry p + hr{
  margin: 20px 0 25px;
}
.entry img.entry_pic{ height: auto; border-radius: 5px; overflow: hidden; margin: 10px auto 25px; vertical-align: top; }
.entry img.entry_pic.left{ max-width: 38%; float: left; margin: 10px 5% 25px 0; }
.entry img.entry_pic.right{ max-width: 38%; float: right; margin: 10px 0 25px 5% ; }
.entry img.entry_pic.wide.left,
.entry img.entry_pic.wide.right{ max-width: 45%; }
.entry img.entry_pic_s.left{ max-width: 28%; float: left; margin: 10px 5% 25px 0; }
.entry img.entry_pic_s.right{ max-width: 28%; float: right; margin: 10px 0 25px 5%; }
.entry p.credit{
	font-size: 11px;
	text-align: right;
}

.entry .reference{
  clear: both;
  background-color: #f6f2ef;
  padding:15px;
  border-radius: 5px;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.entry .reference + .reference{
  margin: -10px 0 30px;
}
.entry .reference .thumb{
  float: left;
  width: 30%;
}

.entry .reference .thumb img{
  vertical-align: top;
}

.entry .reference .description{
	float: right;
	width: 65%;
}
.entry .reference .description.no_pic{
	float: none;
	width: 100%;
}
.entry .reference h5{
  color: #444;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
}
.entry .reference p{
  color: #666;
  font-size: 11px;
  margin: 0 0 10px;
}
.entry .reference p strong.price{
  color: #3190cd;
}
.entry .reference p small.publication{
  font-size: 10px;
}
.entry .reference .brn_reco_more{
  width: 96px;
  height: 27px;
  margin-right: 5px;
  display: inline-block;
}

.entry .biography{
  clear: both;
  background-color: #ffffff;
  border: 5px #f4f4f4 solid;
  padding:0 15px;
  border-radius: 5px;
  margin: 20px 0 40px;
  line-height: 1.7;
}
.entry .biography + .biography{
  margin-top: -20px;
}

.entry .biography .person{
	border-top: #dddddd 1px dashed;
	padding: 15px 0;
}

.entry .biography .person:first-child{
	border-top:none;
}

.entry .biography .thumb{
  float: left;
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}
.entry .biography .thumb img{
  vertical-align: top;
}
.entry .biography .description{
	float: right;
	width: 65%;
}
.entry .biography h5{
  color: #444;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
}
.entry .biography p{
  color: #666;
  font-size: 11px;
  margin: 0 0 10px;
}
.entry .biography .brn_reco_more{
  width: 96px;
  height: 27px;
  display: inline-block;
}
.kadonavi_btn{
  clear: both;
  text-align: center;
  margin: 40px 0 50px;
}
.kadonavi_btn a{
  display: inline-block;
  margin: 0 7px 16px;
}
.kadonavi_btn a img{
  width: auto;
  height: 37px;
  vertical-align: top;
}


/* --- BOOK REVIEW --- */
.kadonavi_review_header{
  margin: 0 0 20px;
}
.thumb_book{
  width: auto;
  height: 250px;
  text-align: center;
  margin: 0 0 10px;
}

.kadonavi_review_header_txt{

}
.kadonavi_review_header_txt p.tit-review{
  color: #666;
  font-size: 14px;
  margin: 0 0 3px;
  letter-spacing: 0.03em;
}
.kadonavi_review_header_txt h2{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0 0 5px;
}
.kadonavi_review_header_txt p.catch{
  color: #3190cd;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0 0 5px;
}
.kadonavi_review_header_txt p.review_credit{
  color: #666;
  font-size: 14px;
}

.kadonavi_review_header_txt .book_data{
  margin: 15px 0 0;
  background-color: #f6f2ef;
  padding: 15px 17px 17px;
  border-radius: 5px;
}
.kadonavi_review_header_txt .book_data p{
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.kadonavi_review_header_txt .book_data p .price{
  color: #3190cd;
padding-left:10px;
}

.kadonavi_review_header_txt .book_data p strong{
  color: #333;
  font-size: 14px;
  margin: 0 0 5px;
}
.kadonavi_review_header_txt .book_data .brn_reco_more{
 height: 27px;
  display: inline-block;
  margin: 10px 5px 0 0;
}

.entry .end_credit{	
color: #888;	
font-size: 12px;	
text-align: right;	
margin: 30px 0 0;	
}

.entry p.credit{
  font-size: 12px;
text-align: right;	
margin: 30px 0 0;	
}	
.entry p.credit_review{	
font-size: 12px;	
text-align: right;
background-color: #f6f2ef;	
padding: 10px;	
margin: 10px 0 30px;	
border-radius: 5px;	
display: inline-block;	
float: right;	
}	
.entry p.credit_review span{	
font-size: 12px;	
}