@charset "UTF-8";

div.room {
	width: 100%;
	height: 100px;
	margin: 0;
}  

.room td {
	width: 90px;
	height: 80px;
	margin: 5px;
	padding: 5px;
	background-color: #DAA41E; 
	font-size: 130%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	color: #FFF;

	border-radius: 20px; 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

	* html.room td {  
		position: absolute;
		top: 50%;
	}

	*+html.room td { 
		position: absolute;
		top: 50%;
	}

.room td .note {
	padding-top: 0.5em;
	font-size: 70%;
	line-height: 1em;
	color: #333;
}

.room td.bg_none {
	background: none;
}
