@charset "UTF-8";
/*739px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:26px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:26px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#FF2600;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*iframeスクロール中は固定*/
.map{
	cursor:pointer;
}
.map iframe{
	pointer-events: none;
}
.map.on iframe{
	pointer-events: auto;
}
/*標準のリンク*/
a{
	color: #004D99;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*-------------------------フッター固定（footer=400px）*/
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -400px;
}
#contents{
	padding-bottom:400px;
}
footer {
	height:400px;
	overflow:hidden;
}
.frame{
	margin:0 auto;
	text-align:left;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
}
/*-------------------------言語*/
header .language{
	width:100%;
	background:#004D99;
}
header .language ul{
}
header .language li{
	float:left;
	font-size:12px;
	line-height:30px;
}
header .language li a{
	display:block;
	color:#FFF;
	padding:0 10px;
}
header .language li a:hover{
	background:#000;
	background:rgba(0,0,0,0.5);
}
/*-------------------------グローバルメニュー*/
header nav{
}
header nav a{
	display:block;
}
header nav a:hover,
header nav li a.current{
	background:#E6F3F9;
}
header nav h1{
	margin-right:60px;
}
header nav h1 a{
	padding:1px 10px 3px 10px;
}
header nav h1 img{
	width:176px;
	height:56px;
}
/*-------------------------メニューボタン*/
#nav_open{
	width:60px;
	height:60px;
	text-indent:-9999em;
	position:absolute;
	top:30px;
	right:0;
	z-index:1000;
}
#nav_open span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav_open span{
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	background: #0083C2;
}
#nav_open span:nth-of-type(1){
	top: 19px;
}
#nav_open span:nth-of-type(2){
	top: 29px;
}
#nav_open span:nth-of-type(3){
	top: 39px;
}
/*開いた時*/
#nav_open.open span:nth-of-type(1){
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#nav_open.open span:nth-of-type(2){
	opacity: 0;
}
#nav_open.open span:nth-of-type(3){
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/*-------------------------グローバルメニュー*/
header nav ul{
	display:none;
}
header nav li{
	letter-spacing:1px;
}
header nav li a{
	font-size:16px;
	line-height:45px;
	padding:0px 15px;
	color:#0083C2;
	font-weight:bold;
	border-top:1px solid #7FC1E0;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents{
}
#contents .accordion{
	display:none;
}


/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
	background:#F2F6FA;
}
#path p{
	font-size:10px;
	line-height:20px;
	letter-spacing:1px;
	color:#666666;
	padding:5px;
}
#path a:hover{
	text-decoration:underline;
}
#path strong{
	font-weight:normal;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer{
	color:#0083C2;
	background:#F2F6FA;
	padding:55px 15px 0 15px;
	position:relative;
}
footer a{
	color:#0083C2;
}
footer a:hover{
	text-decoration:underline;
}
footer div.frame{
}
/*-------------------------上へ*/
#toPageTop {
	position:absolute;
	top: 0;
	right: 0;
	width:100%;
	height:50px;
	overflow:hidden;
	background:#000000;
	text-align:center;
}
#toPageTop img{
	width:50px;
	height:50px;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	background:rgba(0,0,0,0.5);
}
/*-------------------------フッターナビ*/
footer nav dt{
	font-size:14px;
	line-height:35px;
	background:url(images/footer_ya.png) left no-repeat;
	background-size:8px 12px;
	padding-left:10px;
	float:left;
	width:50%;
}
footer nav dd{
	display:none;
}
footer nav dt.bayac{
	width:100%;
}
/*-------------------------data*/
footer div.data{
	padding:10px;
	border:1px solid #0083C2;
	margin:5px 0;
	text-align:center;
}
footer div.data p{
	font-size:12px;
	line-height:20px;
}
footer div.data br{
	display:none;
}
footer div.data p:last-child br:last-child{
	display:inline;
}
/*-------------------------コピーライト*/
footer small{
	display:block;
	font-family:arial;
	font-size:12px;
	line-height:25px;
	text-align:center;
}

.link-display-pc {
	/* 表示する	 */
}
.link-display-sp{
	display: none;
}