@charset "utf-8";

/* main start */
#main .section {
	margin:0 0 34px 0;
}
#main .section .title .rss {
	position:absolute;
	top:7px;
	left:513px;
}

#main .section#mainRecommendBooks {
}
#main .section#mainRecommendBooks .sectionInner {
	display:none;
}
#main .section#mainRecommendBooks .entryWrapper {
	width:533px;
	margin:14px 0 0 0;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}
#main .section#mainRecommendBooks .entry {
	overflow:auto;
	overflow-x:hidden;
	width:520px;
	height:200px;
	padding:13px 0 13px 13px;
}
#main .section#mainRecommendBooks .imageWrapper {
	width:152px;
	padding:0 13px 0 0;
	text-align:center;
}
#main .section#mainRecommendBooks .imageWrapper img {
	/*width:150px;*/
}
#main .section#mainRecommendBooks .textWrapper {
	width:335px;
}
#main .section#mainRecommendBooks .textWrapper .detail {
	margin:15px 0 0 0;
}
#main .section#mainRecommendBooks .textWrapper .detail a {
	display:block;
	width:115px;
	height:26px;
	background-image:url(../images/top/btn_detail.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}
#main .section#mainRecommendBooks .noimage .textWrapper {
	width:507px;
}
#main .section#mainRecommendBooks .paginate {
	width:531px;
	padding:1px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}
#main .section#mainRecommendBooks .paginate .paginateInner {
	padding:6px 0 0 0;
	background-color:#E1E1E1;
	text-align:center;
}
#main .section#mainRecommendBooks .paginate li {
	display:inline;
	padding:5px 5px 0 4px;
}

#main .section#mainRecommendBooks .paginate li a img {
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
#main .section#mainRecommendBooks .paginate li a.selectedRecommend img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#main .section#pubBook {
	width:255px;
	margin-right:0;
	margin-left:auto;
	font-size:12px;
}

/* main end */
#main .banner {
	padding-bottom:10px;
	font-size:1px;
	line-height:0;
}
#lnavi .banner li {
	padding-bottom:10px;
	font-size:1px;
	line-height:0;
}

/* ビッグバナー */
/*
#eyecatch{
	width:535px;
	height:120px;
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
}
#eyecatch .overlay{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:10px;
}
#eyecatch .overlay .bg{
	display:none;
}
#eyecatch .overlay .textWrapper{
	display:none;
}
#eyecatch .overlay .paginate ul{
	text-align:center;
}
#eyecatch .overlay .paginate li{
	display:inline-block;
	margin:0 5px;
}
#eyecatch .overlay .paginate a{
	width:12px;
	height:12px;
	background:#dddddd;
	display:block;
	border-radius:12px;
	
}
#eyecatch .overlay .paginate a.selectedRecommend{
	background:#0181d3;
}
#eyecatch .imageWrapper {
	overflow: hidden;
	position: absolute;
	width: 535px;
	height: 120px;
}
#eyecatch .imageWrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 9100px;
}
#eyecatch .imageWrapper li {
	float: left;
}
*/


#eyecatch {
	position:relative;
	width:533px;
	min-height:120px;
	padding:1px;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
}
#eyecatch .imageWrapper {
	overflow:hidden;
	position:absolute;
	width:533px;
	height:120px;
}
#eyecatch .imageWrapper ul {
	position:absolute;
	top:0;
	left:0;
	width:9100px;
}
#eyecatch .imageWrapper li {
	float:left;
}
#eyecatch .overlay {
	position:absolute;
	bottom:1px;
	width:533px;
}
#eyecatch .bg {
	position:absolute;
	bottom:0;
	width:100%;
	height:28px;
	background-color:#E1E1E1;
}
#eyecatch .textWrapper {
	position:absolute;
	bottom:3px;
	left:12px;
}
#eyecatch .textWrapper li {
	overflow:hidden;
	display:none;
	height:18px;
	letter-spacing:0;
}
#eyecatch .textWrapper li a {
}

#eyecatch .paginate {
	position:absolute;
	right:6px;
	bottom:5px;
}
#eyecatch .paginate li {
	float:left;
	padding:0 6px 0 0;
}
#eyecatch .paginate li a{
	display:block;
	height:10px;
	width:10px;
	border-radius:10px;
	background:#aaa;
	text-indent:-9999px;
	outline:none;
}
#eyecatch .paginate li a.selectedbanner{
	background:#2e86ce;
}


