﻿@charset "utf-8";
/* CSS Document */

.booking {
	height: auto;
	color: #fff;
	padding: 10px 20px 15px 20px;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #000;
}
.booking_title {
	font-size: 18px;
	font-weight: 400;
	color: #a0701d;
}
.txt_style {
	float: left;
	font-size: 12px;
	/*color:#FFF;*/
	margin-right: 5px;
}
.dd_style {
	font-size: 12px;
	color: #fff;
	background-color: #353535;
	border: 1px solid #525252;
}
.inquiry {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
}
.submit {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-family:'Noto Sans SC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #9a8c7a;
	font-weight: 400;
	background-color: #1f1b16;
	border-style: none;
	border: 1px solid #262420;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline: none;
}
.submit:hover {
	cursor: pointer;
	background-color: #4b3922;
	color: #c8a982;
	border: 1px solid #634e34;
}
.title span {
	color: #e50a57;
	background: url(../images/do.png) no-repeat right center;
	padding-right: 35px;
}
.news_title {
	font-size: 18px;
	font-weight: 400;
	color: #a0701d;
}
.more_news {
	padding: 20px 0;
	overflow: hidden;
}
.more_news a {
	float: right;
	font-size: 12px;
	left: 0px;
	width: 65px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #2a2722;
	text-decoration: none;
	color: #9a8c7a;
	text-align: center;
	background: #1f1b16;
}
.more_news a:hover {
	background: #4b3922;
    border: 1px solid #634e34;
    color: #c8a982;
}
#smo {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #25211b;
}
#smo span {
	padding-left: 20px;
	font-weight: 900;
	margin-bottom: 5px;
	color: #fff;
}
.smoadd {
	border-bottom: 1px dotted #000;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	padding-left: 20px;
	width: 100%;
	color: #fff;
}
.smoadd p {
	clear: both;
}
.smoadd p a {
	text-decoration: none;
	color: #fff;
}
.smoadd p a:hover {
	color: #d1c0a5;
}
.about_txt {
	padding: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.about_txt span {
	color: #e50a57;
	font-size: 18px;
	margin-top: 15px;
	border: 0px solid #F00;
	overflow: hidden;
	margin-left: -20px;
}
.about_txt div {
	padding-left: 15px;
	background: url(../images/fa_iten.png) no-repeat;
	border: 0px solid #F00;
	overflow: hidden;
}
.about_txt p {
	margin-bottom: 10px;
}
.light_box_div {
	padding-left: 20px;
	overflow: hidden;
}
#facilites_titleicon {
	background: #555657;
	color: #FFF;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	border: 0px solid #06F;
}
#small_top_icon {
	background: url(../images/small_top.png);
	width: 11px;
	height: 11px;
	position: relative;
	z-index: 90;
	float: right;
	right: 0px;
	border: 0px solid #FFF;
	margin-top: 15px;
	margin-right: 20px;
}
.facilites_icondiv {
	height: auto;
	padding: 10px 20px 10px 20px;
}
.facilites_icondiv p {
	padding-left: 2px;
	float: left;
	left: 0px;
	margin-bottom: 10px;
}
