﻿@charset "utf-8";
/* CSS Document */

.room_title {
	width: 100%;
	height: 42px;
	background-color: #32363D;
	color: #FFF;
	font-size: 18px;
	font-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	line-height: 42px;
	padding-left: 20px;
}
h3 {
	font-size: 20px;
	font-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	font-size: 23px;
	font-weight: 100;
	color: #81511c;
	margin: 15px auto 20px auto;
}
.room_ladiv {
	padding: 0 20px 20px 20px;
	color: #333;
	line-height: 1.7;
	font-size: 13px;
}
.price_div {
	font-size: 20px;
	color: #333;
	font-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	font-weight: 900;
	margin-top: 10px;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	border-top: 1px dotted #333;
	padding-top: 5px;
}
.price_div span {
	font-size: 15px;
	margin-bottom: 10px;
}
a#booking {
	background-color: #e94b36;
	width: 100%;
	height:30px;
	color: #FFF;
	line-height: 30px;
	display: block;
	margin-top:20px;
	text-decoration: none;
    text-align: center;
    font-family: "微軟正黑體", Microsoft JhengHei, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #81511c;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #81511c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    outline: none;
}
/*切換內容*/
.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-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	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;
}
