/* 部屋テーブル */
/* 色の周期はfrontend/app.yml参照 */
table#room-table .color
{
	background-color: #fff;
}
table#room-table .color1
{
	background-color: #f0a8de;
}
table#room-table .color2
{
	background-color: #ffffcc;
}
table#room-table .color3
{
	background-color: #cfe2ec;
}
table#room-table .color4
{
	background-color: #e2eccf;
}
table#room-table .color5
{
	background-color: #cffcf5;
}
table#room-table .color6
{
	background-color: #ffecff;
}
table#room-table .color7
{
	background-color: #e2e2ff;
}
table#room-table .color8
{
	background-color: #fff5e2;
}
table#room-table .color9
{
	background-color: #ecffcf;
}
table#room-table .color10
{
	background-color: #ece2ec;
}
table#room-table .color11
{
	background-color: #f5d9cf;
}
table#room-table .color12
{
	background-color: #f5f5cf;
}

/* 新部屋テーブル */
#room_table_neo
{
	height: 500px;
}
#room_table_box
{
	overflow: hidden;
	width:  650px;
	height: 500px;
	margin: 20px;
	border: 2px solid black;
	position: absolute;
}
#room_table_neo #room-table
{
	position: absolute;
	cursor: move;
	background-color: #F5F5F5;
}

#room_table_neo #room-table td.room_table_element
{
	cursor: pointer;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

div.room_table_detail
{
	width: 100px;
	height: 80px;
	margin: auto;
	text-align: center;
}
div.simple
{
	width:  50px;
	height: 30px;
}