@charset "utf-8";

#slider_bg {
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 14px;
}

.wideslider {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 1px 0px 35px;
	position: relative;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.wideslider ul li img {
	width: 100%;
	height: auto;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	padding: 0;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 15px;
}


.slider_prev {
	background: url(img/top_arrow_l.png) no-repeat right center;
	margin: 0px 0px 0px 20px;
}

.slider_next {
	background: url(img/top_arrow_r.png) no-repeat left center;
	margin: 0px 20px 0px 0px;
}

/* @media only screen and (min-width:0px) and (max-width: 767px) { */
    @media only screen and (min-width:0px) and (max-width: 896px) {
	.slider_prev {
		background: url(img/top_arrow_l.png) no-repeat right center;
		margin: -12px 0px 0px 40px;
	}

	.slider_next {
		background: url(img/top_arrow_r.png) no-repeat left center;
		margin: -12px 40px 0px 0px;
	}

}


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

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



/*---------------------------------------------------------
thumbnails
---------------------------------------------------------*/
.pagination {
	/*top: 260px;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	position: absolute;
	z-index: 500;*/
	display: none;
}

.pagination a {
	/*margin: 0;
	height:40px;
	display: inline-block;
	overflow: hidden;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	width:184px;*/
}

/*サムネイルが必要なとき*/

/*.pagination a.pn1{
	background:url(../slider_img/thumb01_off.png) no-repeat left top;
}

		.pagination a.pn1:hover,
		.pagination a.pn1.active{
			background:url(../slider_img/thumb01_on.png) no-repeat left top;
		}		*/