body{
	font-family: sans-serif;
	margin: 0;
}
#footer{
	background-color: red;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	color: #FFF;
}
h1{
	font-size: 20px;
}
#footer:hover{
	cursor: pointer;
}
#hotelname{
	padding: 10px;
	font-weight: 700;
	font-size: 25px;
	color: #FFF;
}
#header{
	background-image: url('./assets/182679.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
}
.room_img{
	/* background-image: url('./assets/182679.jpg'); */
	background-size: cover;
	height: calc(50vw - 20px);
	width: calc(50vw - 20px);
}
.emergency_news{
	position: relative; top: -20px; width: calc(100%-20px); border: solid 0.1px #000; margin: 10px; padding: 10px; background-color: #FFF;
}
.emergency_news > a{
	color: #000;
}
.emergency_news > a:visited{
	color: #000;
}
#wifi{
	background-color: aliceblue;
	font-weight: 700;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	position: absolute;
	right: 0px;
	top: 50px;
	width: 250px;
	height: 50px;
}
#ssid{
	margin-left: 20px;
	font-size: large;
}
#wifipass{
	margin-left: 20px;
	font-size: large;
}
#wifiicon{
	position: relative;
	right: 40px;
	top: -50px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	background-color: #FFF;
}
#wifiicon > img{
	width: 70%;
	padding: 15%;
}
#container{
	background-color: #FFF;
	padding: 0px 10px;
}
.card{
	position: relative;
	box-shadow: 5px 5px 5px #CCC;
	width: calc(50vw - 21px);
	height: calc(50vw - 20px + 50px);
	margin: 5px;
	float: left;
	border-left: 0.1px #CCC solid;
}
.title{
	height: 50px;
	position: absolute;
	color: #000;
	padding: 5px 10px;
	line-height: 20px;
	text-align: center;
}
.title > a{
	text-align: center;
}
.news_content{
	margin: 0px 5px;
	color: #000;
	box-shadow: 5px 5px 5px #CCC;
	padding: 0px 10px 0px 0px;
	min-height: 100px;
}
.clear{
	clear: both;
}
.thumbnail{
    width: 100px;
    height: 100px;
    float: left;
	left: -5px;
	background-size: cover;
}
.honbun{
	padding: 5px;
	padding-left: 105px;
}
.news_title{
	font-weight: 600;
}
.news_excerpt{
	font-size: small;
}