@charset "utf-8";
/* CSS Document */

/* ===== Table ============================================= */
table.tblPro {
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-right: 1px solid #A6A3A1;
	border-bottom: 1px solid #A6A3A1;
}

table.tblPro th, table.tblPro td {
	padding: 2px 3px;
	border-left: 1px solid #A6A3A1;
	border-top: 1px solid #A6A3A1;
	font-size: 75%;
	text-align: center;
}

table.tblPro th.bg01, table.tblPro td.bg01 {
	background-color: #EBE3BF;
}

table.tblPro th {
	background-color: #F4EDDB;
}

table.tblPro td {
	background-color: #ffffff;
}

