﻿@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
main, article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html {overflow-y: scroll;} 
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
input, textarea {margin: 0;padding: 0;}
ol, ul {list-style:none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th {text-align: left;}
input, select {vertical-align:middle;}
sup {
	vertical-align:text-top;
	line-height:1;
	font-size:80%;
}
sub {
	vertical-align:text-bottom;
	line-height:1;
	font-size:80%;
}
img {
	vertical-align: top;
	max-width: 100%;
}
strong, em {font-weight: bold;}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*common
--------------------------------------------------------------- */
html { 
	font-size: 62.5%;
	overflow:auto;
}
body {
/*	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:140%;/*14px*/
	line-height:1.5;
	color:#333;
	background-color: #bdf0f3;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: hidden;
	min-width: 1100px;
}
a,a:link{
	background-color: transparent;
	cursor: pointer;
}
a:visited{
	background-color: transparent;
}
a:hover,a:active{
	background-color: transparent;
}
@media screen and (max-width: 736px) {
	body {
		font-size:150%;/*15px*/
		overflow:auto;
		min-width:100%;
	}
	a{
		outline: none;
		word-wrap: break-word;
	}
}
/* float */
.r-col {
	float:right;
	display:block;
}
.l-col {
	float:left;
	display:block;
}
.r-col:after,.l-col:after { content: ""; clear: both; display: block;}
/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clear {
  clear: both !important;
}
.of-hidden {
  overflow: hidden;
}
.pc-of-hidden {
  overflow: hidden;
}
/* Text */
.note { font-size:90%; }
.em { font-weight:bold; }
.txt-underline { text-decoration: underline; }
.txt-normal { font-weight:normal !important; }
.txt-ll { font-size:116%; }
.txt-l { font-size:108%; }
.txt-s { font-size:92%; }
.txt-ss { font-size:80%; }
.txt-xs { font-size:71%; }
.txt-c00 { color:#333 !important; }
.txt-c01 { color:#ff0000 !important; }
.txt-c02 { color:#666 !important; }
.ta-left-txt { text-align: left !important; }
.ta-center-txt { text-align: center !important; }
.ta-right-txt { text-align: right !important; }
.txt-break { word-break: break-all !important; }
.txt-indent-l1em { padding-left:1em; text-indent: -1em; }
br.pc { display:inline; }
br.sp { display:none; }
.display-pc {}
.display-sp { display:none; }
.wid-100 { width:100% !important; }
@media screen and (max-width: 736px) {
	.note { font-size:85%; }
	.txt-xs { font-size:73%; }
	.pc-of-hidden { overflow:visible; }
 br.pc { display:none; }
 br.sp { display:inline; }
 .display-pc { display:none; }
 .display-sp { display:block; }
}
/* List */
ul.normal > li {
	background:none;
	list-style-type:disc;
	margin:0 0 0.1em 1.5em;
	padding-left:0;
}
ul.normal-dot > li {
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-dot > li:before {
content:'\30FB';
display: inline-block;
margin-left:1.2em;
}
ul.normal-circle > li {
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-circle > li:before {
content:'\025CF';
display: inline-block;
margin-left:1.2em;
}
ul.normal-square > li {
 padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-square > li:before {
content:'';
display:inline-block;
height: .85em;
width: .85em;
margin-right: .2em;
background-color: #333;
}
ul.bl > li::before {
	color:#004c99;
}
ul.indent-l1em > li {
	margin-bottom: 0.1em;
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.indent-l1em > li > * {
	text-indent: 0;
}
ul.side-list:after { content: ""; clear: both; display: block;}
ul.side-list li {
float:left;
margin-right: 1em;
}
ol.normal > li {
	background:none;
	list-style-type:decimal;
	margin:0 0 0.4em 2em;
	padding-left:0;
	text-indent:0;
}
dl.normal dt {
	font-weight:bold;
	margin-bottom:0.4em;
}
dl.normal.fw-normal dt {
	font-weight:normal;
}
dl.normal.btw-mb0 dt {
	margin-bottom: 0;
}
dl.normal dd {
	margin-bottom:1em;
}
dl.normal.btw-mb0 dd {
	margin-bottom: 0;
}
dl.normal dd:last-child {
	margin-bottom:0;
}
dl.normal-square > dt {
 padding-left:1em;
	text-indent: -1em;
	font-weight:bold;
	margin-bottom:0.4em;
}
dl.normal-square > dt:before {
 content:'';
 display:inline-block;
 height: .85em;
 width: .85em;
 margin-right: .2em;
 background-color: #333;
}
dl.normal-square > dd {
 padding-left:1em;
	margin-bottom:1em;
}
dl.normal-square > dd:last-child {
	margin-bottom:0;
}
dl.indent-l1em dt {
	font-weight:normal;
}
dl.indent-l1em dd {
	padding-left:1em;
	margin-bottom: 0.2em;
}
dl.side-list:after { content: ""; clear: both; display: block;}
dl.side-list dt {
	float:left;
	clear: left;
	margin-bottom:0.4em;
}
dl.side-list dd {
	float:left;
	margin-bottom:0.4em;
}
dl.bdr-l-ttl > dt {
	padding-left:5px;
	border-left:5px solid #ccc;
	margin-bottom:0.4em;
	line-height: 1.3;
}
dl.bdr-l-ttl > dd {
	margin-bottom:0.4em;
}
dl.data-tbl {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}
dl.data-tbl.dt-w-15per {}
dl.data-tbl.dt-w-130 {}
dl.data-tbl.dt-va-mid {}
dl.data-tbl.no-bdr {}
dl.data-tbl > dt {
 width:22%;
 background-color: #eee;
 padding:6px 10px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
dl.data-tbl.dt-va-mid > dt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
dl.data-tbl.dt-va-mid > dt.ta-center-txt,
dl.data-tbl.dt-va-mid > dt.pc-ta-center-txt{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
dl.data-tbl > dd {
 width:78%;
 padding:6px 10px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
dl.data-tbl.dt-w-15per > dt {
	width:15%;
}
dl.data-tbl.dt-w-15per > dd {
	width:85%;
}
dl.data-tbl.dt-w-130 > dt {
	width:130px;
}
dl.data-tbl.dt-w-130 > dd {
	width:calc(100% - 130px);
}
dl.data-tbl.no-bdr {
	border-top:none;
 border-left:none;
}
dl.data-tbl.no-bdr > dt {
	background-color: transparent;
 padding:0 10px 6px 0;
 border-bottom:none;
 border-right:none;
}
dl.data-tbl.no-bdr > dd {
	background-color: transparent;
 padding:0 0 6px 0;
 border-bottom:none;
 border-right:none;
}
.mb1em-li > li {
	margin-bottom: 1em;
}
.mb05em-li > li {
	margin-bottom: .5em;
}
@media screen and (max-width: 736px) {
	dl.normal > dt {
		margin-bottom:0.2em;
	}
	dl.normal > dd {
		margin-bottom:0.5em;
	}
 dl.data-tbl > dt {
  width:100% !important;
 }
 dl.data-tbl > dd {
  width:100% !important;
 }
	dl.data-tbl.no-bdr > dt {
		font-weight: bold;
		padding-right: 0;
	}
	dl.data-tbl.dt-va-mid > dt.pc-ta-center-txt {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
}
/* Table */
.tbl-wrapper {}/*defalt table 200%*/
.tbl-wrapper.w-250per {}/*table 250%*/
.tbl-wrapper.w-280per {}/*table 280%*/
.tbl-wrapper.w-300per {}/*table 300%*/
.note-tbl-wrapper {
 display:none;
}
@media (max-width: 767px) {
	.tbl-wrapper {
		overflow-x: scroll;
		width:100%;
		margin-bottom: 10px;
	}
	.tbl-wrapper::-webkit-scrollbar{ 
		width: 15px;
	}
	.tbl-wrapper::-webkit-scrollbar-thumb{ 
		background: #004c99;
	}
	.tbl-wrapper::-webkit-scrollbar-track-piece:start{
		background: #ccc;
	}
	.tbl-wrapper::-webkit-scrollbar-track-piece:end{
		background: #ccc;
	}
 .tbl-wrapper > table {
  width:200% !important;
  margin-top: 0;
  margin-bottom: 0;
 }
 .tbl-wrapper > *:last-child {
  margin-bottom: 0 !important;
 }
	.tbl-wrapper.w-250per > table {
		width:250% !important;
	}
	.tbl-wrapper.w-280per > table {
		width:280% !important;
	}
	.tbl-wrapper.w-300per > table {
		width:300% !important;
	}
 .note-tbl-wrapper {
  display:block;
  margin-bottom: .3em !important;
  background-color:#dcebfb;
  color:inherit;
  display:inline-block;
		font-size: 92%;
  padding:0 .5rem;
 }
 .note-tbl-wrapper::before {
  content:'\02193';
 }
}
table.normal{
	width: 100%;
	border-collapse: collapse;
}
table.normal.wid-free{
	width: auto;
	border-collapse: collapse;
}
table.normal caption {
	margin-bottom: 5px;
}
table.normal th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}
table.normal .ty01{
	background-color: #888;
	color:#fff;
}
table.normal .ty02{
	background-color: #ddeeff;
}
table.normal.th-c th {
	text-align: center;
}
table.normal.th-wrap-sp th{
}
table.normal td{
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.normal.td-c td {
	text-align: center;
}
table.fixed {
	table-layout: fixed;
}
table.fixed-pc {
	table-layout: fixed;
}
table.fixed th,
table.fixed-pc th{
	white-space:normal;
}
table caption.square::before {
	content:'';
 display:inline-block;
 height: .85em;
 width: .85em;
 margin-right: .2em;
 background-color: #333;
}
table .nowrap {
	white-space: nowrap;
}
table .nowrap-pc {
	white-space: nowrap;
}
@media screen and (max-width: 736px) {
	table.normal.th-wrap-sp th{
		white-space:normal;
	}
	table.fixed-pc {
	table-layout:auto;
}
	table.normal th{
		font-size:95%;
	}
	table.normal td{
		font-size:95%;
	}
	table .nowrap-pc {
		white-space:normal;
	}
}
/* Link */
.icon-blanklink{
	vertical-align: baseline;
	padding:0 3px;
	width:auto !important;
}
.link-btn {
	text-align: center;
	line-height: 1.4;
}
.link-btn.full-wid {}
.link-btn:after { content: ""; clear: both; display: block;}
.link-btn > a {
	display:block;
	min-width: 200px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 26px 7px 18px;
	color:#004c99;
	text-decoration: none !important;
	position: relative;
	transition: none;
	background-color: #fff;
}
.link-btn.full-wid > a {
 width: 100%;
}
.link-btn.bl > a {
	background-color:#004c99;
	color:#fff;
	border:none;
}
.link-btn.lrg > a {
	padding:14px 20px 12px 18px;
}
.link-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-btn.bl > a:hover {
	background-color:#2b78c5;
}
.link-btn > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.bl > a:after {
	background:transparent url(../images/ico_arrow_wh_s.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.back > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	left:8px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/ico_arrow_blue_s_left.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.bl.back > a:before {
	background:transparent url(../images/ico_arrow_wh_s_left.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.back > a:after {
	display:none;
}
.link-btn.ta-right > a {
	float:right;
}
.link-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
.link-pdf-btn {
	text-align: center;
	line-height: 1.4;
}
.link-pdf-btn.full-wid {}
.link-pdf-btn:after { content: ""; clear: both; display: block;}
.link-pdf-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-pdf-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-pdf-btn.full-wid > a {
 width: 100%;
}
.link-pdf-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-pdf-btn.ta-right > a {
	float:right;
}
.link-pdf-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-pdf-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
}
.link-pdf-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-word-btn {
	text-align: center;
	line-height: 1.4;
}
.link-word-btn:after {
 content: ""; 
 clear: both; 
 display: block;
}
.link-word-btn.full-wid {}
.link-word-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-word-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-word-btn.full-wid > a {
 width: 100%;
}
.link-word-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-word-btn.ta-right > a {
	float:right;
}
.link-word-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-word-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
}
.link-word-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-excel-btn,
.link-xlsx-btn {
	text-align: center;
	line-height: 1.4;
}
.link-excel-btn:after,.link-xlsx-btn:after {
 content: ""; 
 clear: both; 
 display: block;
}
.link-excel-btn.full-wid {}
.link-excel-btn > a, .link-xlsx-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-excel-btn.sml > a, .link-xlsx-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-excel-btn.full-wid > a, .link-xlsx-btn.full-wid > a {
 width: 100%;
}
.link-excel-btn.ta-center > a, .link-xlsx-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-excel-btn.ta-right > a, .link-xlsx-btn.ta-right > a {
	float:right;
}
.link-excel-btn > a:hover, .link-xlsx-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-excel-btn > a:before, .link-xlsx-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
}
.link-excel-btn.sml > a:before, .link-xlsx-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-txt {
	line-height: 1.2;
	display: block;
	margin:1em 0; /*only park style*/
}
.link-txt:after { content: ""; clear: both; display: block;}
.link-txt.inline {
	display:inline-block;
	margin:0;
}
.link-txt > a {
	display:block;
	float:left;
	background:transparent url(../images/ico_arrow_blue_s.png) right center no-repeat;
	background-size: auto 9px;
	padding-right:18px;
	color:inherit;
	text-decoration: none;
}
.link-txt.ta-right > a {
	float:right;
}
.link-txt.inline > a {
	float:none;
	margin: 0 1em;
}
.link-txt.back > a {
	background:transparent url(../images/ico_arrow_blue_s_left.png) left center no-repeat;
	background-size: auto 9px;
	padding-right:0;
	padding-left:18px;
}
.link-txt > a:hover {
	text-decoration: underline;
}
.link-pdf-txt,.link-word-txt,.link-excel-txt {
	line-height: 1.2;
	display: block;
}
.link-pdf-txt:after,.link-word-txt:after,.link-excel-txt:after { content: ""; clear: both; display: block;}
.link-pdf-txt.inline,.link-word-txt.inline,.link-excel-txt.inline {
	display:inline-block;
	margin:0;
}
.link-pdf-txt > a,.link-word-txt > a,.link-excel-txt > a {
	display:block;
	float:left;
}
.link-pdf-txt.ta-right > a,.link-word-txt.ta-right > a,.link-excel-txt.ta-right > a {
	float:right;
}
.link-pdf-txt.inline > a,.link-word-txt.inline > a,.link-excel-txt.inline > a {
	float:none;
	margin: 0 1em;
}
.link-pdf-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-word-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-excel-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.note-ico-txt {
	background:transparent url(../images/icon_side_rule_or.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:20px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.phone-ico-num {
	background:transparent url(../images/icon_telephone.png) left center no-repeat;
	background-size: auto 20px;
	padding-left:30px;
	margin: 1em 0;
	font-size: 140%;
	display:block;
	overflow: hidden;
}
.fax-ico-num {
	background:transparent url(../images/icon_fax.png) left center no-repeat;
	background-size: auto 20px;
	padding-left:30px;
	margin: 1em 0;
	font-size: 140%;
	display:block;
	overflow: hidden;
}
.circle-ico-txt {
	background:transparent url(../images/icon_circle_bl.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:18px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.circle-ico-gr-txt {
	background:transparent url(../images/icon_circle_gr.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:18px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.bdr-l-txt {
	padding-left:5px;
	border-left:5px solid #ccc;
	margin: 1em 0;
	display:block;
	overflow: hidden;
	line-height: 1.3;
}
.link-bl-btn {
	text-align: center;
	line-height: 1.4;
 padding:10px 0;
}
.link-bl-btn:after { content: ""; clear: both; display: block;}
.link-bl-btn > a {
	display:block;
	min-width: 261px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	padding:8px 28px 8px 18px;
	color:#004c99;
	text-decoration: none !important;
	position: relative;
 background:#ddeeff url(../images/ico_arrow_blue_s.png) 97% center no-repeat;
	background-size: auto 9px;
}
.link-bl-btn > a:hover {
	background-color:#9dc6ef;
	text-decoration:underline;
}
.link-bl-btn.ta-right > a {
	float:right;
}
.link-bl-btn.ta-center > a {
	float:none;
 display:inline-block;
}
.link-bl-btn.lrg > a {
	padding:14px 20px 12px 18px;
}
@media screen and (max-width: 736px) {
	.link-btn, .link-pdf-btn {	/*park only style*/
		margin-top: 10px;	
	}
	.link-btn > a {
		width:100%;
		min-width: 0;
		float:none;
	}
	.link-btn.lrg > a {
		width:100%;
		padding:7px 26px 7px 18px;
	}
	.link-btn > a:hover {
		background-color:#fff;
		text-decoration: none !important;
	}
	.link-btn.bl > a:hover {
		background-color:#004c99;
	}
		.link-pdf-btn > a,.link-word-btn > a,.link-excel-btn > a,.link-xlsx-btn > a {
		width:100%;
		min-width: 0;
		float:none;
	}
	.link-pdf-btn.sml > a {
		width:100%;
		float:none;
	}
	.link-pdf-btn > a:hover,.link-word-btn > a:hover,.link-excel-btn > a:hover,.link-xlsx-btn > a:hover {
		background-color:inherit;
		text-decoration: none !important;
	}
	.link-txt > a:hover {
		text-decoration: none !important;
	}
	.link-txt-l > a:hover {
		text-decoration: none !important;
	}
	.note-ico-txt {
		margin: 0.5em 0;
	}
	.phone-ico-num {
		margin: 0.5em 0;
	}
	.fax-ico-num {
		margin: 0.5em 0;
	}
	.circle-ico-txt {
		margin: 0.5em 0;
	}
	.circle-ico-gr-txt {
		margin: 0.5em 0;
	}
}
.btn-hover-effect {
	transition: 0.3s ease-in-out;
	opacity:1;
}
.btn-hover-effect:hover {
	opacity:.7;
}
@media (max-width: 736px) {
 .btn-hover-effect:hover {
  opacity:1;
 }
}
/* margin */
.mb-20 {margin-bottom: -10px !important;}
.mb-10 {margin-bottom: -10px !important;}
.mb-5 {margin-bottom: -5px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb1em {margin-bottom: 1em !important;}
.mb05em {margin-bottom: 0.5em !important;}
.mb2em {margin-bottom: 2em !important;}
.mb3em {margin-bottom: 3em !important;}
.mb4em {margin-bottom: 4em !important;}
.mb5em {margin-bottom: 5em !important;}
.mt-20 {margin-top: -10px !important;}
.mt-10 {margin-top: -10px !important;}
.mt-5 {margin-top: -5px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 40px !important;}
.mt1em {margin-top: 1em !important;}
.mtb05em {margin-top: 0.5em !important;}
.mt2em {margin-top: 2em !important;}
.mt3em {margin-top: 3em !important;}
.mt4em {margin-top: 4em !important;}
.mt5em {margin-top: 5em !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml05em {margin-left: .5em !important;}
.ml1em {margin-left: 1em !important;}
.ml2em {margin-left: 2em !important;}
.ml3em {margin-left: 3em !important;}
.ml4em {margin-left: 4em !important;}
.ml5em {margin-left: 5em !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr1em {margin-right: 1em !important;}
.mr05em {margin-right: .5em !important;}
.mr2em {margin-right: 2em !important;}
.mr3em {margin-right: 3em !important;}
.mr4em {margin-right: 4em !important;}
.mr5em {margin-right: 5em !important;}
.mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
/* margin for PC */
@media screen and (min-width: 737px) {
.pc-mb-20 {margin-bottom: -20px !important;}
.pc-mb-10 {margin-bottom: -10px !important;}
.pc-mb-5 {margin-bottom: -5px !important;}
.pc-mb0 {margin-bottom: 0 !important;}
.pc-mb5 {margin-bottom: 5px !important;}
.pc-mb10 {margin-bottom: 10px !important;}
.pc-mb15 {margin-bottom: 15px !important;}
.pc-mb20 {margin-bottom: 20px !important;}
.pc-mb25 {margin-bottom: 25px !important;}
.pc-mb30 {margin-bottom: 30px !important;}
.pc-mb35 {margin-bottom: 35px !important;}
.pc-mb40 {margin-bottom: 40px !important;}
.pc-mb45 {margin-bottom: 45px !important;}
.pc-mb50 {margin-bottom: 50px !important;}
.pc-mb1em {margin-bottom: 1em !important;}
.pc-mb05em {margin-bottom: 0.5em !important;}
.pc-mb2em {margin-bottom: 2em !important;}
.pc-mb3em {margin-bottom: 3em !important;}
.pc-mb4em {margin-bottom: 4em !important;}
.pc-mb5em {margin-bottom: 5em !important;}
.pc-mt-20 {margin-top: -20px !important;}
.pc-mt-10 {margin-top: -10px !important;}
.pc-mt-5 {margin-top: -5px !important;}
.pc-mt0 {margin-top: 0 !important;}
.pc-mt5 {margin-top: 5px !important;}
.pc-mt10 {margin-top: 10px !important;}
.pc-mt15 {margin-top: 15px !important;}
.pc-mt20 {margin-top: 20px !important;}
.pc-mt25 {margin-top: 25px !important;}
.pc-mt30 {margin-top: 30px !important;}
.pc-mt35 {margin-top: 35px !important;}
.pc-mt40 {margin-top: 40px !important;}
.pc-mt45 {margin-top: 45px !important;}
.pc-mt50 {margin-top: 40px !important;}
.pc-mt1em {margin-top: 1em !important;}
.pc-mtb05em {margin-top: 0.5em !important;}
.pc-mt2em {margin-top: 2em !important;}
.pc-mt3em {margin-top: 3em !important;}
.pc-mt4em {margin-top: 4em !important;}
.pc-mt5em {margin-top: 5em !important;}
.pc-ml5 {margin-left: 5px !important;}
.pc-ml10 {margin-left: 10px !important;}
.pc-ml15 {margin-left: 15px !important;}
.pc-ml20 {margin-left: 20px !important;}
.pc-ml25 {margin-left: 25px !important;}
.pc-ml30 {margin-left: 30px !important;}
.pc-ml35 {margin-left: 35px !important;}
.pc-ml40 {margin-left: 40px !important;}
.pc-ml45 {margin-left: 45px !important;}
.pc-ml50 {margin-left: 50px !important;}
.pc-ml05em {margin-left: .5em !important;}
.pc-ml1em {margin-left: 1em !important;}
.pc-ml2em {margin-left: 2em !important;}
.pc-ml3em {margin-left: 3em !important;}
.pc-ml4em {margin-left: 4em !important;}
.pc-ml5em {margin-left: 5em !important;}
.pc-mr10 {margin-right: 10px !important;}
.pc-mr15 {margin-right: 15px !important;}
.pc-mr20 {margin-right: 20px !important;}
.pc-mr25 {margin-right: 25px !important;}
.pc-mr30 {margin-right: 30px !important;}
.pc-mr35 {margin-right: 35px !important;}
.pc-mr40 {margin-right: 40px !important;}
.pc-mr45 {margin-right: 45px !important;}
.pc-mr50 {margin-right: 50px !important;}
.pc-mr1em {margin-right: 1em !important;}
.pc-mr05em {margin-right: .5em !important;}
.pc-mr2em {margin-right: 2em !important;}
.pc-mr3em {margin-right: 3em !important;}
.pc-mr4em {margin-right: 4em !important;}
.pc-mr5em {margin-right: 5em !important;}
.pc-mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.pc-mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
}
@media screen and (max-width: 736px) {
.sp-mb-20 {margin-bottom: -20px !important;}
.sp-mb-10 {margin-bottom: -10px !important;}
.sp-mb-5 {margin-bottom: -5px !important;}
.sp-mb0 {margin-bottom: 0 !important;}
.sp-mb5 {margin-bottom: 5px !important;}
.sp-mb10 {margin-bottom: 10px !important;}
.sp-mb15 {margin-bottom: 15px !important;}
.sp-mb20 {margin-bottom: 20px !important;}
.sp-mb25 {margin-bottom: 25px !important;}
.sp-mb30 {margin-bottom: 30px !important;}
.sp-mb35 {margin-bottom: 35px !important;}
.sp-mb40 {margin-bottom: 40px !important;}
.sp-mb45 {margin-bottom: 45px !important;}
.sp-mb50 {margin-bottom: 50px !important;}
.sp-mb1em {margin-bottom: 1em !important;}
.sp-mb05em {margin-bottom: 0.5em !important;}
.sp-mb2em {margin-bottom: 2em !important;}
.sp-mb3em {margin-bottom: 3em !important;}
.sp-mb4em {margin-bottom: 4em !important;}
.sp-mb5em {margin-bottom: 5em !important;}
.sp-mt-20 {margin-top: -20px !important;}
.sp-mt-10 {margin-top: -10px !important;}
.sp-mt-5 {margin-top: -5px !important;}
.sp-mt0 {margin-top: 0 !important;}
.sp-mt5 {margin-top: 5px !important;}
.sp-mt10 {margin-top: 10px !important;}
.sp-mt15 {margin-top: 15px !important;}
.sp-mt20 {margin-top: 20px !important;}
.sp-mt25 {margin-top: 25px !important;}
.sp-mt30 {margin-top: 30px !important;}
.sp-mt35 {margin-top: 35px !important;}
.sp-mt40 {margin-top: 40px !important;}
.sp-mt45 {margin-top: 45px !important;}
.sp-mt50 {margin-top: 40px !important;}
.sp-mt1em {margin-top: 1em !important;}
.sp-mtb05em {margin-top: 0.5em !important;}
.sp-mt2em {margin-top: 2em !important;}
.sp-mt3em {margin-top: 3em !important;}
.sp-mt4em {margin-top: 4em !important;}
.sp-mt5em {margin-top: 5em !important;}
.sp-ml5 {margin-left: 5px !important;}
.sp-ml10 {margin-left: 10px !important;}
.sp-ml15 {margin-left: 15px !important;}
.sp-ml20 {margin-left: 20px !important;}
.sp-ml25 {margin-left: 25px !important;}
.sp-ml30 {margin-left: 30px !important;}
.sp-ml35 {margin-left: 35px !important;}
.sp-ml40 {margin-left: 40px !important;}
.sp-ml45 {margin-left: 45px !important;}
.sp-ml50 {margin-left: 50px !important;}
.sp-ml05em {margin-left: .5em !important;}
.sp-ml1em {margin-left: 1em !important;}
.sp-ml2em {margin-left: 2em !important;}
.sp-ml3em {margin-left: 3em !important;}
.sp-ml4em {margin-left: 4em !important;}
.sp-ml5em {margin-left: 5em !important;}
.sp-mr10 {margin-right: 10px !important;}
.sp-mr15 {margin-right: 15px !important;}
.sp-mr20 {margin-right: 20px !important;}
.sp-mr25 {margin-right: 25px !important;}
.sp-mr30 {margin-right: 30px !important;}
.sp-mr35 {margin-right: 35px !important;}
.sp-mr40 {margin-right: 40px !important;}
.sp-mr45 {margin-right: 45px !important;}
.sp-mr50 {margin-right: 50px !important;}
.sp-mr1em {margin-right: 1em !important;}
.sp-mr05em {margin-right: .5em !important;}
.sp-mr2em {margin-right: 2em !important;}
.sp-mr3em {margin-right: 3em !important;}
.sp-mr4em {margin-right: 4em !important;}
.sp-mr5em {margin-right: 5em !important;}
.sp-mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.sp-mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
}
/* padding */
.pdt0 {padding-top:0 !important;}
.pdb0 {padding-bottom:0 !important;}
.pdt1 {padding-top:1px !important;}
.pdb1 {padding-bottom:1px !important;}

.fs-110 {font-size:110%;}
.fs-120 {font-size:120%;}
.fs-130 {font-size:130%;}
.fs-140 {font-size:140%;}
.fs-150 {font-size:150%;}
.fs-160 {font-size:160%;}
.fs-170 {font-size:170%;}
.fs-180 {font-size:180%;}
.fs-190 {font-size:190%;}
.fs-200 {font-size:200%;}
.fs-210 {font-size:210%;}
.fs-220 {font-size:220%;}
.fs-230 {font-size:230%;}
.fs-240 {font-size:240%;}
.fs-250 {font-size:250%;}
.fs-260 {font-size:260%;}
.fs-270 {font-size:270%;}
.fs-280 {font-size:280%;}
.fs-290 {font-size:290%;}
.fs-300 {font-size:300%;}

/* Trim Image
--------------------------------------------------------------- */
.set-aspect img {
	position: relative;
 top: 50%;
 left: 50%;
 width: auto;
 height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: none;
}
.set-aspect img.vertical {
	width: 100%;
 height: auto;
}
.set-aspect img.horizontal {
	width: auto;
	height: 100%;
}

/* Object fit
--------------------------------------------------------------- */
img.set-of-cover {
	object-fit: cover;
 font-family: 'object-fit: cover;'
}
img.set-of-contain {
	object-fit: contain;
 font-family: 'object-fit: contain;'
}

/* Toggle Area
--------------------------------------------------------------- */
.js-toggle-area .toggle-head.close + .toggle-cont {
	display:none;
}
.js-toggle-area .toggle-cont.close {
	display:none;
}
@media screen and (max-width: 736px) {
	.js-toggle-area .toggle-head.sp-close + .toggle-cont {
		display:none;
	}
	.js-toggle-area .toggle-cont.sp-close {
		display:none;
	}
}

/* sound navigation
--------------------------------------------------------------- */
.forsound {
	position: absolute;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}
/*#blockskip
--------------------------------------------------------------- */
#blockskip a{
	padding:5px;
	display:block;
	position:absolute; 
	left:-9999px;
	text-align: center;
	background:#fff;
	z-index:9999;
	width:auto;
}
#blockskip a.show{
	left:0;
	width:100%;
}
@media screen and (max-width: 736px) {
	#blockskip {
		display:none;
	}
}

/*page stracture
--------------------------------------------------------------- */
.wrapper {
	background-color: #fff;
}
.container {
	width:1100px;
	margin:0 auto;
}
.container:after { content: ""; clear: both; display: block;}
@media screen and (max-width: 736px) {
	.container {
		width:100%;
		margin:0;
	}
}
/*Global Header
------------------------------------------- */
#gl-header {
	min-height: 155px;
}
#gl-header .upperarea {
	position: relative;
	min-height: 45px;
	padding:6px 0 9px 0;
	background:#004c99 url(../images/bg_gl_header.png) left bottom repeat-x;
	color:#fff;
}
#gl-header .upperarea .copy {
	font-size:12.6px;
	line-height: 1.2;
	float:left;
}
#gl-header .upperarea .logo {
	position:absolute;
	bottom: -110px;
	width:252px;
}
#gl-header #head-util {
	float:right;
}
#gl-header #head-util:after { content: ""; clear: both; display: block;}
#gl-header #head-lang {
	float:left;
}
#gl-header #head-lang:after { content: ""; clear: both; display: block;}
#gl-header #head-lang dt {
	position: absolute;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}
#gl-header #head-lang dd {
	float:left;
	background:#004c99 url(../images/ico_gl_header_lang.png) left center no-repeat;
	padding:8px 13px 8px 10px;
	line-height: 1.1;
	color:#fff;
	font-size:12.6px;
	cursor: pointer;
}
#gl-header #head-search {
	float:left;
	position:relative;
	margin-left:17px;
}
#gl-header #head-search .search-wrap {
	width:230px;
	min-height: 30px;
	background-color: #fff;
}
#gl-header #head-search .input-txt {
	width: 200px;
 background-color: #fff; 
 border: none;  
 padding: 4px 4px 4px 10px; 
	min-height: 30px;
	font-size:90%;
	color:#000;
}
#gl-header #head-search .input-txt::-webkit-input-placeholder{
 color:#000;/* Chrome, Safari */
}
#gl-header #head-search .input-txt::-moz-placeholder{
 color:#000;/* Firefox */
}
#gl-header #head-search .input-txt:-moz-placeholder{
 color:#000;/* Firefox lt 18 */
}
#gl-header #head-search .input-txt:-ms-input-placeholder{
 color:#000;/* IE */
}
#gl-header #head-search .input-btn {
	position: absolute;  
 top: 0;
	right:0;
	width:30px;
}
#gl-header #head-fsize {
	float:left;
	line-height: 1.1;
	color:#fff;
	font-size:95%;
}
#gl-header #head-fsize:after { content: ""; clear: both; display: block;}
#gl-header #head-fsize dt {
	float:left;
	padding:8px 3px 8px 15px;
}
#gl-header #head-fsize dd {
	float:left;
	margin-left:5px;
	margin-top:2px;
	height: 26px;
	/*text-indent: -9999px;
 overflow: hidden;*/
}
#gl-header #head-fsize dd > a {
	display:block;
	width: 26px;
	height: 26px;
	background:#004c99 url(../images/btn_gl_header_fsize.png) no-repeat;
	color:transparent;
	font-size:1px;
}
body[lang] #gl-header #head-fsize dd > a {
	background:#004c99 url(../images/btn_gl_header_fsize_en.png) no-repeat;
}
#gl-header #head-fsize dd#fsize-s > a {
	background-position: 0 0;
}
#gl-header #head-fsize dd#fsize-m > a {
	background-position: -31px 0;
}
#gl-header #head-fsize dd#fsize-l > a {
	background-position: -62px 0;
}
#gl-header #head-fsize dd#fsize-s > a:hover {
	background-position: 0 -26px;
}
#gl-header #head-fsize dd#fsize-m > a:hover {
	background-position: -31px -26px;
}
#gl-header #head-fsize dd#fsize-l > a:hover {
	background-position: -62px -26px;
}
#gl-header #head-fsize dd#fsize-s > a.active {
	background-position: 0 -52px;
}
#gl-header #head-fsize dd#fsize-m > a.active {
	background-position: -31px -52px;
}
#gl-header #head-fsize dd#fsize-l > a.active {
	background-position: -62px -52px;
}
#gl-header .lowerarea {
	min-height: 110px;
	padding-bottom: 10px;
	background-color:#fff;
}
#gl-header #head-nav {
	float:right;
	display:table;
	margin-top:15px;
}
#gl-header #head-nav li {
	display:table-cell;
	width:181px;
	background:#fff url(../images/bg_gl_header_nav.png) no-repeat;
	padding:0 10px;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.2;
	border-right:1px solid #ccc;
}
#gl-header #head-nav li > a {
	display:block;
	text-decoration: none;
	color:#333;
	padding:45px 0 3px;
	border-bottom:2px solid #fff;
}
#gl-header #head-nav li > a:hover {
	color:#ff5400;
}
#gl-header #head-nav li > a.active {
	border-bottom:2px solid #004c99;
	color:#ff5400;
}
#gl-header #head-nav li#gnav01 {
	width:87px;
	background-position: 0 0;
	border-left:1px solid #ccc;
}
#gl-header #head-nav li#gnav02 {
	background-position: -87px 0;
}
#gl-header #head-nav li#gnav03 {
	background-position: -268px 0;
}
#gl-header #head-nav li#gnav04 {
	background-position: -449px 0;
}
#gl-header #head-nav li#gnav05 {
	background-position: -630px 0;
}
@media screen and (max-width: 736px) {
	#gl-header {
		min-height: 0;
	}
	#gl-header .upperarea {
		min-height: 0;
		padding:6px 2.6%;
		background:#004c99 url(../images/bg_gl_header_sp.png) left bottom no-repeat;
	}
	#gl-header .upperarea .copy {
		font-size:80%;
		line-height: 1.2;
		float:none;
		text-align: center;
	}
	#gl-header .upperarea .copy br {
		display: none;
	}
	#gl-header .upperarea .logo {
		position:absolute;
		width:150px;
		bottom:-60px;
	}
	#gl-header .upperarea #head-tw {
		position:absolute;
		width:40px;
		height: 40px;
		background-color: aqua;
		bottom:-50px;
		right:60px;
		background:transparent url(../images/icon_gl_header_tw.png) center center no-repeat;
		background-size: contain;
	}
		#gl-header .upperarea #head-tw a{
		width:40px;
		height: 40px;
		display:block;
	}
	#gl-header .upperarea #head-x {
		position:absolute;
		width:33px;
		height: 33px;
		background-color: aqua;
		bottom:-47px;
		right:60px;
		background:transparent url(../images/icon_gl_header_x.png) center center no-repeat;
		background-size: contain;
	}
		#gl-header .upperarea #head-x a{
		width:40px;
		height: 40px;
		display:block;
	}
	#gl-header .lowerarea {
		height:auto;
		min-height: 0;
		padding-bottom: 0;
		background-color:#fff;
	}
	#gl-header .lowerarea .container {
		margin-top: 60px;
		background-color: #004c99;
	}
	#gl-header .lowerarea .container:before {
		content: '';
		cursor: pointer;
		display: block;
		float:right;
		width: 41px;
		height: 41px;
		margin:-51px 2.6% 0 0;
		background: #fff url(../images/btn_gl_header_toggle.png) left top no-repeat;
		background-size:cover;
	}
	#gl-header .lowerarea .container.open:before {
		background-position:100% top;
	}
	#gl-header .lowerarea .container nav {
		display:none;
		width:94.8%;
		margin:0 auto;
		padding-top:1px;
		padding-bottom:10px;
	}
	#gl-header .lowerarea .container nav:before{
		content: '';
		display: block;
		height:80px;
		margin:5px 0;
		background: transparent url(../images/fig_welcome.png) center top no-repeat;
		background-size: contain;
	}
	#gl-header #head-util {
		float:none;
	}
	#gl-header .upperarea #head-util {
		display:none;
	}
	#gl-header .lowerarea #head-util {
		display:block;
	}
	#gl-header #head-util:after { content: ""; clear: both; display: block;}
	#gl-header #head-lang {
		float:none;
		line-height: 1.1;
		background-color: #eee;
	}
	#gl-header #head-lang:after { content: ""; clear: both; display: block;}
	#gl-header #head-lang dt {
	position:static;
	display: block;
	width: auto;
	height: auto;
	padding: 0 2.6%;
	font-size:106.6%;
	font-weight: bold;
	background-color: #fff;
}
	#gl-header #head-lang dd {
		float:left;
		width: 50%;
		background:none;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom: -1px;
		padding:0 2.6%;
	}
	#gl-header #head-lang a {
		color:inherit;
		display:block;
		font-size:93%;
		text-decoration: none;
		background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
		background-size: 8px auto;
		padding:14px 0 14px 15px;
	}
	#gl-header #head-lang a:hover {
		text-decoration: none;
	}
	#gl-header #head-fsize {
		float:none;
		line-height: 1.1;
		color:inherit;
		background-color: #eee;
	}
	#gl-header #head-fsize:after { content: ""; clear: both; display: block;}
	#gl-header #head-fsize dt {
		float:none;
		padding: 0 2.6%;
		font-size:106.6%;
		font-weight: bold;
		border-top:1px solid #ccc;
		background-color: #fff;
	}
	#gl-header #head-fsize dd {
		float:left;
		width: 33%;
		background:none;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
		padding:0 2.6%;
		height: auto;
		margin:0;
	}
	#gl-header #head-fsize dd:nth-child(2){
		width: 34%;
	}
	#gl-header #head-fsize dd > a {
		width: auto;
		height: auto;
		color:inherit;
		display:block;
		font-size:93%;
		text-decoration: none;
		background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
		background-size: 8px auto;
		padding:14px 0 14px 15px;
	}
	#gl-header #head-fsize dd#fsize-s > a {background-position: left center;}
	#gl-header #head-fsize dd#fsize-m > a {background-position: left center;}
	#gl-header #head-fsize dd#fsize-l > a {background-position: left center;}
	#gl-header #head-fsize dd#fsize-s > a:hover {background-position: left center;}
	#gl-header #head-fsize dd#fsize-m > a:hover {background-position: left center;}
	#gl-header #head-fsize dd#fsize-l > a:hover {background-position: left center;}
	#gl-header #head-fsize dd > a.active {font-weight:bold;color:#c00;}
	#gl-header #head-fsize dd#fsize-s > a.active {background-position: left center;}
	#gl-header #head-fsize dd#fsize-m > a.active {background-position: left center;}
	#gl-header #head-fsize dd#fsize-l > a.active {background-position: left center;}
	#gl-header #head-nav {
		float:none;
		display:block;
		margin-top:0;
		border-top:1px solid #ccc;
	}
	#gl-header #head-nav li {
		display:block;
		width:auto;
		background:none;
		padding:0 2.6%;
		text-align: left;
		line-height: 1.1;
		border-right:none;
		font-size:106.6%;
		font-weight: bold;
		border-bottom:1px solid #ccc;
		background-color: #fff;
	}
	#gl-header #head-nav li br {
		display: none;
	}
	#gl-header #head-nav li > a {
		display:block;
		text-decoration: none;
		color:inherit;
		padding: 14px 0;
		border-bottom:none;
	}
	#gl-header #head-nav li > a:hover {
		color:inherit;
	}
	#gl-header #head-nav li > a.active {
		border-bottom:none;
		color:#c00;
	}
	#gl-header #head-nav li#gnav01 {
		width:auto;
		border-left:none;
	}
	#gl-header #head-nav li:last-child{
		border-bottom:none;
	}
	#gl-header .sub-menu {
		display:block;
	}
	#gl-header .sub-menu-head span {
		background:#fff url(../images/btn_side_toggle_close.png) right center no-repeat;
		background-size: 20px auto;
		display:block;
		padding:14px 0;
	}
	#gl-header .sub-menu-head.close span {
		background:#fff url(../images/btn_side_toggle_open.png) right center no-repeat;
		background-size: 20px auto;
		display:block;
	}
	#gl-header #head-search {
		float:none;
		position:relative;
		margin-left:0;
		background-color: #eee;
		padding:10px 2.6%;
		font-size: 93%;
	}
	#gl-header #head-search .search-wrap {
		width:100%;
		position:relative;
		min-height: 32px;
		background-color: #fff;
		border: 1px solid #ccc;  
	}
	#gl-header #head-search .input-txt {
		background-color: #fff;
		padding: 6px 6px 6px 10px; 
		width:90%;
		min-height: 32px;
		font-size:100%;
		color:#000;
	}
	#gl-header #head-search .input-btn {
		position: absolute;  
		top: 0;
		right:0;
		width:32px;
	}
}

/*Page Body
------------------------------------------- */
/*Slider
---------------------------- */
.slidewrapper {
	position:relative;
}
.slidewrapper .arrows {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left: 0;
	margin:auto;
	height: 1px;
}
.slidewrapper .slick-prev {
	left:10px;
	z-index: 100;
	background:transparent url(../images/btn_top_slide_prev.png) center center no-repeat;
}
.slidewrapper .slick-next {
	right:10px;
	background:transparent url(../images/btn_top_slide_next.png) center center no-repeat;
}
.slidewrapper .slick-prev, .slidewrapper .slick-next {
	width:60px;
 height:60px
}
.slidewrapper .slick-prev:before, .slidewrapper .slick-next:before {
	content:"";
}
.slidewrapper .slide-ctl {
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
}
.slidewrapper .slide-ctl:after { content: ""; clear: both; display: block;}
.slidewrapper .slide-ctl button {
	line-height: inherit;
	font-size: 100%;
	color:transparent;
	display: inline-block;
	border: 0;
	cursor: pointer;
	color: transparent;
	background: transparent;
	float: right;
	margin:0 5px 5px 0;
}
.slidewrapper .slide-ctl button:before {
	content: "STOP";
	display: block;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
	border-radius: 4px;
	border:2px solid #ccc;
	background-color: #fff;
	padding:3px 10px;
	color:#004c99;
}
.slidewrapper .slide-ctl button.start:before {
	content: "START";
}
.slidewrapper .slick-dots {
	margin-bottom: 0 !important;
}
/*slick overwrite*/
.slidewrapper .slick-dots li {
	margin: 0 1px;
}
.slidewrapper .slick-dots li button {
	padding: 0;
}
.slidewrapper .slick-dots li button:before {
 font-size: 12px;
	opacity: .4;
	color: black;
}
.slidewrapper .slick-dots li.slick-active button:before {
	opacity: 1;
 color: #004c99;
}
@media screen and (max-width: 736px) {
	.slidewrapper .arrows {
		width:100%;
	}
	.slidewrapper .slick-prev {
		left:2.6%;
	}
	.slidewrapper .slick-next {
		right:2.6%;
	}
	.slidewrapper .slick-prev, .slidewrapper .slick-next {
		width:40px;
		height:40px;
		background-size: contain;
	}
	.slidewrapper .slide-ctl {
		display:none;
	}
}
/*Main Visual
------------------------------------------- */
#top-mainvisual {
	width:100%;
	height:440px;
	margin-bottom:10px;
}
#top-mainvisual .slidewrapper .arrows {
	width:1100px;
}
#top-mainvisual .slidewrapper .slick-prev {
	left:-30px;
}
#top-mainvisual .slidewrapper .slick-next {
	right:-30px;
}
.mainvisual-area {
	width:100%;
	height:470px;
	margin-bottom:30px;
}
@media screen and (max-width: 736px) {
	#top-mainvisual {
		height:auto;
	}
	#top-mainvisual .slidewrapper .arrows {
		width:100%;
	}
	#top-mainvisual .slidewrapper .slick-prev {
		left:2.6%;
	}
	#top-mainvisual .slidewrapper .slick-next {
		right:2.6%;
	}
	.mainvisual-area {
		height:auto;
		margin-bottom:10px;
	}
}
/*page Body
------------------------------------------- */
#bodyarea {
}
#bodyarea:after { content: ""; clear: both; display: block;}
#mainbody{
	width:880px;
	margin-right:20px;
	margin-bottom: 40px;
	float:left;
}
#sidebar {
	width:200px;
	margin-bottom: 100px;
	float:left;
}
#mainbody.sec-area {
	margin-bottom: 60px;
}
#index-page #mainbody {
	/*margin-bottom:0px;*/
}
#index-page #sidebar {
	margin-bottom:0px;
}
#top-guidemap {
	clear:both;
}
@media screen and (max-width: 736px) {
	#mainbody{
		width:100%;
		margin-right:0;
		margin-bottom: 20px;
		padding:0 2.6%;
		float:none;
	}
	#sidebar {
		width:100%;
		margin-bottom: 0;
		float:none;
	}
	#mainbody.sec-area {
		margin-bottom: 20px;
	}
}
/*Side Bar
------------------------------------------- */
#sidebar .fig {
	margin-bottom:10px;
}
#sidebar .link-btn {
	margin-bottom:15px;
}
#sidebar .nav-area{}
#sidebar .side-bnr li {
	margin-bottom:10px;
	position: relative;
	line-height: 1.2;
}
#sidebar .side-menu li {
	position: relative;
	line-height: 1.2;
}
#sidebar .side-bnr > li > a,
#sidebar .side-menu > li > a {
	display: table;
	width: 100%;
	height: 58px;
	padding:5px 15px 5px 15px;
	background:transparent url(../images/ico_arrow_blue_s.png) 180px center no-repeat;
	background-size: auto 9px;
	color:inherit;
	text-decoration: none;
}
#sidebar .side-menu > li > a:hover {
	text-decoration: underline;
	color:#ff0000;
}
#sidebar .side-bnr.img-bnr > li > a {
	display: table;
	width: 100%;
	height: auto;
	padding:0;
	background:none;
	color:inherit;
	text-decoration: none;
}
#sidebar .sub-menu-head {
	display: table;
	width: 100%;
	height: 58px;
	padding:5px 5px 5px 50px;
	position:relative;
}
#sidebar .va-m {
	display: table-cell;
	vertical-align: middle;
}
#sidebar #side-tw a.bnr,
#sidebar #side-tw-01-02 a.bnr,
#sidebar #side-tw-01-03 a.bnr,
#sidebar #side-tw-01-04 a.bnr,
#sidebar #side-tw-02-03 a.bnr,
#sidebar #side-tw-03-01 a.bnr,
#sidebar #side-tw-03-06 a.bnr,
#sidebar #side-tw-03-07 a.bnr,
#sidebar #side-tw-03-07-c a.bnr{
	display: block;
	background:#fff url(../images/bnr_side_tw.png) left top no-repeat;
	height: 60px;
	overflow: hidden;
	color: transparent;
}
#sidebar #side-tw-01-02 a.bnr {
	background:#fff url(../images/bnr_side_tw_01_02.jpg) left top no-repeat;
}
#sidebar #side-tw-01-03 a.bnr {
	background:#fff url(../images/bnr_side_tw_01_03.jpg) left top no-repeat;
}
#sidebar #side-tw-01-04 a.bnr {
	background:#fff url(../images/bnr_side_tw_01_04.jpg) left top no-repeat;
}
#sidebar #side-tw-02-03 a.bnr {
	background:#fff url(../images/bnr_side_tw_02_03.jpg) left top no-repeat;
}
#sidebar #side-tw-03-01 a.bnr {
	background:#fff url(../images/bnr_side_tw_03_01.jpg) left top no-repeat;
}
#sidebar #side-tw-03-06 a.bnr {
	background:#fff url(../images/bnr_side_tw_03_06.jpg) left top no-repeat;
}
#sidebar #side-tw-03-07 a.bnr {
	background:#fff url(../images/bnr_side_tw_03_07.jpg) left top no-repeat;
}
#sidebar #side-tw-03-07-c a.bnr {
	background:#fff url(../images/bnr_side_tw_03_07_camp.jpg) left top no-repeat;
}
#sidebar #side-tw-yatyo a.bnr {
	display: block;
	background:#fff url(../images/bnr_side_tw_yatyo.png) left top no-repeat;
	height: 60px;
	overflow: hidden;
	color: transparent;
}
#sidebar #side-rule {
	background:#fff url(../images/icon_side_rule.png) 13px center no-repeat;
	border:3px solid #f09c9c;
}
#sidebar #side-rule a {
	padding-left:48px;
	min-height: 54px;
}
#sidebar .side-menu {
	border-top:1px solid #749cc4;
	margin-bottom:10px;
}
#sidebar .side-menu > li {
	border:1px solid #749cc4;
	border-top: none;
}
#sidebar .sub-menu li {
	font-size:86%;
}
#sidebar .sub-menu li:nth-child(odd){
	background-color: #ddeeff;
}
#sidebar .sub-menu li > a{
	padding:8px 15px;
	display: block;
	color:inherit;
}
#sidebar .sub-menu li > a:hover {
	color:#f00;
}
#sidebar 
#snav01 {
	background:#fff url(../images/icon_side_nav01.png) 13px center no-repeat;
}

#sidebar #snav02 {
	background:#fff url(../images/icon_side_nav02.png) 13px center no-repeat;
}

#sidebar #snav02 .sub-menu li{
	background-color: #ddeeff;
}

#sidebar #snav03 {
	background:#fff url(../images/icon_side_nav03.png) 13px center no-repeat;
}

#sidebar #snav04 {
	background:#fff url(../images/icon_side_nav04.png) 11px center no-repeat;
}

#sidebar #snav05 {
	background:#fff url(../images/icon_side_nav05.png) 13px center no-repeat;
}

#sidebar #snav07 {
	background:#fff url(../images/icon_side_nav07.jpg) 13px center no-repeat;
}
#sidebar #snav08 {
	background:#fff url(../images/icon_side_nav08.png) 13px center no-repeat;
}
#sidebar #snav06 .sub-menu-head {
	background:#fff url(../images/icon_side_nav06.png) 17px center no-repeat;
}

#sidebar #snav06 .small-txt {
	font-size:90%;
}
#sidebar #snav11 .sub-menu-head {
	background:#fff url(../images/icon_side_nav06.png) 17px center no-repeat;
}

#sidebar #snav11 .small-txt {
	font-size:90%;
}
#sidebar #snav09 {
	background:#fff url(../images/icon_side_nav09.png) 13px center no-repeat;
}
#sidebar #snav10 {
	background:#fff url(../images/icon_side_nav10.png) 13px center no-repeat;
}
#sidebar #snav01 > a,
#sidebar #snav02 > a,
#sidebar #snav03 > a,
#sidebar #snav04 > a,
#sidebar #snav05 > a,
#sidebar #snav08 > a,
#sidebar #snav09 > a,
#sidebar #snav10 > a,
#sidebar #snav07 > a 
{
	padding-left:50px;
}

#sidebar #search-snav01 {
	background:#fff url(../images/icon_side_nav_search01.png) 10px center no-repeat;
}
#sidebar #search-snav02 {
	background:#fff url(../images/icon_side_nav_search02.png) 9px center no-repeat;
}
#sidebar #search-snav03 {
	background:#fff url(../images/icon_side_nav_search03.png) 10px center no-repeat;
}
#sidebar #search-snav04 {
	background:#fff url(../images/icon_side_nav_search04.png) 10px center no-repeat;
}
#sidebar #search-snav05 {
	background:#fff url(../images/icon_side_nav_search05.png) 10px center no-repeat;
}
#sidebar #search-snav06 {
	background:#fff url(../images/icon_side_nav_search06.png) 10px center no-repeat;
}
#sidebar #search-snav07 {
	background:#fff url(../images/icon_side_nav_search07.png) 10px center no-repeat;
}
#sidebar #search-snav08 {
	background:#fff url(../images/icon_side_nav_search08.png) 10px center no-repeat;
}
#sidebar #search-snav09 {
	background:#fff url(../images/icon_side_nav_search09.png) 8px center no-repeat;
}
#sidebar #search-snav10 {
	background:#fff url(../images/icon_side_nav_search10.png) 8px center no-repeat;
}
#sidebar #search-snav01 > a,
#sidebar #search-snav02 > a,
#sidebar #search-snav03 > a,
#sidebar #search-snav04 > a,
#sidebar #search-snav05 > a,
#sidebar #search-snav06 > a,
#sidebar #search-snav07 > a,
#sidebar #search-snav08 > a,
#sidebar #search-snav09 > a,
#sidebar #search-snav10 > a 
{
	padding-left:50px;
}
@media screen and (max-width: 736px) {
	#sidebar .fig {
		display:none;
	}
	#sidebar .link-btn {
		margin:0 2.6% 15px;
	}
	#sidebar .link-btn a {
		width:100%;
	}
	#sidebar .nav-area{
		padding:10px 2.6%;
		background-color: #004c99;
	}
	#sidebar .side-bnr > li,
	#sidebar .side-menu > li {
		margin-bottom:0;
		background-color: #fff;
		line-height: 1.1;
  font-size: 106.6%;
  font-weight: bold;
		padding:0 2.6%;
		border-bottom:1px solid #ccc;
	}
	#sidebar .side-bnr br,
	#sidebar .side-menu br {
		display:none;
	}
	#sidebar .side-bnr > li > a,
	#sidebar .side-menu > li > a,
 #sidebar .side-bnr.img-bnr > li > a,
	#sidebar #side-tw-yatyo a.bnr {
		display: block;
		width: 100%;
		min-height: 0;
		height: auto;
		padding:14px 0;
		background:none;
		color:inherit;
		text-decoration: none;
	}
 #sidebar .side-bnr.img-bnr > li > a {
  text-align: center;
 }
	#sidebar .side-menu > li > a:hover {
		text-decoration: none;
		color:inherit;
	}
	#sidebar .sub-menu-head {
		display: block;
		width: 100%;
		min-height: 0;
		height: auto;
		padding:14px 0;
		position:relative;
		background:#fff url(../images/btn_side_toggle_close.png) right center no-repeat;
		background-size: 20px auto;
	}
	#sidebar .sub-menu-head.close {
		background:#fff url(../images/btn_side_toggle_open.png) right center no-repeat;
		background-size: 20px auto;
	}
	#sidebar .va-m {
		display: inline;
		vertical-align: middle;
	}
	#sidebar #side-tw a.bnr,
	#sidebar #side-tw-01-02 a.bnr,
	#sidebar #side-tw-01-03 a.bnr,
	#sidebar #side-tw-01-04 a.bnr,
	#sidebar #side-tw-02-03 a.bnr,
	#sidebar #side-tw-03-01 a.bnr,
	#sidebar #side-tw-03-06 a.bnr,
	#sidebar #side-tw-03-07 a.bnr,
	#sidebar #side-tw-03-07-c a.bnr {
		display: block;
		background:none;
		height: auto;
		overflow: hidden;
		color:inherit;
		border-bottom: 1px solid #ededed;
	}
	#sidebar #side-tw iframe,
	#sidebar #side-tw-01-02 iframe,
	#sidebar #side-tw-01-03 iframe,
	#sidebar #side-tw-01-04 iframe,
	#sidebar #side-tw-02-03 iframe,
	#sidebar #side-tw-03-01 iframe,
	#sidebar #side-tw-03-06 iframe,
	#sidebar #side-tw-03-07 iframe,
	#sidebar #side-tw-03-07-c iframe{
		width: 1px !important;
		min-width: 100% !important;
	}
	#sidebar #side-rule {
		background:none;
		background-color: #fff;
		border:none;
		border-bottom:1px solid #ccc;
	}
	#sidebar #side-rule a {
		padding-left:0;
		min-height: 0;
	}
	#sidebar .side-menu {
		border-top:none;
		margin-bottom:0;
	}
	#sidebar .side-menu > li {
		border:none;
		border-top: none;
		border-bottom:1px solid #ccc;
	}
	#sidebar .sub-menu {
		margin:0 -2.6%;
	}
	#sidebar .sub-menu li {
		font-size:93%;
		font-weight: normal;
		background-color: #eee;
		border-top:1px solid #ccc;
	}
	#sidebar .sub-menu li:nth-child(odd){
		background-color: #eee;
	}
	#sidebar .sub-menu li > a{
		padding:11px 2.6%;
		display: block;
		color:inherit;
		text-decoration: none;
	}
	#sidebar .sub-menu li > a:hover {
		color:inherit;
		text-decoration: none;
	}
#sidebar #snav01,
#sidebar #snav02,
#sidebar #snav03,
#sidebar #snav04,
#sidebar #snav05,
#sidebar #snav06,
#sidebar #snav08,
#sidebar #snav09,
#sidebar #snav10,
#sidebar #snav11,
#sidebar #snav07 {
		background:none;
		background-color: #fff;
	}
#sidebar #snav02 .sub-menu-head,
#sidebar #snav11 .sub-menu-head,
#sidebar #snav06 .sub-menu-head {
	background:#fff url(../images/btn_side_toggle_close.png) right center no-repeat;
	background-size: 20px auto;
}
#sidebar #snav02 .sub-menu-head.close,
#sidebar #snav11 .sub-menu-head.close,
#sidebar #snav06 .sub-menu-head.close {
		background:#fff url(../images/btn_side_toggle_open.png) right center no-repeat;
		background-size: 20px auto;
}
	#sidebar #snav02 .sub-menu li{
	background-color: #eee;
}
	#sidebar #snav06 .small-txt,
 #sidebar #snav11 .small-txt {
		font-size:90%;
		font-weight: normal;
		display: block;
		margin-top:3px;
	}
#sidebar #snav01 > a,
#sidebar #snav02 > a,
#sidebar #snav03 > a,
#sidebar #snav04 > a,
#sidebar #snav05 > a,
#sidebar #snav08 > a,
#sidebar #snav09 > a,
#sidebar #snav10 > a,
#sidebar #snav07 > a{
		padding-left:0;
	}
	#sidebar #search-snav01,
	#sidebar #search-snav02,
	#sidebar #search-snav03,
	#sidebar #search-snav04,
	#sidebar #search-snav05,
	#sidebar #search-snav06,
	#sidebar #search-snav07,
	#sidebar #search-snav08,
	#sidebar #search-snav09,
	#sidebar #search-snav10{
		background:none;
		background-color: #fff;
	}
	#sidebar #search-snav01 > a,
	#sidebar #search-snav02 > a,
	#sidebar #search-snav03 > a,
	#sidebar #search-snav04 > a,
	#sidebar #search-snav05 > a,
	#sidebar #search-snav06 > a,
	#sidebar #search-snav07 > a,
	#sidebar #search-snav08 > a,
	#sidebar #search-snav09 > a,
	#sidebar #search-snav010 > a {
		padding-left:0;
	}
}
/*Side Calendar
-------------------------- */
#sidebar .calendar-area {
	margin-bottom: 20px;
}
#sidebar .calendar-area .ttl {
	font-size:114%;
	line-height: 1;
	color:#004c99;
	background:#cce5ff url(../images/icon_side_calendar.png) 10px center no-repeat;
	padding:10px 10px 10px 38px;
	margin-bottom:1px;
}
#sidebar .calendar {
	border-collapse: collapse;
	width: 100%;
	border:2px solid #004c99;
}
#sidebar .calendar caption {
	padding:10px 0;
	text-align: center;
	background-color:#cce5ff;
	line-height: 1.1;
}
#sidebar .calendar caption:after { content: ""; clear: both; display: block;}
#sidebar .calendar caption .prev {
	display:block;
	float:left;
	color:transparent;
	overflow:hidden;
	background:transparent url(../images/ico_arrow_blue_s_left.png) 10px center no-repeat;
	background-size: auto 9px;
	width:40px;
	height: 1.1em;
}
#sidebar .calendar caption .next {
	display:block;
	float:right;
	color:transparent;
	overflow:hidden;
	background:transparent url(../images/ico_arrow_blue_s.png) 21px center no-repeat;
	background-size: auto 9px;
	width:40px;
	height: 1.1em;
}
#sidebar .calendar caption .prev a,
#sidebar .calendar caption .next a {
	color:transparent;
	display: block;
	overflow: hidden;
}
#sidebar .calendar th, .calendar td {
	border: 1px solid #dcdcdc;
	text-align: center;
	padding:3px;
}
#sidebar .calendar th {
	background: #004c99;
	color:#fff;
}
#sidebar .calendar td a {
	text-decoration: underline;
	display: block;
	width: 100%;
	color:inherit;
}
#sidebar .calendar td a:hover {
	text-decoration: none;
}
#sidebar .calendar .today {
	background: #fffbcc;
}
#sidebar .calendar .active {
	background: #fff5f2;
}
#sidebar .calendar .saturday {
	color:#039;
}
#sidebar .calendar .sunday {
	color:#f00;
}
#sidebar .calendar .holiday {
	background: #fff5f2;
}
@media screen and (max-width: 736px){
	#sidebar .calendar-area {
		margin:0 2.6% 20px;
	}
	#sidebar .calendar-area .ttl {
		font-size:100%;
	}
	#sidebar .calendar {
		font-size:94%;
	}
	#sidebar .calendar td a:hover {
		text-decoration: underline;
	}
}
/*Side Archive
-------------------------- */
#sidebar .archive-area {
	margin-bottom: 20px;
}
#sidebar .archive-area .ttl {
	border:1px solid #749cc4;
	border-bottom:none;
	background-color: #004c99;
	padding:5px;
	color:#fff;
	text-align: center;
}
#sidebar .side-archive {
	border:1px solid #749cc4;
	border-top:none;
}
#sidebar .side-archive > li{
	/*border-top:1px solid #749cc4;*/
}
#sidebar .side-archive .sub-menu-head {
	padding-left: 15px;
	background:transparent url(../images/btn_side_toggle_close_s.png) 180px center no-repeat;
}
#sidebar .side-archive .sub-menu-head.close {
	background:transparent url(../images/btn_side_toggle_open_s.png) 180px center no-repeat;
}
#sidebar .side-archive .sub-menu {
	border-top:1px solid #749cc4;
}
@media screen and (max-width: 736px){
	#sidebar .archive-area {
		margin:0 2.6% 20px;
	}
	#sidebar .side-archive li {
		padding:0 2.6%;
	}
	#sidebar .side-archive .sub-menu-head {
		padding:10px 14px 10px 0;
		background:transparent url(../images/btn_side_toggle_close.png) right center no-repeat;
		background-size: 20px auto;
	}
	#sidebar .side-archive .sub-menu-head.close {
		background:transparent url(../images/btn_side_toggle_open.png) right center no-repeat;
		background-size: 20px auto;
	}
	#sidebar .side-archive .sub-menu {
		margin-left:-2.6%;
		margin-right:-2.6%;
	}
	#sidebar .side-archive .sub-menu li:first-child {
		border-top:none;
	}
}

/*Top Guide Map
------------------------------------------- */
#top-guidemap {
	margin-bottom:60px;
	padding-bottom: 1px;
}
#top-guidemap .ttl-area {
	margin-bottom:0;
}
#top-guidemap .map-desc {
	margin:10px 0;
}
#top-guidemap .map-desc:after { content: ""; clear: both; display: block;}
#top-guidemap .map-desc dt {
	float:left;
	margin-right:10px;
	padding:12px 20px 12px 15px;
	color:#fff;
	background:#004c99 url(../images/bg_desc_ttl_bl.png) right center no-repeat;
}
#top-guidemap .map-desc dd {
	overflow:hidden;
}
#top-guidemap .map-desc dd .mark {
	vertical-align:middle;
	margin-right: 5px;
	width:12px;
	height:12px;
}
#top-guidemap .map-area {
	position:relative;
	min-height: 1160px;
}
#top-guidemap .map-area .map-img {
	position:absolute;
}
#top-guidemap .map-area #top-guidemap-cont {
	position:absolute;
	width:820px;
	height: 1160px;
}
#top-guidemap-cont .desc {
	position:absolute;
	top:30px;
	right:0;
	padding:15px;
	-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
	background:rgba(256,256,256,0.8);
}
#top-guidemap-cont .desc:after { content: ""; clear: both; display: block;}
#top-guidemap-cont .desc dt {
	float:left;
	clear: left;
	margin-bottom:3px;
}
#top-guidemap-cont .desc .mark {
	vertical-align:middle;
	margin-bottom: 1px;
}
#top-guidemap-cont .desc dd {
	margin-left:19px;
	margin-bottom:3px;
	line-height: 1.5;
}
#top-guidemap-cont .area {
	position:absolute;
	border:3px solid #004c99;
}
#top-guidemap-cont .area.active {
	border:3px solid #ff6600;
}
#top-guidemap-cont .area dt {
	position: absolute;
	border:1px solid #004c99;
	font-weight: bold;
	font-size: 128%;
	line-height: 1.4;
	color:#004c99;
	-moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
	padding:2px 15px 2px 33px;
	background:#fff url(../images/icon_map_ttl.png) 10px center no-repeat;
	box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#top-guidemap-cont .area dt a {
	text-decoration: none;
	color: inherit;
}
#top-guidemap-cont .area dt a:hover{
	text-decoration: underline;
}
#top-guidemap-cont .area dd,
#top-guidemap-cont .outside{
	position: absolute;
	height: 13px;
	width: 13px;
	overflow: hidden;
	color:transparent;
}
#top-guidemap-cont .area dd.num {
	height: 28px;
	width: 28px;
}
#top-guidemap-cont .area dd a,
#top-guidemap-cont .outside a{
	color: transparent;
	display:block;
}
#top-guidemap-cont .area dd .mark,
#top-guidemap-cont .outside .mark{
	height: 13px;
	width: 13px;
}
#top-guidemap-cont .area dd.num .mark{
	height: 28px;
	width: 28px;
}
#top-guidemap-cont .area dd .tip-cont,
#top-guidemap-cont .outside .tip-cont{
	display:none;
}
#top-guidemap-cont .area#map-area01 {
	left:247px;
	top:322px;
	width:245px;
	height:329px;
}
#top-guidemap-cont #map-area01 dt {
	left:-32px;
	bottom:13px;
}
#top-guidemap-cont #map-area01 #area01-01 {
	left:59px;
	top:115px;
}
#top-guidemap-cont #map-area01 #area01-02 {
	left:38px;
	top:87px;
}
#top-guidemap-cont #map-area01 #area01-03 {
	left:106px;
	top:133px;
}
#top-guidemap-cont #map-area01 #area01-04 {
	left:14px;
	top:170px;
}
#top-guidemap-cont #map-area01 #area01-05 {
	left:146px;
	top:67px;
}
#top-guidemap-cont #map-area01 #area01-06 {
	left:30px;
	top:216px;
}
#top-guidemap-cont #map-area01 #area01-07 {
	left:60px;
	top:215px;
}
#top-guidemap-cont #map-area01 #area01-08 {
	left:76px;
	top:255px;
}
#top-guidemap-cont #map-area01 #area01-09 {
	left:175px;
	top:307px;
}
#top-guidemap-cont #map-area01 #area01-10 {
	left:100px;
	top:213px;
}
#top-guidemap-cont #map-area01 #area01-11 {
	left:100px;
	top:198px;
}
#top-guidemap-cont #map-area01 #area01-12 {
	left:196px;
	top:149px;
}
#top-guidemap-cont #map-area01 #area01-13 {
	left:166px;
	top:128px;
}
#top-guidemap-cont #map-area01 #area01-14 {
	left:108px;
	top:93px;
}
#top-guidemap-cont #map-area01 #area01-15 {
	left:203px;
	top:71px;
}
#top-guidemap-cont #map-area01 #area01-16 {
	left:150px;
	top:20px;
}
#top-guidemap-cont .area#map-area02 {
	left:247px;
	top:184px;
	width:245px;
	height:136px;
}
#top-guidemap-cont #map-area02 dt {
	right:-2px;
	top:-20px;
}
#top-guidemap-cont #map-area02 #area02-01 {
	left:30px;
	top:97px;
}
#top-guidemap-cont #map-area02 #area02-02 {
	left:174px;
	top:50px;
}
#top-guidemap-cont #map-area02 #area02-03 {
	left:82px;
	top:88px;
}
#top-guidemap-cont .area#map-area03 {
	left:528px;
	top:202px;
	width:260px;
	height:228px;
}
#top-guidemap-cont #map-area03 dt {
	right:-2px;
	top:-20px;
}
#top-guidemap-cont #map-area03 #area03-01 {
	left:38px;
	top:67px;
}
#top-guidemap-cont #map-area03 #area03-02 {
	left:50px;
	top:108px;
}
#top-guidemap-cont #map-area03 #area03-03 {
	left:111px;
	top:142px;
}
#top-guidemap-cont #map-area03 #area03-04 {
	left:211px;
	top:149px;
}
#top-guidemap-cont #map-area03 #area03-05 {
	left:140px;
	top:96px;
}
#top-guidemap-cont #map-area03 #area03-06 {
	left:110px;
	top:65px;
}
#top-guidemap-cont .area#map-area04 {
	left:649px;
	top:432px;
	width:139px;
	height:192px;
}
#top-guidemap-cont #map-area04 dt {
	left:-65px;
	top:10px;
}
#top-guidemap-cont #map-area04 #area04-01 {
	left:67px;
	top:153px;
}
#top-guidemap-cont #map-area04 #area04-02 {
	left:50px;
	top:102px;
}
#top-guidemap-cont #map-area04 #area04-03 {
	left:80px;
	top:70px;
}
#top-guidemap-cont #map-area04 #area04-04 {
	left:103px;
	top:5px;
}
#top-guidemap-cont .area#map-area05 {
	left:98px;
	top:661px;
	width:310px;
	height:396px;
}
#top-guidemap-cont #map-area05 dt {
	right:-45px;
	top:13px;
}
#top-guidemap-cont #map-area05 #area05-01 {
	left:103px;
	top:169px;
}
#top-guidemap-cont #map-area05 #area05-02 {
	left:32px;
	top:12px;
}
#top-guidemap-cont #map-area05 #area05-03 {
	left:107px;
	top:10px;
}
#top-guidemap-cont #map-area05 #area05-04 {
	left:61px;
	top:33px;
}
#top-guidemap-cont #map-area05 #area05-05 {
	left:47px;
	top:95px;
}
#top-guidemap-cont #map-area05 #area05-06 {
	left:163px;
	top:118px;
}
#top-guidemap-cont #map-area05 #area05-07 {
	left:74px;
	top:228px;
}
#top-guidemap-cont #map-area05 #area05-08 {
	left:193px;
	top:210px;
}
#top-guidemap-cont #map-area05 #area05-09 {
	left:213px;
	top:227px;
}
#top-guidemap-cont #map-area05 #area05-10 {
	left:279px;
	top:219px;
}
#top-guidemap-cont #map-area05 #area05-11 {
	left:93px;
	top:267px;
}
#top-guidemap-cont #map-area05 #area05-12 {
	left:95px;
	top:307px;
}
#top-guidemap-cont #map-area05 #area05-13 {
	left:175px;
	top:292px;
}
#top-guidemap-cont #map-area05 #area05-14 {
	left:46px;
	top:363px;
}
#top-guidemap-cont #map-area05 #area05-15 {
	left:114px;
	top:63px;
}
#top-guidemap-cont .outside#outside-01 {
	left:171px;
	top:76px;
}
#top-guidemap-cont .outside#outside-02 {
	left:534px;
	top:79px;
}
#top-guidemap-cont .outside#outside-03 {
	left:227px;
	top:200px;
}
#top-guidemap-cont .outside#outside-04 {
	left:192px;
	top:234px;
}
#top-guidemap-cont .outside#outside-05 {
	left:169px;
	top:450px;
}
/*powerTip overwrite*/
#powerTip {
	background-color: #A93764;
	padding: 5px;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}
#powerTip.n:before {
	border-top: 10px solid #A93764;
	border-top: 10px solid rgba(169, 55, 100, 1);
	bottom: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #A93764;
	border-bottom: 10px solid rgba(169, 55, 100, 1);
	top: -10px;
}
#powerTip .tip-inner .name {
	font-size:120%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0 5px;
}
#powerTip .tip-inner .ph {
	text-align:center;
	display: block;
	padding-bottom:5px;
}
@media screen and (max-width: 736px) {
	#top-guidemap {
		padding-top:0px;
		margin-bottom: 0;
	}
	#top-guidemap .map-desc {
		display:none;
	}
	#top-guidemap .map-area {
		position:relative;
		min-height: 0;
	}
	#top-guidemap .map-area .map-img {
		display:none;
	}
	#top-guidemap .map-area #top-guidemap-cont {
		display:none;
	}
}
/*Map Side Menu
--------------- */
#top-guidemap .map-area #top-guidemap-menu {
	float:right;
	position:relative;
	margin-top:30px;
	margin-right: 20px;
	padding: 10px;
	width:220px;
	background-color: #004c99;
}
#top-guidemap-menu .area {
	padding-top:1px;
	padding-bottom: 8px;
	background-color: #fff;
	margin-bottom: 40px;
}
#top-guidemap-menu .area.lowest {
	margin-bottom: 0;
}
#top-guidemap-menu .area dt {
	border:2px solid #fff;
	font-size: 128%;
	color:#004c99;
	-moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
	text-align: center;
	background-color: #004c99;
	width:180px;
	margin:0 10px 0;
	margin-top:-20px;
	position:relative;
}
#top-guidemap-menu .area dt:before {
	content:'';
	position:absolute;
	width:15px;
	height: 21px;
	top:-5px;
	left:-2px;
	background:transparent url(../images/icon_map_menu_pin.png) left top no-repeat;
}
#top-guidemap-menu .area dt a {
	display:block;
	text-decoration: none;
	color: #fff;
	padding:4px 15px;
}
#top-guidemap-menu .area dt a:hover {
	text-decoration: underline;
}
#top-guidemap-menu .area dd {
	background:transparent url(../images/ico_arrow_blue_s.png) 10px 0.7em no-repeat;
	background-size: auto 9px;
	padding:5px 10px 5px 25px;
	line-height: 1.3;
}
#top-guidemap-menu .area dd a {
	color:inherit;
	text-decoration: none;
}
#top-guidemap-menu .area dd a span {
	text-decoration: underline;
}
#top-guidemap-menu .area dd a:hover span {
	color:#f00;
}
#top-guidemap-menu .area dd a span.haveimg {
	color:#007c40;
}
#top-guidemap-menu .area dd a span.haveimg:hover {
	color:#f00;
}
#top-guidemap-menu .area dd a span .icon-blanklink {
	padding-right:0;
}
#top-guidemap-menu .area dd a span img.num {
	vertical-align: middle;
	line-height: 1;
	margin-right: 2px;
	margin-top: -4px;
	margin-bottom: -4px;
	margin-left: -2px;
	height: 22px;
	width: 22px;
}
#top-guidemap-menu .area dd a span#point-area01-01 img.num {
	margin-bottom: 0;
}
#top-guidemap-menu .area dd a span#point-area01-02 {
	line-height: 1.6;
}
#top-guidemap-menu .area dd a span#point-area01-03 img.num {
	margin-bottom: 0;
}
#top-guidemap-menu .area dd a span#point-area01-04 img.num {
	margin-bottom: 0;
}
#top-guidemap-menu .area dd a span#point-area01-05 img.num {
	margin-bottom: 0;
}
#top-guidemap-menu .area dd a span#point-area04-01 img.num {
	margin-bottom: 0;
}
#top-guidemap-menu .area dd a span#point-area04-02 {
	line-height: 1.6;
}
#top-guidemap-menu .area dd a span#point-area04-03 img.num {
	margin-bottom: 0;
}
@media screen and (max-width: 736px) {
	#top-guidemap .map-area #top-guidemap-menu {
		float:none;
		margin-top:0;
		margin-right: 0;
		padding: 0;
		width:100%;
		background-color:transparent;
	}
	#top-guidemap-menu .area {
		padding-top:0;
		padding-bottom: 0;
		background-color: transparent;
		margin-bottom: 0;
	}
	#top-guidemap-menu .area:after { content: ""; clear: both; display: block;}
	#top-guidemap-menu .area dt {
		border:none;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		font-size: 120%;
		font-weight: bold;
		-moz-border-radius:0;
		-webkit-border-radius: 0;
		border-radius:0;
		text-align: left;
		background-color: #ddeeff;
		width:auto;
		margin:-1px 0 0 0;
	}
	#top-guidemap-menu .area dt:before {
		display:none;
	}
	#top-guidemap-menu .area dt a {
		display:block;
		text-decoration: none;
		color:#333;
		padding:7px 2.6%;
	}
	#top-guidemap-menu .area dt a:hover {
		text-decoration: none;
	}
	#top-guidemap-menu .area dd {
		line-height: 1.3;
		font-size: 106%;
		background: none;
		padding:0;
		width:50%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float:left;
		margin:-1px 0 0 0;
		vertical-align: middle;
		display: table;
		height: 3em;
	}
	#top-guidemap-menu .area dd:nth-child(even){
		clear:left;
		border-right: 1px solid #ccc;
	}
	#top-guidemap-menu .area dd a {
		color:inherit;
		background:transparent url(../images/ico_arrow_blue_s.png) 10px center no-repeat;
		background-size: auto 9px;
		padding:3px 10px 2px 25px;
		display:table-cell;
		vertical-align: middle;
		text-decoration: none;
	}
	#top-guidemap-menu .area dd a span {
		text-decoration: none;
	}
	#top-guidemap-menu .area dd a:hover span {
		color:inherit;
	}
	#top-guidemap-menu .area dd a span.haveimg {
		color:inherit;
	}
	#top-guidemap-menu .area dd a span.haveimg:hover {
		color:inherit;
	}
	#top-guidemap-menu .area dd a span img.num {
		display:none;
	}
	#top-guidemap-menu .area dd a span#point-area01-02,
	#top-guidemap-menu .area dd a span#point-area04-02{
		line-height: 1.3;
	}
}
/*Global Footer
------------------------------------------- */
#gl-footer {
	/*margin-top:100px;*/
	padding-bottom: 20px;
	background:#bdf0f3 url(../images/bg_gl_footer.png) left top repeat-x;
}
#gl-footer .container {
	position:relative;
	padding-top: 40px;
}
/*To Page Top Link
--------------- */
#to-pagetop {
	position:absolute;
	top:20px;
	/*width:1210px;*/
	width:100%;
	max-width: 1100px;
	height:1px;
}
#to-pagetop.add-fix {
	position:fixed;
	bottom:10px;
	right:auto;
	top:auto;
}
#to-pagetop a {
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	right:0;
	bottom:0;
}
#gl-footer .upperarea .bnr {
	padding-bottom:40px;
}
#gl-footer .upperarea .bnr:after { content: ""; clear: both; display: block;}
#gl-footer .upperarea .bnr li {
	margin-left:16px;
	float:left;
}
#gl-footer .upperarea .bnr li:first-child {
	margin-left:0;
}
#gl-footer .midarea {
	position:relative;
	overflow: hidden;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:23px 0;
	margin-bottom: 20px;
}
#gl-footer .midarea:after { content: ""; clear: both; display: block;}
#gl-footer #foot-nav {
	position: relative;
 left: 50%;
 float: left;
}
#gl-footer #foot-nav:after { content: ""; clear: both; display: block;}
#gl-footer #foot-nav li {
	float:left;
	background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
	background-size: 8px auto;
	padding-left:14px;
	margin-left: 34px;
	line-height: 1.2;
	position: relative;
 left: -50%;
 float: left;
}
#gl-footer #foot-nav li:first-child {
	margin-left:0;
}
#gl-footer #foot-nav li a {
	color:inherit;
	text-decoration: none;
}
#gl-footer #foot-nav li a:hover {
	text-decoration: underline;
}
#gl-footer .lowerarea {
	position: relative;
}
#gl-footer .lowerarea:after { content: ""; clear: both; display: block;}
#gl-footer .lowerarea .l-col {
	border-right:1px solid #666;
	width:300px;
}
#gl-footer .copy {
	font-size:86%;
	line-height: 1.2;
}
#gl-footer .logo {
	margin-top:2px;
	padding-right:44px;
}
#gl-footer .lowerarea .r-col {
	width:800px;
	padding:3px 0 15px 40px;
}
#gl-footer .lowerarea .name {
	font-weight: bold;
	font-size:128%;
	line-height: 1.15;
	margin-bottom:5px;
}
#gl-footer .lowerarea .name .en {
	font-weight: normal;
	font-size:66%;
}
#gl-footer address br.sp {
	display:none;
}
#gl-footer .copyright {
	font-size:71%;
	text-align: right;
	clear: both;
	position:absolute;
	bottom:0;
	right: 0;
}
@media screen and (max-width: 736px) {
	#gl-footer {
		margin-top:30px;
		padding-bottom: 20px;
		background-size: 11% auto;
	}
	#gl-footer .container {
		position:relative;
	}
	/*To Page Top Link
	--------------- */
	#to-pagetop {
		position:absolute;
		top:50px;
		width:100%;
		height:1px;
		z-index: 100;
	}
	#to-pagetop a {
		display:block;
		width:60px;
		height:60px;
		position:absolute;
		right:2.6%;
		bottom:0;
	}
	#gl-footer .upperarea .bnr {
		display:none;
	}
	#gl-footer .midarea {
		position:relative;
		border-top:none;
		border-bottom:none;
		padding:40px 2.6% 25px;
		margin: 0;
	}
	#gl-footer #foot-nav {
		position:static;
		float: none;
	}
	#gl-footer #foot-nav li {
		float:none;
		background:none;
		padding-left:2.6%;
		margin-left: 0;
		font-size: 93%;
		line-height: 1.2;
		position:static;
		border-top:1px solid #fff;
	}
	#gl-footer #foot-nav li:last-child {
		border-bottom:1px solid #fff;
	}
	#gl-footer #foot-nav li a {
		color:inherit;
		text-decoration: none;
		display: block;
		background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
		background-size: 8px auto;
		padding:8px 0 8px 14px;
	}
	#gl-footer #foot-nav li a:hover {
		text-decoration: none;
	}
	#gl-footer #head-lang {
		font-size: 93%;
		line-height: 1.2;
		border-bottom:1px solid #fff;
	}
	#gl-footer #head-lang:after { content: ""; clear: both; display: block;}
	#gl-footer #head-lang dt {
		
		padding:8px 2.6% 8px;
}
	#gl-footer #head-lang dd {
		float:left;
		width: 50%;
		padding:8px 2.6%;
		padding-left:calc(2.6% + 14px);
		background:transparent url(../images/ico_arrow_blue_s.png) 5.2% center no-repeat;
		background-size: 8px auto;
	}
	
	#gl-footer .lowerarea {
		padding:0 2.6%;
	}
	#gl-footer .lowerarea .l-col {
		border-right:none;
		float:none;
		width:auto;
		text-align: center;
		margin: 15px 0;
	}
	#gl-footer .copy {
		font-size:73%;
		line-height: 1.2;
	}
	#gl-footer .copy br {
		display:none;
	}
	#gl-footer .logo {
		margin-top:2px;
		padding-right:0;
	}
	#gl-footer .lowerarea .r-col {
		width:100%;
		padding:0;
		float:none;
		text-align: center;
	}
	#gl-footer .lowerarea .name {
		font-weight: bold;
		font-size:93%;
		line-height: 1.3;
		margin-bottom:10px;
	}
	#gl-footer .lowerarea .name .en {
		font-weight: normal;
		font-size:80%;
	}
	#gl-footer address {
		font-size: 93%;
	}
	#gl-footer address br.sp {
		display:inline;
	}
	#gl-footer .copyright {
		font-size:73%;
		text-align: center;
		position:static;
	}
}