@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	共通読込　
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import "reset.css";
@import "base.css";
@import "common.css";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	floor.html
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.picC img {
	border: none;
}
.area .lr {
	width: 477px;
}
table {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	font-size: 9.8pt;
	text-align: left;
	width: 100%;
	
}
table th, table td {
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	background: none;
	font-weight: normal;
	
	
}
table th {
	color: #000;
	text-align: left;
	height: 15px;
	line-height: 15px;
	padding-top: 2px;
}


table td {
	padding-left: 20px;
	margin: 0;
	border-bottom: 1px #ccc dashed;
	font-size: 8.6pt;
	letter-spacing: 0;

	height: 1.5em;
	line-height: 1.5;


}
table span {
	padding-left: 10px;
	margin: 0;
	font-size: 8.2pt;
	letter-spacing: 0;
	color: #333;
}

table img {
	vertical-align: middle;
	margin-right: 3px;
}
