@charset "shift_jis";

.showcase {
	width: 100%;
	text-align: center;
	position: relative;
	height: 175px;
}

.swiper-container {
	margin: 0px auto;
	text-align: center;
	width: 920px;
	height: 140px;
	text-align: left;
	position: relative;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
}

.arrow-left , .arrow-right {
	position: absolute;
	z-index: 10;
	height:39px;
	width:25px;
	top: 60px;
}

.arrow-left {
	background:url('../images/arrows.png') left;
	cursor: pointer;
	left: 50%;
	margin-left: -475px;
}

.arrow-right {
	background:url('../images/arrows.png') right;
	cursor: pointer;
	left: 50%;
	margin-left: 450px;
}

.swiper-wrapper {
	width: 920px;
}

.swiper-wrapper li {
	float: left;
	text-align: center;
	list-style-type: none;
}

.swiper-wrapper li a img {
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
}



