p.unit{
	font-size:16px;
	text-align:right;
}
table{
	margin-top:0;
}
a.down {
    display: block;
    margin: 10px auto;
    padding: 10px 15px;
    width: fit-content;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
	background: #ff7031;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.down:hover{
	background: #ff4d00;
	color: #fff;
}
.right{
	text-align:right;
	padding: 10px;
}

/*2021-07-08
thead > tr:nth-child(2) > th:nth-child(n+3){
	text-align:right;
	padding: 10px;
}

tbody > tr > td:nth-child(n+3){
	text-align:right;
	padding: 10px;
}

}*/