#banner {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#banner a.prev ,
#banner a.next {
	overflow: hidden;
	position: absolute;
	width: 40px;
	height: 47px;
	background: url(../images/16/main/icon-prev.png) no-repeat 0 0;
	display: block;
	top: 45%;
	text-indent: -999px;
	z-index: 10;
}

#banner a.prev {
	left: 15%;
}

#banner a.next {
	background: url(../images/16/main/icon-next.png) no-repeat 0 0;
	right: 15%;
}


/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#banner a.prev {
		left: 10px;
	}
	#banner a.next {
		right: 10px;
	}
}
