﻿/**********************************************
	hotel.css
	ホテル検索CSS
**********************************************/

/**********************************************
ホテルトピックス
**********************************************/
#hotelTopicsBox {
	padding:8px 20px 8px 15px;
	border:2px solid #9dc6f5;
	background-color:f6fafd;
}

#hotelTopicsArea .hotelTopicsRecord {
	margin-bottom:5px;
}
#hotelTopicsArea .hotelTopicsRecord #date {
	width:60px;
	vertical-align:top;
}
#hotelTopicsArea .hotelTopicsRecord #txt {
	padding-left:20px;
	background:url(../../tokusyu/hotel/images/topics_cursor.gif) no-repeat;
	white-space:normal;
	vertical-align:top;
}

/**********************************************
ホテル検索
**********************************************/

.area-search
{
	margin-left: 16px;
	width: 480px;
	background: #eaf4fb;
}
.area-search-inner
{
	padding: 6px;
}

.area-search01
{
	float: left;
	width: 100px;
	border-right: 1px solid #bac1c6;
	margin: 0 20px 0 20px;
	padding: 5px 10px 5px 0;
}
.area-search02
{
	padding: 1px 0;
	float: left;
	width: 280px;
}

.hotel-search-segment
{
	padding: 5px 14px 0px 16px;
}

.hotel-search-allplan
{
	padding-top: 120px;
	float:right;
	width: 111px;
}
.hotel-search-txt
{
	margin-bottom: 2px;
}

/**********************************************
ホテル再検索
**********************************************/

.hotel-research-box-01
{
	background: #fefef9;
}
.hotel-research-box-01-inner
{
	border-left: 3px solid #b5d4f7;
	border-right: 3px solid #b5d4f7;
	padding: 5px 14px;
	height: 1%;
}
.hotel-research-box-01 h3
{
	background: #e5f1f9;
	margin-left: 5px;
	padding: 5px 3px 3px 5px;
}
.hotel-research-box-01 form
{
	padding: 10px 0px 10px 10px;
}
.hotel-research-box-01 form .chkbox
{
	margin: 0 5px 0 0;
}
.hotel-research-box-01 form label
{
	margin: 0 16px 0 0;
}

.search-result
{
	background: url(../../tokusyu/hotel/images/hotel_research-result.gif) no-repeat 10px 7px #f6f6f6;
	padding: 10px 0 10px 85px;
}

.search-result span
{
	color: #438fe4;
	font-weight: bold;
	padding-right:5px;
}

.hotel-desc
{
	height:1%;
	margin: 20px 0 20px 0;
}
.hotel-desc-ttl-bg
{
	background: url(../../tokusyu/hotel/images/hotel_research-bg_midashi.gif) no-repeat bottom;
	padding: 0 0 40px 20px;
}

.hotel-desc-left
{
	float: left;
	width: 392px;
}
.hotel-desc-right
{
	float: right;
	width: 338px;
	padding-top: 10px;
}
.hotel-desc-right table
{
}
.hotel-desc-right table th
{
	font-size: 12px;
	font-weight: normal;
	background: url(../../tokusyu/hotel/images/hotel_icon-01.gif) no-repeat left 4px;
	vertical-align: top;
	padding: 0 5px 10px 15px;
}
.hotel-desc-right table td
{
	vertical-align: top;
	padding-bottom: 10px;
}

