@charset "utf-8";

/*---表組タテの列の幅指定---*/
table colgroup#cost {
width: 70px;
}
table colgroup#money {
width: 55px;
}
table colgroup#note {
width: 210px;
}
/*---表組文字揃え指定---*/
table th {
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
table td {
text-align: left;
padding-left: 10px;
padding-right: 10px;
}