


/* スマホ ナビゲーション　ヘッダエリア
------------------------------------------------------------------------------------------------------------------------ */

/* グローバルナビ スマホ開閉メニュー
------------------------------------*/
#sp-MenuBox{
	display:none;
	}
.sp-gNavOpen{
	display:none;
	}
@media screen and (max-width: 640px)  {
.sp-gNavOpen {
	display:block;
	width:46px;
	height:41px;
	margin:8px 8px 0px 0px;
	padding:3px 0px 0px 0px;
	float:right;
	position:fixed;
	z-index:2900;
	right: 0;
	background:#004098;
	background-color:none;
	color:#FFF;
	border-radius:4px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	}
	.sp-gNavOpen .line{
		margin-top:6px;
		display:block;
		width:34px;
		height:2px;
		background-color:#FFFFFF;
		position:absolute;
		left:6px;
	}
	.sp-gNavOpen .line01{
		top:15px;
		transition:transform 0.3s;
	}
	.sp-gNavOpen .line02{
		top:21px;
	}
	.sp-gNavOpen .line03{
		top:27px;
		transition:transform 0.3s;
	}
	
	/* キーclose */
	.sp-gNavOpen.active .line{
		width:22px;
		left:11px;
		transform:rotate(45deg);
	}
	.sp-gNavOpen.active .line01{
		top:21px;
		transform:rotate(45deg);
	}
	.sp-gNavOpen.active .line02{
		opacity:0;
	}
	.sp-gNavOpen.active .line03{
		top:21px;
		transform:rotate(135deg);
	}

#sp-MenuBox{
	position:fixed;
	z-index:2899;	
	display:block;
	margin:0px auto 0 auto;
	width:100%; 
	text-align:center;
	clear:both;
	}
#sp-MenuBox #sp-headLogoArea {
	position:fixed;
	width:230px;
	height:auto;
	}
#sp-MenuBox .sp-MenuBoxIn {
	position:fixed;	
	width: 100%;
	background:#FFFFFF;
	padding:56px 0 6px 0;	
	box-shadow:0px 4px 4px 0px #cccccc;	
	}

.LoginDrawer{
	position:absolute;
	z-index:2;
	opacity:0;
	box-shadow: 0 2% 2% rgba(0,0,0,0.2);
	-webkit-transform:translate(0, -450px);
	transform:translate(0px, -450px);
	-webkit-transition:opacity 1s,-webkit-transform 0.6s/*,box-shadow 1s*/;
	transition:opacity 1s,transform 0.6s/*,box-shadow 1s*/;
	}
.LoginDrawer.active{
	opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	}
.LoginDrawer.activeC{
	opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	}
#sp-MenuBox .sp-gNavClose {
	padding:2% 0;
	background:url(../images/gn_close.png) no-repeat 37% 50%;
	background-size:6%;
	width:100%; 
	}
#sp-MenuBox .sp-gNavClose a {
	font-size:120%;
	font-weight:bold;
	color:#00C2ED;
	text-decoration:none;
	}


/* コンテンツ------------------------------------------------------------------------------------------------------------------------------------ */
#contents_baseBk {
	margin:0px;
	width:100%; 
	padding-bottom:10px;
	}


/*見出し類
------------------------------------------------------------------------------------------------------------------------------------------------------- */
.contents_title {
	width:auto;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/bg_header02_local.png) repeat-x left top;
	background-size:auto;
	margin:0px;
	padding:65px 0px 12px 1%;
	line-height:120%;
	position:relative;
	box-sizing:border-box;
	text-shadow: 1px 1px 2px #00C3EA;
	}
.contents_title span.arrow {
	margin:0px;
	padding:6px 0px 6px 10px;
	}	

.contents_title span.sp_btn_newsList {
	margin:0px;
	padding:0px;
	position:absolute;
	top:6px;
	right:7px;
	}
.contents_title span.sp_btn_newsList img {
	width:88px;
	margin:0px;
	padding:0px;
	}


/*ナビゲーション_ボタンタイプ-----------------------------------------------------------------------------------------------------------------------------------*/

.gnav_box {
	margin:0px auto 0px auto;
	padding:6px 0px 6px 0px;
	text-align:center;
	clear:both;
	box-sizing:border-box;
}
	
/*事業者向けの場合*/.hdBiz .gnav_box.gnavBiz {
	background: url("../images/bg_hd_biz01.png") repeat;
	background-color: #2d64bc;
	background-size: 100%;
}
/*事業者向けの場合*/.hdBiz .gnav_box.gnavLand {
	display: none;
}

/*一般向けの場合*/.hdLand .gnav_box.gnavLand {
	background: #28a5e4;
}
/*一般向けの場合*/.hdLand .gnav_box.gnavBiz {
	display: none;
}


.gnavTitle {
	margin:0px 6px 0px 6px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	padding:0px;
	text-indent: 0.3em;
	color:#ffffff;
	box-sizing:border-box;
	}
.gnav_box ul {
	margin:8px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:auto;
	text-align:center;
	box-sizing:border-box;
	}
.gnav_box ul li {
	width:29.5%;
	height:45px;
	font-size:12px;
	line-height:110%;
	list-style:none;
	vertical-align:middle;
	margin:0px 0px 8px 0px;
	display:inline-block;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	border-radius:4px;
	border:2px solid #ffffff;
	box-sizing:border-box;
}
.gnav_box ul li a {
	letter-spacing: -0.01em;
	display:inline-block;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	vertical-align:middle;
	box-sizing:border-box;
	color: #FFFFFF;
}
.gnav_box ul li a span {
	display: block;
}

/*サブナビゲーション（ボタンタイプ）--------------------------------------------------------------------------------------------------------------*/
.sp-subnav_box {
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	clear:both;
	background:#DEF1F7;
	box-sizing:border-box;
	}
.sp-subnav_box ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	}
.sp-subnav_box ul li {
	margin:8px 0% 8px 0%;
	width:30%;
	height:43px;
	list-style:none;
	vertical-align:middle;
	background: #ffffff;
	display:inline-block;
	border-radius:4px;
	border:2px solid #badaf1;
	box-sizing:border-box;
	}

.sp-subnav_box ul li a {
	letter-spacing: -0.01em;
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	font-size:12.5px;
	font-weight:bold;
	vertical-align:middle;
	line-height:120%;
	color:#004098;
	box-sizing:border-box;
	}

.sp-subnav_box ul li a a span {
	display: block;
	}
.katakana {
	letter-spacing: -0.15em;
	white-space: nowrap;	
}
p.gyo1 {
	margin-top:16px;	
	font-weight:bold;
	}
p.gyo2 {
	margin-top:7px;	
	font-weight:bold;
}
p.gyo2 span {
	display: block;
	line-height:110%;
}
p.gyo3 {
	margin-top:5px;
	line-height:110%;
	font-weight:bold;
}
p#gyo_tra {
	text-align:left;
	margin-left:2px;
	font-weight:bold;
}
/*サブナビゲーション02（ボタンタイプ）--------------------------------------------------------------------------------------------------------------*/
.sp-subnav_box01 {
	width:100%;
	margin:12px auto 0px auto;
	padding:0px 0px 4px 0px;
	text-align:center;
	clear:both;
	background:#FFFFFF;
	box-sizing:border-box;
	}
.sp-subnav_box01 ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	/*text-align:left;*/
	width:100%;
	box-sizing:border-box;
	}
.sp-subnav_box01 ul li {
	width:44.5%;
	list-style:none;
	vertical-align:middle;
	margin:0px 1% 0px 1%;
	padding:2px 0px 6px 0px;
	display:inline-block;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	background: url(../images/sp_btn_pc.png) repeat-x center bottom;
	background-size:contain;
	border-radius:4px;
	box-sizing:border-box;
}
.sp-subnav_box01 ul li a {
	letter-spacing: -0.01em;
	display:inline-block;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#ffffff;
	box-sizing:border-box;
	}
 ul li a span {
	display: block;
}
.sp-subnav_box01 ul li:nth-child(1){
	background:#004098;
}
.sp-subnav_box01 ul li:nth-child(2){
	background:#ff8b02;
}

/*サブナビゲーション02（ボタンタイプ）--------------------------------------------------------------------------------------------------------------*/
.sp-subnav_box02 {
	width:100%;
	margin:12px auto 4px auto;
	padding:0px 0px 4px 0px;
	text-align:center;
	clear:both;
	background:#FFFFFF;
	box-sizing:border-box;
	}
.sp-subnav_box02 ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	/*text-align:left;*/
	width:100%;
	box-sizing:border-box;
	}
.sp-subnav_box02 ul li {
	width:29%;
	height:24px;
	list-style:none;
	vertical-align:middle;
	margin:0px 1% 6px 1%;
	display:inline-block;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	background: url(../images/sp_btn_pc.png) repeat-x center bottom;
	background-size:contain;
	border-radius:4px;
	border:2px solid #DFDFD0;
	background:#DFDFD0;
	box-sizing:border-box;
}
.sp-subnav_box02 ul li a {
	letter-spacing: -0.01em;
	display:inline-block;
	padding:2px 0px 6px 0px;
	*display: inline;/*スターハック*/
	*zoom: 1;/*スターハック*/
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#77774A;
	box-sizing:border-box;
	}
 ul li a span {
	display: block;
}

.sp-subnav_box02 ul li.contactJp {
	margin:0px -1% 6px 1%;
	width:29.5%;
	border-radius:4px 0px 0px 4px;
	box-sizing:border-box;
}
.sp-subnav_box02 ul li.contactEn {
	margin:0px 1% 6px -1%;
	width:29.5%;
	border-radius:0px 4px 4px 0px;
	border-left: 2px dotted #77774A;
	box-sizing:border-box;
}

	
/*サブナビゲーション（スマホ版メニュー サイト内検索ボタン）*/
.sp-subnav_box03 {
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 4px 0px;
	text-align:center;
	clear:both;
	background:#FFFFFF;
	box-sizing:border-box;
	}
.sp-subnav_box03 ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	/*text-align:left;*/
	width:100%;
	box-sizing:border-box;
	}
.sp-subnav_box03 ul li {
	width:50%;
	height:30px;
	list-style:none;
	vertical-align:middle;
	margin:0px auto 4px auto;
	display:inline-block;
	border-radius:4px;
	border:2px solid #999999;
	background:#999999;
	box-sizing:border-box;
}
.sp-subnav_box03 ul li a {
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	line-height:26px;
	color:#ffffff;
	box-sizing:border-box;
	}
.sp-subnav_box03 ul li a img {
	margin: 3px 3px 3px 0px;
	width:20px;
	box-sizing:border-box;
	}
}	





/* サイド　バナーエリア
------------------------------------------------------------------------------------------------------------------------- */
.sp_bannerBox {
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	clear:both;
	box-sizing:border-box;
	}
.sp_bannerBox ul {
	margin:0px 0px 0px 0px;
	list-style:none;
	border-bottom: none;
	box-sizing:border-box;
	}
.sp_bannerBox li {
	padding:0px 0px 12px 0px;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	}
.sp_bannerBox li img {
	width:90%;
	}


.sp_bannerBox.sp_smileSoft {
	margin:-10px 0px 10px 0px;
	padding:0px 0px 6px 0px;
	text-align:center;
	clear:both;
	background:#DEF1F7;
	box-sizing:border-box;
	}
.sp_bannerBox.sp_bannerBox li img {
	width:94%;
	box-sizing:border-box;
	}


