@charset "utf-8";
.slider_warp {
	/*position: relative;*/
	height: 100%;
	width: 100%;
	float: left;
	position:fixed;
}
.slider {
}
.slider ul li {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}
.slider ul li img {
	height: 100%;
	width: 100%;
}
.navi {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: none;
}

.slider_warp .left {
	background-image: url(../images/navi.png);
	position: absolute;
	height: 43px;
	width: 43px;
	left: 0px;
	top: 48%;
	background-position: left center;
}
.slider_warp .right {
	background-image: url(../images/navi.png);
	background-position: right center;
	position: absolute;
	height: 43px;
	width: 43px;
	top: 48%;
	right: 0px;
}
