#sort_wrapper input[type='checkbox'] {
    display: none;
}
#joker_search_table {
    margin: 0 auto 0px!important;
}
#loading_wrapper {
    text-align: center;
    display:none;
    top: 10px;
    height: 60px;
    width: 100%;
}
.sort_val {
    width: 100%;
    height: 30px;
}
#sort_wrapper label {
    text-align: center;
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    width: 68px;
    background: #dcdcdc;
    font-size: 10px;
    margin: 6px;
    cursor: pointer;
}
/* チェックされた時の色変え */
#sort_wrapper input[type='checkbox']:checked + label {
    background: #202020;
    color: #fff;
}

/* ボタンまとめるラッパー */
#button_wrapper {
    text-align: center;
    margin-bottom: 20px;
}
/* 検索ボタン */
#search_button {
    /* border: 1px solid #ff6600; */
    border-bottom: none!important;
    background: #c12713;
    color: #fff;
    padding: 5px;
    width: 92%;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

#joker_search_result th, #joker_search_result td {
    font-size: 11px;
    padding: 2px!important;
}
#joker_search_result th a {
    font-size: 11px;
}

/* スマホクエリ */
@media (max-width:414px){
    #sort_wrapper label {
        width: 60px;
    }
    #button_wrapper {
        margin-bottom: 15px;
    }
    #joker_search_result th, #joker_search_result td {
        font-size: 10px;
    }
    #joker_search_result th a {
        font-size: 10px;
    }
}
