@charset "shift_jis";
/*------------------------------------------------
wideslider トップスライダー
-------------------------------------------------*/
.wideslider {
	width: 100%;
	/* height:225px; */
	height:auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	font-size:0;
}

.wideslider_wrap ul{
	margin-top:0 !important;
	height:300px;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	height:300px;
}
.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: 40;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(/common/sub/wideslider/prev.jpg) no-repeat right center;
}
.slider_next {
	background: #fff url(/common/sub/wideslider/next.jpg) no-repeat left center;
}
.pagination {
	text-align: center;
	z-index: 50;
	margin-top:0 !important;
	margin-top:-20px !important;
}
.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider li a{
	position:relative;
	display: block;
}
.wideslider li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
/*------------------------------------------------
wideslider スライダーClearFixElements
-------------------------------------------------*/
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
