﻿/*css reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/*--------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	padding: 50px 0 0 0;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Microsoft JhengHei", "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
html, body {
	position: relative;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-overflow-scrolling: touch;
	
	border: none;
	border-radius: 0;
	outline:none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background-repeat: no-repeat;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	border: none;
}

#besttourheader {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #FFF;
	border-bottom: 1px solid #11ACF0;
}
#besttourheader .logo {
	margin: 0 auto;
	width: 20%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
#besttourheader .logo img {
	margin: 5px auto;
	width: auto;
	height: 40px;
	cursor: pointer;
}

.CB {
	clear: both;
}

@media screen and (max-width: 1199px) {
	#besttourheader .logo {
		width: 30%;
	}
}
@media screen and (max-width: 992px) {
	#besttourheader .logo {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	#besttourheader {
		width: 100vw;
		left: 0;
	}
	#besttourheader .logo {
		width: 50%;
		min-width: 180px;
	}
}
