@charset "utf-8";
/* 
CSS Information
 File name:      hotel.css
 Author:         Administrator
 Style Info:     /hotel/
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #hotel
***********************************/
.btn.tab {
	margin: 0 5px;
	font-size: 0;
	text-align: right;
}

.btn.tab li {
	display: inline-block;
	width: 20%;
	margin-left: 5px;
	font-size: 14px;
}

.btn.tab li a {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	background: #f6fca4;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	white-space: nowrap;
	color: inherit;
}

.btn.tab li.current a {
	position: relative;
	bottom: -1px;
	background: rgb(248,239,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(161,177,8,1) 0%, rgba(214,231,116,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(161,177,8,1) 0%,rgba(214,231,116,1) 100%);
	background: linear-gradient(to bottom,  rgba(161,177,8,1) 0%,rgba(214,231,116,1) 100%);
	border-bottom: 1px solid rgba(214,231,116,1);
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.btn.area.clearfix li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	width: -webkit-calc((100% - 1px) / 3);
	width: calc((100% - 1px) / 3);
	padding: 3px;
	margin: 0;
}

ul.btn.area.clearfix li:nth-child(odd) {
	clear: none;
	margin-right: 0;
}

.btn.area.clearfix li a {
	border-radius: 3px;
	background: rgb(248,239,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(161,177,8,1) 0%, rgba(214,231,116,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(161,177,8,1) 0%,rgba(214,231,116,1) 100%);
	background: linear-gradient(to bottom,  rgba(161,177,8,1) 0%,rgba(214,231,116,1) 100%);
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}


.map_area {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #B4AF01;
	background: #EDF4C4;
}

#map {
	width: 100%;
	height: 350px;
}

.icon_exp {
	margin-bottom: 15px;
}

.icon_exp li {
	display: inline-block;
	margin-right: 1em;
	color: #704113;
	font-size: 85%;
}

.icon_exp li img {
	margin-right: 5px;
	vertical-align: middle;
}

table.hotels {
	width: 100%;
}

table.hotels th,
table.hotels td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	font-size: 93%;
}

table.hotels th {
	background: #A2B005;
	color: #fff;
	font-weight: bold;
}

table.hotels tr th:first-child {
	width: 4em;
}

table.hotels tr th:nth-child(2) {
	width: 18px;
}

table.hotels tr th:nth-child(3) {
	width: 30%;
}

table.hotels tr th:nth-child(5) {
	width: 8.5em;
}
