@charset 'utf-8';


/**************************************************
 *
 * book
 *
 **************************************************/
#main .topRecommend {
	position: relative;
}
#main .topRecommend .image {
	float: left;
	margin: 24px 15px 0;
	width: 200px;
	text-align: center;
}
#main .topRecommend .image img {
	max-width: 100%;
	max-height: 100%;
}
#main .topRecommend .meta {
	float: left;
	width: 390px;
}
#main .topRecommend .meta h1 {
	margin-top: 24px;
	padding: 5px 0 6px 18px;
	background: url("../img/common/bkd_h1_bg.gif") repeat-y scroll 0 0 transparent;
	font-size: 134%;
	font-weight: bold;
	line-height: 1.4;
}
#main .topRecommend .meta .author {
	margin-top: 9px;
}
#main .topRecommend .meta h2 {
	margin-top: 20px;
	font-size: 109%;
	font-weight: bold;
	line-height: 1.4;
}
#main .topRecommend .meta .mtext p {
	margin-top: 6px;
	margin-left: 0;
	margin-right: 0;
}
#main .topRecommend .badge {
	position: absolute;
	width: 94px;
	height: 94px;
	left: -2px;
	top: -2px;
	background: url(../img/book/rec_badge.png) no-repeat 0 0;
}



/**
 * 新刊、近刊
 */
#main .inner.new-recently {

}
#main .inner.new-recently .col {
	padding-bottom: 0;
}
#main .inner.new-recently .col.newBook {
	float: left;
	margin-right: 18px;
	width: 467px;
}
#main .inner.new-recently .col.recentlyBook {
	float: left;
	width: 159px;
}
#main .inner.new-recently .newBook .bookInfoList td {
	width: 153px;
}
#main .inner.new-recently .recentlyBook .bookInfoList td {
	width: 157px;
}
#main .inner.new-recently .bookInfoList .image {
	width: 140px;
}
#main .inner.new-recently .bookInfoList .image img {
	max-width: 140px;
}
#main .inner.new-recently .bookInfoList .meta h3 {
	font-size: 92%;
}

#main .col.recentlyBook .bookInfoList td {
	width: 100%;
}


