@charset "utf-8";

#tabwrap {
	width: 100%;
	margin: 2em auto 1em auto;
}

.tabs {
	border-bottom: solid 1px #cccccc;
}

.tabs li {
	list-style: none;
}

.tabs li:first-child {
	margin-left: .5em;
}

.tabs li a {
	float: left;
	display: block;
	padding: 15px;
	width: auto;
	max-width: 50%;
	text-decoration: none;
	text-align: center;
}

.tabs li a:hover {
	text-decoration: none;
}

.tabs li:first-child a {
	border-left: 0;
}

.tabs li:last-child a {
	border-right: 0;
}

.tabs li.active a,
.tabs li.current a {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: solid 1px #ffffff;
	margin-bottom: -1px;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
}

.tabs li.dummy {
	border-bottom: 1px solid #cccccc;
	height: 4rem;
}

@media screen and (min-width: 641px) {
	#tabwrap {
		height: 4rem;
	}

	.tabs li a {
		line-height: 2rem;
		position: relative;
	}

	.tabs li .balloonArrival {
		display: none;
		position: absolute;
		top: -4rem;
		right: -6rem;
		background: url('../../images/concierge/icon-arrival.png') no-repeat 0 0;
		width: 8.8rem;
		height: 5.6rem;
		line-height: 5.6rem;
		text-align: center;
		color: inherit;
		text-shadow: none;
		z-index: 1;
	}

	.etabs {
		margin: 0;
		padding: 0;
	}

	.tab {
		display: inline-block;
		zoom: 1;
		*display: inline;
		background: #eeeeee;
		border: solid 1px #999999;
		border-bottom: none;
	}

	.tab a {
		line-height: 2;
		display: block;
		padding: .2rem 2rem;
		outline: none;
		text-decoration: none;
	}

	.tab a:hover {
		text-decoration: none;
	}

	.tab.active, .tab:hover {
		background: #ffffff;
		padding-top: 6px;
		position: relative;
		top: 1px;
		border-color: #015845;
	}

	.panel-container {
		margin-bottom: 1rem;
	}

	.tab-container .panel-container {
		background: #ffffff;
		border: solid #015845 1px;
		padding: 1.5rem 2rem 2rem;
	}
}
