 #header_top {
	 background-color: #444444;
	 overflow-x: auto;
	 overflow-y: hidden;
	 padding-left: 20px;
	 padding-right: 20px;
}
 #header_top_content {
	 color: #fff;
	 font-size: 14px;
	 max-width: 1000px;
	 margin: 0 auto;
	 padding: 18px 0 6px;
}
 #header_top_content > ul {
	 display: flex;
	 flex-wrap: wrap;
	 flex: 1;
}
 #header_top_content ul {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 #header_top_content > ul li {
	 padding-bottom: 1em;
}
 #header_top_content li a {
	 display: block;
	 color: #fff;
	 text-align: center;
	 text-decoration: none;
}
 #header_mainmenu {
     font-size: 1rem;
	 text-align: right;
	 line-height: 35px;
}
 #header_mainmenu li a {
	 margin: 0 20px 0 0;
}
 @media only screen and (min-width: 761px) {
	 #header_top_content li:not(:last-child) a {
		 margin: 0 20px 0 0;
	}
	 #header_top_content {
		 display: flex;
		 justify-content: space-between;
	}
}
 #header_top_content li a:hover, #header_top_content li a:focus, #header_top_content li a:active {
	 text-decoration: underline;
}
 @media only screen and (max-width: 760px) {
	 #header_top #header_top_content {
		 padding-top: 6px;
	}
	 #header_top #header_mainmenu > li {
		 padding-bottom: 0;
	}
	 #header_top #header_smrow {
		 display: none;
	}
}
 