*{-webkit-text-size-adjust:none;}
body {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: "微軟正黑體", "Microsoft JhengHei", 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
body, html {
	width:100%;
	height:100%;
}
body, ul, li {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style:none;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover, a:active {
	color:#93151b;
}
input, textarea {
	font-size:14px;
	font-family: "微軟正黑體", "Microsoft JhengHei", 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
img {
	border:0px;
}
.clear {
	clear:both;
}

#wrapper {
	width:100%;
	height:100%;
}
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	height:64px;
	border-bottom:8px solid #000;
	padding-top:18px;
	background-color:#FFF;
}
.location {
	width:100%;
	height:100%;
	text-align:center;
	background:url(../images/bg_location.jpg) bottom right no-repeat;
	background-size:cover;
}
.location .headline{
	padding-top:160px;
	width:442px;
	margin:0 auto;
}
.location .headline img{
	width:100%;
}
.location .choose_location{
	font-size:24px;
	color:#ffffff;
	margin-top:60px;
	position:relative;
	width:100%;
	height:140px;
}
.location .choose_location img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
.location .choose_location .choose{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1;
}
.location a{
	margin:20px 10px;
	font-size:18px;
	display:inline-block;
	width:150px;
	height:30px;
	line-height:30px;
	background-color:#b3a275;
	color:#ffffff;
}
.location a:hover{
	background-color:#ffffff;
	color:#93151b;
}
#footer {
	text-align:center;
	color:#ffffff;
	background-color:#b3a275;
	padding:5px 0;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
}
@media (max-width: 750px){
#header {
	height:53px;
	border-bottom:4px solid #000;
	padding-top:13px;
}
#header img {
	width:160px;
}
.location {
	min-height:604px;
}
.location .headline{
	padding-top:110px;
	width:85%;
}
.location .choose_location{
	margin-top:50px;
	height:240px;
}
.location a{
	display:block;
	margin:20px auto;
}
#footer span{
	display:block;
}
#footer b {
	display:none;
}
}