/*  -------------------------------HEADER------------------------------- */
header{
	padding: 65px 20px 15px;
	margin-bottom:60px;
	background:#000 url(../img/about.jpg) no-repeat;
	background-size:auto 40px;
	background-position:center 15px;
}
header h1{
	text-align:center;
}
header h1 object{
	width:360px;
}


/*  -------------------------------THEME BASIC------------------------------- */
.themebox{
	width:660px;
	margin:0 auto;
}
.theme{
	border-radius:5px;
}
.theme h2{
	font-size:22px;
	line-height:40px;
	padding-bottom:3px;
}
.theme a{
	font-size:13px;
	width:130px;
}
.theme a{
	font-size:13px;
	width:130px;
	transition:0.2s;
}
.theme a:hover{
	opacity:0.5;
	background-size:14px 14px;
}

/*  -------------------------------LIST BASIC------------------------------- */
 .roombox{
	margin-top:10px;
	padding:1px 15px 15px;
	border-radius:5px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}
 .roombox .roomdata{
	padding:14px 0 14px;
}
 .roombox .roomdata img{
	height:140px;
}
 .roombox .roomdata table{
	height:140px;
	width:calc(100% - 280px);
}
 .roombox .roomdata table th,  .roombox .roomdata table td{
	font-size:12px;
	padding:0 10px;
}
 .roombox .roomdata table th{
	width:40px;
	letter-spacing:4px;
}