
@charset "utf-8";

.wideslider {
	width: 100%;
	min-height: 320px;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
	margin:20px 0 0 0;
}

@media (max-width: 767px) {
	.wideslider {
	min-height: 100px;
	margin:0 0 1% 0 !important;
	width:100%;
	}
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}


.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(/mop/okazaki/common/images/carousel_left.png) no-repeat right 50px center;
}

.slider_next {
	background: #fff url(/mop/okazaki/common/images/carousel_right.png) no-repeat left 50px center;
}

.pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 8px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #fae8f0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.pagination a.active {
	background-color: #ED3785;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



