@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
}
::selection {
	color: #FFFFFF;
	background-color: #72BBE6;
}
::-moz-selection {
    color: #FFFFFF;
    background: #72BBE6; /* Firefox */
}
::-webkit-selection {
	color: #FFFFFF;
	background: #72BBE6; /* Safari */
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pic {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pic:hover, .backToTop:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.backToTop {
	width: 38px;
	height: 75px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 900;
	background-image: url(../images/gotop.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header {
	width: 990px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
}
.logo {
	width: 260px;
	height: 64px;
	float: left;
	border-left: thin solid #e6f4fb;
	background-color: #72BBE6;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.logo:hover {
	background-image: url(../images/logo2.png);
}
.menu {
	width: 729px;
	height: 34px;
	padding-top: 30px;
	float: right;
	position: relative;
}
.menu ul li a {
	width: 120px;
	height: 34px;
	float: left;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	border-left: thin solid #FFFFFF;
	background-color: #72BBE6;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.menu ul li a:hover {
	background-color: #4787BA;
}
.menu ul li:nth-last-child(1) a {
	border-right: thin solid #FFFFFF;
}
.flash {
	width: 990px;
	height: 440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flash2 {
	width: 990px;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
}
.slogan {
	width: 270px;
	height: 422px;
	padding-top: 10px;
	position: absolute;
	top: 1px;
	left: 7px;
	color: #4787BA;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
}
.footer {
	width: 100%;
	min-height: 100px;
	background-image: url(../images/foot_bg.png);
	background-position: 0% top;
	background-repeat: repeat-x;
}
.block_footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	position: relative;
}
.block_footer .logo2 {
	width: 170px;
	height: 80px;
	margin-right: 20px;
	padding-right: 20px;
	float: left;
	border-right: thin solid #CCCCCC;
}
.block_footer .text {
	color: #666666;
	font-size: 15px;
	line-height: 25px;
}
.block_footer .text a {
	color: #666666;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.block_footer .text a:hover {
	color: #72BBE6;
}
.block_footer .text strong {
	color: #72BBE6;
	font-weight: normal;
	font-size: 18px;
}

/*------------------------------內頁------------------------------*/
.page_bg {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
.page_bg .left {
	width: 260px;
	float: left;
	background-image: url(../images/left_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.page_bg .right {
	width: 690px;
	float: right;
}
.both {
	clear: both;
}
.title_div {
	width: 213px;
	margin-left: 35px;
	color: #4787BA;
	font-weight: bold;
	font-size: 20px;
}
.title_div span {
	display: block;
	color: #999999;
	font-weight: normal;
	font-size: 15px;
}
#lnav {
	width: 213px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 35px;
	font-size: 15px;
	line-height: 25px;
}
#lnav a {
	display: block;
	color: #999999;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#lnav a:hover {
	color: #FFFFFF;
}
#lnav ul {
	width: 213px;
	list-style: none;
}
#lnav li {
	height: 27px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#lnav li:hover {
	background-image: url(../images/menu_hover.png);
}
#lnav li.on {
	color: #FFFFFF;
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.phone {
	width: 164px;
	margin-left: 35px;
	padding: 0px 20px;
	background-image: url(../images/phone.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.phone_title {
	width: 100px;
	height: 20px;
	padding-top: 20px;
	padding-left: 65px;
	color: #4787BA;
	font-size: 20px;
	line-height: 20px;
}
.phone_title b {
	display: block;
	color: #999999;
	font-size: 15px;
	padding-top: 5px;
}
.phone_number {
	width: 164px;
	height: 50px;
	padding-top: 35px;
	font-weight: bold;
	color: #4787BA;
	font-size: 23px;
	line-height: 25px;
}
.line {
	width: 164px;
	height: 35px;
	margin-left: 35px;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 10px;
	line-height: 35px;
	border-top: thin dashed #CCCCCC;
	background-image: url(../images/line.png);
	background-position: left 15px;
	background-repeat: no-repeat;
}
.lineqr {
	width: 130px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 7px #CCC;
	-moz-box-shadow: 0 0 7px #CCC;
	-o-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
}
.lineqr img {
	width: 100%;
}
.fb {
	width: 204px;
	min-height: 35px;
	margin-top: 20px;
	margin-left: 35px;
	padding-top: 15px;
	font-size: 20px;
	line-height: 35px;
	border-top: thin dashed #CCCCCC;
}
.title_div_2 {
	padding-bottom: 10px;
	color: #4787BA;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	border-bottom: medium solid #4787BA;
}
.see_div {
	width: 300px;
	height: 20px;
	float: right;
	color: #4787BA;
	font-size: 13px;
	text-align: right;
}
.home a:link, .home a:visited, .home a:active {
	width: 20px;
	height: 20px;
	padding-left: 20px;
	color: #999999;
	font-size: 13px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.home a:hover {
	color: #4787BA;
	background-position: 0px -22px;
}

/*------------------------------民宿簡介------------------------------*/
.about_div .photo {
	width: 420px;
	margin-top: 20px;
	float: left;
}
.about_div .text {
	width: 240px;
	float: right;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 1px;
}
.title_02 {
	display: block;
	color: #4787BA;
	font-size: 18px;
}

/*------------------------------房型介紹------------------------------*/
.room_money {
	width: 690px;
	text-align: justify;
	letter-spacing: 1px;
}
.room_money span {
	padding-left: 10px;
	color: #666666;
	font-weight: normal;
	font-size: 15px;
}
.icon_01, .icon_02, .icon_03, .icon_04 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #4787BA;
	font-weight: bold;
	font-size: 20px;
	border-bottom: thin dashed #4787BA;
	background-repeat: no-repeat;
}
.icon_01 {
	background-image: url(../images/icon-01.png);
}
.icon_02 {
	background-image: url(../images/icon-02.png);
}
.icon_03 {
	background-image: url(../images/icon-03.png);
}
.icon_04 {
	background-image: url(../images/icon-04.png);
}
.room_tab1 {
	width: calc(100% / 3);
	height: 30px;
	float: left;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background-color: #4787BA;
}
.room_tab2 {
	width: calc(100% / 3);
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom: thin solid #4787BA;
}
.room_tab2 strong, .room_money ul li strong {
	color: #F00000;
	font-size: 16px;
}
.room_money ul {
	margin-left: 60px;
}
.room_money ul li {
	padding-left: 2px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	list-style-type: decimal;
}
.room_money ul li a {
	color: #72BBE6;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.room_money ul li a:hover {
	color: #000000;
}

/*------------------------------鄰近景點------------------------------*/
.sight_div {
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
}
.sight_div .left {
	width: 200px;
	float: left;
}
.sight_div .left img {
	padding: 3px;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #CCCCCC;
	box-shadow: 0px 0px 5px #CCCCCC;
}
.sight_div .right {
	width: 470px;
	float: right;
}
.ti {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #72BBE6;
	font-weight: bold;
	font-size: 20px;
	border-bottom: thin dashed #72BBE6;
}
