﻿@charset "utf-8";
/* CSS Document */
	
.cubeinfo h1 {
	background: url(../images/room/title.png) no-repeat center;
}
.cubeinfo h2 {
	font-size: 16px;
	font-weight: 300;
	padding: 0 30px;
	color: #a0701d;
}
a.booking, a.notice {
	width: 116px;
	height: 51px;
	display: block;
	float: left;
	margin: 0 20px;
	text-indent: -9999px;
}
a.booking {
	background: url(../images/room/booking.png) no-repeat;
	margin-left: 85px;
}
a.booking:hover {
	background: url(../images/room/booking_hover.png) no-repeat;
}
a.notice {
	background: url(../images/room/notice.png) no-repeat;
}
a.notice:hover {
	background: url(../images/room/notice_hover.png) no-repeat;
}
.room_next a {
	background: url(../images/room/next.png) no-repeat;
	width: 90px;
}
.room_prev a {
	background: url(../images/room/pre.png) no-repeat;
	width: 90px;
}
/*訂房須知*/
.box-modal h1 {
	width: 100%;
	text-indent: -9999px;
	background: url(../images/notice/title1.png) no-repeat center;
	height: 121px;
	margin-bottom: 25px;
}
.box-modal p {
	color: #fff;
	padding: 0 30px;
	clear: both;
}
.box-modal ul {
	list-style: none;
	width: 100%;
	margin-top: 25px;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	overflow: hidden;
	padding: 10px 0;
}
.box-modal ul li {
	color: #918d8d;
	line-height: 21px;
	margin-bottom: 5px;
	position: relative;
	float: left;
}
.box-modal ul li h4 {
	color: #FFF;
}
.box-modal ul li p {
	background: none;
	margin-right: 0px;
	clear: both;
}
.box-modal h3 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.box-modal .caption a.notice_link {
	display: block;
	float: left;
	margin: 10px 0px 10px 20px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #98947e;
}
.box-modal .caption a.notice_link:hover {
	background-color: #5c583f;
}
.box-modal .caption {
	padding: inherit;
	padding-top: 30px;
}
/*訂房須知_END*/
