﻿@charset "utf-8";

/**************************************
header 2014
**************************************/
#header2014 {
	text-align: left;
	border-top: 5px solid #115ec1;
}
#header2014 #header2014_inner {
	height: 63px;
	background: url(/content/001254800.jpg) no-repeat left bottom / 375px 62px;
}

#header2014 #header2014_inner #headtop2014 {
}

#header2014 #header2014_inner h1,
#header2014 #header2014_inner .header2014_logo {
	float: left;
	width: 144px;
	margin: 6px 10px 0 15px;
}
#header2014 #header2014_inner .head_tool {
	display: none;
}

.spnav_btn {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 43px;
	height: 43px;
	padding: 10px 9px;
	cursor: pointer;
	background: url(/content/001254799.png) no-repeat center center / 25px 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}
.spnav_btn.open {
	background: url(/content/001254797.png) no-repeat center center / 25px 30px;
	background-color: rgba(255,255,255,0.8);
}
.spnav_block {
  display: none;
	position: absolute;
	top: 67px;
	left: 0;
	right: 0;
	z-index: 10;
}
.spnav_block a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.spnav_menu01 {
	background: rgba(9,53,109,0.95);
}
.spnav_menu01 li {
	display: block;
	border-bottom: 1px solid #215ba3;
}
.spnav_menu01 li a {
	padding: 9px 22px;
	font-size: 18px;
	background: url(/content/001254807.png) no-repeat right 15px center / 8px 13px;
}

.spnav_menu02 {
	padding: 15px;
	background: rgba(27,27,27,0.95);
}
.spnav_box {
	border-radius: 5px;
	border: 1px solid #848484;
	margin-bottom: 15px;
}
.spnav_accessibility a {
	padding: 13px 10px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #848484;
}
.spnav_list ul {
	display: table;
	width: 100%;
}
.spnav_list ul li {
	display: table-cell;
	width: 33.333%;
	vertical-align: middle;
	box-sizing: border-box;
}
.spnav_list ul li + li {
	border-left: 1px solid #848484;
}
.spnav_list ul li a {
	padding: 13px 0;
	text-align: center;
}


/**************************************
gnavi
**************************************/
#gnavi {
	background: #fbfbfb;
}
#gnavi_inner {
	position: relative;
	padding: 9px 97px 9px 15px;
}
#gnavi_inner ul,
#gnavi_inner ul li {
	margin: 0;
	padding: 0;
}
.gnav_layout .btn1,
.gnav_layout .btn2,
.gnav_layout .btn3 {
	display: none;
}
.gnav_layout .btn4 {
	position: absolute;
	bottom: 9px;
	right: 5px;
	width: 85px;
	text-align: left;
}
.gnav_layout .btn5 {
	position: absolute;
	top: 9px;
	right: 5px;
	width: 85px;
	text-align: left;
}
.gnav_layout .btn4 a,
.gnav_layout .btn5 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 12px;
	font-size: 12px;
	background: url(/content/001254809.png) no-repeat left 3px / 9px 9px;
	box-sizing: border-box;
}
.gnav_layout .btn4 a:after {
	content: "ENGLISH";
	font-size: 12px;
}
.gnav_layout .btn4 a img {
	display: none;
}

.gnav_srch{
}
.gnav_srch label{
	display:none;
}
.gnav_srch .mf_finder_searchBox_items {
	position: relative;
	padding: 0 75px 0 0;
}
.gnav_srch .mf_finder_searchBox_query_input {
	width: 100%;
	height: 32px;
	padding: 1px 5px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.gnav_srch .mf_finder_searchBox_submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 32px;
  padding: 0 0 0 13px;
	color: #fff;
	border-radius: 5px;
	border: none;
	background: url(/content/001254812.png) no-repeat 10px 8px / 9px 15px #115ec1;
	box-sizing: border-box;
}
.mf_finder_searchBox_suggest_items{
	position:absolute;
	top:30px;
	margin:0;
	width:100%;
	background-color:rgba(0,0,0,.8);
	list-style-type:none;
	padding:0 1px 1px;
	border-width:0 1px 1px;
	border-color:silver;
	border-style:solid;
	z-index:5
}
.mf_finder_searchBox_suggest_items li{
	border-top:1px dotted silver
}
.mf_finder_searchBox_suggest_items li:first-child{
	border-top:none
}
.mf_finder_searchBox_suggest_items a{
	display:inline-block;
	width:100%;
	padding:2px;
	text-decoration:none;
	color:#fff;
        text-align: left;
}
.mf_finder_searchBox_suggest_item_cur{
	background-color:rgba(80,80,80,.8)
}


/**************************************
container
**************************************/
#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	overflow: hidden;
}
/*以下テーブル用記述*/
/*#container_table {
	width: 940px;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: hidden;
	border-collapse: collapse;
}
#container_table td {
	vertical-align: top;
	border-collapse: collapse;
}*/

/**************************************
topicpath
**************************************/
#topicpath {
	margin: 0 0 23px 0;
	padding: 15px;
	font-size: 14px;
}

/**************************************
content
**************************************/
#content {
	/*float: left;
	width: 720px;
	line-height: 1.13em;
	overflow: hidden;*/
}
/*以下テーブル用記述*/
/*#content_table {
	line-height: 1.5;
}
#content_table table,
#content_table table td {
	border-collapse: separate;
}*/
/*以下プラグイン用記述　20101208*/
.plugindownload{
	overflow:hidden;
	zoom: 1;
	margin:10px 15px;
	padding:10px 10px 0 20px;
	border:1px solid #e1e1e1;
	font-size:0.75em;
}
.plugindownload p.fltL{
	margin-right:20px;
}
p.pluginnote{
	margin:10px 15px 20px 15px;
	font-size:0.75em;
	text-align:right;
}
/*以下画像キャプション未入力時注記用記述　20101213*/
/*span.imgCapCaution{
	color:#ff0000;
}*/
/**************************************
sidebar
**************************************/
#sidebar {
	padding: 0 15px;
}
#sidebar .menutitle {
	display: none;
}
/*snavi01
****************************/
#sidebar ul.snavi01 {
	display: none;
}
/*snavi02
****************************/
#sidebar ul.snavi02 {
	display: none;
}
/*snavi03
****************************/
#sidebar ul.snavi03 {
	display: none;
}
/*snavi04
****************************/
#sidebar ul.snavi04 {
	display: none;
}
/*sbanner
****************************/
#sidebar h2.side_title {
	margin: 0 0 17px 0;
	padding: 14px 10px 14px 18px;
	font-size: 20px;
	border-top: 5px solid #115ec1;
	background: #f0f0f0;
}
#sidebar ul.sbanner {
	margin: 0 -7px;
	letter-spacing: -0.5em;
	list-style: none;
}
#sidebar ul.sbanner li {
	display: inline-block;
	width: 50%;
	margin: 0 0 15px 0;
	padding: 0 7px;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}


/**************************************
pagetop
**************************************/
#pagetop {
}
#pagetop a {
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 50%;
	background: url(/content/001254810.png) no-repeat center center / 25px 25px rgba(17,94,193,0.8);
	overflow: hidden;
}

/**************************************
footer
**************************************/
#cms_footer {
	clear: both;
	text-align: left;
	color: #fff;
	background: #444;
}
#cms_footer #footer_inner {
	padding: 15px 32px 20px 32px;
	overflow: hidden;
}
#cms_footer #footer_inner address {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.7;
	font-style: normal;
}
#cms_footer #footer_inner ul#fnavi {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
#cms_footer #footer_inner ul#fnavi li {
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	background: url(/content/001254804.png) no-repeat 0 0.5em / 5px 8px;
}
#cms_footer #footer_inner ul#fnavi li a {
	color: #fff;
}
#cms_footer #footer_inner p {
	font-size: 14px;
}