@charset "UTF-8";
div#corporateBar {
	height: 4px;
	background-color: #0055aa;
	margin-bottom: 24px;
}
div#logo {
	margin-bottom: 5px;
}
div#logo a {
    display: block;
    width: 224px;
    margin: 0 auto;
}
div#logo a img {
  display: block;
}
div#menu ul#head_nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div#menu ul#head_nav1 li a {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #666;
	display:block;
	text-decoration: none;
	padding: 18px 0;
	margin: 0 9px;
}
div#menu ul#head_nav1 li:first-child a {
	color: #393;
}
div#globalMenu ul#global-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(#fff, #999);
}
div#globalMenu ul#global-btn > li {
	width: calc(50% - 0.5px);
}
div#globalMenu ul#global-btn > li:nth-child(even) {
	margin-right: 1px;
}
div#globalMenu ul#global-btn > li:nth-child(3), div#globalMenu ul#global-btn li:nth-child(4) {
	margin-bottom: 1px;
}
div#globalMenu ul#global-btn li a {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display:block;
	text-decoration: none;
	background: linear-gradient(#fff, #ccc);
	padding: 17px 0;
	border: solid 1px #fff;
}
ul#global-btn ul.drop-down-menu {
  display: none;
}
div#bottomLine {
	background: linear-gradient(#ccc, #fff);
	height: 8px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}