@charset "utf-8";


.floor-list {
	
}

.floor-list__row {
	display: flex;
}

.floor-list__num {
	width: 3em;
}

.floor-list__name {
	width: calc(100% - 3em);
}

.outline.std-table > *:first-child {
	border-top: none;
}