.modal
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
	box-sizing: border-box;
}
.map-window .map
{
	/* [disabled]min-width: 800px; */
	/* [disabled]min-height: 600px; */
	/* [disabled]position: absolute; */
	/* [disabled]top: 50%; */
	/* [disabled]left: 50%; */
	/* [disabled]margin-top: -300px; */
	/* [disabled]margin-left: -400px; */
	/* [disabled]background-color: white; */
	/* [disabled]box-sizing: border-box; */
	margin: 5%;
	height:80%;
}
.map-window .map iframe
{
	border: none;
	border-width: 0;
	box-sizing: border-box;
	height:100%;
}
.map-window .close
{
	background-color: #FFFFFF;
	font-size: 32px;
	opacity: 1.0;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
	border: 1px solid #CCCCCC;
}
.map-window .close:active,
.map-window .close:focus,
.map-window .close:hover
{
	opacity: 0.5;
}

.hotellist th.map,
.hotellist td.map
{
	/* [disabled]width: 4em; */
}
.hotellist td.usable
{
	/* [disabled]width: 2em; */
	/* [disabled]text-align: center; */
}
.hotellist th.tel,
.hotellist td.tel
{
	/* [disabled]width: 10em; */
}
.hotellist th
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-tabs{
	border:none;
	margin-bottom:10px;
}

.nav-tabs > li > a{
	margin: 3px;
	background-color: rgba(153,153,153,0.7);
	border-radius: 5px;
	color:#FFF;
	border:none;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
	background-color: rgba(51,51,51,0.5);
	color: #FFF;
	border: none;
}

td.title{
	background-color: #EEEEEE;
	color: #333333;
	font-size: 1.25em;
}

.sub{
	color: #999999;
	font-weight: bold;
}

.nav-tabs
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1em;
}
	.nav-tabs li
	{
		flex: 1;
	}
	.nav-tabs li a
	{
		padding: .25rem 1em;
	}

@media (max-width: 767px)
{

.hotellist td{
	display:block;
	width:100%;
	border-bottom:1px solid #EEE !important;

}

.map a{
	text-align: center;
	background-color: #EEE;
	color: #333333 !important;
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
}

}
