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


/* 表 */

table.table1 {
	font-size: 13px;
}

table.table2 td, table.table2 th {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border: none;
}

table.table2 td.bt, table.table2 th.bt {
	border-top: 1px solid gray;
}
table.table2 td.br, table.table2 th.br {
	border-right: 1px solid gray;
}
table.table2 td.bb, table.table2 th.bb {
	border-bottom: 1px solid gray;
}
table.table2 td.bl, table.table2 th.bl {
	border-left: 1px solid gray;
}

table.table2 td.bcp {
	background-color: pink;
}
