.twilight-wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.slide-wrapper {
	position: relative;
}
.twilight-show {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.twilight-show a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.twilight-show div {
text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}
.twilight-show .arrow-left, .twilight-show .arrow-right {
	position: absolute;
	z-index: 10;
	top: 220px;
	cursor: pointer;
}
.twilight-show .arrow-left {
	display: none;
	left: 20px;
}
.twilight-show .arrow-right {
	display: none;
	left: 880px;
}
.twilight-show img {
	width: 800px;
}

@media screen and (max-width: 768px) {
.twilight-show {
	height: auto;
}
.twilight-show img {
	width: 480px;
}

}
