﻿@charset "utf-8";
/* CSS Document */

.room_title {
	width: 100%;
	height: 42px;
	background-color: #32363D;
	color: #FFF;
	font-size: 18px;
	line-height: 42px;
	padding-left: 20px;
}
h3 {
	font-size: 23px;
	font-weight: 500;
	color: #d89a2e;
	margin: 15px auto 20px auto;
}
.room_ladiv {
	padding: 0 20px 20px 20px;
	color: #555;
	line-height: 1.8;
	font-size: 13px;
}
.price_div {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin-top: 10px;
	border-bottom: 1px dotted #c5c5c5;
	padding-bottom: 5px;
	border-top: 1px dotted #c5c5c5;
	padding-top: 5px;
}
.price_div .room_price {
	font-weight: 500;
	color: #111;
}
.price_div span {
	font-size: 15px;
	margin-bottom: 10px;
}
a#booking {
	background-color: #d89a2e;
	width: 100%;
	color: #FFF;
	line-height: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 5px 0;
}
/*切換內容*/
.PhotoList_bt_div {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.booking_bt a {
	float: right;
	right: 0px;
	width: 35%;
	height: 30px;
	color: #FFF;
	background-color: #e94b36;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	border: 0px solid #0CF;
	line-height: 30px;
}
.event_bt a {
	float: right;
	right: 0px;
	width: 35%;
	height: 28px;
	color: #fd0d6d;
	line-height: 28px;
	border: 1px solid #fd0d6d;
	text-align: center;
	font-size: 15px;
	font-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	font-weight: 900;
	text-decoration: none;
}
.light_box_div {
	overflow: hidden;
}
