/* CSS Document */

/*
@charset "utf-8";
*/

.table01 {
	width: 620px;
	margin: 0 0 10px 0;
}

.table01 tr {
	border-bottom: 1px solid #cac9c7;
}


.table01 th {
	width: 150px;
	background-color: #f2f1ed;
	border-top: 1px solid #f5f5f3;
	border-right: 1px solid #d8d8d6;
	border-bottom: 1px solid #cac9c7;
	border-left: 1px solid #f3f3f1;
	padding: 6px 0 6px 10px;
	text-align: left;
	}

.table01 td {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #cac9c7;
}

.table02 {
	width: 620px;
	margin: 0 0 10px 0;
	display: none;
}

.table02 tr {
	border-bottom: 1px solid #cac9c7;
}


.table02 th {
	width: 150px;
	background-color: #f2f1ed;
	border-top: 1px solid #f5f5f3;
	border-right: 1px solid #d8d8d6;
	border-bottom: 1px solid #cac9c7;
	border-left: 1px solid #f3f3f1;
	padding: 6px 0 6px 10px;
	text-align: left;
	}

.table02 td {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #cac9c7;
}

