@charset "utf-8";

/*---------------------------------header---------------------------------------*/
header{
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	height:auto;
	background: url(../images/common/header_bg.png) no-repeat center top #dae7f7;
}

header div.headerLogoArea { 
	width: 100%;
	padding: 10px 0 8px 0;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	-moz-box-shadow: 0 3px 3px #267792;
	-webkit-box-shadow: 0 3px 3px #267792;
	box-shadow: 0 3px 3px #267792;
	}

header div.headerLogoArea p.headerLogo { float: left;margin-top:2px;margin-bottom:5px;margin-left: 10px; }

div.headerLogoArea:before,
div.headerLogoArea:after {content:"";display:table;}
div.headerLogoArea:after {clear:both;}
div.headerLogoArea {zoom:1;}

header div.gnavTbspWrapper {
	max-width: 100%;
	margin: 0 auto 10px;
	background: #fff;
	position: absolute;
	z-index: 100;
}

header nav.gnavTbsp ul li{
	text-align: left;
}

header p.tbMenuBtn {
	background: none;
	z-index: 1;
	position: absolute;
	top: 12px;
	right: 12px;
}

p.tbMenuBtn.active img {
	height: 60px;
	width: 60px;
}

p.tbMenuBtn.active span:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height: 60px;
	box-shadow:inset 0 1px 5px #114A56;
}

div.gnavTbspWrapper.contentsShow{display: block;}

div.gnavTbspWrapper.contentsHide{display: none;}


div.gnavTbspWrapper{
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 #8FB2B9 inset,0 2px 2px 0 #555;
	-moz-box-shadow: 0 2px 2px 0 #8FB2B9 inset,0 2px 2px 0 #555;
	-ms-box-shadow: 0 2px 2px 0 #8FB2B9 inset,0 2px 2px 0 #555;
	-webkit-box-shadow: 0 2px 2px 0 #8FB2B9 inset,0 2px 2px 0 #555;
	z-index: 300;
}

nav.gnavTbsp{margin: 20px 20px 20px 20px;}

header nav.gnavTbsp ul li{
	width: 49.6%;
	border-bottom: 1px solid #fff;
	text-align: left;}

header nav{
	position: relative;
	margin: 0 auto 0;
	z-index: 10;
}

header nav ul{background-color: #fff;}

header nav ul li{
	display: table;
	float: left;
	width: 160px;
	overflow: hidden;
}

header nav ul li a{
	display: block;
	padding: 18px 6.3% 18px 6.3%;
	*padding: 0 0 0 12.5%;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	background-color: #064EA3;
	margin-right: 1px;
}

header nav ul li a:hover{
	text-decoration: none;
	background-color: #166FD5;
}

header nav ul li a.sched {
	background-color: #E4F5FD;
	color:#064EA3;
}

header nav ul li a.sched:hover{
	text-decoration: none;
	color: #ffffff;
	background: #166FD5;
}

header nav ul:before,
header nav ul:after {content:"";display:table;}
header nav ul:after {clear:both;}
header nav ul {zoom:1;}
