.slide {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 1;
}
.current {
	z-index: 10;
	left: 0;
}
.next-slide {
	left: 100%;
}
.prev-slide {
	left: -100%;
}
#main-visual-wap {
	position: relative;
}
.bullets-wap {
	position: absolute;
	bottom: 22px;
	right: 36px;
	z-index: 500;
}
.bullets li {
	float: left;
	display: inline;
	margin: 0;
}
.bullets li span.bullet.active-bullet, .bullets li span.bullet:hover, .bullets li span.bullet:focus {
	background: #e50011;
}
.bullet:hover {
	background: #e50011;
}
.bullets li span.bullet {
	width: 16px;
	height: 3px;
	background: #FFF;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	box-shadow: 1px 1px 6px 0px rgba(125, 125, 125, 0.6);
	-moz-box-shadow: 1px 1px 6px 0px rgba(125, 125, 125, 0.6);
	-webkit-box-shadow: 1px 1px 6px 0px rgba(125, 125, 125, 0.6);
}
.bullets li span.bullet.active-bullet {
	color: #fff;
	background: #e50011;
}
.bullets li span.bullet {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.bullets li + li {
	margin-left: 7px;
}
.main-visual-nav-prev-wap, .main-visual-nav-next-wap {
	width: 8%;
	height: 50%;
	position: absolute;
	top: 150px;
	color: #bbb;
	font-size: 130%;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	display: block;
	z-index: 100;
	cursor: pointer;
}
.main-visual-nav-prev-wap {
	left: 0;
}
.main-visual-nav-next-wap {
	right: 0;
}
.main-visual-nav-prev, .main-visual-nav-next {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 110;
	cursor: pointer;
}
.main-visual-nav-prev {
	left: 0;
}
.main-visual-nav-next {
	right: 0;
}
.main-visual-button-prev, .main-visual-button-next {
	position: absolute;
	top: 40%;
	width: 40px;
	height: 40px;
	background: rgba(170, 170, 170, 0.7);
	opacity: 0;
	transition : all 500ms;
	z-index: 120;
}
.main-visual-button-prev {
	left: 18px;
}
.main-visual-button-next {
	right: 18px;
}
.main-visual-button-prev:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
.main-visual-button-next:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -6px;
}
.on {
	opacity: 1;
}
.off {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.top .bullets-wap {
		width: 100%;
		right: 0;
		bottom: 10px;
		text-align: center;
	}
	.top .bullets {
		display: inline-block;
	}
}

/* for IE9 */
#visual-slide li:not(:target):first-child {
	left: 0\9;
}
