@charset "utf-8";
/* CSS Document */

@import "common.css";

/*-- こだわり検索フォーム --*/

#Search_container{
	background:url(../search/images/search_container.jpg) bottom no-repeat;
	padding:0 0 20px 0;
}

#Search_container th{
	text-align:left;
	width:90px;
}

#Plan_Area{
	width:415px;
	margin:0 80px 2px 80px;
	background:url(../search/images/area_line.gif) bottom left repeat-x;
}

#Plan_Area img{
	margin:0 0 8px 0;
}

#Plan_yosan{
	width:415px;
	margin:0 80px;

}

#Plan_yosan select{
	width:144px;
}

#Search_container p{
	padding:15px 0 0 0;
}

/*-- 検索結果 --*/

#Search_Number{
	padding:15px 0 5px 0;
}

#Search_Number .Number{
	float:left;
	font-weight:bold;
}

#Search_Number em{
	font-size:14px;
}


#Plan_list{
	background:url(../search/images/plan_list_bg.gif) no-repeat;
	line-height:25px;
	padding:0 10px 0 15px;
	margin:0 0 20px 0;
}

#Plan_list h3{
	color:#572701;
	font-size:14px;
}

/* これ以降Mac IE 5には適用されない \*/
.HOTEL_name{
    zoom:1;
}
/* これ以降Mac IE 5にも適用される */

.HOTEL_name:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.HOTEL_name {
	display: inline-table;
	background:#ECECEC;
	padding:5px 10px;
	margin:0 0 10px 0;
	line-height:16px;
}

/* Hides from IE-mac \*/
* html .HOTEL_name {height: 1%;}
.HOTEL_name {display: block;}
/* End hide from IE-mac */

.HOTEL_name img{
	margin-left:10px;
}

.HOTEL_name h3{
	font-size:14px;
}

.Plan_Right_contents{
	float:left;
	width:421px;
}

.Plan_Right_contents em{
	color:#FF6600;

}

.Photo{
	float:left;
	margin:0 14px 0 0;
}

.Text{
	font-weight:bold;
	padding:10px 0 10px 0;
}

.Plan_Right_contents h4{
	font-size:14px;
}

.ContentsBOX {
	display: inline-table;
	padding:0 10px;
	margin:0 0 20px 0;
}

/* これ以降Mac IE 5には適用されない \*/
.ContentsBOX{
    zoom:1;
}
/* これ以降Mac IE 5にも適用される */

.ContentsBOX:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .ContentsBOX {height: 1%;}
.ContentsBOX {display: block;}
/* End hide from IE-mac */

.ContentsBOX a:link {color:#E60012!important;}
.ContentsBOX a:visited {color: #E60012!important;}
.ContentsBOX a:hover {color: #E60012; text-decoration:none!important;}
.ContentsBOX a:active {color: #E60012!important;}

.Town_Listbottom{
	margin:20px 0 45px 0;
	padding:0;
}


