body {
	font-family: Arial, 'Microsoft JhengHei';
	font-size: 13px;
	letter-spacing: 4px;
	color: #999;
	min-width: 320px;
	background: #d8cfbc;
	-webkit-text-size-adjust: none;
}
body.en {
	letter-spacing: 0px;
}
a {
	color: #999;
	text-decoration: none;
}
.mobile {
	display: none !important;
}
#header {
	background: #d8cfbc;
}
#header > div {
	max-width: 1300px;
	margin: auto;
}
#hd-logo {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: calc(50% - 72px);
	box-shadow: 0px 0px 3px #999;
}
#hd-logo > a {
	display: block;
}
#hd-logo > a > img {
	display: block;
	width: 110px;
}
#hd-logo.inner {
	padding: 0 5px 5px 5px;
	background: #d8cfbc;
}
#hd-logo.inner > a {
	padding: 20px 10px;
	border: 2px solid #000;
	border-top: 0;
}
#hd-logo > a > .mobile {
	display: none;
}
#hd-menubtn {
	display: none;
}
#hd-menu {
	padding: 10px 0;
	overflow: hidden;
}
#hd-menu > dl {
	overflow: hidden;
	float: left;
	width: calc(50% - 60px);
}
#hd-menu > dl:first-child {
	margin-right: 120px;
	text-align: right;
}
#hd-menu > dl > * {
	overflow: hidden;
	vertical-align: middle;
}
body.en #hd-menu > dl > * {
	max-width: 90px;
}
#hd-menu > dl:first-child > * {
	float: right;
	margin-right: calc((100% - 325px) / 4);
}
#hd-menu > dl:last-child > * {
	float: left;
	margin-left: calc((100% - 325px) / 4);
}
#hd-menu > dl > * > a {
	display: table-cell;
	color: #000;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
#hd-menu > dl > dd > a {
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#hd-menu > dl > dd > a:hover, #hd-menu > dl > dd > a.selected {
	color: #fff;
}
#hd-menu > dl > dt > a {
	float: left;
	width: 28px;
	height: 28px;
	margin: 2px;
	line-height: 28px;
	letter-spacing: 0;
	border: 1px solid #000;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
#hd-menu > dl > dt > a.en {
	font-size: 9px;
}
#hd-menu > dl > dt > a:hover {
	background: #dad7d4;
}
#footer {
	padding: 10px;
	color: #857d6f;
	text-align: center;
}
#footer > dd {
	margin-top: 15px;
}
#footer > dd > div > img {
	width: 120px;
}
#footer > dt {
	margin-top: 35px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
#hd-menu {
	display: block !important;
	opacity: 1 !important;
}
}
@media screen and (max-width: 800px) {
.desktop {
	display: none !important;
}
.mobile {
	display: block !important;
}
#header {
	position: fixed;
	z-index: 100;
	width: 100%;
}
#header > div {
	height: 70px;
}
#hd-menubtn {
	display: block;
	position: absolute;
	top: 16px;
	right: 0;
	width: 59px;
	height: 37px;
	padding: 8px 16px;
	cursor: pointer;
	border-left: 2px solid #000;
}
#hd-menubtn::before {
	content: '';
	display: block;
	height: 9px;
	border-top: 3px solid #000;
}
#hd-menubtn::after {
	content: '';
	display: block;
	height: 12px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
#hd-logo {
	top: 10px !important;
	left: 20px !important;
	box-shadow: none;
	padding: 0 !important;
	background: none !important;
}
#hd-logo > a {
	padding: 0 !important;
	border: 0 !important;
	border-top: 0 !important;
}
#hd-logo > a > .desktop {
	display: none;
}
#hd-logo > a > .mobile {
	display: block;
	width: 150px;
}
#hd-menu {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 322px;
	top: 70px;
	left: 0;
	font-size: 15px;
	height: calc(100vh - 70px);
	background: url(../image/logo_emperor.png) center bottom 30px no-repeat #d8cfbc;
	background-size: 150px;
}
#hd-menu > dl {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
#hd-menu > dl:first-child {
	margin-right: 0 !important;
	text-align: center !important;
}
#hd-menu > dl > * {
	max-width: none !important;
	overflow: hidden !important;
	margin-bottom: 15px !important;
	vertical-align: middle !important;
}
#hd-menu > dl:first-child > * {
	float: none !important;
	margin-right: 0 !important;
	text-align: center;
}
#hd-menu > dl:last-child > * {
	float: none !important;
	margin-left: 0 !important;
}
#hd-menu > dl > dd > a {
	display: block;
}
#hd-menu > dl > dt > a {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#footer {
	font-size: 11px;
	letter-spacing: 2px;
}
#footer > dd {
	margin-top: 5px;
}
#footer > dt {
	margin-top: 15px;
}
#footer > dt > img {
	width: 150px;
}
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}