@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/bg_ind.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica,"微軟正黑體",sans-serif;
	background-color: #fff8db;
}
.header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper{
	background-color:rgba(255,255,255,0.3);
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}

/* 選單區 */
.main_nav {
	clear: both;
	padding-top: 540px;
	background-image: url(../img/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 142px;
}
.main_nav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main_nav ul li {
	width: 180px;
	float: left;
}
.main_nav ul li.tr {
	width: 280px;
	background-image: url(../img/bg_nav_tr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	height: 140px;
	margin-top: 2px;
}
.main_nav ul li a {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	margin-top: 2px;
}
.main_nav ul li a:hover {
	margin-top: 0px;
}


/* 內容區 */

.content{
	overflow: hidden;
}
.mainbox {
	float: left;
	width: 680px;
	margin-right: 20px;
	margin-left: 20px;
}
.mainbk {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.mainbk h1 {
	clear: both;
	margin-top: 25px;
	margin-bottom: 30px;
}
.mainbk h3 {
	font-size: 22px;
	line-height: 40px;
	clear: both;

}
.tourbox {
	background-color:rgba(245,174,50,0.2);
	float: right;
	width: 280px;
}
.mimg_bt {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
}
.whbox {
	float: left;
	height: 460px;
	width: 50%;
}
.whmain {
	clear: both;
	height: 460px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #efece5;
	font-size: 13px;
	line-height: 20px;
}
.whbk {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.whbk h4 {
	font-size: 15px;
	line-height: 28px;
}

/* 產品 */

.tourbox h4 {
	font-size: 16px;
	line-height: 24px;
	color: #EC462E;
	text-align: center;
	display: block;
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #f5ae32;
	margin-top: 24px;
}

a.tour {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 6px;
}
a.tour:hover {
	color: #900;
}
a.tour span {
	font-size: 20px;
	line-height: 35px;
	color: #900;
	text-align: right;
	display: block;
	clear: both;
}
a.tour span:before {
	content:"NT$";
	font-size: 11px;
}
a.tour span:after {
	content:"元起";
	font-size: 11px;
}