body {
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#dimension {
	position: fixed;
	top: 3px;
	left: 0;
	font-size: 9px;
	line-height: 9px;
	color: #C00;
}

#responsive_seperator {
	position: absolute;
	top: 184px;
	left: 0;
	right: 0;
	display: none;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}

a img {
	border: 0;
}
.site-container {
	overflow: auto;
}

.responsive_container {
	overflow: hidden;
	background: #FFF;
	margin-top: 30px;
	padding: 0;
	width: 100%;
	display: block;
}



/* MARQUEE */

.responsive_marquee_wrapper {
	width: 100%;
	display: block;
	background: #F2F2F2;
	height: 32px;
	overflow: hidden;
}

.responsive_marquee_text {
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
}

.responsive_marquee_text span {
	margin-left: 50px;
}

/* GENERAL */
.responsive_gap1 {
	margin-left: 10px;
}

.responsive_right_border {
	border-right: none;
}

.clear {
	clear: both;
}

/* BACK TO TOP */

.back_to_top {
	position: fixed;
	bottom: 54px;
	right: 18px;
	text-decoration: none;
	overflow: hidden;
	display: none;
	border: 1px solid #036EB8;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #036EB8;
	padding: 2px 4px 4px 4px;
	background: #FFF;
}

.back_to_top:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background: #036EB8;
}

.nineEightZero {
	width: 100%;
	margin: 0 auto;
}

.halfWidth {
	width: 65%;
	margin: 0 auto;
	padding: 10px 20px;
}

#responsive_submenu_wrapper {
	width: 100%;
	height: 72px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #80bfff;
	position: relative;
	display: none;
}

.responsive_submenu_table {
	width: 100%;
	height: 60px;
	margin: 6px 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.responsive_submenu {
	width: 12.5%;
	margin: 0;
	display: table-cell;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #DDD;
	cursor: pointer;
	vertical-align: middle;
}

.responsive_submenu:last-child {
	border: none;
}

.responsive_submenu img {
	height: 35px;
}

@media (max-width: 900px) {
	.halfWidth {
		width: 75%;
	}
}

@media (max-width: 499px) {
	.halfWidth {
		width: 100%;
	}
}