dl dd { margin-bottom: 20px; }
table.tbl01 {
	width: 100%;
	table-layout: fixed;
  	border: 0;
  	font-size: 1.2rem;
}
table.tbl01 tr th, table.tbl01 tr td {
	padding: 7px;
  	border: 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
table.tbl01 tr th { background: #d8e6ea; }
table.tbl01 tr td { background: #f4f4f4; }
table.tbl01 tr th:first-child { width: 70px; }
table.tbl01 tr:first-child th { text-align: center; }