﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document search > room
--------------------------------------------------------- */

#contents {
	float: left;
	width: 730px;
	overflow: hidden;
}

#contents h2 {
	margin: 0;
	padding: 0;
}

#contents img {
	vertical-align: top;
}

#contents input[type='image']:hover {
	opacity: 0.85;
	filter: Alpha(opacity=85);
}

/* ---------------------------------------------------------
	CSS Document search > room > contents
--------------------------------------------------------- */

#contents h1 {
/*	height: 47px;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 15px;
	border-left: solid 3px #2a5793;
	background: #c3dbef;
	font-size: 15px;
	font-weight: bold;
	line-height: 47px;*/
	
	height: 47px;
	overflow: hidden;
	margin: 10px 0 20px 0;
	background: #fff;
	color: #1460ba;
	font-size: 15px;
	font-weight: bold;
	line-height: 47px;
	border: 1px solid #1460ba;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contents h1:before {
	float: left;
	background: #1460ba;
	margin:5px 8px 0 6px;
	width: 7px;
	height:37px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	content: "";
	}

#contents #mini_search {
	margin: 0 0 12px;
}

#contents .choose_room {
	margin: 0;
}

#contents .choose_room .sort {
	display: block;
}

/* ---------------------------------------------------------
	CSS Document search > room > room_block
--------------------------------------------------------- */

.room_block {
	margin-bottom: 3px;
	border: solid 1px #ccc;
	box-shadow: #bcbcbc 0 3px 2px -2px;
	-webkit-box-shadow: #bcbcbc 0 3px 2px -2px;
	-moz-box-shadow: #bcbcbc 0 3px 2px -2px;
}

.room_block .room_name {
	padding: 0 5px;
	background: #c3dbef;
}

.room_block .room_name h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
}

.room_block .room_name p {
	float: right;
	font-size: 12px;
	line-height: 47px;
	color: #666;
}

.room_block .room_inner {
	padding: 8px;
}

.room_block .room_image {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}

.room_block .room_image img {
	padding: 1px;
	border: solid 1px #ccc;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document search > room > room_summary
--------------------------------------------------------- */

.room_block .room_summary {
	float: right;
	width: 435px;
	height: 195px;
	position:relative;
	margin-bottom: 10px;
}

.room_block .room_summary .room_desc {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
	color: #2a5793;
}

.room_block .room_summary table {
	width: 430px;
}

.room_block .room_summary th {
	width: 11%;
	padding: 5px;
	border: solid 1px #ccc;
	background: #e5e5e5;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.room_block .room_summary td {
	padding: 5px 15px;
	border: solid 1px #ccc;
	text-align: left;
	font-size: 12px;
	color: #666;
}

#contents .room_block .room_summary p.go_article {
	margin-bottom: 5px;
	text-align: right;
}

.room_block .room_summary .go_article a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 15px;
	background: url(../img/common/icn_right_arrow.gif) no-repeat 0 6px;
	font-size: 11px;
	line-height: 22px;
}

.room_block .room_summary ul {
	position: absolute;
	bottom: 0;
	left: 0;
}

.room_block .room_summary li {
	float: left;
	margin-right: 4px;
}



.room_block .room_summary li img:hover {
	opacity: 0.85;
	filter: Alpha(opacity=85);
}

/* ---------------------------------------------------------
	CSS Document search > room > room_select
--------------------------------------------------------- */

.room_select {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
}

.room_select .room_select_left {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 485px;
	background: url(../img/search/room_line.jpg) no-repeat left bottom;
	vertical-align: top;
}

.room_select .room_select_left .smokingSelect ,
.room_select .room_select_left p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}


.priceBox {
	float: left;
	width: 485px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #aaa;
}

.kinkenBtn {
	background-color: #ffe69b;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	border: solid 1px #efb608;
	background-image: -webkit-linear-gradient(bottom, #fdd456, #ffe69b 50%, #fdd456);
	background-image: -moz-linear-gradient(bottom, #fdd456, #ffe69b 50%, #fdd456);
	background-image: -o-linear-gradient(bottom, #fdd456, #ffe69b 50%, #fdd456);
	background-image: linear-gradient(to top, #fdd456, #ffe69b 50%, #fdd456);
	text-align:center;
	font-weight:bold;
	font-size:11px;
	line-height:1.2;
	padding:2px 0;
	width: 90px;
	color:#904800;
	float: left;
	margin: 2px 5px 2px 0;
}


.priceTxt {
	line-height:1.2;
	margin: 5px 0;
}


.priceTxt span {
	color: #F90006;
}

.priceTxt span.totalPrice {
	font-weight:bold;
	font-size:110%;
}



.room_select p.room_ticket {
	width: 101px;
	height: 34px;
	height: 31px;
	overflow: hidden;
	margin-right: 3px;
	padding-top: 3px;
	background: url(../img/search/room_ticket.jpg) no-repeat 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #904800;
}

.room_select .room_food {
	display: block;
	margin-top: 1px;
	font-size: 12px;
	line-height: 17px;
	color: #c33;
}


.infoModal a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 11px;
	background: url(../img/search/plus.png) no-repeat left;
	font-size: 11px;
}


.room_select .room_price {
	font-size: 13px;
	font-weight: bold;
	color: #c33;
}

.room_select .room_tax {
	font-size: 11px;
}

.room_select .room_select_nonselect {
	text-align: right;
	clear:both;
}

.room_select .room_select_nonselect p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 219px;
	text-align: center;
	font-size: 11px;
	color: #666;
}

.room_select .room_select_right {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 219px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}

.room_select .room_select_right a img:hover {
	opacity: 0.85;
	filter: Alpha(opacity=85);
}

/* ---------------------------------------------------------
	CSS Document search > room > room_term
--------------------------------------------------------- */

.room_block .room_term {
	margin-bottom: 2px;
	border-top: solid 1px #bcbcbc;
	background: #e5e5e5;
	line-height: 27px;
}

.room_block .room_term .room_term_title {
	float: left;
	width: 45px;
	margin-right: 10px;
	background: #c3dbef;
	text-align: center;
	font-weight: bold;
	color: #2a5793;
}

.room_block .room_term .room_term_name {
	float: left;
	margin:0 10px;
	font-weight: bold;
}

/* ---------------------------------------------------------
	CSS Document search > room > now_selected
--------------------------------------------------------- */

#now_selected 
{
	margin:10px 0px 15px 0px;
	border: solid 1px #d0d0d0;
	background: #fff;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#now_selected p.now_selected_title {
/*	padding: 0 5px;
	background: #c3dbef;
	font-weight: bold;
	line-height: 35px;*/
	
	padding: 0 5px;
	background: #1460ba;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

#now_selected dt {
	padding: 0 5px;
	border-top: solid 1px #d0d0d0;
	background: #f3f3f3;
	font-weight: bold;
	line-height: 26px;
	color: #2a5793;
}

#now_selected dd {
	padding: 5px;
}

#now_selected dd small {
	float: left;
	font-size: 11px;
}

#now_selected dd small {
	float: left;
	font-size: 11px;
	line-height: 22px;
}

#now_selected dd strong.subtotal {
	float: right;
	font-size: 15px;
	color: #c00;
	line-height: 22px;
}

#now_selected dd .now_selected_ticket {
	text-align: center;
	line-height: 22px;
	color: #d36d00;
}

#now_selected dd.clearfix {
	background: url(../img/search/room_line.jpg) no-repeat 0 0;
}

#now_selected dd strong.total {
	float: right;
	color: #c00;
	line-height: 22px;
}

#now_selected dd small.price {
	font-weight: bold;
	font-size: 13px;
	line-height: 33px;
	color: #2a5793;
}

#now_selected dd strong.price {
	float: right;
	font-size: 18px;
	line-height: 33px;
	color: #c00;
}
#now_selected span.price_tax {
    float: right;
    padding: 2px 0px 0px 1px;
    font-size:0.9em;
    font-weight:normal;
}
#now_selected span.price_tax_sum {
    float: right;
    padding: 10px 0px 0px 1px;
    font-size:0.9em;
    font-weight:normal;
}
