/*---------top.css---------*/
.whatsNew{
	margin-top:70px;
        margin-right:20px;
	font-size:11px;
        width:700px;

}

.newArrival{
        width:720px;
        margin-top:70px;
        font-size:11px;
}

.sectionHead{
	margin-bottom:5px;
	padding: 0 0 5px 2px;
}

.sectionHead h3
	padding: 0 0 10px 0;
        
}

.sectionHead .arro
	float:right;
	color:#000000;
	padding-left:15px;
	background:url(../images/icon_arrow.gif) left 4px no-repeat;
}

.sectionHead .rss{
	float:right;
	margin-left:5px;
	
}


.NASection{
	width:125px;
	float:left;
	margin-right:20px;
	display:inline;
	overflow: hidden;
}

.deletemr{
	margin-right:0px !important;
}

.NASection .bookTitle{
	
}

.NASection .bookKind{
	margin:5px 0;
}

.NASection .arrow{
	color:#9E9E9E;
	padding-left:10px;
	font-size:12px;
	background:url(../images/icon_arrowgray.gif) left 4px no-repeat;
}

/*--------/top.css-------*/


/*--------商品表示部分-------*/

/* ------------------------------------- 
 *	100px×100pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */


.midashi{
		padding: 0 0 5px 2px;
        width:700px
}

.item_box {
	text-align: center;
	padding-bottom: 10px;
        margin-right:20px;
	width: 160px;
	float: left;
	}

.item_thumbnail {
	margin: 0px 0px 5px 0px;
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 160px;
	height: 160px;
	}

.item_frame {
	border: 0px;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	padding: 10px 0px 10px 0px;
	}

.category_items p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 11px;
	}



/*--------商品表示部分-------*/


/* Easy Slider */
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#slideshow{
		width:700px;
	}
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		/*height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;*/
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(https://file001.shop-pro.jp/PA01153/844/commons/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(https://file001.shop-pro.jp/PA01153/844/commons/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		width:700px;
		margin:0.5em auto;
		/*margin:1em 0;*/
		padding:0;
		height:20px;	
		text-align:center;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:16px;
		line-height:16px;
		display:inline-block;
		}
	ol#controls li a{
		float:left;
		height:16px;
		line-height:16px;
		/*border:1px solid #ccc;
		background:#DAF3F8;*/
		background:url(https://file001.shop-pro.jp/PA01153/844/commons/images/img_pager_bg_off.gif) left 0px no-repeat;
		color:#FFF;
		padding:0 5px;
		text-decoration:none;
		font-size:9px;
		}
	ol#controls li.current a{
		/*background:#5DC9E1;*/
		background:url(https://file001.shop-pro.jp/PA01153/844/commons/images/img_pager_bg_on.gif) left 0px no-repeat;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */