/*
 * iweb23-style011
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 01
 */


/* +main banner
*----------------------------------------------------------------------------*/
#banner {
	overflow: hidden;
	position: relative;
}

#banner .rslides li {
	width: 100% !important;
}

#banner .rslides li a.photo {
	background-size: 100% auto;
}

#banner .rslides_tabs {
	display: none;
}

#banner .bannerBottom {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#banner .bannerBottom img {
	display: block;
}

#sub-banner {
	background-position: 50% 50%;
	background-size: 100% auto;
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#banner .bannerBottom {
		display: none;
	}
}