@charset "utf-8";

.wideslider {
	width: 100%;
	height: 550px;
	text-align: left;
	position: relative;
	overflow: hidden;
	/z-index: 2000;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li {
	/*margin: 0 15px;*/
}

.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 {
	position: absolute;
	top: 50%;
	left: -38px;
	width: 38px;
	height: 76px;
	margin-top: -37px;
	background: url(../img/slider_prev2.png) 0 0  no-repeat;
}

.slider_next {
	position: absolute;
	top: 50%;
	right: -38px;
	width: 38px;
	height: 76px;
	margin-top: -37px;
	background: url(../img/slider_next2.png) 0 0  no-repeat;
}

.pagination {
	width: 100%;
	height: 35px;
	padding: 10px 0;
	/*background:url(../img/slidernav_bg.png) 0 0 repeat;*/
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.pagination a {
	margin: 0 5px;
	width: 73px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.pagination a.active {
	filter:alpha(opacity=70)!important;
	-moz-opacity: 0.7!important;
	opacity: 0.7!important;
}

#sliderWrap {
	height: 550px;
	position: relative;
	margin: 0;
}

#sliderTit {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: -63px 0 0 -366px;
}

#slider li {
	/*padding: 10px;*/
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* サムネイル 
.pagination a.pn1 {
	background: url(../img/slider_nav3.jpg) 0 0 no-repeat;
}

.pagination a.pn2 {
	background: url(../img/slider_nav1.jpg) 0 0 no-repeat;
}

.pagination a.pn3 {
	background: url(../img/slider_nav2.jpg) 0 0 no-repeat;
}

.pagination a.pn4 {
	background: url(../img/slider_nav4.jpg) 0 0 no-repeat;
}

.pagination a.pn5 {
	background: url(../img/slider_nav5.jpg) 0 0 no-repeat;
}*/



.pagination a {
	width: 12px;
	height: 12px;
	background: url(../img/slide_page_off.jpg) 0 0 no-repeat;
}

.pagination a.active {
	background: url(../img/slide_page_on.jpg) 0 0 no-repeat;
}