@charset "UTF-8";
/* CSS Document */

.swiper-container {
	max-width: 1220px;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	/*width: 131px;*/
	width: 118px;
	/*height: 367px;*/
	height: 330px;
	margin: auto 15px;
}
.swiper-button-prev {
	background-image: url('../images/l_arrow.png');
	background-size: 100% auto;
	width: 42px;
	height: 44px;
}
.swiper-button-next {
	background-image: url('../images/r_arrow.png');
	background-size: 100% auto;
	width: 42px;
	height: 44px;
}