@charset "utf-8";

.table_01 {
	width: 100%;
	border: 3px solid #ccc;
}

.table_01 .segbtm {
	border-bottom: 3px solid #ccc;
}

.table_01 th,
	.table_01 td {
	vertical-align: middle;
}

.table_01 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.table_01 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.table_01 th div {
	margin: 7px 4px;
}

.table_01 td div {
	margin: 7px 4px;
}

.table_02 {
	width: 50%;
	border: 3px solid #ccc;
}

.block01
{
	width: 300px;
	_width: 300px;
	margin-left: 0px;
}