.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.sort_table .fil_ul[data-hidden="on"] {
    max-height: 150px;
    overflow-y: scroll;
}

.sort_table .ul_open {
    font-weight: bold;
    color: #4f72c3;
    cursor: pointer;
}

.sort_table .fil_ul li {
    font-size: 12px;
    padding: 0px 5px;
    border: 2px solid #ebebeb;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
}

.sort_table .fil_ul li[data-target="elem"],
.sort_table .fil_ul li[data-target="type"] {
    line-height: 2.0;
    padding: 5px 0px 0px 0px;
    font-size: 11px;
}

.sort_table .fil_ul li[data-target="elem"] {
    width: calc(100% / 5 - 4px);
}
.sort_table .fil_ul li[data-target="type"] {
    width: calc(100% / 3 - 4px);
}
.sort_table .fil_ul li[data-checked="1"] {
    border: 2px solid #580000;
    color: #fff;
    background: linear-gradient(135deg, #850000, #350100);
}
.sort_table .fil_ul li[data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}

.sort_table .fil_ul li[data-disp="0"] {
    display: none;
}

.sort_item_val {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}
.input_sort {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 35px;
    padding: 0px 0px 0px 5px;
}
.selected_item_zone {
    position: relative;
    margin: 10px;
    padding: 0.5em 1em;
    border: solid 2px #192f60;
    border-radius: 8px;
    min-height: 50px;
}
.selected_item_zone .sz_title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 13px;
    background: #FFF;
    color: #192f60;
    font-weight: bold;
}
.sz_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.sz_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    padding: 2px 6px;
    margin: 3px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
    background: linear-gradient(135deg, #850000, #350100);
}

.post-content table.result_table tbody[data-disp="0"] {
    display: none;
}

.post-content table.result_table td {
    padding: 2px 0px;
}
.post-content table.result_table td.rider_name_td {
    font-size: 0.7rem;
    letter-spacing: -0.5px;
}
.post-content table.result_table td.rider_name_td .type_box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: bold;
    margin-top: 10px;
}
.post-content table.result_table td.rider_name_td .type_box a {
    color: #fff;
}

.skill_wrapper {
    padding: 4px 8px;
}
.skill_wrapper .skill_type_label {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px dashed #d5dbe3;
    margin-bottom: 6px;
}
.skill_wrapper .skill_detail {
    color: #333;
    line-height: 1.55;
    background: #ecebeb;
    padding: 5px;
    border-radius: 2px;
}