/* +main banner
*----------------------------------------------------------------------------*/
#main-banner {
	background: #e8e8e8;
	border-bottom: 1px #cdcdcd solid;
	overflow: hidden;
	position: relative;
}


#main-banner .prev ,
#main-banner .next {
	width: 46px;
	height: 60px;
	background: url(arrow_large_left.png) no-repeat 0 7px #666;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 150;
	opacity: 0;
	text-indent: -999999px;
}

#main-banner .prev {
	left: 0;
}

#main-banner .prev:hover ,
#main-banner .next:hover {
	opacity: 1;
}

#main-banner .next {
	background: url(arrow_large_right.png) no-repeat right 7px #666;
	right: 0;
}

/**
*
* =silder
*
**/
#main-banner ul {
	width: 100%;
	overflow: hidden;
}

#main-banner ul li {
	width: 100%;
	text-align: center;
}

#main-banner ul li a {
	display: block;
}


/* +width:1160 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1160px) {
	#main-banner ul li img {
		width: 100%;
	}
}
