@charset "utf-8";
/* CSS Document */

/* --------------------------
     Header
-------------------------- */
#header{
	border-bottom:4px solid #0064a7;
	padding:10px;
}
.headTxt{
	text-indent:-9999px;
}
#h_logo{
	float:left;
	width:90px;
}
#h_logo img{
	width:100%;
	height:auto;
	display: block;
}
#h_right{
	float:right;
}
#sitemap-open{
	float:right;
	border:1px solid #CCC;
	width:30px; height:30px;
	padding:3px;
	margin:3px 0 0 5px;
	font-size:9px;
	line-height:1.3;
	text-align:center;
}
#sitemap-open a{
	color:#0064a7;
	text-decoration:none;
}
#sitemap-box{
	clear:both;
	position:absolute;
	width:100%;
	left:0;
	top:65px;
	display:none;
	color:#FFF;
}
.sp #sitemap-box.open{ display:block;}
.sp #sitemap-inner{
	padding-bottom:10px;
	position:relative;
	z-index:10000;
	background:#0064a7;
	overflow:hidden;
}
.sp #sitemap-inner li a{
	color:#FFF;
	display:block;
	border-bottom:1px solid #AAA;
	padding:10px;
	text-align:left;
	text-decoration:none;
}
.sp #sitemap-inner li a:before{
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #FFF;
	margin-right:5px;
}
.sp #sitemap-bg{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:65px;
	left:0;
	opacity:0.5;
	background:#000;
	z-index:9;
}
.sp #sitemap-bg.open{ display:block;}
.sp #sitemap-box{
	clear:both;
	position:absolute;
	width:100%;
}
.sp #sitemap-close{
	padding:10px;
	clear:both;
}
#h_right p.sp{
	float:left;
	margin-top:3px;
}
#h_right p.sp a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	background:url(../img/common_r/ico_mail.png) no-repeat 10px center #0064a7;
	background-size:14px 10px;
	padding:9px 10px 9px 30px;
}
#gNav{
	clear:both;
}

/* --------------------------
     スマートフォン横
-------------------------- */ 
@media only screen and (min-width: 480px) {
.sp #sitemap-inner li{
	width:50%;
	float:left;
}
}

/* --------------------------
     タブレット端末
-------------------------- */ 
@media only screen and (min-width: 768px) {

#header .sp, #gNav .sp{ display:none;}
#header .pc, #gNav .pc{ display:block;}

#header{
	border-bottom:none;
	padding:0;
}
.headTxt, .un-index h1, h1{
	position:absolute;
	top:0; left: 0px;
	text-indent:0px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka,' ＭＳ Ｐゴシック', MS PGothic,' sans-serif';
}
#h_logo {
	width: 120px;
	margin:10px 10px 15px;
}
#h_right {
}
#h_right p.pc{
	float:right;
	padding-left:18px;
}
#h_right ul{
	float:right;
	margin-top:3px
}
#h_right ul li{
	float:left;
	/*padding:3px 5px;*/
	margin-left: 18px;
}
/*#h_right ul li.firstC{
	border-left:none;
}*/
#h_right ul li img{
	display:block;
	height:14px;
	width:auto;
}
#h_right ul li iframe{
	display:inline;
}
#gNav{
	width:100%;
	height:auto;
} 
#gNav ul{
	overflow:hidden;
	display:inline-block;
}
#gNav li{
	float:left;
	height:100%;
	text-align:center;
	position:relative;
}
#gNav li img{
	height:auto;
	display:block;
}
}

/* --------------------------
     PC端末
-------------------------- */ 
@media only screen and (min-width: 960px){
#header{
	border-bottom:none;
	padding:0;
}
#header img, #header a{
	display: block;
}
.headTxt, .un-index h1, h1{
	width:960px;
	padding: 0 10px;
	position:absolute;
	top:5px;
	left: 50%;
	text-align:right;
	text-indent:0px;
	margin-left: -490px;
}
#h_logo {
	width: 155px;
	margin:15px 0 15px 10px;
}
#h_right {
	/*width: 331px;*/
	margin: 25px 10px 0 0;
}
#h_right p.pc{
	float:right;
	padding-left: 18px;
}
#h_right ul{
	float:left;
	margin-top:9px
}
#h_right ul li{
	float:left;
	/*padding:3px 5px;*/
	margin-left: 18px;
}
/*#h_right ul li.firstC{
	border-left:none;
}*/
#h_right ul li img{
	display:block;
	height:12px;
}
#gNav{
	height:25px;
	margin-bottom: 6px;
}
#gNav ul{
	width:768px;
	margin:-32px auto 0;
	padding-left:192px
}
#gNav li{
	float:left;
}
}
