@charset "UTF-8";


h3.hotel_title{
	margin-bottom:10px;
	padding-bottom:3px;
	background:none;
	border-bottom:3px solid #ccc;
	color: #EB1147
}

/* map
-------------------------*/

.map {
	width: 100%;
	margin-bottom: 0rem;
	padding:0.8rem 0; 
	background:#FFF;
	text-align: center;
}
.note{
	margin-bottom:0rem;
	padding:1rem 0.4rem;
	background:#ec7cb0;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
}

.meet{
	margin-bottom:1.5rem;
	padding:1rem;
	background: #484848;
	color: #FFF;
	font-size: 1rem;
	text-align: center;
}
.meet span.star{
	color: yellow;
	font-size: 1.4rem;
}


table{
	width:100%;
	border: 1px solid #5b9bd5;
}
#hotel table th,#hotel table td{
	padding:0.5rem 0.2rem;
	font-size: 0.88rem;
	line-height: 1.6;
}
table thead{}
table thead th{	
	background:#5b9bd5;
	border:1px solid #FFF;
	color: #FFF;
	padding:0;
	text-align: center;
}
table tbody{}
table tbody th{
	width:30px;
	background:#5b9bd5;
	border-bottom:1px solid #FFF;
	color: #FFF;
	text-align: center;
}
table tbody td{	
	border:1px solid #9bc2e6;
	background:#fff;
}
table tbody tr:nth-child(even) td{
	background:#DDEBF7;
}
#hotel table tbody td span{
	display: inline-block;
	margin-right: 1rem;
}
