@CHARSET "UTF-8";

.topheader > .topheader_inner,
.header > .header_inner, 
.header > .top_login_ul {
	margin: 0 auto;
	max-width: 95% !important;
}

.header > .header_inner > ul.menu_bar > li > a {
	color: #797979;
}

.topheader > .topheader_inner > .top_logo > a > img {
	max-width: 290px !important;
	max-height: 50px !important;
}



/* Web */
@media all and (min-width: 1024px) {
	.topheader > .topheader_inner,
	.header > .header_inner, 
	.header > .top_login_ul {
		margin: 0 auto;
		max-width: 65% !important;
	}	
	
	
	ul.menu_bar > li > a {
		padding: 0 47px !important;
		font-size: 1.2em !important;
	}
	ul.menu_bar > li:hover > ul.sub_menu_bar {
		border-left: 1px solid #e7e7e7 !important;
		border-right: 1px solid #e7e7e7 !important;	
		border-bottom: 1px solid #e7e7e7 !important;
	}
	ul.menu_bar > li > ul.sub_menu_bar > li > a {
		font-size: 1.1em;
	}	
	ul.menu_bar > li > ul.sub_menu_bar > li > a:hover {
		font-weight: bold;
	}
	
}