@CHARSET "UTF-8";

#header {
	min-width:1000px;
	width:100%;
	background:#fff;
	display: table;
}
:root #header {
	position: relative\0/;
}

#header-left {
	float:left;
	position: relative;
	max-width:calc(100% - 168px);
	display: table;
}
:root #header-left {
	padding-right: 168px\0/;
}
#site-name {
	border-right:1px solid #d3d3d3;
	padding: 20px 30px;
	height: 80px;
	width: 300px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	max-width: 600px;
}

#site-name h1 {
	font-size:1.5rem;
	margin:0;
	padding-bottom: 3px;
	/*text-align: left;*/
}

#site-name h1 a {
	color: #000;
	text-decoration: none;
	display: block;
}

#site-name h1 a:hover {
	opacity: 0.7;
}

#header-left dl {
	margin: 0;
	padding:0;
	font-size:0;
	display: table-cell;
	vertical-align: middle;
}
#header-left dt {
	display: inline-block;
	list-style:none;
	font-size:0.75rem;
	font-weight: bold;
}
#header-left dt > a {
	color: #444;
	text-decoration: none;
	padding: 0 20px;
	line-height:80px;
	display: block;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

#header-left dd{
  list-style: none;
  position: absolute;
  visibility: visible;
  top: 100%;
  left: 0;
  margin: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100vw;
  z-index: 2;
}
#header-left dd ul {
	margin: 0;
	padding:0;
}
#header-left dd ul li{
  overflow: hidden;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding:0;
  vertical-align: bottom;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#header-left dd ul li a{
  padding: 10px 30px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  /*line-height: 52px;*/
  color: #fff;
  text-decoration: none;
  display: block;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#header-left dd ul li a:hover {
	color: #999;
}

#header-right {
	float:right;
	width:148px;
	padding:10px 10px 0 10px;
}
:root #header-right {
	position: absolute\0/;
	right: 0\0/;
	top:0\0/;
}
#header-right p {
	margin: 0 0 9px 0;
}
#header-right p a {
	width:137px;
	padding-left:11px;
	display: block;
	height:30px;
	color: #fff;
	text-align: center;
	font-size:0.75rem;
	text-decoration: none;
	background: url(../../images/style/icon_sitemap.png) 12px center no-repeat #001C31;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

#rss_icon {
	margin-top: -1px;
}

#header-right p a:hover {
	background-color: #666;
}

.header_image_background.dt_headerBox_custom {
	min-height: 120px;
}
