@charset "UTF-8";


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■layout_setting

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/**************************************************************************************************

■header

**************************************************************************************************/

#header{
	background: #FFF;
	height: 110px;
	overflow: hidden;
	padding: 25px 0 10px;
}

#header_inr h1 a{
	margin:0;
	float: left;
	width:267px;
	height:50px;
	display:block;
}


#header_navigation_box{
	margin-right: 10px;
}

#header_navigation_box ul li{
	float: left;
}

/**************************************************************************************************

■header(トップページ用)

**************************************************************************************************/

#header_inr p a{
	margin:0;
	float: left;
	width:267px;
	height:50px;
	display:block;
}

/***************************
	h1のスタイル
***************************/
.h1style{
	color: rgba(90,190,195,1);
	margin-bottom: 10px;
}

/***************************
	header_menu
***************************/

#page_header_request_block{
	float: right;
	margin-top: 10px;
}

#page_header_request_block a{
	font-size: 11px;
	position:relative;
	float: left;
}
#header_inr{ 
	width:960px;
	margin:0 auto;
}


#header_navi{
	float: right;
}

#header_navi li{
	font-size: 14px;
	text-align: center;
	border-left:1px solid rgba(90,190,195,1);
}
#header_navi li:last-child{
	border-right:1px solid rgba(90,190,195,1);
}

#header_navi li a{
	width:100%;
	display:block;
	padding:10px 10px 0;
	color:rgba(90,190,195,1);
	height:40px;
}

#header_navi li a.line2{
	padding-top: 10px;
	line-height:1;
	font-size:0.8em;
}

#header_navi li a:hover{
	background:rgba(90,190,195,1);
	opacity:1;
	color:#fff;
	font-weight: bold;
}

#res_menu_box {
	display:none;
}

/***************************
	fixed_menu
***************************/

.fixed_menu{
	position:fixed;
	top:20px;
	right:13px;
	z-index:999999;
}

.fixed_menu li{
	margin-bottom: 10px;
}

.fixed_menu li a{
	background:url(../images/bg_btn_fixmenu.png) center 10px no-repeat rgba(90,190,195,1);
	width:70px;
	height:70px;
	color:#fff;
	display:block;
	position:relative;
	font-size: 14px;
	letter-spacing:-0.1em;
	text-align: center;
	font-weight: bold;
	border:2px solid #fff;
	padding-top: 40px;
	box-shadow:0px 0px 22px 3px rgba(223,223,223,.2);
	-moz-box-shadow:0px 0px 22px 3px rgba(223,223,223,.2);
	-webkit-box-shadow:0px 0px 22px 3px  rgba(223,223,223,.2);
}

.fixed_menu li a.line2{
	padding-top: 35px;
	line-height:1;
}
.fixed_menu li a.line3{
	padding-top:4px;
	font-size:1em;
}

/***************************
	main_slider
***************************/


.slider_block{
	background: url(../images/stripe_bg.png) repeat;
	height:30px;
}

/***************************
	global_navi
***************************/

.gnavi_block{
	background: #FFF;
	height:100px;
}

.gnavi{
	width: 1000px;
	margin:0 auto;
	padding: 15px 0;
}


.gnavi li{
	float: left;
}
.gnavi li::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}


.gnavi li a{
	width: 162px;
	height:70px;
	border-left:1px solid #DCDDDD;
	background: url(../images/gnavi_icon.png) no-repeat center 54px;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 20px 0 0;
}
.gnavi li:last-child a{
	border-right:1px solid #DCDDDD;
}
.gnavi li a.line2{
	padding-top: 8px;
}

.gnavi li a:hover{
	background:rgba(90,190,195,1) url(../images/gnavi_icon_hover.png) center 58px no-repeat;
	opacity:1;
	color:#fff;
	font-weight: bold;
}


#breadcrumb{
	background: #ECF7F8;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
#breadcrumb_list{
	margin-top: 15px;
}
#breadcrumb_list li{
	display: inline;
	list-style-type: none;
	font-size: 14px;
	height:50px;
	color:#000;
}


#breadcrumb_list li.current{
	color:#5ABEC3;
}


#breadcrumb_list li:after{
	content:" > ";
	color:#666;
}

#breadcrumb_list li:last-child:after{
	content:" ";
}

#breadcrumb_list li a{
	color:#000;

}

#breadcrumb_list li a:hover{
	text-decoration:underline;
}

#breadcrumb_list span.current{
	color:#5ABEC3;
	font-weight: bold;
}



#breadcrumb_inr{
	width:960px;
	margin:0 auto;
}


/**************************************************************************************************

■container

**************************************************************************************************/


.container{
	width: 960px;
	height:100%;
	padding:0;
	overflow: hidden;
	margin:0 auto;
	background:#fff;
}


/* left --------------------*/
#left_box{
	width:330px;
	float: left;
	margin-right: 20px;
}



/* right --------------------*/
#right_box{
	width:610px;
	float: right;
	background: #FFF;
	padding-bottom:50px;
}




/**************************************************************************************************

■left_box共通設定

**************************************************************************************************/



/*ローカルナビ*/

#local_navi_box{
	background: #FFF;
	margin-bottom: 20px;
	width:310px;
	margin-right: 20px;
}

#local_navi li{
	margin-bottom: 3px;
}

#local_navi li a{
	border-bottom:1px solid #ddd;
	font-size: 17px;
	padding:10px 20px;
	display:block;
	background: rgba(79,178,190,.5);
	color:#fff;
	font-weight: bold;
}

#local_navi li a:hover{
	background: rgba(79,178,190,.2);
	color:rgba(79,178,190,1);
}

#local_navi li a.current{
	background: #BFE6E8;
	color:#000;
}



.local_navi_title{
	background: url(../images/bg_localnavi_title.png) repeat;
	color:#5ABEC3;
	padding:17px 30px;
	font-size: 22px;
	text-align: left;
	border-top:  10px solid #5ABEC3;
	margin-bottom: 10px;
}


#local_navi li a.active{
	background: #BFE6E8;
	color:#666;
}




/*バナー掲載*/
#left_bn_list li{
	margin-bottom: 20px;
}





/**************************************************************************************************

■footer

**************************************************************************************************/

#footer{
	width:100%;
	padding:15px 0 20px;
	background: rgba(90,190,195,1);
}



#footer_copyright{
	color:#fff;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}

#footer_copyright a{
	color:#fff;
}

#footer_copyright a:visited{
	color:#fff;
}

.pagetop_btn a {
	width:80px;
	height:70px;
	display:block;
	background-image:url(../images/pagetop.png);
	background-repeat:no-repeat;
	position: fixed;
	right:50px;
	bottom:0;
	z-index:5000;
}

.midashi {
	color:rgba(90,190,195,1);
	font-size:14px;
	font-weight:bold;
}
.midashi2{
	font-size:14px;
	padding-left:10px;
}
.midashi2 a{
	color:rgba(90,190,195,1);
	font-size:15px;
	font-weight:bold;
}
.text{
	border-bottom:2px dotted rgba(90,190,195,.6);
	padding:10px 10px 15px;
	margin-bottom:10px;
}

.fottermenu{
	width:75%;
	margin:30px auto;
	padding:0 20px;
}

.fottermenu ul{
	width:25%;
	float:left;
	margin-bottom:30px;
}

.navi{
	font-weight:bold;
	font-size:15px;
	color:#fff;
}

.navi2 {
	padding:5px 0 0 20px;
	color:#fff;
	font-size:14px;
}

.fottermenu ul li a{
	color:#fff;
}

.clear {
	clear:both;
} 

