@charset "SHIFT_JIS";

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-40px;
	top:240px;
	}	
#nextBtn{ 
	left:990px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	}
#prevBtn a{ 
	background:url("/common/images/top/slider-arrow-prev.png") no-repeat -5px;
	background-size: contain;
	}	
#nextBtn a{ 
	background:url("/common/images/top/slider-arrow-next.png") no-repeat 5px;
	background-size:contain;
	}