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


/*スライダー*/
#slider{overflow:hidden;}
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{	outline:none;}
.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none;}
.flexslider{
	zoom:1;
	max-width:1366px;
	min-width:980px;
	margin:0 auto;
	overflow:visible;
	text-align:center;
	position:relative;
}
.slides{zoom:1;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.flexslider .slides li{
	height:590px;
	text-indent:-9999px;
}
.slide1{
	background:url(../images/top/img_slide1.jpg) top center no-repeat;
}
.slide2{
	background:url(../images/top/img_slide2.jpg) top center no-repeat;
}
.slide3{
	background:url(../images/top/img_slide3.jpg) top center no-repeat;
}
.slides:after{display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .slides{display:block;}
* html .slides{height:1%;}
.no-js .slides > li:first-child{display:block;}
.flex-viewport{}
.loading .flex-viewport{}
.flex-direction-nav{*height:0;}
.flex-direction-nav a{
	display:block;
	width:15px;
	height:30px;
	margin:-15px 0 0;
	position:absolute;
	top:50%;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
}
.flex-direction-nav .flex-prev{
	background:url(../images/top/arrow_left.png);
	left:50%;
	margin-left:-490px;
}
.flex-direction-nav .flex-next{
	background:url(../images/top/arrow_right.png);
	right:50%;
	margin-right:-490px;
}