@charset "utf-8";

/* 入居者管理（区分所有）テーブル開始 */
div#container div#contents table.bunjo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 690px;
	border: 1px solid #d6d0ae;
}

div#container div#contents table.bunjo tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d0ae;
}

div#container div#contents table.bunjo th {
	padding: 5px;
	background-color: #edebdc;
	color: #664f00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d6d0ae;
	border-right-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
	width: auto;
	line-height: normal;
}

div#container div#contents table.bunjo th.plan {
	font-weight: normal;
}

div#container div#contents table.bunjo td {
	font-size: 85%;
	color: #404040;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #d6d0ae;
	border-right-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
	padding: 5px;
	line-height: normal;
}

div#container div#contents table.bunjo td.no {
	white-space: nowrap;
	width: 20px;
	text-align: center;
}

div#container div#contents table.bunjo td.title {
	white-space: nowrap;
	width: 120px;
}

div#container div#contents table.bunjo td.count {
	text-align: center;
	white-space: nowrap;
	width: 95px;
}

div#container div#contents table.bunjo td.plan {
	text-align: center;
	white-space: nowrap;
	width: 80px;
}
/* 入居者管理（区分所有）テーブル終了 */
