.scroll_wrap {
    overflow-x: scroll;
    margin: 0 0 30px 0;
}
.rank_head_area_bg {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.rank_form {
    position: relative;
    text-align: center;
}
.sel_genre {
    min-width: 140px;
    height: 40px;
    margin: 0 0 20px 0 ;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #666;
    box-sizing: border-box;
    cursor:pointer;
}
.sel_lv {
    min-width: 200px;
    height: 40px;
    margin: 0 0 20px 0 ;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #666;
    box-sizing: border-box;
    cursor:pointer;
}
.rank_form input[type="submit"] {
    min-width: 200px;
    height: 40px;
    background-color: #1756BD;
    color: #fff;
    font-size: 14px;
    cursor:pointer;
}
.rank_form input[type="submit"]:hover {
    opacity: 0.6;
}

.rank_area_bg {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0 30px 0;
}
.rank_bg {
    display: flex;
    position: relative;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 2px solid #1756BD;
    border-top: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@media screen and (min-device-width : 0px) and (max-device-width : 419.9px) {
    .rank_bg {
        width: 800px;
    }
}
.rank_bg.myself {
    background-color: #ECFFE8;
}
.rank_bg.even {
    background-color: #F9F9F9;
}
.rank_bg:hover {
    background-color: #FFFFF0;
}
.sub_head {
    font-size:16px;
    padding: 10px 0;
    margin: 10px 0;
    background-color: #1756BD;
    color: #fff;
    font-weight:bold;
    text-align: center;
    clear:both;
}
.rank_col {
    flex: 1;
    border-right: 2px dotted #1756BD;
    box-sizing: border-box;
}
.rank_col.no {
    flex: 0.5;
}
@media screen and (min-device-width : 0px) and (max-device-width : 419.9px) {
    .rank_col.score, .rank_col.accuracy {
        flex: 0.5;
    }
}
.rank_col.head {
    border-top: 2px solid #1756BD;
    background-color: #006DC0;
    font-size: 16;
    font-weight: bold;
    color: #fff;
}
.rank_col.last {
    border-right: 0;
}
.rank_col.target {
    font-weight: bold;
    color: #ff0000;
}

.input_text {
    min-width: 200px;
    height: 40px;
    margin: 0 0 20px 0 ;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #666;
    box-sizing: border-box;
}

/* ボタン設定
-----------------------------------------*/
.next_prev_form_bg {
    display: flex;
    position: relative;
    width:100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center; 
}
.next_form {
    flex: 1;
    margin:0 10px;
    text-align: left;
}
.prev_form {
    flex: 1;
    margin:0 10px;
    text-align: right;
}
.next_prev_form_bg .prev_btn, .next_prev_form_bg .next_btn {
    position: relative;
    width:150px;
    height: 40px;
    background: #1756BD;
    border: 1px solid #0D3370;
    color: #fff;
    cursor:pointer;
}
.next_prev_form_bg .prev_btn:hover, .next_prev_form_bg .next_btn:hover {
    opacity: 0.5;
}
.prev_form.none, .next_form.none {
    display: none;
}
.next_none {
    display: none;
    margin: 0 10px;
    text-align: left;
}
.prev_none {
    display: none;
    margin: 0 10px;
    text-align: right;
}
.next_prev_none_btn {
    display: inline-block;
    position: relative;
    width:150px;
    height: 40px;
    background: #eee;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    cursor:auto;
}
.next_none.none, .prev_none.none {
    display: inline-block;
    flex: 1;
}

