@charset "utf-8";
/**---------------------------------------------------*
 * haeder_lower.css
 *----------------------------------------------------*/

#header .logo {
	float: left;
	margin: 6px 0 0 0;
	position: static;
	
}
#header #gnavi ul {
	overflow: visible;
}
#header #gnavi ul:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 1px;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
#header #gnavi .contentwrap a {
	position: relative;
	display: block;
}
#header #gnavi .contentwrap a:after,
#header #gnavi .contentwrap li:first-child a:before {
	background-color: #2261AC;
	box-sizing: border-box;
	content: "";
	display: block;
	margin: -15px 0 0 0;
	position: absolute;
	top: 50%;
	width: 1px;
	height: 30px;
	z-index: 2;
}
#header #gnavi .contentwrap a:after {
	right: 0;
}
#header #gnavi .contentwrap a:hover:after {
	right: -1px;
}
#header #gnavi .contentwrap li:first-child a:before {
	left: 0;
}
#header #gnavi .contentwrap li:first-child a:hover:before {
	left: -1px;
}
#header #gnavi {
 background-color: #002896;
}
#header #gnavi ul li {
 float: left;
}

#header .rightbox {
	margin-top: 0;
}
#header .rightbox .submenu .sitemap {
	margin-top: 8px;
}
#header .rightbox .submenu .sitemap a {
	color: #333;
	font-size: 16px;
}
#header .rightbox .submenu .sitemap a:before {
	border-style: solid;
	border-color: #3C82BB;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	height: 6px;
	margin: 0 5px 2px 0;
	transform: rotate(-45deg);
	width: 6px;
}