@charset "UTF-8";

.border_bottom {
border-bottom: 1px solid #B7B7B7;
}
.border_top {
border-top: 1px solid #B7B7B7;

/********************************************
新刊のご案内　発売月選択エリア search_area
********************************************/
.select_area{
	margin:10px;
	}
.select_area .select{
	width:90%;
	height:28px;
	}


/*----------------------------------------------*/
/* 商品画像付きリスト */
/*----------------------------------------------*/
.schedule_list_wrapper li{
	border-bottom:1px solid #b7b7b7;	
	}
.schedule_list_wrapper li a{
	display:table;
	width:100%;
	padding:10px 12px 10px 20px;
	}
.schedule_list_wrapper li:last-child{
	border-bottom:none;
	}
.schedule_list_wrapper li:nth-child(2n){
	background-color:#f8f8f8;
	}
.schedule_list_wrapper li:nth-child(2n+1){
	background-color:#eee;
	}
.schedule_list_wrapper li .img{
	display:table-cell;
	width:60px;
	vertical-align:top;
	}
.schedule_list_wrapper li .txt{
	display:table-cell;
	width:94%;
	vertical-align:middle;
	padding:0 20px;
	background-repeat:no-repeat;
	background-position:0px 3px;
	}
.schedule_list_wrapper .category{
	font-size:10px;
	color:#b8942b;
	}
.schedule_list_wrapper .category span{
	font-size:12px;
	margin-left:0.3em;
	color:#000;
	}
.schedule_list_wrapper .genre{
	}
.schedule_list_wrapper .book_title{
	}
.schedule_list_wrapper .author{
	}
.schedule_list_wrapper .price{
	color:#005d84;
	font-size:10px;
	}
.schedule_list_wrapper .day{
	color:#005d84;
	font-size:10px;
	}
.schedule_list_wrapper .comment{}

.schedule_list_wrapper .arrow{
	display:table-cell;
	width:6%;
	background-image:url(/sp/common/img/con_arrow_blue_m_right.png);
	-webkit-background-size: 12px 18px;
	background-repeat:no-repeat;
	background-position:right;
	}