
@charset "UTF-8";
/*========== ALL == 上 右 下 左 == 上 左右 下 == 上下 左右 ==========*/

li { text-align: left; }

ul {
    list-style-type: disc;
    margin-top: 0.25em;
    padding: 0.5em  1.25em; }

table,th,td {
	border: solid 1px #000000;
	font-size: 1.1em;
	margin: 1em auto;
	text-align: center; }

td:nth-of-type(1) { width: 8em; }
td:nth-of-type(2) { width: 12em; }

th { background-color: #cbf266; }

tr:nth-of-type(2),
tr:nth-of-type(4) { background-color: #b4ebfa; }

tr:nth-of-type(3) { background-color: #edc58f; }

