@charset "UTF-8";
/* CSS Document */

#wideslider {
	width: 100%;
	height: 550px!important;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 50px 0 0 0;
	z-index: 101;	
}

.mainList,
#wideslider ul,
#wideslider ul li,
.wideslider_base,
.wideslider_wrap,
.slider_prev,
.slider_next {
	height: 500px!important;
}

#wideslider ul,
#wideslider ul li {
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #FCFCFC;
	background-size: 55px 35px;
}
#wideslider ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: white;
//	background: #D3AA84;	
}

#wideslider ul li img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

.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: url(../../images/common/prev.png) no-repeat;		
	background-position: center;
//	background: #FFFFFF;
}
.slider_next {
	background: url(../../images/common/next.png) no-repeat;	
	background-position: center;
//	background: #FFFFFF;
}

.pagination {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: -1;
}

.pagination a {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background: #FFF;
	border-radius: 15px;
}
.pagination a.active {
	background: #47391C;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


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

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



/* SmartPhone View */

/* 1019px莉･荳� */
@media screen and (max-width: 1019px) {
	.mainList,
	#wideslider ul,
	#wideslider ul li,
	.wideslider_base,
	.wideslider_wrap,
	.slider_prev,
	.slider_next {
		height: 500px!important;
	}
}

/* 699px莉･荳� */
 @media screen and (max-width: 699px) {
	#wideslider {
		height: 200px!important;
//		height: 0!important;
	}
	.mainList,
	#wideslider ul,
	#wideslider ul li,
	.wideslider_base,
	.wideslider_wrap,
	.slider_prev,
	.slider_next {
		height: 200px!important;
//		background: #D3AA84;
		background: white;		
	}
}









