.tb_kakudai {
	width:95%;
	border-collapse:collapse;
	border-spacing:0;
	margin:auto;
}
.tb_kakudai td{
	border:1px solid #00913c;
	padding:5px 10px;
	text-align:center;
}
.tb_kakudai tr:first-child td{
	background-color:#00913c;
	color:#fff;
	font-weight:bold;	
	text-align:center;
	border-right:1px solid #fff;
}
.tb_kakudai tr:first-child td:last-child{
	border-right:1px solid #00913c;	
}
.tb_kakudai tr:not(:first-child) td:first-child{
	background-color:#ffe6c8;	
}
