@charset "UTF-8";

#hotel div.content{
	padding:10px 0;
}

#hotel article{
	padding-bottom:15px;
	border-bottom:dashed 1px #f69;
	margin:10px;
	margin-bottom:15px;
}

#hotel article p.name{
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;
	color:#f69;
	margin-bottom:10px;
}

#hotel article ul li{
	display:table;
	width:100%;
}

#hotel article ul li label{
	display:table-cell;
	width:60px;
	vertical-align:middle;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	color:#f69;
}

#hotel article ul li span{
	display:table-cell;
	width:auto;
	vertical-align:middle;
}