@charset "utf-8";

/*--------------------------------------*/
/*				Common					*/
/*--------------------------------------*/

html{
	overflow-y:scroll;
}
a:link,
a:visited {
	color:#0068b7;
	text-decoration:none;
}
a:hover,
a:active {
	color:#45c2fb;
	text-decoration:underline;
}

a.hover:hover,
a.hover:active,
a:hover img,
a:active img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.hover_off a:hover img ,
.hover_off a:active img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*
a img{  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
*/

.min{font-family: 'Times New Roman',Georgia,Times,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','游明朝',YuMincho,'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','メイリオ',Meiryo,serif;}

body{
	background:url(../../common/img/bg.gif);
}



/* ------------------------------------- */
/*	 bootstrap
/* ------------------------------------- */
/* パディングを0 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.container {
	position:relative;
	width : 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 40px;
}
.ie8 .container {
	width : 960px;
}

.navbar-default {
	background-color: #f8f8f8;
}
.navbar {
	border-radius: 0px;
}
.navbar {
	border: 0px;
	margin-bottom: 0;
	min-height: auto;
}


.pd_r10 {padding-right : 10px;}
.pd_r20 {padding-right : 20px;}
.pd_r30 {padding-right : 30px;}
.pd_r40 {padding-right : 40px;}
.pd_r50 {padding-right : 50px;}
.pd_r60 {padding-right : 60px;}
.pd_r70 {padding-right : 70px;}
.pd_r80 {padding-right : 80px;}
.pd_r90 {padding-right : 90px;}
.pd_r100 {padding-right: 100px;}
.pd_l10 {padding-left  : 10px;}
.pd_l20 {padding-left  : 20px;}
.pd_l30 {padding-left  : 30px;}
.pd_l40 {padding-left  : 40px;}
.pd_l50 {padding-left  : 50px;}
.pd_l60 {padding-left  : 60px;}
.pd_l70 {padding-left  : 70px;}
.pd_l80 {padding-left  : 80px;}
.pd_l90 {padding-left  : 90px;}
.pd_l100 {padding-left : 100px;}
.pd_tp10 {padding-top : 10px;}
.pd_tp20 {padding-top : 20px;}
.pd_tp30 {padding-top : 30px;}
.pd_tp40 {padding-top : 40px;}
.pd_tp50 {padding-top : 50px;}
.pd_tp60 {padding-top : 60px;}
.pd_tp70 {padding-top : 70px;}
.pd_tp80 {padding-top : 80px;}
.pd_tp90 {padding-top : 90px;}
.pd_tp100 {padding-top: 100px;}

.pd_bt10 {padding-bottom : 10px;}
.pd_bt20 {padding-bottom : 20px;}
.pd_bt30 {padding-bottom : 30px;}
.pd_bt40 {padding-bottom : 40px;}
.pd_bt50 {padding-bottom : 50px;}
.pd_bt60 {padding-bottom : 60px;}
.pd_bt70 {padding-bottom : 70px;}
.pd_bt80 {padding-bottom : 80px;}
.pd_bt90 {padding-bottom : 90px;}
.pd_bt100 {padding-bottom: 100px;}

img {
	border: medium none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:arial,century Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#ffebeb}


.btn:active, .btn.active {
    box-shadow: none;
}
body{
	background:#bae3f9;
}
body.lower{
	background:#fff;
}
.lower h2{
	font-size:1.3em;
	color:#00a1e9;
	font-weight:bold;
	margin-bottom:15px;
}
.lower section{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}



/*--------------------------------------*/
/*				Layout					*/
/*--------------------------------------*/
.common_box{
	padding-top:80px;
}


/* ------------------------------------- */
/*	 Header
/* ------------------------------------- */
#header{
	position:relative;
	width:100%;
	height:190px;
/*
	height:450px;
*/
	background:url(../../common/img/header_navi_bg.gif) repeat-x 0 0 ;
}
.lower #header{
	height:130px;
}
#header_inner{
	position:relative;
	width:960px;
	height:100%;
	text-align:left;
	margin:0 auto 20px auto;
}

#header h1{
	position:absolute;
	left:0;
	top:100px;
	width:380px;
	height:140px;
	z-index:100;
}
#header_info{
	position:absolute;
	left:10px;
	top:72px;
	font-size: 1.6em;
	font-weight:bold;
}

ul#global_menu{
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:28px;
	margin:0;
	padding:0 0 0 0;
	z-index:10;
}
	ul#global_menu li{
		float:left;
		margin:0;
		padding:0 0 0 0;
	}
	ul#global_menu li a{
		display:block;
		text-indent: -9999px;
		font-size: 0;
		overflow: hidden;
		height: 28px;
	}
#global_navi_01 a{background:url(../../common/img/global_navi_all2019.png) no-repeat 0px 0; width: 69px;} 
#global_navi_02 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -69px 0; width: 112px;} 
#global_navi_03 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -181px 0; width: 87px;} 
#global_navi_04 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -318px 0; width: 86px;} 
#global_navi_05 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -404px 0; width: 132px;} 
#global_navi_06 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -536px 0; width: 100px;} 
#global_navi_07 a{background:url(../../common/img/global_navi_all2019.png) no-repeat -636px 0; width: 114px;} 

#global_navi_01 a:hover, #global_navi_01.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat 0px -28px; width: 69px;} 
#global_navi_02 a:hover, #global_navi_02.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -69px -28px; width: 112px;} 
#global_navi_03 a:hover, #global_navi_03.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -181px -28px; width: 87px;} 
#global_navi_04 a:hover, #global_navi_04.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -318px -28px; width: 86px;} 
#global_navi_05 a:hover, #global_navi_05.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -404px -28px; width: 132px;} 
#global_navi_06 a:hover, #global_navi_06.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -536px -28px; width: 100px;} 
#global_navi_07 a:hover, #global_navi_07.navi_on a{background:url(../../common/img/global_navi_all2019.png) no-repeat -636px -28px; width: 114px;} 



/*--------------------------------------*/
/*				contents				*/
/*--------------------------------------*/
#main_image{
	width:100%;
	position:fixed;
	top:0;
	z-index:-10;
	background:url(../../common/img/header_bg.gif) repeat-x 0 0;
}

#top_copy{
	position:absolute;
	left:0;
	top:200px;
	width:550px;
	height:250px;
	z-index:100;
	display:block;
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
	background:url(../../common/img/main_catch2019.png) no-repeat 0 0;
}


#top_info_area{
	z-index:20;
	background:url(../../common/img/main_bg.png);
	padding:15px 0 20px 0;
}

#top_info_area .container{
	margin-bottom: 0px;
}

#news_area{
	position:relative;
	padding-right:21px;
}
#news_area h2{
	margin:0 0 6px 0;
}
#news_list{
	background:#ffffff;
	margin:0 0 10px 0;
	padding:0 15px 6px 15px;
	border:solid 1px #d4d4d4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#news_list li{
	background:url(../../common/img/bg_dot.gif) repeat-x 0 100%;
	padding:10px 0 7px 0;
	line-height:1.5;
}
#news_list li:nth-child(5){
	background:none;
}
#news_list li .date{
	font-size:14px;
	font-weight:bold;
	margin:0 0 -2px 0;
	padding:0 0 0 0;
	color:#fc5f86;
}
#news_list li .news_tit{
	margin:0 0 0 0;
	padding:0 0 2px 0;
	height:22px;
	overflow:hidden;
}
#news_list li .news_tit a:link,
#news_list li .news_tit a:visited{
	color:#4d4d4d;
}
#news_list li .news_tit a:hover,
#news_list li .news_tit a:active{
	color:#45c2fb;
}
#btn_news{
	position:absolute; 
	top:26px; 
	right:21px;
	z-index:10;
}

#bnr_area{
	margin:3px -20px -20px 0;
	padding-left:21px;
}
#bnr_area ul{
	width:480px;
	margin:0 -20px 0 0;
	padding:30px 0 0 0;
}
#bnr_area ul li{
	float:left;
	margin:0 20px 7px 0;
}
#bnr_area ul li:nth-child(4),#bnr_area ul li:nth-child(5){
	margin-bottom:0;
}


#btn_sp_senkyo{display:none;}

#profile_area{
	background:url(../../common/img/profile_bg.gif) repeat-x 0 0 #ffffff;
}
.profile_table{
	margin:0 0 50px 0;
}
.profile_table table{
	border-collapse: collapse;
	margin:0 0 0 0;
	width:100%;
}
.profile_table th{
	border-bottom:solid 1px #e0e0e0;
	padding:7px 2px 6px 10px;
	font-weight:normal;
	width:90px;
	text-align:left;
	vertical-align:top;
	color:#009de6;
}
.profile_table td{
	border-bottom:solid 1px #e0e0e0;
	padding:7px 15px 6px 18px;
}


#seisaku_area{
	background: #52c3f1;
}
#seisaku_area h2{
	font-size:2.4em;
	color:#00a1e9;
	font-weight:bold;
	margin-bottom:15px;
}
.seisaku_tit{
	overflow: auto;
}

.seisaku_box{
}
.se_title{
}
.seisaku_box h3{
	background: #0068b7;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 10px;
	display: inline-block;
	border-radius: 5px;
}
.seisaku_box .txt{
	padding-right: 30px;
}
.seisaku_box .box_s{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.list_mark li{
	margin-left:25px;
	padding-bottom:10px;
	list-style-type: disc;
	color:#afc112;
}
.list_mark li span{
	color:#333333;
}


#policy_area{
	background: #bae3f9;
}
#policy_area h2{
	font-size:1.8em;
	color:#327ae5;
	font-weight:bold;
	margin-bottom:15px;
}
.p_box{
	background:#ffffff;
	padding:30px 20px;
	margin-bottom:20px;
}
.text_caution{
	margin-left:20px;
	color:#327ae5;
	font-size:1.2em;
	line-height:1.3em;
}


#map_area{
	background:#ffffff;
}
#map_area h2{
	font-size:1.8em;
	color:#327ae5;
	font-weight:bold;
	margin-bottom:15px;
}

.map_box{
	margin-bottom:30px;
}

.gmap{
	width:100%;
	height:500px;
	margin-bottom:5px;
}
.gmap img{
	max-width: none;
}
.btn_map{
 	text-align:left;
}
.map_tit{
	padding:7px 0 0 15px;
}
.map_address{
	margin-bottom:20px;
}



.h_title{
	display:block;
	height:65px;
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
	margin-bottom:20px;
}

#profile_area h1{ width:280px; background:url(../../common/img/tit_profile.png) no-repeat 0 0; }
#policy_area h1{ width:280px; background:url(../../common/img/tit_policy.png) no-repeat 0 0; }
#map_area h1{ width:320px; background:url(../../common/img/tit_map.png) no-repeat 0 0; }
#footer #footer_tit{ width:320px; background:url(../../common/img/tit_contact.png) no-repeat 0 0; }
#seisaku_area h1{ width:330px; background:url(../../common/img/tit_seisaku.png) no-repeat 0 0; float:left;}







/*--------------------------------------*/
/*					navi				*/
/*--------------------------------------*/

.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	z-index:100;
	background-color: rgba(255,255,255,0.8);
}
.fixed #header_inner{
	position:relative;
	width:960px;
	height:100px;
	text-align:left;
	margin:0 auto;
}
.fixed h1 img{
	width:50%;
}
.fixed h1{
	top:20px !important;
	width:300px !important;
}
.fixed #header_info{
	position:absolute;
	left:0px;
	top:0px;
	font-size: 1em;
	font-weight:normal;
}

.fixed ul#global_menu{
	position:absolute;
	left:300px;
	top:25px;
}


/*--------------------------------------*/
/*				Footer					*/
/*--------------------------------------*/
#footer{
	position:relative;
}
#footer_wrap{
	padding-top:25px;
	background:#bae3f9;
}

#footer_box{
	margin-bottom:0;
}

#ft_text{
	padding:30px 0 30px 0;
	text-align:center;
	font-size:1.6em;
	color:#000000;
}
.text_s{
	font-size:0.7em;
	line-height:1.3em;
}
.ft_intro{
	margin:0 0 20px 10px;
}
.btn_mail a:link,
.btn_mail a:visited{
	background:url(../../common/img/btn_mail.png) no-repeat 0 0; 
	display:block;
	width:420px;
	height:110px;
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
	margin:0 auto 10px auto;
}
.btn_mail a:hover{
	background:url(../../common/img/btn_mail.png) no-repeat 0 -110px;
}


.mail_caution{
	width:400px;
	margin:0 auto;
}
#ft_copy{
	font-size:0.8em;
	text-align:center;
	padding:10px 0 10px 0;
	background:#0068b7;
	color:#ffffff;
}



/*--------------------------------------*/
/*			Side / common				*/
/*--------------------------------------*/

.btn_r a:link, .btn_r a:visited {background:url(../../common/img/arrow_w.png) #cc5153 no-repeat 95% 50%;}
.btn_r a:hover, .btn_r a:active {background:url(../../common/img/arrow_w.png) #ea5c8c no-repeat 95% 50%;}
.btn_y a:link, .btn_y a:visited {background:url(../../common/img/arrow_bk.png) #e9dc9a no-repeat 95% 50%; color:#000000;}
.btn_y a:hover, .btn_y a:active {background:url(../../common/img/arrow_w.png) #ea5c8c no-repeat 95% 50%; color:#ffffff;}
.btn_g a:link, .btn_g a:visited {background:url(../../common/img/arrow_w.png) #798c4a no-repeat 95% 50%;}
.btn_g a:hover, .btn_g a:active {background:url(../../common/img/arrow_w.png) #ea5c8c no-repeat 95% 50%;}
.btn_o a:link, .btn_o a:visited {background:url(../../common/img/arrow_w.png) #d49341 no-repeat 95% 50%;}
.btn_o a:hover, .btn_o a:active {background:url(../../common/img/arrow_w.png) #ea5c8c no-repeat 95% 50%;}

.float_l {float: left;}
.float_r {float: right;}
.last{
	margin:0 0 0 0;
}

.kado_r{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#pagetop {
	bottom: 10px;
	position: fixed;
	right: 20px;
	z-index:1000;
}

.policy_box{
	padding:0 0 5px 0;
}
.policy_box p{
	padding:0 0 20px 0;
}
.policy_box ol{
}
.policy_box ol li{
	margin:0 0 10px 25px;
	list-style-type:decimal;
}
.policy_box ol li:last-child{
	margin:0 0 0 25px;
}

.ft_privacy{
	text-align: center;
	padding-top: 11px;
	padding-bottom: 12px;
}

