@charset "UTF-8";

.floor1 {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}

.floor1 * {
	margin:0;
	padding:0;
}

.floor1 table {
	width:580px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:auto;
}

.floor1 table th,
.floor1 table td {
	text-align:left;
	vertical-align:top;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
	border:1px solid #898989;
}

.floor1 table th {
	white-space:nowrap;
	border-left:none;

}

.floor1 table td {
	border-right:none;
	padding:10px 20px;
}

.floor1 table td table {
	width:auto;
	margin:0;
}
.floor1 table td table th,
.floor1 table td table td {
	vertical-align:top;
	padding:0 10px 10px 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
	border:none;
}

.fig-floor {
	position: relative;
	width: 580px;
}
.fig-floor .clickable {
	position: absolute;
	text-decoration: none;
	cursor: pointer;
}
.fig-floor .clickable:hover {
	background: rgba(255,236,0,0.2);
}
.fig-floor .room201 {
	top:8px;
	left:55px;
	width: 265px;
	height: 145px;
}
.fig-floor .room203 {
	top:8px;
	left:320px;
	width: 222px;
	height: 145px;
}
.fig-floor .focusroom {
	top:193px;
	left:55px;
	width: 146px;
	height: 111px;
}
.fig-floor .room301 {
	top:6px;
	left:54px;
	width: 490px;
	height: 297px;
}