table.type02 {
	border-spacing: 0;
	border-collapse: separate;
	font-size: 12px;
	text-align: center;
}
table.type02 th {
	width: 500px;
	padding: 7px;
	font-weight: bold;
	vertical-align: middle;
	background: #F9EDDC;
}


.table-c {
border-collapse: collapse;
width: 500px;
font-size: 12px;
text-align: center;
}
.table-c th    {
color: #641014;
font-weight: bold;
padding: 10px;
border-bottom: 3px solid #641014;
border-right: 1px solid #641014;
}
.table-c td    {
padding: 10px;
color: #000;
border: 1px solid #B97F1A;
border-right: 1px solid #B97F1A;
}


