@charset "utf-8";
/* ホテル一覧用CSS -----------------------------------------------*/
/* テーブル内thのカラー分岐 -----------------------------------------------*/
.bg_th {
	background: #EEF9FF;
}
body.jal .bg_th {
	background: #fef0f1;
}
body.sfj .bg_th {
	background: #EFEFEF;
}
/* シングルのテーブル（基本代金・割増料金表・ホテル一覧） -----------------------------------------------*/
table.single {
	width: 770px;
	margin: 15px 0 5px 0;
	border-collapse: collapse;
}
table.single td,table.single th {
	border: 1px solid #D1D1D1;
	text-align: center;
	padding: 1px 5px;
}
table.single td {
	text-align: left;
}
/*空席照会・予約ボタン（詳細ページ）-----------------------------------------------*/
div.syousai {
	text-align: center;
	}
div.syousai a {
	width: 45px;
	margin: 0 auto;
	background: url(../img/common/syousai_on.gif) no-repeat center top;
	display: block;
	}
div.syousai a:hover img { visibility: hidden;}
/* このプランについて -----------------------------------------------*/
div#plan_txt {
	clear: both;
	width: 770px;
	margin: 0 0 20px;
	line-height: 1.8em;
}
div#plan_txt p a {
	color: #333;
	text-decoration: underline;
}
/* 空港の情報 -----------------------------------------------*/
div#airport {
	width: 770px;
	margin: 0 0 20px;
}
div#airport h5 {
	background: url(../img/common/airport_bg.gif) no-repeat bottom left;
	width: 360px;
	height: 25px;
	padding: 5px 0 0 20px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
div#airport h5.airport4 {
	margin: 0 0 10px 0;
}
*html div#airport h5 {
	width: 380px;
	height: 30px;
}
div.airport1 {
	background: url(../img/common/airport1.gif) repeat-y bottom left;
	width: 770px;
	clear: both;
}
body.jal div.airport1 {
	background: url(../img/common/airport1_jal.gif) repeat-y bottom left;
}
body.sfj div.airport1 {
	background: url(../img/common/airport1_sfj.gif) repeat-y bottom left;
}
div.airport2 {
	background: url(../img/common/airport2.gif) no-repeat bottom left;
	width: 770px;
	clear: both;
}
div.airport3 {
	background: url(../img/common/airport3.gif) no-repeat top left;
	width: 770px;
}
div.airport3 div {
	width: 380px;
	float: left;
	margin: 0 10px 0 0;
}
div.airport3 div.airport5 {
	margin: 0;
}
div.airport3 div p {
	width: 370px;
	line-height: 2em;
	padding: 5px;
}
*html div.airport3 div p {
	width: 380px;
}
div.airport3:after {
	content: "";
	display: block;
	clear: both;
}
div.airport2:after {
	content: "";
	display: block;
	clear: both;
}
div.airport1:after {
	content: "";
	display: block;
	clear: both;
}

