﻿@charset "UTF-8";
.hotel-room {
}
.hotel-room h2#room-title {
	background: none;
	position: relative;
	color: #585858;
	border-top: none;
	border-bottom: 1px solid #242424;
	border-left: none;
	border-right: none;
	font-size: 24px;
	padding: 10px 0 10px 15px;
	margin: 0 0 20px 0;
}
.hotel-room h2#room-title::after {
	position: absolute;
	top: .2em;
	left: .1em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - .4em);
	height: calc(100% - .4em);
	background-color: #46b036;
}
.childText h4#room-title {
	background: none;
	position: relative;
	color: #585858;
	border-top: none;
	border-bottom: 1px solid #242424;
	border-left: none;
	border-right: none;
	font-size: 18px;
	padding: 10px 0 10px 15px;
	margin: 0 0 20px 0;
}
.childText h4#room-title a {
	color: #585858 !important;
}
.childText h4#room-title a:hover {
	color: #585858 !important;
	text-decoration: underline;
}
.childText h4#room-title::after {
	position: absolute;
	top: .2em;
	left: .1em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - .4em);
	height: calc(100% - .4em);
	background-color: #46b036;
}
.room-img {
	width: 320px;
	float: left;
}
.room-img img {
	max-width: 300px;
	border: 2px solid #999;
	padding: 4px;
}
.catch-copy {
	padding-left: 330px;
}
.catch-copy span {
	color: #3e9be2;
	font-weight: bold;
}
.catch-copy p {
	padding-top: 15px;
}

.hotel-room h3.title {
	background-color:#86de4c;
	color: #fff;
	border: none;
	font-size: 18px;
	padding: 10px;
	margin: 30px 0 0;
	border-radius: 5px;
}
table.room-list-info {
	margin: 0 0 10px 0;
	padding: 0;
}
table.room-list-info th {
	width: 15%;
	vertical-align: middle;
}
table.room-list-info td.price {
	color: #f00;
}

table.play-price {
	font-size: 14px;
	color: #585858;
	margin-bottom: 0;
}
table.play-price tr:nth-child(3),
table.play-price tr:nth-child(5) {
	background-color:#fffff1;
}
table.pick-up-off,
table.pick-up-on {
	width: 95%;
	margin: 10px auto 0;
}
table.play-price th,
table.play-price td {
	border: 1px solid #d0d0d0;
}
table.play-price th {
	text-align: center;
	background: none;
	box-shadow: none !important;
}
table.play-price td {
}
.caddy-fee,
.room-notes {
	margin-top: 10px;
}
.caddy-fee {
	background-color:#b5f1fe;
	color:#585858;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}


table.room-info {
	width: 100%;
	color: #585858;
	border: none;
}
table.room-info tr {
}
table.room-info th,
table.room-info td {
	border: none;
}
table.room-info th {
	padding: 10px 0 0;
	text-align: center;
	width: 18%;
	background: transparent;
	box-shadow: none !important;
}
table.room-info th p {
	background-color: #e8dec9;
	padding: 10px 0;
	margin: 0;
}
table.room-info td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 2px dotted #e8dec9;
}
.form-notes {
	width: 90%;
	margin: 20px auto 0;
	padding: 10px 20px;
	border: 1px solid #cb0000;
	font-size: 12px;
}
.form-notes p {
	color: #cb0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.form-notes ul {
	margin: 0;
	padding: 0 20px;
}
.form-notes ul li {
	list-style: square;
	list-style-position: outside;
}
.form-notes  ul li span {
	color: #cb0000;
	font-weight: bold;
}
.content form .hotel-form dd span.wpcf7-form-control-wrap {
	display: inline !important;
	float: none !important;
	clear: both !important;
	padding: 0 10px;
}
.content form .hotel-form dd span.wpcf7-form-control-wrap input[type=email],
.content form .hotel-form dd span.wpcf7-form-control-wrap input[type=text] {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 14px;
	line-height: 1.5em;
	width: 50% !important;
}
.content form .hotel-form dd span.wpcf7-form-control-wrap select {
	margin: 0 0 10px 0 !important;
}
.content form .hotel-form dd span.wpcf7-form-control-wrap input.wid30 {
	width: 100px !important;
}
input.submit-btn {
	font-size: 18px !important;
	font-weight: bold;
	padding: 10px 60px !important;
	margin: 30px 0 0 20px !important;
	background-color: #78a6fa !important;
}
input.submit-btn:hover {
	background-color: #648fdd !important;
}
input.change-btn {
	font-size: 18px !important;
	font-weight: bold;
	padding: 10px 60px !important;
	margin: 30px 0 0 20px !important;
	background-color: #999999 !important;
}
input.change-btn:hover {
	background-color: #777777 !important;
}
.content form .hotel-form dd span.wpcf7-form-control-wrap input.people {
	width: 10% !important;
}
.content form .hotel-form {
	border-bottom: none;
}
.content form .hotel-form dt {
	clear: both;
	float: left;
	width: 170px;
	color: #585858 !important;
	background-color: #d9f0f3;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 10px;
}
.content form .hotel-form dd {
	padding: 30px 0 20px 200px;
	margin: 0 0 0 0;
	border-bottom: 2px dotted #d9f0f3;
}
.price-attention {
	border: 1px solid #F00;
	color: #f00;
	padding: 10px 20px;
	margin-top: 20px;
}
.price-attention p {
	text-align: center;
	padding: 0 0 8px;
	margin: 0 0 10px;
	font-weight: bold;
	border-bottom: 2px dotted #f00;
}
.form-attention {
	color: #f00;
	padding: 10px 20px;
	margin-top: 10px;
	text-align: center;
}
.form-attention p {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.asterisk {
	color: #ff00e4;
	font-size: 14px;
	padding: 0 10px 0 0;
}
.asterisk02 {
	color: #ff00e4;
	font-size: 14px;
	padding: 0 0;
}
hr {
	border-top: 1px dashed #bbb;
}

#room-number {
	float: right;
	margin: 20px 0 0;
}
#room-number dt {
	float: left;
	padding: 15px 10px 15px 0;
	margin: 0;
	font-size: 18px;
}
#room-number dd {
	width: 120px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
background-color: #333333;
background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #4a4a4a), color-stop(.5, transparent), to(transparent));
-webkit-background-size: 10px;
	padding: 15px 20px;
	margin: 0;
	border-radius: 10px;
}
#room-number dd i {
	padding-right: 10px;
}
#room-number dd span {
	font-size: 16px;
}
.roomList-area-title {
	width: 80%;
	color: #454545;
	padding: 0.5em 0 0.5em 0.3em;
	margin: 20px 0 0;
	display: inline-block;
	background: #d3cec7;
	vertical-align: middle;
	border-radius: 25px;
	font-weight: normal;
	font-size: 24px;
}
.roomList-area-title:before {
	content: '●';
	color: white;
	padding-right: 5px;
	font-size: 30px;
}
.roomList-area-title a {
	color: #454545;
	text-decoration: none;
}
.roomList-area-title a:hover {
	color: #454545;
	text-decoration: underline;
}
.page-link-btn,
.page-link-btn02 {
	width: 100%;
	margin: 0 0 20px 0 !important;
	padding: 0;
}
.page-link-btn li,
.page-link-btn02 li {
	margin: 0 0 10px 0;
	list-style: none !important;
}
.page-link-btn .fa:before {
	font-family: 'FontAwesome' ;
	padding: 0 15px 0 0;
	margin: 0;
	font-size:20px;
}

.active {
	background-color: #b3d465;
	border-color: #b3d465;
	color: #000;
}
.active,
.button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button02 {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #e6f2c7;
	border: 2px solid #e6f2c7;
	color: #000;
}
.button::before,
.button::after,
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after,
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #e6f2c7;
	border: 2px solid #e6f2c7;
	color: #999;
	line-height: 50px;
}
.active:hover,
.button:hover {
	background-color: #b3d465;
	border-color: #b3d465;
	color: #000;
}
.button02:hover {
	background-color: #b3d465;
	border-color: #b3d465;
	color: #000;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e6f2c7;
}
.button02::before,
.button02::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e6f2c7;
}
.button::before,
.button02::before {
	right: 0;
}
.button::after,
.button02::after {
	left: 0;
}
.button:hover::before,
.button:hover::after,
.button02:hover::before,
.button02:hover::after {
	width: 0;
	background-color: #fff;
}
.area-room {
	margin: 15px 0 0 !important;
}
.area-room li {
	background-color: #f1ffe5;
	border: 1px solid #c6c6c6;
	text-align: center;
	color: #454545;
	list-style: none !important;
}
.area-room li .name {
	background-color: #e2ffcb;
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.1em !important;
}
.area-room li .single {
	padding: 12px 0 11px !important;
}
.area-room li .img {
	max-width: 100%;
	padding: 10px 10px 5px;
}
.area-room li .img img {
	max-width: 100%;
}
.area-room li .img a:hover {
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.area-room li .price {
	margin: 0 0 5px;
}
.area-room li .price .weekday {
	color: #007be4;
}
.area-room li .price .holiday {
	color: #df0000;
}

.area-room li .btn {
	background-color: #d5f3be;
	width: 80%;
	margin: 0 auto 10px;
	border-radius: 15px;
}
.area-room li .btn a {
	display: block;
	padding: 5px 0;
	color: #454545;
	text-decoration: none;
	border-radius: 15px;
}
.area-room li .btn a:hover {
	display: block;
	background-color: #bbe49b;
}

.DL-btn-list {
	list-style: none !important;
	display: table;
	text-align: center;
	margin: 20px 0 0 !important;
}
.DL-btn-list li {
	display: table-cell;
	list-style: none !important;
	padding: 0 4% 0 0!important;
	width: 30%;
}
.DL-btn-list li:last-child {
	padding: 0 0 0 0!important;
}
.DL-btn-list li a {
	display: block;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
}
.DL-btn-list li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.DL-btn-list li.tel  {
	color: #476a91;
	background: #d4e4f6;
	border: 1px solid #a9c4e2;
	border-radius: 20px;
}
.tel-btn {
	width: 95%;
	color: #476a91;
	background: #d4e4f6;
	border: 1px solid #a9c4e2;
	border-radius: 20px;
	text-align: center;
	margin: 15px auto 0;
}



ul.Top-room-list {
	width:100%;
	margin:0;
	padding:0 0 30px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul.Top-room-list li {
	width: 48.5%;
	padding: 0 !important;
	margin: 0 1% 10px 0 !important;
	background-color: #f1ffe5;
	border: 1px solid #c6c6c6;
	text-align: center;
	color: #454545;
	font-size: 12px;
}
ul.Top-room-list li .name {
	background-color: #e2ffcb;
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.1em !important;
	height: 30px;
	display:table;
	width:100%;
}
ul.Top-room-list li .name span {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}
ul.Top-room-list li .img {
	max-width: 100%;
	padding: 10px 10px 5px;
}
ul.Top-room-list li .img img {
	max-width: 100%;
}
ul.Top-room-list li .img a:hover {
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.Top-room-list li dl {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 10px;
}
ul.Top-room-list li dl dt {
	width: 30%;
	color: #007be4;
	text-align: right;
	padding: 0;
	margin: 0 0 5px;
}
ul.Top-room-list li dl dt span {
	color: #df0000;
}
ul.Top-room-list li dl dt:after {
	content: '：';
	color: #454545;
}
ul.Top-room-list li dl dd {
	width: 70%;
	text-align: left;
	padding: 0;
	margin: 0;
}
ul.Top-room-list li .btn {
	width: 90%;
	margin: 0 auto 10px;
}
ul.Top-room-list li .btn a {
	display: block;
	padding: 5px 0;
	color: #454545;
	background-color: #d5f3be;
	text-decoration: none;
	border-radius: 15px;
}
ul.Top-room-list li .btn a:hover {
	color: #454545 !important;
	background-color: #bbe49b;
}

.bg-gradient {
	padding: 10px;
	background-size: auto auto;
	background-color: rgba(52, 161, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 123, 228, 1) 10px, rgba(0, 123, 228, 1) 20px );
}
.number-of-publications {
	padding: 30px 20px 20px;
	background: #fff;
	text-align: center;
	font-size: 2em;
}
.number-of-publications span {
	color: #007be4;
	font-size: 1.5em;
	font-weight: bold;
}


.area-information{
	border: 2px solid #0094D6;
	border-radius: 10px;
	position: relative;
	margin-top: 1em;
}
.area-information h2{
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -1em;
	font-size: 1.8em;
	font-weight: normal;
	border: none !important;
	background: none !important;
	box-shadow:none !important;
}
.area-information span{
	padding: 0.3em 1.5em;
	background: #0094D6;
	color: #fff;
	border-radius: 7px;
}
.area-information .inner{
	padding: 2.5em 1em 1em;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.area-publish {
	margin: 5px 10px 10px 0;
	text-align: right;
}
.area-publish span {
	color: #1a73e8;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

@media (max-width: 320px) {
	.form-notes {
		width: 90%;
		padding: 10px;
	}
}
@media (max-width: 640px) {
	.room-img {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.room-img img {
		max-width: 100%;
	}
	.catch-copy {
		padding-left: 0;
		margin-top: 10px;
	}
	table.room-info th,
	table.room-info td {
		display: block;
	}
	table.room-info th {
		width: 100%;
	}
	table.room-info td {
		width: 98%;
	}
	.number-of-publications {
		padding: 15px 20px 10px;
		line-height: 1.5em;
	}
	.DL-btn-list li:nth-child(2) {
		padding: 0 2% 0 2%!important;
	}

	.DL-btn-list li.spnone  {
		display: none;
	}
}

@media (max-width: 769px) {
	.content form .hotel-form dt {
		clear: both;
		float: none;
		width: 100%;
	}
	.content form .hotel-form dd {
		width: 100%;
		padding: 10px 0;
		word-break: break-all;
	}
	.spnone {
		display: none;
	}
	.area-information h2{
		font-size: 1.5em;
	}
	.area-room li {
		width: 48.5%;
		float: left;
		margin: 0 1% 15px 0;
		font-size: 12px;
	}
	.area-room li:nth-child(even) {
		margin: 0 0 15px 0;
	}
	.page-link-btn02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-link-btn02 li {
		width:calc(50% - 10px);
		margin: 0 10px 10px 0;
	}
	.page-link-btn02 li:nth-child(even) {
		margin: 0 0 10px 0;
	}
	ul.Top-room-list li:nth-child(even) {
		margin: 0 0 10px 0 !important;
	}
}

@media (min-width: 770px) {
	table.pick-up-on {
		width: 49%;
		float: left;
		margin-top: 20px !important;
		margin-right: 19px !important;
	}
	table.pick-up-off {
		width: 49%;
		margin-top: 20px !important;
		float: left;
	}
	table.play-price {
		border: 1px solid #d0d0d0;
		border-collapse:separate;
		border-spacing:5px;
	}
	table.play-price th,
	table.play-price td {
		border: none;
	}
	table.room-info th {
		padding: 10px 0;
		border-bottom: 2px dotted #e8dec9;
	}
	table.room-info td {
		padding: 10px 0 10px 10px;
	}

	.room-notes {
		float: left;
	}
	.caddy-fee {
		width: 28%;
		float: right;
	}
	.pcnone {
		display: none;
	}
	.page-link-btn {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 60px 0 20px 0 !important;
	}
	.page-link-btn li {
		width:calc(100% / 3);
		margin: 0 10px 0 0;
	}
	.page-link-btn li:nth-child(3n) {
		margin: 0 0 0 0;
	}
	.page-link-btn02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0 20px 0 !important;
	}
	.page-link-btn02 li {
		width:calc(25% - 10px);
		margin: 0 10px 5px 0;
	}
	.page-link-btn02 li:nth-child(4n) {
		margin: 0 0 5px 0;
	}
	.area-room li {
		width: 23.5%;
		float: left;
		margin: 0 1.5% 15px 0;
		font-size: 12px;
	}
	.area-room li:nth-child(4n) {
		margin: 0 0 15px 0;
	}
	.area-room li .price {
		font-size: 14px;
	}

	ul.Top-room-list li {
		width: 32%;
		margin: 0 1.5% 15px 0 !important;
		font-size: 14px;
	}
	ul.Top-room-list li:nth-of-type(3n) {
		margin: 0 0 15px 0 !important;
	}
	ul.Top-room-list li .name,
	ul.Top-room-list li .name span {
		height: 36px;
	}
	ul.Top-room-list li dl {
		padding: 5px 0 15px;
	}
	ul.Top-room-list li dl dt {
		width: 35%;
		padding: 0;
		margin: 0 0 5px;
	}
	ul.Top-room-list li dl dd {
		width: 65%;
		padding: 0;
		margin: 0;
	}
	ul.Top-room-list li .btn {
		width: 80%;
		margin: 0 auto 15px;
	}

}

.table_wrap {
	overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.hotel-form dd table.reserve-option {
}
.hotel-form dd table.reserve-option thead th,
.hotel-form dd table.reserve-option thead td {
	background-color: #fff4fc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.hotel-form dd table.reserve-option th,
.hotel-form dd table.reserve-option td {
	white-space: nowrap !important;
	text-align: left;
}
.hotel-form dd table.reserve-option th {
	background-color: #fff;
}
.hotel-form dd table.reserve-option th p {
	margin: 0;
	padding: 10px 0 0 10px;
}
.hotel-form dd table.reserve-option th input[type=checkbox] {
	margin: 0 0 0 -20px;
}
.hotel-form dd table.reserve-option th .wpcf7-list-item-label {
	font-size: 14px;
}

ul.actual-results {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
ul.actual-results li {
	margin: 0 5px 0 0;
	color: #fff;
	font-weight: bold;
	list-style: none;
	position: relative;
	padding: .5em .75em;
}
ul.actual-results li::after {
	position: absolute;
	bottom: 8px;
	z-index: -1;
	content: '';
	width: 30%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
ul.actual-results li::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}
ul.actual-results li:last-child {
	margin: 0 0 0 0;
}
ul.actual-results li.malaysia-room {
	background-color: #5bbf83;
}
ul.actual-results li.last-month {
	background-color: #3eb0df;
}
ul.actual-results li.total {
	background-color: #dfb33e;
}

ul.actual-results li .text {
	float: left;
	font-size: 24px;
	line-height: 1.1em;
	margin: 0 10px 0 0;
}
ul.actual-results li .text span {
	font-size: 18px;
}
ul.actual-results li .value {
	float: right;
	background-color: #fff;
	border-radius: 8px;
}
ul.actual-results li .value span {
	font-size: 22px;
	padding: 0 0 0 3px;
}
ul.actual-results li .value.hotel {
	color: #5bbf83;
	padding: 15px 10px 11px;
	font-size: 34px;
	margin: 0 0 1px 10px;
}
ul.actual-results li .value.last {
	color: #3eb0df;
	padding: 15px 10px 11px;
	font-size: 34px;
	margin: 0 0 1px 8px;
}
ul.actual-results li .value.total {
	color: #dfb33e;
	padding: 5px 10px;
	font-size: 30px;
}
ul.actual-results li .value i {
	font-size: 28px;
}
ul.actual-results li .value.hotel i,
ul.actual-results li .value.last i {
	padding: 0 8px 0 0;
}
ul.actual-results li .value p {
	font-size: 10px;
	color: #7b7b7b;
	padding: 0;
	margin: -3px 0 3px;
	line-height: 1;
	font-weight: normal;
}

@media (max-width: 768px) {
	ul.actual-results li {
		float: left;
		width: 100%;
	}
}
@media (min-width: 769px) {
	ul.actual-results li {
		float: left;
		width: 293px;
	}
}

.hotel-room-information-ttl {
	padding: 10px 0 10px 10px;
	margin: 30px 0 0;
	font-size: 18px;
	color: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.hotel-room-information-ttl p {
      margin: -20px 10px 0 0;
      font-size: 12px;
      text-align: right;
}
.hotel-room-information {
	margin: 0 0 50px;
	padding: 0 0 10px;
	border: 1px solid #999;
	max-height: 300px;
	overflow: auto;
}
.hotel-room-information dt {
	padding: 0 20px;
	margin: 15px 0 0;
	font-size: 16px;
}
.hotel-room-information dt span {
	font-size: 12px;
	color: #999;
	display: block;
}
.hotel-room-information dd {
	padding: 0 0 5px;
	margin: 5px 20px 0;
	border-bottom: 1px dotted #ccc;
}

.hotel-request-btn {
	width: 100%;
	margin: 50px auto 30px;
	text-align: center;
}
.hotel-request-btn a {
	padding: 15px 30px;
	color: #fff;
	border: 1px solid #aaa;
	border-radius: 7px;
	text-decoration: none;
}
.hotel-request-btn.request a {
	background: #0099d9;
}
.hotel-request-btn.request a:hover {
	background: #006893;
}
.hotel-request-btn.immediate span {
	padding: 0 10px 0 0;
	color: #fff000;
	font-size: 1.2em;
	font-weight: bold;
}
.hotel-request-btn.immediate a {
	background: #dc0091;
}
.hotel-request-btn.immediate a:hover {
	background: #a7006e;
}
.immediate-attention {
	padding: 0;
	margin: 0 0 50px;
	text-align: center;
	color: #999;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}

.f-red{color:#f00;}
.qwert{text-indent:100px; clear:both;}
