/* 
* #article内の部品用CSS
*/
/* #signage */
.icon_genres .genre,
.icon_genres .genre a {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon_genres .genre {
	margin-bottom: 5px;
	margin-left: 5px;
}
.icon_genres .genre a {
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	padding: 3px 7px 0
}
.icon_genres .genre a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}


/* 記事リスト共通style */
.article .section_list {
	position: relative;
	clear:both;
}
.section_list .body ul {
	list-style-type: none;
}
.section_list .header {
	position: relative;
	z-index: 1;
}
.section_list .header_pop {
	margin-left: -13px;
}
.section_list .header_img {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: -13px;
	width: 111px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.section_list .body li a {
	cursor: pointer;
}
.article .section_list .body li .title {
	line-height: 1.2;
}
.article .section_list .body li .summary {
	line-height: 1.4;
}
.section_list .book {
	border: 1px solid #c7c7cc;
}
.section_list .book:hover {
	border-color: #f7f7f7;
}
.section_list .author {
	font-size: 11px;
	width: 56px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
}
.section_list .author .img {
	width: 34px;
	height: 34px;
	display: block;
	overflow: hidden;
}
.section_list .author .txt {
	line-height: 1.2;
	margin-top: 5px;
	display: block;
}


/* 記事ページ書籍情報 */
.book_info .body {
	font-size: 14px;
	border-top: 3px solid #d7d8df;
	border-bottom: 3px solid #d7d8df;
	background-color: #fafafa;
	padding: 20px 25px 20px 30px;
	width: auto !important;
	overflow: hidden;
	_zoom:1;
}
.book_info .img {
	float: left;
}
.book_info .img img {
	border: 1px solid #c7c7cc;
	width: 115px;
	height: auto;
}
.book_info img {
	float: left;
	border: 1px solid #c7c7cc;
	width: 115px;
	height: auto;
}
.book_info .body .txt {
	width: 460px;
	float: right;
}
.book_info .title {
	font-size: 18px;
	font-weight: bold;
	min-height: 3.2em;
	height: auto !important;
	height: 3.2em;
}
.book_info .info {
	margin-top: 12px;
}
.book_info .meta {
	line-height: 1.5;
}
.book_info .boookstores {
	font-size: 0;
	padding-left:0px;
}
.book_info .boookstores li {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
}
.book_info .boookstores li a {
	text-decoration: none;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#ebebeb));
	background: -webkit-linear-gradient(#fefefe 0%, #ebebeb 100%);
	background: -o-linear-gradient(#fefefe 0%, #ebebeb 100%);
	background: -ms-linear-gradient(#fefefe 0%, #ebebeb 100%);
	background: linear-gradient(#fefefe 0%, #ebebeb 100%);
	display: block;
	line-height:33px;
}
.book_info .boookstores li a:hover {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fff 0%, #fefefe 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fefefe));
	background: -webkit-linear-gradient(#fff 0%, #fefefe 100%);
	background: -o-linear-gradient(#fff 0%, #fefefe 100%);
	background: -ms-linear-gradient(#fff 0%, #fefefe 100%);
	background: linear-gradient(#fff 0%, #fefefe 100%);
}
.book_info .boookstores li a img {
	vertical-align: top;
	float:none;
	border:none;
	width:auto;
	height:32px;
}
.book_info .boookstores li a img.measure {
width:1px;
height:1px;
}

/* 記事ページ書籍3段組み */
.book_info .body.simple{
clear:none;
float:left;
width:30%;
height:140px;
margin:0px 0px;
padding:5px 3px;
backgound-color:#fafafa;
}
.book_info .body.simple img{
display:block;
float:lefft;
width:70px;
margin-right:10px;
}
.book_info .body.simple .txt{
clear:none;
float:left;;
width:100px;
margin-right:10px;
text-align:left;
}
.book_info .body.simple .txt .title{
width:auto;
font-size:12px;
}
.book_info .body.simple .txt .info{
margin-top:0px;
font-size:12px;
/*display:none;*/
}
.book_info .body.simple .txt .info .meta{
font-size:12px;
}

/* 旧システム移行書籍ブロック */
.hatena-asin-detail{
	font-size: 14px;
	border-top: 3px solid #d7d8df;
	border-bottom: 3px solid #d7d8df;
	background-color: #fafafa;
	padding: 20px 25px 20px 30px;
	overflow: hidden;
	_zoom:1;
}
.hatena-asin-detail p{
	display:none;
}

.hatena-asin-detail img.hatena-asin-detail-image{
	float: left;
	border: 1px solid #c7c7cc;
	width: 115px;
	height: auto;
}
.hatena-asin-detail-info{
	width: 460px;
	float: right;
}
.hatena-asin-detail-info p{
	display:block;
}

#article_body .hatena-asin-detail-info .hatena-asin-detail-title{
	margin:auto;
	font-size: 18px;
	font-weight: bold;
}
.hatena-asin-detail-info{
	margin-top: 12px;
}
.hatena-asin-detail-info ul{
	font-size: 13px;
	margin:15px auto auto 0px;
}
.hatena-asin-detail-info ul p{
	display:none;
}
.hatena-asin-detail-info ul li{
	list-style:none;
}
.hatena-asin-detail-info ul li{
	display:block;
}

.booklink-link2{
	font-size:12px;
}
.booklink-footer{
	display:none;
}

/* 告知本 */
#book_info_pr .header {
	margin-bottom: 0
}
.bnr_melmaga {
	background: url(../../images/v1/main_column/bnr_melmaga_logo.png) 20px 50% no-repeat;
	_background-image: url(../../images/v1/main_column/bnr_melmaga_logo@ie.png);
	line-height: 37px;
	text-align: center;
	padding: 0 20px 0 115px;
	height: 37px;
}
.bnr_melmaga a {
	font-size: 14px;
	background: url(../../images/v1/common/bulet_bk.png) 100% 4px no-repeat;
	_background-image: url(../../images/v1/common/bulet_bk@ie.png);
	padding-right: 20px;
}
.bnr_melmaga a span {
	color: #FF3B30;
}

/* ページ末のフッターバナー */
#footer-banner-468{
	width:468px;
	margin:20px auto;
}
