@charset 'shift-jis';

/* navigation 現在地表示
-------------------------------------------------- */
.komeIndent{
	display:block;
	margin:0;
	padding: 0 0 0 1em;
 	text-indent: -1em;
	}

#hotelInfo th{
	background-color:#ffcc66;
	white-space: nowrap;
	font-size: 11px;
	line-height: 13px;
	color:#660000;
	text-align:center;
	}

#hotelInfo td,
#hotelInfo td table.fee td{
	background-color:#fffaf5;
	}
#hotelInfoText td,
#hotelInfo td,
#hotelInfo td table.fee td{
	font-size: 11px;
	line-height: 13px;
	vertical-align:top;
	}
#hotelInfo > tbody > tr > th,
#hotelInfo > tbody > tr > td{
	border-left:1px solid #660000;
	border-top:1px solid #660000;
	}

#hotelInfo > tbody > tr > th:last-child,
#hotelInfo > tbody > tr > td:last-child {
	border-right:1px solid #660000;
}

#hotelInfo td.dist{
	background-color:#ffffeb;
	white-space: nowrap;
	text-align:center;
}
#hotelInfo td.whiteBg{
	background-color:#ffffff;
	}
table#hotelInfo {
	border-bottom:1px solid #660000;
	border-spacing: 1px!important;
	border-collapse: collapse;
}
