@charset "utf-8";
/*初期化
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
	color: #333333;
	width: 100%;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
		background:#001E6A;
}
ul {
	list-style-type: none;
	margin: 10px 0 10px 10px;
}
ol {
	margin: 10px 0 10px 30px;
}
hr {
	display: none;
}
img {
	vertical-align: top;
	border: 0;
	font-size: 1px;
	line-height: 1px;
}
p {
	margin-top: 15px;
}

/*リンク
----------------------------------------*/
a, a img {
	-webkit-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}
a:link {
	color: #001E6A;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #3D519F;
}
a:hover img {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
 /zoom:1;
} /* ie6,ie7 */
.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
/*コンテンツボックス
----------------------------------------*/
.base-wd {
	width: 1000px;
	margin: auto;
}
/*@media screen and (max-width: 999px) {*/
@media screen and (max-width: 1024px) {
.base-wd {
	width: 100%;
}
}
#mainbox {
	padding: 0 0 15px 0;
}
.pc-hidden {
	display: none;
}
.tbsp-hidden {
	display: block;
}
.sp-hidden {
	display: block;
}
@media screen and (max-width: 900px) {
.tbsp-hidden {
	display: none !important;
}
}
@media screen and (max-width: 700px) {
.pc-hidden {
	display: block;
}
.sp-hidden {
	display: none !important;
}
}
/*ヘッダー
----------------------------------------*/
#headercontainer {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 105px;
	border-bottom: 1px solid #B9C5E3;
	background:#fff;
}
#headercontainer p {
	margin: 0;
	padding: 0;
}
/*ロゴ*/
#headercontainer #headerbox-t {
	height: 35px;
	background: #001E6A;
}
#headerbox-t .header-list {
	display: block;
	margin: 0;
	float: right;
}
#headerbox-t .header-list li {
	display: inline;
	float: left;
}
#headerbox-t .header-list li a {
	background: url("/imgs/base/he_link_ic.png") no-repeat 0 50%;
	color: #fff;
	display: block;
	font-size: 80%;
	line-height: 35px;
	padding: 0 12px;
	text-decoration: none;
}
#headerbox-t .header-list li a:hover {
	text-decoration: underline;
}
#headerbox-b {
	height: 70px;
	line-height: 18px;
}
#headerbox-b #logo {
	display: table;
	height: 70px;
	width: 35%;
}
#headerbox-b #logo a {
	display: table-cell;
	vertical-align: middle;
}
#headerbox-b #logo a img {
}
/*----- ヘッダーリンク -----*/
#headerlink {
}
/*----- ヘッダーボックス -----*/

/*文字サイズ*/
#fontsize, #sitesearch {
	display: table-cell;
	float: left;
}
/*文字サイズアイコン*/
#fontsize {
	width: 134px;
	margin: 20px 0 0 0;
}
#font-t {
	display: inline-block;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: relative !important;
}

#fontsizebox li:last-child a {
	margin: 0;
}

#fontsize ul {
	margin: 0;
}
#fontsize li {
	margin: 0;
	padding: 0;
	display: inline;
}
#fontsizebox li a {
	color: #001e6a;
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0 2px;
	text-decoration: none;
	width: 11px;
	text-align:center;
}
.font-superlarge #fs1, .font-middle #fs2, .font-small #fs3,#fontsizebox li a:hover {
	border-bottom: 2px solid #001e6a;
}
#fontsize p {
	position: absolute;
}
#fontsize noscript {
	position: relative;
}
#fontsize p.noscript {
	line-height: 1.1em;
	position: absolute;
	text-align: left;
	top: -5px;
	width: 110px;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}
/*文字サイズ調整*/
.font-superlarge {
	font-size: 130%;
}
.font-large {
	font-size: 110%;
}
.font-normal {
	font-size: 90%;
}
/*----- 検索 -----*/
#sitesearch {
	margin: 20px 0 0 15px;
}
#sitesearch ul {
	margin: 0;
}

#sitesearch input#words {
  border: 1px solid #b9c5e3;
    border-radius: 3px;
    color: #495142;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 2px 30px 2px 2px;
    width: 250px;
}
#searcharea{
		height:27px;
}
#sitesearch input.text {
	color: #333333!important;
}
#searchbtn {
	position: relative;
}
#sitesearch input#go {
	display: block;
	padding: 5px;
	position: absolute;
	right: 6px;
	top: -27px;
}
#sitesearch p {
	width: 113px;
	text-align: center;
}
.he-eng {
	margin: 0;
	padding: 0;
	 width: 132px !important;
}
.he-eng .he-eng-in {
	    margin: 25px 0 0 18px;
    width: 123px;
}
/*.he-eng .he-eng-in:hover {
	background: #6E7DB8;
}*/
/*メインコンテンツ
----------------------------------------*/
#maincontainer {
	background: #F1F4FC url(/imgs/base/bg_main.png) no-repeat bottom right;
	padding: 15px 0 0;
	position: relative;
}
/*----- グローバルナビゲーション -----*/
#leftcontainer {
	width: 25%;
	float: left;
}
#gnv-search, #gnv-use {
	display: block;
	margin: 0;
}
#gnv-search li, #gnv-use li {
}
#gnv-search li a, #gnv-use li a {
	background-color: #fff;
	border-top: solid 1px #DCE3F5;
	border-left: solid 1px #DCE3F5;
	border-right: solid 1px #DCE3F5;
	color: #333333;
	display: block;
	font-size: 106%;
	padding: 15px 26px 15px 16px;
	text-decoration: none;
	background-image: url(/imgs/base/bg_nv_l.png), url(/imgs/base/bg_nv_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 50%, 95% 50%;
}
#gnv-search li:last-child a, #gnv-use li:last-child a {
	border-bottom: solid 1px #DCE3F5;
}
#gnv-search li a:hover, #gnv-use li a:hover, nav#on1 ul#gnv-search .nv-use-in a, nav#on1 ul#gnv-search .nv-use-out a, nav#on2 ul#gnv-search .nv-data a, nav#on3 ul#gnv-use .nv-guide a, nav#on4 ul#gnv-use .nv-unv-on a, nav#on5 ul#gnv-use .nv-unv-off a, nav#on6 ul#gnv-use .nv-event a, nav#on7 ul#gnv-use .nv-about a {
background-color:#EBEFFA;
color:#001E6A;
}
#nv-search {
}
#nv-use {
}
#nv-search, #nv-use {
	background-color: #3D51A0;
	color: #fff;
	padding: 20px 20px 19px 62px;
	font-weight: bold;
	font-size: 16px;
	border: none;
	display: block;
	text-decoration: none;
}
#nv-search {
	background-image: url(/imgs/base/nv_search.png);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#nv-use {
	background-image: url(/imgs/base/nv_use.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#gnav ul li a:hover {
}
/*サブメニュー
----------------------------------------*/

/*右コンテンツ
----------------------------------------*/
#maincontents {
	margin: 0 0 0.1% 0;
	width: 74%;
	float: right;
	position:relative;
}
/*バナー部分*/
#bannercontainer, #bannercontainer-tm, #bannercontainer-tn {
	margin: 15px 0;
	background: #B8E1E4;
	padding: 15px 0;
}
#bannercontainer a {
	margin: 0px auto;
	width: 84%;
	display: block;
}
#bannercontainer a img {
	width: 100%;
}
#bannercontainer-tm, #bannercontainer-tn {
	display: none;
}
/*フッター
----------------------------------------*/
#footercontainer {
	background: #001E6A;
	color: #fff;
	font-size: 12px;
}
#footercontainer footer {
}
#footercontainer footer address {
	float: right;
}
#footercontainer footer address ul {
	margin: 20px 0 0;
}
#footercontainer footer address li {
	display: inline-block;
	padding: 0 0 0 10px;
	font-style:normal;
}
#footercontainer footer address li img {
    padding: 2px 0 0;
}
@media screen and (max-width: 698px) {
#footercontainer footer address li img{
	padding:0;
}
}
#footercontainer footer address li:first-child {
	font-weight: bold;
}
/*コピーライト*/
#footercontainer footer p#copyright {
	text-align: right;
	margin: 12px auto 20px;
	padding: 0;
}
#footercontainer footer p small {
	font-size: 11px;
	color: #C1CAEA;
}
/*トップへ戻る
----------------------------------------*/
#pagetop {
	bottom: 94px;
	position: fixed;
	right: 25px;
	z-index: 1000;
}
#pagetop a {
	background: url("/imgs/base/bt_pagetop.png") no-repeat;
	display: block;
	height: 70px;
	line-height: 1px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 62px;
}
#pagetop a:hover {
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: “alpha(opacity=70)”; /* IE8用 */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}

@media screen and (max-width: 1000px) {
#sitesearch input#words {
		width: 194px;
}
}
@media screen and (max-width: 900px) {
#sitesearch {
	margin: 20px 0 0 10px;
}
#headerbox-t .header-list {
	display: block;
	margin: 0 0 0 10px;
	float: left;
}
.he-eng a {
	width: 70px;
}
#sitesearch input#words {
	width: 156px;
}
#leftcontainer nav {
	width: 100%;
}
#leftcontainer nav ul {
	display: none;
}
.nv-half-l, .nv-half-r {
	width: 49%;
}
.nv-half-l {
	float: left;
}
.nv-half-r {
	float: right;
}
#nv-search, #nv-use {
	display: block;
}
#nv-search {
	background-image: url(/imgs/base/nv_search.png), url(/imgs/base/bg_nv_h_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 16px 16px, 96% 50%;
}
#nv-use {
	background-image: url(/imgs/base/nv_use.png), url(/imgs/base/bg_nv_h_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 20px 20px, 96% 50%;
}
#leftcontainer {
	width: 100%;
}
#maincontents {
	width: 100% !important;
}
#centercontainer {
	margin-top: 10px;
}
#bannercontainer {
	display: none;
}
#bannercontainer2 {
	display: none;
}	
#bannercontainer-tm {
	display: block;
	margin: 10px 0 0;
	padding: 15px;
}
#bannercontainer-tm a {
	display: inline-block;
	float: left;
}
	#bannercontainer-tn {
	display: block;
	margin: 10px 0 0;
	padding: 15px;
}
#bannercontainer-tn a {
	display: inline-block;
	float: left;
}
#footercontainer footer address li {
	line-height: 3.3em;
}
#footercontainer footer address li img{
	height:18px;
	margin:auto 0;
		padding:10px 0 0 0;
}
#footercontainer footer p#copyright {
	text-align: left;
	float: left;
	line-height: 1.1em;
	margin: 0 auto 20px;
}
#pagetop {
	bottom: 0px;
	position: fixed;
	right: 25px;
	z-index: 1000;
}
}
@media screen and (max-width: 698px) {
#footercontainer footer address li img{
		padding:0;
}

}
@media screen and (max-width: 700px) {
#leftcontainer {
	display: none;
}
#sp-gnv-btn {
	display: block;
	background: url(/imgs/base/bt_sp_menu.png) no-repeat center 40%;
	width: 60px;
	border-left: 1px solid #DFE4F2;
	height: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
	position: relative;
	overflow:hidden;
	text-indent:-9999px;
}
#sp-gnv-btn:after{
	content:"メニュー";
	font-size: 8px;
	color: #3D51A0;
	position: absolute;
	bottom: -1px;
	left: 15px;
}
/* #sp-gnv-btn span {
	display: inline-block;
	font-size: 8px;
	color: #3D51A0;
	position: absolute;
	bottom: -1px;
	left: 15px;
} */
#headercontainer {
	height: 50px;
	border-top: 4px solid #001E6A;
}
#headerbox-b {
	height: 50px;
}
#headerbox-b #logo {
	display: table;
	height: 50px;
	width: 80%;
}
#headerbox-b #logo a {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#headerbox-b #logo a img {
	width: 70%;
}
#maincontainer {
	padding: 0;
}
#headercontents {
	width: auto !important;
}
}
@media screen and (max-width: 450px) {
#headerbox-b #logo a img {
	width: 90%;
}
}
.translate-english{
	margin: 25px 0 0 15px;
	  /*position: absolute;
   right: 170px;
    top: 55px;*/
}
.translate-english span {
    color: #666;
    font-size: 75%;
    position: absolute;
    right: 40px;
    top: 30px;
}
@media screen and (max-width: 1024px) {
.translate-english{
    top: 56px;
	right: 2px;
}

.he-eng .he-eng-in {
    margin: 15px 0 0 18px;
    width: 0px;
}
}
 #WidgetFloaterPanels.LTRStyle div.DDStyle{
 left:-120px;
}
#WidgetFloaterPanels{
	right:-300px !important;
} 
/*翻訳ボタン 2020 09
----------------------------------------*/
.trancelate-txt a {
	color:#fff;
	border: 1px #111111 solid;
	background-color: rgb(61, 81, 160);
	padding:2px 15px;
	text-decoration: none;
}
.trancelate-txt a:hover {
	background-color: #ffa615 !important;
	border: 1px solid #222222;
}
.translation-sp a {
	color:#fff !important;
	background-color: rgb(61, 81, 160) !important;
	width: 40%;
	margin: 10px 55px;
	text-align: center;
	font-size: 110% !important;
	padding: 5px 25px !important;
	background-image: url(/imgs/base/bg_nv_r_wh.png) !important;
	background-position:  0.6em !important;
	background-repeat: no-repeat !important;
	}
@media screen and (max-width: 900px) { 
.he-eng .he-eng-in {
    margin: 25px 0 0 0px;
    width: 132px;
}
}
@media screen and (max-width: 1024px) { 
.he-eng .he-eng-in {
    margin: 25px 0 0 10px;
    width: 0px;
}
}