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

table.table02 {
	width: 100%;
	border:#B3E9F2 1px solid;
}

table.table02 td {
    padding: 12px 24px;
	border-bottom:#B3E9F2 1px solid;
}

table.table02 th {
	background: #def4f8;
    padding: 12px 24px;
	border-bottom:#B3E9F2 1px solid;
	border-right:#B3E9F2 1px solid;
	text-align: center;
}