@charset "UTF-8";

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

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

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

.floor2 table th,
.floor2 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;
}

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

}

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

.floor2 table td p {
	font-size:12px;
}

.floor2 table td table {
	width:auto;
	margin:0;
}
.floor2 table td table th,
.floor2 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;
}