@charset "utf-8";

/*===============================
  Layout
===============================*/

.hotel #hotel_list{
	float: left;
	margin: 10px 0 0 10px;
	position: relative;
	width: 596px;
}

.hotel #hotel_list #contents_col {
	margin: 40px 0 0 0;
}

.hotel #col01 {
}

/*===============================
  Main
===============================*/

.hotel #contents_col h3 {
	padding: 0 0 0 5px;
	font-size: 16px;
	line-height: 25px;
	border-left: #2388C0 7px solid;
	border-bottom: #2388C0 2px solid;
}

.hotel .txt_right {
	padding: 0 5px 0 0;
	text-align: right;
}

.hotel .txt_small {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
}

/* Table */
.hotel table {
	margin: 15px 0 5px; 0;
	width: 590px;
	border-right: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
}

.hotel tr td {
	padding: 0 0 0 5px;
	line-height: 25px;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
}

.hotel tr.area_name {
	background: #ff9900;
}

.hotel tr.area_name td {
	padding: 0 0 0 3px;
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border:none;
}

.hotel tr.about_cell {
	background: #ffcc33;
}

.hotel tr.about_cell td {
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #666;;
}

.hotel tr.about_cell td.hotel_name {
	width: 170px;
}

.hotel tr.about_cell td.hp_link {
	width: 40px;
	text-align: center;
	border-left: #fff 1px solid;
}

.hotel tr.about_cell td.address {
	width: 280px;
	border-left: #fff 1px solid;
}

.hotel tr.about_cell td.phone {
	width: 100px;
	border-left: #fff 1px solid;
}

.hotel tr td.hp_link {
	text-align: center;
}

/*===============================
  Left
===============================*/

.hotel #col01 .search_hotel {
	padding: 2px 0 8px 2px;
	background: #D8E1E9;
	border: #9FB7D4 1px solid;
}

.hotel #col01 h3 {
	background-image: url("http://img.aaa-fuzoku.com/aaa/common/menuicon.png");
	background-position: -30px -280px;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0;
	text-indent: -9999px;
	width: 162px;
}
.hotel #col01 .search_hotel .choice_area {
	margin: 5px 0 0 2px;
	padding: 0 0 8px 0;
	width: 160px;
	background: #fff;
}

.hotel #col01 .search_hotel .choice_area h5 {
	padding: 0 0 0 3px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #666666;
}

.hotel #col01 .search_hotel dl {
	margin: 0 0 0 10px;
}

.hotel #col01 .search_hotel dt {
	margin: 10px 0 0 0;
}

.hotel #col01 .search_hotel dd {
	line-height: 18px;
}