	html,
	body {
		margin: 0;
		height: auto;
		overflow-x: hidden;
	}

	#Wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	img {
		border: 0
	}

	::selection {
		background: #666666;
		color: #fff;
	}

	::-moz-selection {
		background: #666666;
		color: #fff;
	}

	::-webkit-selection {
		background: #666666;
		color: #fff;
	}

	/*index nav begin*/
	#MainMenu {
		width: 100%;
		position: relative;
		background-color: #ffffff;
		border-top: 4px solid #353535;
		border-bottom: 1px solid #f0f0f0;
	}

	.nav-logo {
		display: block;
		margin: 0 15px 0 -5px;
	}

	@media screen and (max-width: 640px) {
		.nav-logo {
			display: inline-block;
		}
	}

	ul.nav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 25px 0;
		text-align: center;
	}

	ul.nav li {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}

	.nav_btn {
		width: 140px;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 1px;
		position: relative;
		color: #222222;
		text-decoration: none;
		margin: 0;
	}

	.nav_btn.active,
	.nav_btn:hover {
		text-decoration: underline;
	}

	/* IE8 */
	@media all\0 {
		.nav_btn:after {
			border: 0px;
		}
	}

	/* IE9 */
	@media all and (monochrome:0) {
		.nav_btn:after {
			border-top: 2px solid #a0a2a3;
		}
	}

	/*IE 10 */
	@media screen and (-ms-high-contrast: active),
	(-ms-high-contrast: none) {
		.nav_btn:after {
			border-top: 2px solid #a0a2a3;
		}
	}

	/* IE10 IE11 */
	@media all and (-ms-high-contrast:none) {
		.nav_btn:after {
			bottom: -1px;
		}
	}

	/* FF */
	.nav_btn:after,
	x:-moz-any-link,
	x:default {
		bottom: 1px;
		 !important
	}

	/*phone menu*/
	.menu {
		display: none;
	}

	.mobile-menu-icon,
	.pop-menu-icon {
		margin: 0;
		padding: 0;
		position: fixed;
		right: 15px;
		top: 27px;
		z-index: 9999;
	}

	.sub-nav {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		display: inline-block;
		padding: 0;
		position: relative;
	}

	.sub-nav ul {
		margin: 80px 0 0 0;
		padding: 0;
		list-style-type: none;
	}

	.sub-nav ul li {
		width: 100%;
		font-size: 16px;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		padding: 15px 0;
		text-align: center;
	}

	.sub-nav ul li a:link,
	.sub-nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
		padding: 15px 33%;
	}

	.sub-nav ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	.nav-list {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.full-height {
		height: 100%;
	}

	/*index nav end*/
	@media screen and (max-width: 865px) {
		ul.nav {
			display: none;
		}

		.menu {
			display: block;
			padding: 10px 0;
			background-color: #ffffff;
			border-bottom: 1px solid #f0f0f0;
		}

		.Breadcrumb ul li {
			padding: 15px 0;
		}

		.nav-logo {
			margin: 0 15px 0 -8px;
		}
	}

	@media screen and (max-width: 480px) {
		.Breadcrumb {
			padding: 0 0 0 16px;
		}

		.HsLogo {
			display: none;
		}
	}

	/*GotoTop Begin*/
	a.RgoTop {
		position: fixed;
		bottom: 24%;
		right: 11px;
		cursor: pointer;
		display: none;
		z-index: 9999;
	}

	@media screen and (max-width: 360px) {
		a.RgoTop {
			bottom: 34%;
		}
	}

	/*GotoTop End*/
	/*上下頁*/
	.NextBackBox {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		margin: 30px 0 50px 0;
	}

	.NextType {
		width: 100%;
		text-align: center;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		color: #818181;
		font-size: 13px;
		letter-spacing: 2px;
		position: relative;
		display: block;
	}

	.NextType a:link {
		color: #818181;
		text-decoration: none;
		margin: 0 5px;
	}

	.NextType a:visited {
		color: #818181;
		text-decoration: none
	}

	.NextType a:hover {
		color: #CCCCCC;
		text-decoration: underline;
		-webkit-transition: color ease-in-out 0.3s;
		-moz-transition: color ease-in-out 0.3s;
		-o-transition: color ease-in-out 0.3s;
		transition: color ease-in-out 0.3s;
	}

	/*End上下頁*/
	/*footer begin*/
	.copyright {
		width: 100%;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #999999;
		text-align: left;
		padding: 30px 0 30px 17px;
		background-color: #ededed;
	}

	.copyright img {
		float: right;
		margin: 3px 40px 0 0;
	}

	/*footer end*/