@charset "UTF-8";

.block_table_2 table td:nth-of-type(2), .block_table_5 table td:nth-of-type(2), .block_table_6 table td:nth-of-type(2) {
    text-align: right;
}

#kensetsu + .block_table_5 td:nth-of-type(3) {
    text-align: right;
}
.block_table_2 table th:first-child, .block_table_5 table th:first-child, .block_table_6 table th:first-child {
    text-align: left;
}
.block_table_5.w30 table tr:nth-of-type(1)>th:first-child,
.block_table_5.w30 table tr:nth-of-type(1)>td:first-child,
.block_table_5.w20 table tr:nth-of-type(1)>th:first-child,
.block_table_6.w20 table tr:nth-of-type(1)>td:first-child {
    width: 28%;
}
.block_table_5 table thead th:nth-child(2) {
    width: 17.8%!important;
}
.block_table_5 table thead th:nth-child(3) {
    width: 54.1%!important;
}