.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.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-color: #fff; background-image: url(../images/mainvisual_navi_back.png); background-repeat: no-repeat; background-position: right center;}
.slider_next { background-color: #fff; background-image: url(../images/mainvisual_navi_next.png); background-repeat: no-repeat; background-position: left center; }

.pagination {
	bottom: 0px;
	left: 50%;
	margin-left:-460px;
	width: 920px;
	height:86px;
	text-align: center;
	position: absolute;
	z-index: 200;
	 text-align:right;
}

.pagination a { width: 80px; height: 80px; display: inline-block; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size:cover; border: 3px solid #333333; }
.pagination a + a{ margin-left:15px;}

.pagination .subttl{padding:5px 0 10px 0; width:400px; position:absolute; bottom:0px; left:0; text-align:left; border-top: 1px solid #B9B9B9; border-bottom: 1px solid #B9B9B9; }
.pagination .subttl h3{ font-size:26px;}
.pagination .subttl p{}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	border: 3px solid #AC9344;
}


/* =======================================
	ClearFixElements
======================================= */
.widesliderIn:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.widesliderIn {
	display: inline-block;
	overflow: hidden;
}
