<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#navigation , #navigation a {height:100px; line-height:100px; color:#333;}
#navigation a:hover , #navigation a.active {color:#106CAC; border-bottom:4px solid #106CAC;}


#navigation {
	float:right;
	height:auto;
	overflow:hidden;
}

#navigation div.link {
	float:left;
	overflow:hidden;
}

#navigation a {
	display:inline-block;
	margin-right:10px;
	width:100px;
	border-bottom:4px solid #FFF;
	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;
}




.navigation_slave {
	position:fixed;
	top:100px;
	margin-left:-1.5%;
	max-height:0px;
	border-radius:0px 0px 5px 5px;
	box-sizing:border-box;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
	z-index:999;
}

#navigation div.link div.navigation_slave a {
	display:block;
	float:none;
	padding:0px 15px 0px 15px;
	width:100%;
	min-width:140px;
	height:50px;
	line-height:50px;
	border-bottom:1px dotted #EEE;
	box-sizing:border-box;
	color:#50636F;
	font-size:16px;
}

#navigation div.link div.navigation_slave a:hover , #navigation div.link div.navigation_slave a.active {
	background-color:#EEE;
}

#navigation div.link a:hover+div.navigation_slave , #navigation div.link div.navigation_slave:hover {
	max-height:300px;
	border:0px solid #EEE;
	border-width:0px 1px 1px 1px;
}




#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:5px;
	padding-left:0px;
	padding-right:0px;
	min-width:80px;
	color:#C0D6DA;
	font-size:14px;
}
	</pre></body></html>