@charset "UTF-8";

#global_header {
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: none;
}

/* Header1 ----------------------------------------------------- */
#header1 { 
	width:100%;
	height:auto;
	margin: 0;
	padding: 6px 5px;
	
	background-color: #b3b3b3;
}

#header1 .mnane {
	margin: 0 0 0 0px;
	padding: 3px 5px 0 16px;
	background-image:url(../images/icn_h.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-size: 12px auto;
	float:left;
	font-size:80%;
	font-feature-settings: "palt";
}
#header1 ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type : none;
}
#header1 ul li { 
	display : inline; 
	padding :0px; 
	margin:0px;
	float:left; 
}
#header1 ul li:nth-of-type(2) { 
	 margin-left: 4px;
}
#header1 ul li.login a, .registration a, .logout a{ 
	width: 94px;
	height:23px;
	text-indent: -9999px;
	display:block;
}
#header1 ul li.change a{ 
	width: 110px;
	height:23px;
	text-indent: -9999px;
	display:block;
}
li.login a       {background:url(../images/btn_login_sp.gif) no-repeat left top;}
li.login a:hover {background:url(../images/btn_login_sp.gif) no-repeat left bottom;}
li.registration a       {background:url(../images/btn_registration_sp.gif) no-repeat left top;}
li.registration a:hover {background:url(../images/btn_registration_sp.gif) no-repeat left bottom;}
li.change a       {background:url(../images/btn_change_sp.gif) no-repeat left top;}
li.change a:hover {background:url(../images/btn_change_sp.gif) no-repeat left bottom;}
li.logout a       {background:url(../images/btn_logout_sp.gif) no-repeat left top;}
li.logout a:hover {background:url(../images/btn_logout_sp.gif) no-repeat left bottom;}

.totop {
	display: none;
}

#header1 form{ 
	display: none;
}


/* Header ----------------------------------------------------- */
#header {
	width:100%;
	height:auto;
	margin: 0;	
	padding: 4px;
}
#header {
	background-repeat: no-repeat;
	/*background-position: center right 3px;*/
	/* SP月画像不要 */
	background-position: center left -1000px;
	/*background-size: auto 39px;*/
}
#header h1 a {
	/*width:151px;
	height:35px;*/
	width: 196px;
	height: 45px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:url(../images/tp_tlogo.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	background-size: contain;
	display:block;
	float:left;
}
#header p a {
	/*width:151px;
	height:35px;*/
	width: 196px;
	height: 45px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:url(../images/tp_tlogo.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	background-size: contain;
	display:block;
	float:left;
}
#header .headad {
	display: none;
}

/* 年月日 */
#header .dataBox {
	font-size: 14px;
	padding-left: 9px;
	padding-top: 8px;
	padding-top: 16px;
	background: none;
	float:left;
	font-feature-settings: "palt";
}
/* 年月日 */
#header .dataBox span {
	font-size: 18px;
	font-weight: bold;
}


/* Global Navigation ----------------------------------------------------- */
#global_navigation { 
	width:100%;
	height:auto;
	margin: 0;
}
#global_navigation .dataBox {
	display: none;
}
#global_navigation ul {
	float: none;
	padding: 0;
	display: flex;
}
#global_navigation ul li { 
	float: none;
	width: 50%;
}
#global_navigation ul li:nth-of-type(1),
#global_navigation ul li:nth-of-type(6){ 
	border-right: 1px solid #fff;
}

#global_navigation ul li:nth-of-type(2),
#global_navigation ul li:nth-of-type(3),
#global_navigation ul li:nth-of-type(4),
#global_navigation ul li:nth-of-type(5)
/*#global_navigation ul li:nth-of-type(7)*/{ 
	display: none;
}
#global_navigation ul li a { 
	width: 100%;
	background-color:#0d3896;
	color: #ffffff;
	text-align: center;
	display:block;
	padding: 6px 0;
	font-size: 15px;
}
.gn0 a, .gn1 a, .gn2 a, .gn3 a, .gn4 a, .gn5 a, .gn6 a{ 
	width: auto !important;
	height:auto;
	text-indent: inherit;
	display:block;
	background-image: none;
}
li.gn0 a,
li.gn0 a:hover,
li.gn4 a,
li.gn4 a:hover{
	background-image: none;
	
}

