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

body {
	line-height:1.5;
	color:#333;
	background: #f3f6f9 url(../images/bg_main.png) repeat-x top;
	}

img {
	height:auto;
	}
/*ie8は「max-width:100%;」にバグがあるので以下を指定*/
.ie8 img { width:100%;}

/* clearfix */
.clearfix { zoom:1;}
.clearfix:after {
	content: "";
	display:block;
	clear:both;
	}
#wrapper{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	}
/* header */
header{
	width:960px;
}
header h1{
	margin:0;
}
/* nav */
header nav li{
	width:20%;
	float:left;
	box-sizing:border-box;
	text-align:center;
	background: rgb(5,85,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,85,199,1) 50%, rgba(4,67,161,1) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(5,85,199,1)), color-stop(51%,rgba(4,67,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0555c7', endColorstr='#0443a1',GradientType=0 ); /* IE6-9 */
}
header nav{
	margin: 1px 0 5px 0;

}
header nav li.last{
}
header nav li a{
	padding:10px 0;
	display:block;
	text-decoration:none;
	color:#fff;
}
header nav li a:hover{
	background-color:#fff;
	color:#5570a5;
}
/* article */
/* aside */
/* footer */
footer{
	width:100%;
	background-color:#0558cd;
}
footer nav{
	width:960px;
	margin:0 auto;
	padding: 20px 0 10px 0;
}
footer nav h4{
	color: #fff;
	font-weight:bold;
	margin-bottom:5px;
}
.fnavi{
	width:300px;
	float:left;
	margin:0 10px 20px 10px;
}
footer nav a{
	color:#fff;
	text-decoration:none;
}
footer nav a:hover{
	color:#fff;
	text-decoration:underline;
}
footer nav ul{
	margin-left:10px;
}
footer nav li i{
	color: #d1dff5;
}
footer small{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	padding:5px 0;
}
/* アイコン */
i{
	margin-right:5px;
}
/*==============================================
 TOPページ用
==============================================*/
#content{
	width:700px;
	float:right;
	background-color:#fff;
}
#top_info{
}
#pc_bnr{
	width:960px;
	clear:both;
	margin: 0 auto;
	padding: 10px 0;
}

/* バナーエリア */
#bnrarea_01 {
}
#bnrarea_01 img{
	width:195px;
}
#bnrarea_01 li{
	float:left;
	margin-right:10px;
}
#bnrarea_01 li.last{
	margin-left:0;
}
/* カルーセルバナー */
#bnrarea_02 {
	width:960px;
	overflow:visible;
	position: relative;
}
#bnrarea_02 ul {
	margin:0;
	padding:0;

}
#bnrarea_02 ul li{
	list-style:none;
	display:block;
	float:left;
}
#bnrarea_02 li img {
	width:220px;
	height:70px;
	margin:5px 10px 1px 5px;
}
.carouPrev, .carouNext {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 15px;
	cursor:pointer;
}
.carouPrev{
	left:-30px;
	background:url(../images/prev.png) no-repeat;
	background-position: 0 0;
}
.carouNext{
	right: -30px;
	background:url(../images/next.png) no-repeat;
	background-position: 0 0;
}
.carouPrev:hover, .carouNext:hover {
	background-position: 0 -50px;
}
	
/* ===インフォメーションエリア=== */
#top_info{
	border-bottom: 1px solid #ccc;
}
#top_info h2{
	background:url(../images/bg_h2.png) repeat-x;
	height:53px;
	font-size:18px;
	padding:10px 0 0 10px;
	color: #555555;
}
#top_info h2 i{
	color: #0558cd;
}
#top_info h4{
	color: #0558cd;
	margin-left: 540px;
}
#top_info dl{
	width: 660px;
	padding-bottom:10px;
	margin:0 10px 0 20px;
	font-size:15px;
}
#top_info dt{
	width: 80px;
	float:left;
	clear:both;
	margin-bottom:5px;
	font-weight:bold;
	color: #666666;
}
#top_info dd{
	width: 560px;
	float:right;
	margin-bottom:5px;
	text-indent:-0.5em;
	margin-left:1em;
}/* コンテンツ２ */


#top_info dd.caution{
	width: 560px;
	float:right;
	margin-bottom:5px;
	text-indent:-0.5em;
	margin-left:1em;
	color: #ff0000;
}


#top_subcon{
	margin: 10px 0 10px 0;
}
#top_subcon .con_detail{
	width: 198px;
	float:right;
	padding:1px;
}
#top_subcon h3{
	background: #0556ca url(../images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	padding-left:5px;
}
#top_subcon img{
	margin: 5px;
	float:left;
}
#top_subcon .con_detail .txt{
	margin-top:5px;
}
#top_subcon .con_detail .link{
	margin-top:10px;
	padding-right:10px;
	text-align:right;
}
#top_subcon .con01{
	width:330px;
	float:left;
	margin: 0 0 0 10px;
	padding:0;
	border: 1px solid #ccc;
}
#top_subcon .con02{
	width:330px;
	float:right;
	margin: 0 10px 0 0;
	padding:0;
	border: 1px solid #ccc;
}
/* ===サブナビエリア=== */
#side{
	width:240px;
	float:left;
	background-color: #fff;
}
#side_s{
	width:150px;
	margin-left: 5px;
	float:left;
	background-color: #fff;
}


/* コンテンツ３ */
#subcon_01 h3{
	background: #0556ca url(../images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	height:25px;
	padding:5px 0 0 10px;
	font-size:14px;
	margin-bottom:10px;
}
#subcon_01{
	background-color: #fff;
}
#subcon_01 ul{
}
#subcon_01 li.con03_01 a{
	display:block;
	width:220px;
	height:55px;
	margin:0 auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_01 li.con03_01 a:hover{
	background-color:#9BAFC4;
}

#subcon_01 li.con03_02 a{
	display:block;
	width:220px;
	height:55px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_01 li.con03_02 a:hover{
	background-color:#9BAFC4;
}

#subcon_01 li.con03_02_v a{
	display:block;
	width:220px;
	height:55px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#a84a33;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(248, 235, 232,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(248, 235, 232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:2px solid #a84a33;
}


#subcon_01 li.con03_02_s a{
	display:block;
	width:120px;
	height:25px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:10px;
	font-size: 14px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(242, 218, 212,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(242, 218, 212,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(242, 218, 212,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(242, 218, 212,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(242, 218, 212,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(242, 218, 212,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_01 li.con03_02_s a:hover{
	background-color:#9BAFC4;
}

#subcon_01  img{
	margin:5px 5px 10px 40px;
}
#subcon_01  p{
	text-decoration: none;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
}

/* コンテンツ４ */
#subcon_02 h3{
	background: #0556ca url(../images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	height:25px;
	padding:5px 0 0 10px;
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
}
#subcon_02 h3.mini{
	background: #0556ca url(../images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	height:25px;
	padding:5px 0 0 10px;
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
}

#subcon_02{
	background-color: #fff;
}
#subcon_02 ul{
}
#subcon_02 li.con04_01 a{
	display:block;
	width:220px;
	height:30px;
	margin:2px 10px 2px 10px;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	font-size: 14px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_02 li.con04_01 a:hover{
	background-color:#9BAFC4;
}

#subcon_02 li.con04_02 a{
	display:block;
	width:220px;
	height:30px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	font-size: 14px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_02 li.con04_02 a:hover{
	background-color:#9BAFC4;
}

/*20150804追加*/
#subcon_02 li.con04_03 a{
	display:block;
	width:220px;
	height:50px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	font-size: 14px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_02 li.con04_03 a:hover{
	background-color:#9BAFC4;
}
/*20150804追加、以上*/


#subcon_02  img{
	margin:5px 10px 1px 35px;
}
#subcon_02  img.qr{
	margin:1px 1px 1px 10px;
}
#subcon_02  p{
	text-decoration: none;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
}
#subcon_02 li.con03_02_v a{
	display:block;
	width:220px;
	height:55px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#a84a33;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(248, 235, 232,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(248, 235, 232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(248, 235, 232,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:2px solid #a84a33;
}



/* =============================flexslider============================= */

/* Browser Resets
*********************************/
.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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 35px; background: #fff;  position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 30px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




@import url(/css/mb.css);
@import url(/css/nav.css);
@import url(/css/sp.css);