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

/* 表 */

table.table1 td {
	color: gray;
	width: 30px;
	border: none;
	text-align: center;
}
table.table1 tr.cn {
	background-color: palegreen;
}
table.table1 tr.dn {
	background-color: gold;
}
table.table1 tr.en {
	background-color: skyblue;
}
table.table1 tr.fn {
	background-color: pink;
}
table.table1 td.term {
	color: black;
}
table.table1 td.root {
	text-align: right;
}
table.table1 td.head {
	text-align: left;
}


table.table2 td {
	text-align: center;
}
table.table2 th {
	width: 40px;
	text-align: center;
	font-weight: normal;
}
table.table2 th.sequence {
	width: 90px;
}
table.table2 th.cdots {
	width: 20px;
}
table.table2 th.term_n {
	width: 63px;
}

