.slieder-f {
	margin-bottom: 30px;
}
.slider-warapper {
/*	margin-top:20px;*/
}
.slides li {
	position: relative;
	right: 0;
	top: 0;
}
.slides li a {
/*transition-timing-function: ease-in-out;*/



}
/*スライダーボタン	*/	

.slides li a:hover {
}
.slides li .s-01 a {
	position: absolute;
	right: 0;
/*	top: 203px;
	width: 240px;
	height: 80px;*/
	
	
	top: 41.8%;
	width: 20%;
	height: 16.57%;
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	background-position: 0 0;
		background-size:200%;
}

.slides li .s-01 a:hover {
	background-position: 100% 0px;
}



.slides li .s-02 a {
	position: absolute;
	right: 0;
/*	top: 203px;
	width: 240px;
	height: 80px;*/
	
	
		
	top: 41.8%;
	width: 20%;
	height: 16.57%;
	
	
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	background-position: 0px 25%;
			background-size:200%;
}



.slides li .s-02 a:hover {
	background-position: 100% 25%;
}
.slides li .s-03 a {
	position: absolute;
	right: 0;
/*	top: 203px;
	width: 240px;
	height: 80px;*/
	
			top: 41.8%;
	width: 20%;
	height: 16.57%;
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	background-position: 0px 50%;
			background-size:200%;
}
.slides li .s-03 a:hover {
	background-position: 100% 50%;
}
.slides li .s-04 a {
	position: absolute;
	right: 0;
/*	top: 203px;
	width: 240px;
	height: 80px;*/
		top: 41.8%;
	width: 20%;
	height: 16.57%;
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	background-position: 0px 75%;
				background-size:200%;
}



.slides li .s-04 a:hover {
	background-position: 100% 75%;
}

.slides li .s-05 a {
	position: absolute;
	right: 0;
/*	top: 203px;
	width: 240px;
	height: 80px;*/
		top: 41.8%;
	width: 20%;
	height: 16.57%;
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	background-position: 0px 100%;
				background-size:200%;
}



.slides li .s-05 a:hover {
	background-position: 100% 100%;
}









.slider.slide-large {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.slider.slide-large-1000 {
	width: 1000px !important;
	margin: 0 auto;
}
.slide-large .flex-control-nav li {
	margin: 0 0 0px;
}
.slide-large .flex-control-nav li a:hover, .flex-control-nav li.active a {
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	background: none;
}
.slide-large .flex-control-nav li.active a {
	cursor: default;
}
.slide-large .flexslider .slides img {
	width: 100%;
	display: block;
}
.slide-large .flex-pauseplay span {
	text-transform: capitalize;
}
.slide-large .flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}
.slide-large .flexslider .slides {
	zoom: 1;
	max-height: 486px;
}
.slide-large .carousel li {
	margin-right: 5px;
}
.slide-large .flex-direction-nav {
*height: 0;
}
.slide-large .flex-direction-nav a {
	text-decoration: none;
	display: block;
	max-width: 38px;
	max-height: 38px;
	position: absolute;
	top: 45%;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
}
.slide-large .flex-direction-nav .flex-prev {
	/*	left: -20px;*/
	display: none;
}
.slide-large .flex-direction-nav .flex-next {
	/*	right: -20px;*/
	text-align: right;
	display: none;
}
.slide-large .flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.slide-large .flex-pauseplay a:before {
/*	font-size: 20px;
	display: inline-block;
	content: '\f004';*/
}
.slide-large .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 12px;
	text-align: center;
}
.slide-large .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.slide-large .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #CCCCCC;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.slide-large .flex-control-paging li a:hover {
	background: #888888;
}
.slide-large .flex-control-paging li a.flex-active {
	background: #888888;
	cursor: default;
}
.slide-large .flex-control-thumbs {
	position: static;
	overflow: hidden;
}
.slide-large .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.slide-large .flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}
.slide-large .flex-control-thumbs img:hover {
	opacity: 1;
}
.slide-large .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


