/* CSS Document */

#navigation , #navigation a , #navigation div.link {height:70px; line-height:70px; color:#FFF;}
#navigation a:hover , #navigation a.active {color:#FFF; background-color:#F0AA3E;}


#navigation {
	font-size:0px;
	text-align:center;
	background-color:#045AB0;
	overflow:hidden;
}

#navigation div.link {
	display:inline-block;
	overflow:hidden;
}

#navigation a {
	display:inline-block;
	width:150px;
	box-sizing:border-box;
	font-size:18px;
	text-align:center;
	text-decoration:none;
}

#navigation a.font_color {
	color:#333;
}

#navigation a.font_color_top {
	color:#FFF;
}

#navigation a.font_color:hover , #navigation a.font_color_top:hover {
	color:#106CAC;
}

#head_msg {
	width:70px;
}

#head_msg dt {
	width:70px;
	height:70px;
	background-color:#FFF;
}




.navigation_slave {
	display:none;
	position:fixed;
	top:81px;
	right:0px;
	width:100%;
	height:0px;
	box-sizing:border-box;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
	z-index:1;
}

#navigation div.link div.navigation_slave a {
	margin:0px 10px 0px 10px;
}

#navigation div.link a:hover+div.navigation_slave , #navigation div.link div.navigation_slave:hover {
	height:80px;
}




#navigation_mobile {
	display:none;
	float:right;
	overflow:hidden;
}

.nav_btn_box {
	width:100%;
	overflow:hidden;
}

.nav_btn {
	display:block;
	float:right;
	width:80px;
	height:80px;
	background-color:#333;
}

.nav_btn_top {
	display:block;
	float:right;
	width:80px;
	height:80px;
	background-color:#333;
}

#navigation_mobile_btn_list {
	
}

#navigation_mobile_btn_close {
	background-color:#FFF;
}

#navigation_mobile_list {
	position:fixed;
	padding-bottom:20px;
	top:0px;
	bottom:0px;
	right:-100%;
	width:100%;
	background-color:#333;
	overflow:scroll;
	z-index:8888;
}

#navigation_mobile_list.active {
	right:0px;
}

#navigation_mobile_list a.navigation_mobile_master {
	display:block;
	margin:auto;
	padding:14px;
	width:70%;
	color:#FFF;
	border-bottom:1px dotted #FFF;
	font-size:16px;
	overflow:hidden;
}

#navigation_mobile_list dt {
	margin:auto;
	width:70%;
}

#navigation_mobile_list dt a {
	float:left;
	padding:8px;
	padding-left:0px;
	min-width:80px;
	color:#C0D6DA;
}
	