@charset "UTF-8";
@import url("common.css");
@import url("module.css");
@import url("a.css");
@import url("box.css");
@import url("class.css");
@import url("dl.css");
@import url("map.css");
@import url("news.css");
@import url("ol.css");
@import url("tab.css");
@import url("table.css");
@import url("ul.css");
/*///////////////////////////////////////////
// BASIC
///////////////////////////////////////////*/
.READER {
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
}
#wrapper {
	min-height: 100%;
	min-width: 960px;
	overflow: hidden;
	width: 100%;
	background: #f5f5f5;
}
#contents {
	min-width: 960px !important;
}
#fixed-pageTop {
	bottom: 0;
	height: 128px;
	position: fixed;
	right: 0;
	width: 40px;
	background: url(../img/module/icon-co-fixed-pageTop.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
#contents p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 20px;
}
#contents blockquote {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
#contents p:last-child {
	margin-bottom: 0;
}
#contents .column-wide > p:first-child {
	padding-top: 60px;
}
#contents h2 {
	margin: 55px 0px 25px;
	font-size: 20px;
	line-height: 1.5;
	color: #165e83;
	font-weight: bold;
}
#contents h2 span {
	font-size: 13px;
	font-weight: bold;
}
#contents h3 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin: 50px 0px 15px;
}
#contents h3 span {
	font-size: 13px;
	font-weight: bold;
}
#contents h3:first-child {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin: 30px 0px 15px;
}
#contents h4,
#contents h5,
#contents h6 {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	margin: 50px 0px 10px;
}
#contents h4:first-child {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0px 0px 10px;
}
/*------------------------------------------
HEADER
------------------------------------------*/
#header {
	background: #0477f7;
	overflow: hidden;
	padding: 0 0 5px;
	position: relative;
}
#header .container {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	zoom: 1px;
}
#header .container h1 {
	float: left;
	width: 340px;
	height: 96px;
}
#header .container h1 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	zoom: 1;
}
#header .container .utility-navi {
	float: right;
	margin:0;
	list-style: none !important;
}
#header .container .utility-navi li {
	float: left;
	margin: 0 0 0 2px;
	list-style: none !important;
}
#header .container .utility-navi li a {
	display: block;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}
#header .container .utility-navi li.contact a {/*94*/
	background: #3e4b52 url(../img/header/kufs-btn-util-contact.png) no-repeat center center;
	width: 124px;
}
#header .container .utility-navi li.contact a:hover {/*94*/
	background: #2b3940 url(../img/header/kufs-btn-util-contact.png) no-repeat center center;
}

#header .container .utility-navi li.request a {/*73*/
	background: #3e4b52 url(../img/header/kufs-btn-util-request.png) no-repeat center center;
	width: 103px;
}
#header .container .utility-navi li.request a:hover {/*73*/
	background: #2b3940 url(../img/header/kufs-btn-util-request.png) no-repeat center center;
}
#header .container .utility-navi li.access a {/*104*/
	background: #3e4b52 url(../img/header/kufs-btn-util-access.png) no-repeat center center;
	width: 134px;
}
#header .container .utility-navi li.access a:hover {/*104*/
	background: #2b3940 url(../img/header/kufs-btn-util-access.png) no-repeat center center;
}
#header .container .utility-navi li.english a {/*86*/
	background: #3e4b52 url(../img/header/kufs-btn-util-english.png) no-repeat center center;
	width: 96px;
}
#header .container .utility-navi li.english a:hover {
	background: #2b3940 url(../img/header/kufs-btn-util-english.png) no-repeat center center;
}


/**/
#header .container .utility-navi li.request.en a {/*73*/
	background: #3e4b52 url(/en/img/index/btn-utility-request.png) no-repeat center center;
	width: 130px;
}
#header .container .utility-navi li.request.en a:hover {/*73*/
	background: #2b3940 url(/en/img/index/btn-utility-request.png) no-repeat center center;
}
#header .container .utility-navi li.access.en a {/*104*/
	background: #3e4b52 url(/en/img/index/btn-utility-access.png) no-repeat center center;
	width: 90px;
}
#header .container .utility-navi li.access.en a:hover {/*104*/
	background: #2b3940 url(/en/img/index/btn-utility-access.png) no-repeat center center;
}
#header .container .utility-navi li.japanese.en a {/*86*/
	background: #3e4b52 url(/en/img/index/btn-utility-japanese.png) no-repeat center center;
	width: 114px;
}
#header .container .utility-navi li.japanese.en a:hover {
	background: #2b3940 url(/en/img/index/btn-utility-japanese.png) no-repeat center center;
}
#header .container .utility-navi li.home.en a {/*86*/
	display:none;
}
#header .sub-navi {
	clear: right;
	float: right;
	margin: 30px 0px 0px;
}
#header .sub-navi li {
	display: block;
	white-space: nowrap;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 1.5;
	background: url(../img/marker/icon-arrow-05-r.png) no-repeat;
}
#header .sub-navi li:first-child {
	margin-left: 0;
}
#header .sub-navi li a {
	color: #fff;
	text-decoration: none;
}
#header .sub-navi li a:hover {
	color: #fff;
	text-decoration: underline;
}
#header .sub-navi li._sp,
#header .sub-navi li .en {
	display: none;
}
/*------------------------------------------
SEARCH
------------------------------------------*/
#header-search {
	background: #155E85;
	display: none;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}
#open-header-search {
	height: 44px;
	left: 50%;
	margin: 0 0 0 440px;
	position: absolute;
	top: 0;
	width: 40px;
	cursor: pointer;
}
#open-header-search:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	zoom: 1;
}
#close-header-search {
	height: 50px;
	left: 50%;
	margin: 0 0 0 440px;
	position: absolute;
	bottom: -4px;
	width: 40px;
	padding-top: 4px;
	cursor: pointer;
}
#close-header-search:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	zoom: 1;
}
#header-search .container {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	zoom: 1px;
}
#header-search label {
	float: left;
	height: 100px;
	width: 365px;
}
#header-search .container p {
	float: left;
	margin: 0 0 15px;
	overflow: hidden;
	width: 590px;
}
#header-search .container dl {
	float: left;
	overflow: hidden;
	width: 590px;
}
#header-search .container dt {
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 1.2;
}
#header-search .container dt:after {
	content: ' ： ';
}
#header-search .container dd {
	float: left;
}
#header-search .container dd a {
	border-bottom: solid 1px #58a9d4;
	color: #58a9d4;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 7px;
	text-decoration: none;
}
#header-search .container dd a:hover {
	color: #efd9ab;
	border: none;
}
#siteSearch {
	-moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.2) inset;
	border: 1px solid #000;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #CCC;
	display: block;
	float: left;
	font-size: 13px;
	height: 34px;
	line-height: 1;
	overflow: hidden;
	padding: 10px;
	width: 350px;
}
#siteSearch:focus {
	color: #333;
}
#header-search .container input[type="submit"] {
	background: url(../img/header/btn-search.png) center center;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	height: 34px;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 9px;
	width: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
#header-search .container input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	zoom: 1;
}
/*------------------------------------------
GlobalNavi
------------------------------------------*/
#global-navi {
	background: #FFF;
	margin: 0;
	position: relative;
	width: 100%;
	zoom: 1px;
}
#global-navi > ul {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#global-navi > ul > li {
	display: table-cell;
}
html.msie8 #global-navi > ul > li {
	float: left;
}
#global-navi > ul > li > a {
	color: #17262f;
	display: block;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	white-space:nowrap;
	padding: 15px 0;
	text-decoration: none;
}
#global-navi li a:hover {
	color: #17262e;
	background: #e8e8e8;
}
#global-navi li a.current {
	background: #165e83;
	color: #fff;
}
#global-navi li div {
	background: url(../img/module/bg-globalNavi-table.png);
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 960px;
	margin: 0 auto;
	padding: 0px 10px px;
	left: 0;
	right: 0;
	z-index: 214748364;
}
#global-navi li div.show {
	display: block;
}
#global-navi li table {
	box-sizing: border-box;
	color: #FFF;
	display: none;
	width: 940px !important;
	margin: 30px auto;
}
#global-navi li table th {
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 0 30px;
	text-align: left;
	width: 235px !important;
	border-left: 1px solid #232424;
	line-height: top;
}
#global-navi li table th:first-child {
	border-left: none;
}
#global-navi li table th a {
	font-weight: inherit;
	color: #FFFFFF;
}
#global-navi li table th a:hover { color: #000; background: #fff; }

#global-navi li table td {
	box-sizing: border-box;
	color: #C7CED1;
	font-size: 13px;
	padding: 24px 25px 20px 30px;
	text-align: left;
	vertical-align: top;
	width: 235px !important;
	border-left: 1px solid #232424;
	line-height: top;
}
#global-navi li table td:first-child,
#global-navi li table td.span {
	border-left: none;
}
#global-navi li table td:last-child {
}
#global-navi li table td li {
	color: #C7CED1;
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.2;
}
#global-navi li table td li ul {
	padding: 10px 0 10px 10px;
}
#global-navi li table td li li {
	margin: 0 0 5px;
}
#global-navi li table td li a {
	color: #C7CED1;
	line-height: 1.2;
	text-decoration: underline;
	font-size: 12px;
}
#global-navi li table td li a:hover { color: #000 !important; background: #fff; }

#global-navi li table td li li a  {
	font-size: 11px;
}
/*------------------------------------------
Banner(MainVisual)
------------------------------------------*/
#banner.banner-B {
	background: #00c0f7;
	padding: 32px 0 40px;
}
#banner.banner-B .container {
	margin: 0 auto;
	width: 940px;
}
#banner.banner-B .container h1 {
	color: #FFF;
	font-size: 24px;
	line-height: 1.3;
}
#banner.banner-B .container h1 span {
	font-size: 18px;
	padding: 0 0 0 8px;
	display: inline-block;
}
#banner.banner-B .container h1 span:first-child {
	padding: 0 8px 0 0;
	display: inline-block;
}
#banner.banner-B .container h1 span:last-child {
}
#banner.banner-C {
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2) inset;
	background: #1d485e;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2) inset;
	padding: 32px 0 40px;
}
#banner.banner-C .container {
	margin: 0 auto;
	width: 940px;
}
#banner.banner-C .container h1 {
	color: #FFF;
	font-size: 24px;
}
#banner.banner-C .container h1 span {
	font-size: 18px;
}
/*------------------------------------------
Breadcrumbs
------------------------------------------*/
#hansel {
	list-style: none;
	margin: 0 0 14px;
	overflow: hidden;
}
#hansel ul {
	display: inline-block;
	border-right: 1px solid #3d7a99;
}
#hansel li {
	float: left;
	padding: 0 8px;
	white-space: nowrap;
	border-left: 1px solid #3d7a99;
	border-right: 1px solid #0f4865;
	font-size: 11px;
	line-height: 1.2;
	color: #efd9ab;
}
#hansel li:first-child {
	border-left: none;
	padding: 0 8px 0 0;
}
#hansel li a {
	border-bottom: 1px solid #efd9ab;
	color: #efd9ab;
	display: inline-block;
	line-height: 1.2;
	text-decoration: none;
}
#hansel li a:hover {
	border-bottom: 1px solid #165e83;
	color: #a3d2f9;
}
/*------------------------------------------
Footer
------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
}
#footer-middle {
	margin: 0 auto;
	overflow: hidden;
	padding: 22px 22px 12px;
	width: 960px;
	position: relative;
}
#footer-symbol {
	float: left;
}
#footer-symbol a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	zoom: 1;
}
#footer-utility-navi {
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#footer-utility-navi li {
	float: left;
	display: block;
	margin: 0 0 0 2px;
}
#footer-utility-navi li a {
	display: block;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer-utility-navi li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	zoom: 1;
}

#footer-utility-navi li.contact a {/*94*/
	background: url(../img/footer/kufs-btn-util-contact.png) no-repeat center center;
	width: 114px;
}
#footer-utility-navi li.request a {/*73*/
	background: url(../img/footer/kufs-btn-util-request.png) no-repeat center center;
	width: 93px;
}
#footer-utility-navi li.access a {/*104*/
	background: url(../img/footer/kufs-btn-util-access.png) no-repeat center center;
	width: 124px;
}
#footer-utility-navi li.english a {/*86*/
	background: url(../img/footer/kufs-btn-util-english.png) no-repeat center center;
	width: 96px;
}

#footer-utility-navi li.contact.en a {/*94*/
	background: url(../img/footer/kufs-btn-util-contact-en.png) no-repeat center center;
	width: 90px;
}
#footer-utility-navi li.request.en a {/*73*/
	background: url(../img/footer/kufs-btn-util-request-en.png) no-repeat center center;
	width: 135px;
}
#footer-utility-navi li.access.en a {/*104*/
	background: url(../img/footer/kufs-btn-util-access-en.png) no-repeat center center;
	width: 90px;
}
#footer-utility-navi li.japanese.en a {/*86*/
	background: url(../img/footer/kufs-btn-util-japanese.png) no-repeat center center;
	width: 100px;
}
#footer-utility-navi li.home.en a {/*86*/
	background: url(../img/footer/kufs-btn-util-home-en.png) no-repeat center center;
	width: 96px;
}

#footer-sns {
	display: none;
}


#footer-bottom {
	background-color: #17262E;
	padding: 17px 0 18px;
}
#footer-bottom .container {
	margin: 0 auto;
	width: 960px;
}

#footer-bottom .policy {
	display: inline-block;
}
#footer-bottom .policy li {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #fff;
}
#footer-bottom .policy li a {
	color: #fff;
	text-decoration: none;
}
#footer-bottom .policy li a:hover {
	text-decoration: underline !important;
}

#footer-bottom .copyright {
	display: inline-block;
	margin: 2px 0 0;
}
#footer-bottom .copyright small {
	color: #FFF;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#footer-utility-navi ul li .icon {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
/*------------------------------------------
Footer-GlobalNavi
------------------------------------------*/
#footer-globalNavi {
	background: #e8e8e8;
	margin: 0;
	position: relative;
	width: 100%;
	zoom: 1px;
}
#footer-globalNavi > ul {
	background: #e8e8e8;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-globalNavi > ul > li {
	display: table-cell
}
html.msie8 #footer-globalNavi > ul > li {
	float: left;
}
#footer-globalNavi > ul > li > a {
	color: #17262f;
	display: block;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	white-space:nowrap;
	padding: 15px 0;
	text-decoration: none;
}
#footer-globalNavi li a:hover {
	color: #17262e;
	background: #e8e8e8;
}
#footer-globalNavi li a.current {
	background: #3e4b52;
	color: #fff;
}
#footer-globalNavi li div {
	background: #3e4b52;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 214748364;
}
#footer-globalNavi li div.show {
	display: block;
}
#footer-globalNavi li table {
	box-sizing: border-box;
	color: #FFF;
	display: block;
	width: 940px !important;
	margin: 30px auto;
	background: url(../img/footer/line-footer-globalMenu.png) right top repeat-y;
}
#footer-globalNavi li table th {
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 0 30px;
	text-align: left;
	width: 235px !important;
	background: url(../img/footer/line-footer-globalMenu.png) left top repeat-y;
	height: 1em;
	line-height: top;
}
#footer-globalNavi li table th a {
	font-weight: inherit;
	color: #FFFFFF;
}
#footer-globalNavi li table th .site-name { font-size: 16px; font-weight: inherit; }
#footer-globalNavi li table th .site-name a {
	font-size: 16px;
	text-decoration: underline;
}
#footer-globalNavi li table th .site-name a:hover { text-decoration: none; }
#footer-globalNavi li table td {
	box-sizing: border-box;
	color: #C7CED1;
	font-size: 13px;
	padding: 24px 25px 20px 30px;
	text-align: left;
	vertical-align: top;
	width: 235px !important;
	background: url(../img/footer/line-footer-globalMenu.png) left top repeat-y;
	line-height: top;
}
#footer-globalNavi li table td.span {
	background: none;
}
#footer-globalNavi li table td li {
	color: #C7CED1;
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.2;
}
#footer-globalNavi li table td li ul {
	padding: 10px 0 10px 10px;
}
#footer-globalNavi li table td li li {
	margin: 0 0 5px;
}
#footer-globalNavi li table td li a {
	color: #C7CED1;
	line-height: 1.2;
	text-decoration: underline;
	font-size: 12px;
}
#footer-globalNavi li table td li li a  {
	font-size: 11px;
}

#footer-globalNavi li table td li a:hover {
	color: #17262e !important;
}

.lineright {border-right: solid 1px #DDD;}

/*------------------------------------------
CONTENTS
------------------------------------------*/	
/*----- column style -----*/
#contents {
	overflow: hidden;
	zoom: 1;
}
#contents > *:first-child {
	margin-top: 60px;
}
/*contents.A*/
#contents.A {
	width: 940px;
	margin: 0 auto;
}
#contents.A2 {
	padding: 0 10px;
	background: url(../img/module/bg-A2.png) repeat-y center top;
}
#contents.A3 {
	padding: 0 10px;
	background: url(../img/module/bg-A3.png) repeat-y center top;
}
#contents.A .column-left {
	float: left;
	width: 590px;
	margin-top: 0;
	margin-left: 10px;
	padding: 0 0 80px;
}
#contents.A .column-right {
	float: right;
	width: 320px;
	padding: 0 0 80px;
}

#contents.A .column-right .container {
	margin: 0;
	padding: 1px 30px 30px 30px;
}

#contents.A3 .column-right .container {
	background: #e9e9e9;
}


#contents.A .column-left > *:first-child {
	margin-top: 60px;
}
#contents.A .column-right  .container > *:first-child {
	margin-top: 60px;
}


/*contents.B*/
#contents.B {
	margin: 0 auto 80px;
	width: 940px;
}
#contents.B .column-left {
	float: left;
	width: 300px;
	padding: 60px 0px 0px;
}
#contents.B .column-right {
	float: right;
	width: 600px;
	padding: 60px 0px 0px;
}
#contents.B p:first-child + h2 {
	margin: 15px 0px 25px
}
/*contents.C*/
#contents.C .column-wide {
	margin: 0 auto 80px;
	width: 940px;
}
/*contents.N*/
#contents.N .column-wide {
	margin: 0 auto 80px;
	width: 840px;
}
/*contents.W*/
#contents.W .column-wide {
	margin: 0 auto 80px;
	width: 100%;
}

#underBanner {
	position: relative;
}