@charset "utf-8";
#container {
	width:1120px;
	background:#FFF;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	overflow:hidden;
	}
header{
	width:1120px;
	margin:0 auto 0 auto;
	padding:0;
	height:120px;
	text-align:left;
	position:relative;
	}
header h1{
	margin:0;
	padding:34px 0 0 14px;
	}
header h1.entitle{
	padding-top: 20px;
	}

#box_lang{
	width:125px;
	height:45px;
	background:url(../img/ico_arrow_01.svg) no-repeat 100px center #a89990;
	background-size:16px 16px;
	position:absolute;
	top:0;
	right:15px;
	}
#box_lang a{
	display:block;
	text-align:center;
	line-height:3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	}
#box_lang a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_member{
	width:155px;
	height:45px;
	background:#004da0;
	position:absolute;
	top:0;
	right:150px;
	}
#box_member a{
	display:block;
	text-align:center;
	background:url(../img/ico_member.svg) no-repeat 14px center;
	background-size:16px 16px;
	padding: 0 0 0 18px;
	font-size:14px;
	line-height:3;
	color:#ffffff;
	text-decoration:none;
	}
#box_member a.logout {
	background:url(../img/ico_member_logout.png) no-repeat 48px center;
	padding: 0 0 0 25px;
	}
#box_member a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

#box_link{
	width:116px;
	height:32px;
	background:#e6ebef;
	background-size:16px 16px;
	position:absolute;
	top:13px;
	right:320px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#box_link a{
	display:block;
	text-align:right;
	line-height:2.4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:0 12px 0 0;
	background:url(../img/ico_link.svg) no-repeat 12px center;
	background-size:16px 16px;
	text-decoration:none;
	}
#box_link a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}



#btn_sns{
	position:absolute;
	top:6px;
	right:450px;
	}
#btn_sns a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}




#box_search{
	position:absolute;
	top:64px;
	right:15px;
	}
#box_search_in{
	position:relative;
	width:275px;
	height:34px;
	}
.search_text{
	border-top:1px solid #737373;
	border-left:1px solid #737373;
	border-bottom:1px solid #737373;
	padding:0;
	height:30px;
	display:block;
	width:231px;
	font-size:14px;
	padding:0 0 0 10px;
	}
.search_btn{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	background:url(../img/ico_search.svg) no-repeat center center #737373;
	background-size:18px 18px;
	border:none;
	width:32px;
	height:32px;
	}
.search_btn:hover{
	cursor:pointer;
	}
nav#header_navi{
	position:absolute;
	top:55px;
	right:262px;
	}
nav#header_navi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
nav#header_navi ul li{
	margin:0 0 0 15px;
	padding:0;
	float:left;
	}
nav#header_navi ul li a{
	font-size:14px;
	color:#333333;
	text-decoration:none;
	padding:0 0 0 20px;
	}

nav#global_navi{
	width:1121px;
	height:49px;
	margin:0 auto;
	position:relative;
	}
nav#global_navi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
nav#global_navi ul li{
	margin:0 10px 0 0;
	padding:0;
	height:49px;
	float:left;
	color:#444;
	width:164px;
	font-weight: bold;
	}
nav#global_navi ul li:last-child{
	margin:0 0 0 0;
	}
nav#global_navi ul li.gn_01{
	width:77px;
	}
nav#global_navi ul li a.main_link {
	display:block;
	background:url(../img/bg_globalnavi_off.jpg) no-repeat 0 0;
	margin:0;
	padding:12px 0 0 0;
	color:#444;
	text-decoration:none;
	font-size:16px;
	text-align:center;
	border-bottom:7px solid #d3d6db;
	line-height:1.9;
	}
nav#global_navi ul li a.main_link:hover,nav#global_navi ul li.on a.main_link {
	border-bottom:7px solid #0091ca;
	}
nav#global_navi ul li:hover .box_pulldown{
	display:block;
	}
.box_pulldown{
	display:none;
	background:rgba(255,255,255,0.97);
	position:absolute;
	z-index:1000;
	top:49px;
	left:0;
	border:2px solid #0091ca;
	box-sizing:border-box;
	padding:25px 0 0 0 !important;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	width:100%;
	height:auto;
    color: #333;
    font-weight: normal;
	text-align: left;
	}
.box_pulldown_in{
	margin:0;
	padding:0 0 0 25px;
	}
.tbc_list {
	margin: 0 20px 20px 0;
	padding: 3px;
	line-height: 1.36em;
	width: 245px;
	float:left;
}
.ico_pulldown{
	display:none;
	position:absolute;
	z-index:10000;
	top:32px;
	left:50px;
	}
.box_pulldown a{
	display:block;
	background:url(../img/ico_arrow_06.png) no-repeat 0 center #ddeaf4 !important;
	margin:0;
	padding:6px 10px 6px 15px !important;
	color:#333;
	font-size:14px;
	position:relative;
	text-decoration:none;
	line-height:1.4 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.box_pulldown a:hover{
	background:url(../img/ico_arrow_06.png) no-repeat 0 center #eaf3fa !important;
	}
nav#global_navi2{
	clear:both;
	width:1120px;
	margin:8px auto 12px auto;
	background:#ebf0f4;
	height:46px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
nav#global_navi2 ul{
	list-style:none;
	overflow:hidden;
	margin: 0 0 0 14px;
	}
nav#global_navi2 ul li{
	float:left;
	width:258px;
	height:32px;
	margin:7px 20px 7px 0;
	}
nav#global_navi2 ul li:last-child{
	margin:7px 0 7px 0;
	}
nav#global_navi2 ul li a{
	display:block;
	height:32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#FFF;
	font-weight:bold;
	line-height:2.1;
	text-align:center;
	}
nav#global_navi2 ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
.gnavi2_01{
	background:url(../img/ico_arrow_01.svg) no-repeat 235px center #3daa01;
	background-size:16px 16px;
	}
.gnavi2_02{
	background:url(../img/ico_arrow_01.svg) no-repeat 235px center #eb5500;
	background-size:16px 16px;
	}
.gnavi2_03{
	background:url(../img/ico_arrow_01.svg) no-repeat 235px center #61809f;
	background-size:16px 16px;
	}
.gnavi2_04{
	background:url(../img/ico_arrow_01.svg) no-repeat 235px center #004ca0;
	background-size:16px 16px;
	}
#bnr_area_top{
	clear:both;
	width:1120px;
	height:100px;
	margin:0 auto;
	padding:20px 0;
	}
#bnr_area_top ul{
	list-style:none;
	}
#bnr_area_top ul li{
	margin:0 20px 0 0;
	padding:0;
	float:left;
	width:265px;
	height:100px;
	}
#bnr_area_top ul li:last-child{
	margin:0 0 0 0;
	}
#bnr_area_top ul li a{
	display:block;
	}
#bnr_area_top ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
 #sitemap_f{
	 clear:both;
	 background:url(../img/bg_sitemap_f.jpg) repeat-x 0 0 #004ca0;
	 }
#sitemap_f_in{
	width:1120px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 20px 0;
	}
#sitemap_f_in ul{
	width:176px;
	padding:0 10px 0 0;
	float:left;
	overflow:hidden;
	list-style:none;
	}

#sitemap_f_in ul li{
	}
#sitemap_f_in ul li a{
	color:#FFF;
	background:url(../img/ico_arrow_04.svg) no-repeat 0 5px;
	background-size:9px 12px;
	padding:0 0 0 15px;
	display:inline-block;
	}
#sitemap_f_in ul li a.sub {
	margin-left: 15px;
	font-size: 0.93em;
	line-height: 1.36;
	}
#sitemap_f_in ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

#sitemap_f_in ul li.title_sitemap_f a{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 25px 0;
	background:none;
	}
footer{
	clear:both;
	}
#footer_in{
	width:1120px;
	margin:0 auto 0 auto;
	position:relative;
	padding:20px 0;
	overflow:hidden;
	}
#footer_in_en {
	width:1120px;
	margin:0 auto 0 auto;
	position:relative;
	padding: 0;
	overflow:hidden;
	text-align: center;
	}
.logo_footer{
		width:86px;
		height:77px;
		float:left;
		}
.name_logo{
	padding:5px 0 0 0;
	font-size:14px;
	font-weight:bold;
	}
#footer_in_en img {
	vertical-align: middle;
	margin-bottom: 8px;
	margin-right: 8px;
}
#footer_in_en div.name_logo {
	font-size: 1.15rem;
	line-height: 1.5rem;
	font-family: georgia, serif;
	font-style: oblique;
	padding: 0;
	display: inline;
}
.address{
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
	}
.address_en {
	font-size: .93rem;
	line-height:1.56;
	text-align: center;
	padding-bottom: 60px;
}
	
	
ul.footer_navi{
	list-style:none;
	position:absolute;
	top:60px;
	right:0px;
	}
ul.footer_navi li{
	float:left;
	margin:0 20px 0 0;
	}
ul.footer_navi li a{
	font-size:13px;
	background:url(../img/ico_arrow_05.svg) no-repeat 0 3px;
	background-size:9px 12px;
	padding:0 0 0 12px;
	}
ul.footer_navi li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#copy{
	clear:both;
	text-align:center;
	font-size:12px;
	background:#e7f0f5;
	padding:15px 0;
	}
div.bnr_top {
	margin-bottom: 1.5em;
	padding: 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 8px -6px rgba(0,0,0,.3);
}
.bnr_top a {
	border:1px solid #cccccc;
	display:block;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div.bnr_top a:hover {
	border:1px solid #0091ca;
}
.bnr_top a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: -8px;
}
div.bnr_top a:hover img {
	opacity: .5;
}

.ico_about{
	width:80px;
	background:#9bd8f5;
	float:left;
	font-size:12px;
	text-align:center;
	line-height:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px 0;
	}
.ico_sp{
	width:80px;
	background:#1a5ab4;
	color:#FFF;
	float:left;
	font-size:12px;
	text-align:center;
	line-height:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px 0;
	}
.ico_aw{
	width:80px;
	background:#dfe336;
	float:left;
	font-size:12px;
	text-align:center;
	line-height:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px 0;
	}
.ico_meeting{
	width:80px;
	background:#c9c3df;
	float:left;
	font-size:12px;
	text-align:center;
	line-height:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px 0;
	}
.date_news{
	width:80px;
	float:left;
	padding: 3px 0 0 0;
	font-size:12px;
	line-height:1.2;
	}
.link_news{
	padding:0 0 0 95px;
	text-indent:-15px;
	line-height:1.2;
	}
.link_news a{
	background:url(../img/ico_arrow_05.svg) no-repeat 0 5px;
	background-size:9px 12px;
	font-size:14px;
	padding-left:15px;

	}
.box_news_in{
	border-bottom:1px dotted #dfdfdf;
	overflow:hidden;
	padding:9px 0 8px 0;
	}


.box_btn_map{
	text-align:center;
	width:300px;
	margin:25px auto;
	}
.box_btn_map a {
  background: #0091ca;
  background-image: -webkit-linear-gradient(top, #0091ca, #2980b9);
  background-image: -moz-linear-gradient(top, #0091ca, #2980b9);
  background-image: -ms-linear-gradient(top, #0091ca, #2980b9);
  background-image: -o-linear-gradient(top, #0091ca, #2980b9);
  background-image: linear-gradient(to bottom, #0091ca, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  border: solid #1f628d 2px;
  text-decoration: none !important;
}

.box_btn_map a:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.control_box {
	background-color: #f7f7f7;
	border: solid 2px #dcdcdc;
	padding: 15px;
	margin-bottom: 20px;
}
.control_box h2 {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	font-size: 1em !important;
	color: #013d83 !important;
	border: none !important;
}
.control_box label {
	display: block;
	margin-top: 5px;
	font-size: 0.83em;
	color: #4f4f4f;
}
.control_box input[type="text"], .control_box input[type="password"] {
    border-top: 2px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    margin-right: 10px;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-sizing: border-box;
    font-size: 0.9em;
}
