﻿@charset "utf-8";
/* ######################################################################################
 
　facebook埋め込み：レスポンシブ対応
 
###################################################################################### */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}


@media only screen and (max-width: 480px) {
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:350px;
}
}
/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
body {
}
body.top div#wrap {
	position:relative;
	margin:-608px 0 0 0;
	z-index:10;
}
@media only screen and (max-width: 480px) {
body.top div#wrap {
	position:relative;
	margin:0 0 0 0;
	z-index:10;
}
}
/* -------------------
	slider
------------------- */
div#bxsliderPc{
	min-width:960px;
}
div#bxsliderPc .bx-pager{
	display:none;
 }
div#bxsliderPc .bx-default-pager{
	display:none;
}
div.bxslider div.image1,
div.bxslider div.image2,
div.bxslider div.image3{
	margin-top:-1px;
}
div.bxslider div.image1{
	width:100%;
	height:608px;
	background:url(../img/top_bg1.jpg) repeat-x top center;
}

div.bxslider div.image2{
	width:100%;
	height:608px;
	background:url(../img/top_bg2.jpg) repeat-x top center;
}

div.bxslider div.image3{
	width:100%;
	height:608px;
	background:url(../img/top_bg3.jpg) repeat-x top center;
}

@media only screen and (max-width: 480px) {
div.bxslider div.image1,
div.bxslider div.image2,
div.bxslider div.image3{
	margin-top:-1px;
}
div.bxslider div.image1{
	width:100%;
	height:284px;
	background:url(../img/top_bg1_sp.jpg) repeat-x top center;
}

div.bxslider div.image2{
	width:100%;
	height:284px;
	background:url(../img/top_bg2_sp.jpg) repeat-x top center;
}

div.bxslider div.image3{
	width:100%;
	height:284px;
	background:url(../img/top_bg3_sp.jpg) repeat-x top center;
}
}



/* -------------------
	header
------------------- */
div#header {
}


/* -------------------
	sidebar
------------------- */
div#sidebar {
}


/* -------------------
	content
------------------- */
div#sectionCon{
	float:left;
	width:710px;
}


div#sectionCon section#mainBnr{
	height:321px;
	margin:0 0 0px 70px;
}

div#sectionCon section#mainBnr h3{
	float:left;
	width:460px;
	font-size:0;
	line-height:0;
}

div#sectionCon section#mainBnr p.mainText{
	padding:13px 0 0 0;
	font-size:0;
	line-height:0;
}

div#mainImage{
	position:relative;
	float:left;
	width:460px;
	font-size:0;
	line-height:0;
	overflow: hidden;
}

div#sectionCon div#bxsliderSp p{
	display:none;
}

@media only screen and (max-width: 480px) {
div#sectionCon section#mainBnr{
	height: inherit;
	margin:0 0 0px 0;
}

div#sectionCon section#mainBnr p.mainText{
	text-align:center;
	padding:13px 0 0 0;
	font-size:13px;
	line-height:1.3;
	font-family: UD Shin Go Medium;
	color:#50462C;
}

div#sectionCon section#mainBnr p.mainText img{
	display:none;
}
div#sectionCon div#bxsliderSp p{
	display:inherit;
}
div#sectionCon div#bxsliderSp p img{
	width:100%;
}
}




div#sectionCon section#conBnrSp1{
	display:none;
}

div#sectionCon section#conBnrSp2{
	display:none;
}

div#sectionCon section#conBnr{
	margin:0 0 20px 0;
}

div#sectionCon section#conBnr p.bnr1{
	display:inline;
	margin:0px 10px 0 0;
	float:left;
	width:230px;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnr p.bnr2{
	display:inline;
	margin:0px 10px 0 0;
	float:left;
	width:230px;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnr p.bnr3{
	float:left;
	margin:0 0 0 0;
	width:230px;
	font-size:0;
	line-height:0;
}

div#sectionCon section#info{
	margin:0 0 0 0;
	min-height:252px;
	height: auto !important;
	height: 252px;
	background:url(../img/main_content_title_bg1.jpg) no-repeat top right;

}

div#sectionCon section#info h4{
	margin:0 0 20px 0;
	padding:4px 0 27px 0;
	font-family: UD Shin Go Regular;
	font-size:11px;
	background:url(../img/main_content_title_bg2.gif) repeat-x bottom;
}

div#sectionCon section#info h4 strong{
	margin:0 12px 0 0;
	font-family: UD Shin Go Medium;
	font-size:14px;
	letter-spacing:0.1em;
}

div#sectionCon section#info dt {
	display:inline;
	float:left;
	width:100px;
	height:17px;
	margin:0 0px 10px 0;
	padding:3px 0 0 105px;
	font-size:75%;
	line-height:1;
	font-family: UD Shin Go Regular;
}

div#sectionCon section#info dt.info {
	background:url(../img/icon_info.gif) no-repeat top left;
}

div#sectionCon section#info dt.event {
	background:url(../img/icon_event.gif) no-repeat top left;
}

div#sectionCon section#info dt.report {
	background:url(../img/icon_report.gif) no-repeat top left;
}

div#sectionCon section#info dt.koukoku {
	background:url(../img/icon_koukoku.gif) no-repeat top left;
}

div#sectionCon section#info dt.areanews {
	background:url(../img/icon_areanews.gif) no-repeat top left;
}


div#sectionCon section#info dd{
}

div#sectionCon section#info dd a{
	color:#666666;
	float:right;
	width:490px;
	margin:0 0px 10px 0;
	padding:3px 0 0 0;
	font-size:75%;
	line-height:1.3;
	height:17px;
	font-family: UD Shin Go Regular;
}

div#sectionCon section#info dd.info a:hover{
	color:#E40011;
}

div#sectionCon section#info dd.event a:hover{
	color:#8A5723;
}

div#sectionCon section#info dd.report a:hover{
	color:#008D4B;
}

div#sectionCon section#info dd.koukoku a:hover{
	color:#999999;
}

div#sectionCon section#info p{
	display:inline;
	float:right;
	width:163px;
	margin:0 7px 0 0;
	font-size:0;
	line-height:0;
}

div#sectionCon section#service{
	margin:0 0 0 0;
	background:url(../img/main_content_title_bg1.jpg) no-repeat top right;
}

div#sectionCon section#service h4{
	margin:0 0 20px 0;
	padding:4px 0 27px 0;
	font-family: UD Shin Go Regular;
	font-size:11px;
	background:url(../img/main_content_title_bg2.gif) repeat-x bottom;
}

div#sectionCon section#service h4 strong{
	margin:0 12px 0 0;
	font-family: UD Shin Go Medium;
	font-size:14px;
	letter-spacing:0.1em;
}



div#sectionCon section#service h5 {
	width:204px;
	height:29px;
	padding:16px 0 0 20px;
	text-align:left;
	font-family: UD Shin Go Medium;
	font-size:14px;
}

div#sectionCon section#service div.service1 h5 {
	letter-spacing:1.0em;
	background:url(../img/service_title_bg1.jpg) no-repeat top center;
}

div#sectionCon section#service div.service2 h5 {
	letter-spacing:1.0em;
	background:url(../img/service_title_bg2.jpg) no-repeat top center;
}

div#sectionCon section#service div.service3 h5 {
	letter-spacing:1.0em;
	background:url(../img/service_title_bg3.jpg) no-repeat top center;
}

div#sectionCon section#service div.service4 h5 {
	letter-spacing:1.0em;
	background:url(../img/service_title_bg4.jpg) no-repeat top center;
}

div#sectionCon section#service div.service5 h5 {
	letter-spacing:0.1em;
	background:url(../img/service_title_bg5.jpg) no-repeat top center;
}

div#sectionCon section#service div.service6 h5 {
	letter-spacing:0.1em;
	background:url(../img/service_title_bg6.jpg) no-repeat top center;
}

div#sectionCon section#service div.service7 h5 {
	letter-spacing:0.1em;
	background:url(../img/service_title_bg7.jpg) no-repeat top center;
}

div#sectionCon section#service div.service1,
div#sectionCon section#service div.service2{
	display:inline;
	float:left;
	width:224px;
	margin:0 19px 10px 0;
	padding:0 0 11px 0;
}

div#sectionCon section#service div.service3{
	display:inline;
	float:left;
	width:224px;
	margin:0 0 10px 0;
	padding:0 0 11px 0;
}

div#sectionCon section#service div.service4,
div#sectionCon section#service div.service5{
	display:inline;
	float:left;
	width:224px;
	margin:0 19px 0 0;
	padding:0 0 25px 0;
}

div#sectionCon section#service div.service6{
	display:inline;
	float:left;
	width:224px;
	margin:0 0 0 0;
	padding:0 0 11px 0;
}

div#sectionCon section#service div.service7{
	display:inline;
	float:left;
	width:224px;
	margin:0 19px 0 0;
	padding:0 0 25px 0;
}


div#sectionCon section#service div.bottom{
	margin:0 0 0 0;
}

div#sectionCon section#service div.finish{
	margin:0 0 10px 0;
}

div#sectionCon section#service div.service1 p,
div#sectionCon section#service div.service2 p,
div#sectionCon section#service div.service3 p,
div#sectionCon section#service div.service4 p,
div#sectionCon section#service div.service5 p,
div#sectionCon section#service div.service6 p,
div#sectionCon section#service div.service7 p{
	padding:12px 0 0 0;
	font-size:75%;
	line-height:1.6;
	min-height:63px;
	height: auto !important;
	height: 63px;
}

div#sectionCon section#service a,
div#sectionCon section#service a,
div#sectionCon section#service a,
div#sectionCon section#service a,
div#sectionCon section#service a,
div#sectionCon section#service a{
	text-decoration:none;
	cursor:pointer;
}

div#sectionCon section#service a:hover,
div#sectionCon section#service a:hover,
div#sectionCon section#service a:hover,
div#sectionCon section#service a:hover,
div#sectionCon section#service a:hover,
div#sectionCon section#service a:hover{
	color:#E60012;
	text-decoration:none;
}


div#sectionCon section#service1{
}

div#sectionCon section#serviceBottomBnr p{
	display:inline;
	float:left;
	width:230px;
	margin:0 10px 0 0;
}

div#sectionCon section#serviceBottomBnr p.finish{
	margin:0;
}


div.monthlyCornerArea p.image1{
	margin:0 0 20px 0;
}

div.monthlyCornerArea p.text1{
	width:600px;
	margin:0 auto 10px auto;
	font-size:16px;
	line-height:1;
	text-align:left;
	font-weight:bold;
}

div.monthlyCornerArea p.text2{
	width:600px;
	margin:0 auto 0 auto;
	font-size:14px;
	line-height:1.8;
	text-align:left;
}










div#contentTop aside{
	float:right;
	width:230px;
	margin:0px 0 0 0;
}

div#contentTop aside p{
	font-size:0;
	line-height:0;
	margin:0 0 10px 0;
}

div#contentTop aside section#topBnr{
	margin:0 0 11px 0;
}

div#contentTop aside section#corner1{
	position:relative;
	margin:0 0 20px 0;
}

div#contentTop aside section#corner1 p.title{
	font-size:0;
	line-height:0;
	margin:0 0 90px 0;
}

div#contentTop aside section p img#sp{
	display:none;
}


div#contentTop aside section#corner1 p.quiz{
	position:absolute;
	top:57px;
	left:0px;
	font-size:0;
	line-height:0;
}

div#contentTop aside section#corner1 p.image{
	font-size:0;
	line-height:0;
	margin: 0 0 0;
	text-align:center;
}

section#conBnrFot{
	display:none;
}






@media only screen and (max-width: 480px) {
div#sectionCon{
	position:relative;
	float: none;
	width: auto;
}

div#contentTop aside{
	float: none;
	width: auto;
	margin:0;
}

div#contentTop aside section#topBnr{
	display:none;
}

div#sectionCon section#conBnrSp1{
	display: inherit;
	margin:0 15px 25px 15px;
}

div#sectionCon section#conBnrSp1 p{
	margin:0 0 10px 0;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnrSp1 p img{
	width:100%;
}


div#sectionCon div.mixBox{
	position: relative;
	padding: 0 0 135px 0;
	margin:0 0 30px 0;
}

div#sectionCon section#conBnr{
	position:absolute;
	width:100%;
	margin:0 0 0 0;
	bottom:0px;
	z-index:1;
}

div#sectionCon section#conBnr div.container {
width: 100%; height: 100%; overflow-x: hidden;
}


div#sectionCon section#conBnr div.slide_all {
	position:relative;
	width:300px;
	height: 115px;
	margin:0 auto;
}

div#sectionCon section#conBnr div.slide_all div.slide_wrap {
	position:absolute;
	width:900px;
	left:-295px;
}

.bxslider2 {width: 100%;}
.bxslider2 p {width: 300px;}
.bxslider2 p img {width: 100%; vertical-align: bottom;}



div#sectionCon section#conBnr p.bnr1{
	display:inline;
	margin:0;
	float: none;
	width: auto;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnr p.bnr2{
	display:inline;
	margin:0;
	float: none;
	width: auto;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnr p.bnr3{
	float: none;
	margin:0;
	width: auto;
	font-size:0;
	line-height:0;
}

div#sectionCon section#info{
	margin:0 15px;
	min-height:252px;
	height: auto !important;
	height: 252px;
	background:url(../img/main_content_title_bg1.jpg) no-repeat top right;

}

div#sectionCon section#info p{
	display: inherit;
	float: none;
	text-align:center;
	width: 150px;
	margin:10px auto 0 auto;
	padding:13px 15px;
	font-size:11px;
	line-height:1;
	font-family: UD Shin Go DemiBold;
	background:#EAEAE8;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}

div#sectionCon section#info p img{
	display:none;
}

div#sectionCon section#info h4{
	margin:0 0 20px 0;
	padding:4px 0 27px 0;
	font-family: UD Shin Go Regular;
	font-size:9px;
	background:url(../img/main_content_title_bg2.gif) repeat-x bottom;
	color:#50462C;
}



div#sectionCon section#info dt {
	display: block;
	float: none;
	width: inherit;
	height: auto;
	margin:0 20px 0px 0;
	padding:3px 0 10px 105px;
	font-size:75%;
	line-height:1;
	font-family: UD Shin Go Regular;
}

div#sectionCon section#info dt.info {
	background:url(../img/icon_info.gif) no-repeat top left;
}

div#sectionCon section#info dt.event {
	background:url(../img/icon_event.gif) no-repeat top left;
}

div#sectionCon section#info dt.report {
	background:url(../img/icon_report.gif) no-repeat top left;
}

div#sectionCon section#info dt.koukoku {
	background:url(../img/icon_koukoku.gif) no-repeat top left;
}

div#sectionCon section#info dt.areanews {
	background:url(../img/icon_areanews.gif) no-repeat top left;
}


div#sectionCon section#info dd{
}

div#sectionCon section#info dd a{
	display:block;
	color:inherit;
	float:none;
	width: inherit;
	margin:0 0 10px 0;
	padding:2px 0 13px 0;
	font-size:75%;
	line-height:1.3;
	height: auto;
	border-bottom:2px dotted #EFEDE7;
	font-family: UD Shin Go Regular;
}



div#sectionCon section#conBnrSp2{
	display: inherit;
	margin:-10px 15px 25px 15px;
}

div#sectionCon section#conBnrSp2 p{
	margin:0 0 10px 0;
	font-size:0;
	line-height:0;
}

div#sectionCon section#conBnrSp2 p img{
	width:100%;
}



div#sectionCon section#service{
	margin:0 15px;
	background:url(../img/main_content_title_bg1.jpg) no-repeat top right;
}

div#sectionCon section#service h4{
	margin:0 0 4% 0;
	padding:4px 0 27px 0;
	font-family: UD Shin Go Regular;
	font-size:9px;
	background:url(../img/main_content_title_bg2.gif) repeat-x bottom;
	color:#50462C;
}


div#sectionCon section#service h5 {
	width: auto;
	height: auto;
	padding:16px 0 14px 15px;
	text-align:left;
	font-family: UD Shin Go Medium;
	font-size:14px;
	border:1px solid #D9D1BE;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;

}

div#sectionCon section#service div.service1 h5 {
	letter-spacing:0.5em;
	background-image: url(../img/sp_service_title_bg1.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 35%,
								auto;
}

div#sectionCon section#service div.service2 h5 {
	letter-spacing:0.5em;
	background-image: url(../img/sp_service_title_bg2.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 35%,
								auto;
}

div#sectionCon section#service div.service3 h5 {
	letter-spacing:0.5em;
	background-image: url(../img/sp_service_title_bg3.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 35%,
								auto;
}

div#sectionCon section#service div.service4 h5 {
	letter-spacing:0.5em;
	background-image: url(../img/sp_service_title_bg4.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 30%,
								auto;
}

div#sectionCon section#service div.service5 h5 {
	letter-spacing:0.0em;
	background-image: url(../img/sp_service_title_bg5.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 25%,
								auto;
}

div#sectionCon section#service div.service6 h5 {
	letter-spacing:-0.1em;
	background-image: url(../img/sp_service_title_bg6.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 30%,
								auto;
}

div#sectionCon section#service div.service7 h5 {
	letter-spacing:0.1em;
	background-image: url(../img/sp_service_title_bg7.png),
								  url(../img/service_title_bg_common.jpg);
    background-repeat: no-repeat,
                       			  repeat;
    background-position: bottom right,
                         			 	 top center;
	background-size: 35%,
								auto;
}

div#sectionCon section#service div.service1,
div#sectionCon section#service div.service3,
div#sectionCon section#service div.service5{
	display:inline;
	float:left;
	width:47%;
	margin:0 6% 10px 0;
	padding:0 0 11px 0;
}

div#sectionCon section#service div.service2,
div#sectionCon section#service div.service4,
div#sectionCon section#service div.service6{
	display:inline;
	float:left;
	width:47%;
	margin:0 0 10px 0;
	padding:0 0 11px 0;
}


div#sectionCon section#service div.service7{
	display:inline;
	float:left;
	width:47%;
	margin:0 6% 0 0;
	padding:0 0 25px 0;
}


div#sectionCon section#service div.service1 p,
div#sectionCon section#service div.service2 p,
div#sectionCon section#service div.service3 p,
div#sectionCon section#service div.service4 p,
div#sectionCon section#service div.service5 p,
div#sectionCon section#service div.service6 p,
div#sectionCon section#service div.service7 p{
	display:none;
}

section#serviceBottomBnr {
	display:none;
}


div#contentTop aside section#corner1{
	position:relative;
	margin:0 15px 10px 15px;
}

div#contentTop aside section#bottomBnr{
	margin:0 15px 20px 15px;
}

div#contentTop aside section#corner1 p.title{
	font-size:0;
	line-height:0;
	margin:0;
;}

div#contentTop aside section p img#pc{
	display:none;
}

div#contentTop aside section p img#sp{
	display:inherit;
	width:100%;
}

div#contentTop aside section#corner1 p.quiz{
	position: inherit;
	top: auto;
	left: auto;
	font-size:0;
	line-height:0;
}

div#contentTop aside section#corner1 p.image{
	font-size:0;
	line-height:0;
	margin:111px 0 0 0;
	text-align:center;
}


div.monthlyCornerArea p.image1{
	margin:0 0 5% 0;
}

div.monthlyCornerArea p.image1 img{
	width:100%;
}

div.monthlyCornerArea p.text1{
	width:100%;
	margin:0 auto 3% auto;
	font-size:16px;
	line-height:1;
	text-align:left;
	font-weight:bold;
}

div.monthlyCornerArea p.text2{
	width:100%;
	margin:0 auto 0 auto;
	font-size:14px;
	line-height:1.8;
	text-align:left;
}




section#conBnrFot{
	display:inherit;
	width:100%;
	margin:0 0 0 0;
	z-index:1;
}

section#conBnrFot div.container {
width: 100%; /*height: 100%;*/ overflow-x: hidden;
}


section#conBnrFot div.slide_all {
	position:relative;
	width:300px;
	height: 115px;
	margin:0 auto;
}

section#conBnrFot div.slide_all div.slide_wrap {
	position:absolute;
	width:900px;
	left:-295px;
}




section#conBnrFot p.bnr1{
	display:inline;
	margin:0;
	float: none;
	width: auto;
	font-size:0;
	line-height:0;
}

section#conBnrFot p.bnr2{
	display:inline;
	margin:0;
	float: none;
	width: auto;
	font-size:0;
	line-height:0;
}

section#conBnrFot p.bnr3{
	float: none;
	margin:0;
	width: auto;
	font-size:0;
	line-height:0;
}

}
/* -------------------
	footer
------------------- */
div#footer {
}




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

/* 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: "."; 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 { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-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 {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -12px; text-align: center;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 6px; height: 6px; 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; 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: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
