@charset "UTF-8";

body {
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

.bt_reload {
    position: absolute;
    right: 1px;
}
.row_quality {
    font-size: 11px;
    padding-top: 6px;
    color: #666;
    float: right;
}
.tbl_rank {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}
.tbl_rank td {
    border: 1px solid #CCCCCC;
}

.tbl_rank .row_header {
    background-color: #ECE7DE;
    color: #000;
}
.tbl_rank .row_header td {
    text-align: center;
    line-height: 17px;
    height: 42px;
    padding-left: 6px;
    padding-right: 6px;
}
.tbl_rank .col_rank_no {
    width: 8%;
}
.tbl_rank .col_price {
    width: 23%;
}
.tbl_rank .col_ls {
    font-weight: bold;
}
.tbl_rank .col_volume {
    width: 26%;
}
.tbl_rank .col_netchg {
    width: 26%;
}
.tbl_rank .col_turnover {
    width: 26%;
}
.tbl_rank .datarow:nth-child(odd) {
    background-color: #F3F3F3;
}
.tbl_rank .datarow td {
    height: 61px;
    padding: 3px 6px;
    vertical-align: middle;
}
.tbl_rank .datarow .col_rank_no {
    text-align: center;
}
.tbl_rank .datarow .col_price {
    text-align: right;
}
.tbl_rank .datarow .col_volume {
    text-align: right;
}
.tbl_rank .datarow .col_turnover {
    text-align: right;
}
.tbl_rank .datarow .col_netchg {
    text-align: right;
}            
.tbl_rank .emptyrow td {
    height: 333px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
}

.upval {
    color: #AD0000;
}
.downval {
    color: #3366CC;
}


.panel_title {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dotted #680717;
    padding-bottom: 1px;
}
.panel_title span {
    font-size: 15px;
    font-weight: bold;
}
.col_tab.upperrow {
    border-bottom: 1px solid #CCCCCC;
}


.right_pane{
    margin-left: 10px;
}

.col_time {
    font-size: 10px;
    color: #999;
}

.row_tabs {
    width: 680px;
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px;
    border-color: #680717;
}
.left_tabs {
    display: flex;
    width: 340px;
    justify-content: space-between;
}
.right_tabs {
    display: flex;
    width: 340px;
    justify-content: space-between;
}
.col_tab {
    width: 110px;
    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #ECECEC;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}
.col_tab.tab_1 {
    margin-left: 0;
}
.col_tab.tab_6 {
    margin-right: 0;
}
.selected {
    background-color: #680717;
    color: #FFFFFF;
    cursor: default;
}
.col_title {
    color: #680717;
    font-size: 18px;
    font-weight: bold;
}
.tab_content {
    border: 1px solid #CCC;
    padding: 15px 11px 15px 11px;
    width: 680px;
    box-sizing: border-box;
    clear: left;
}
.row_title {
    position: relative;
    width: 100%;
    margin-bottom: 9px;
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #680717;
}
.subtitle {
    display: flex;
    align-items: center;
    padding-bottom: 2px
}
.rank_icon_no {
    width: 23px;
    height: 19px;
}
.rank_icon_0 {
    width: 34px;
    height: 27px;
    background: url('../img/rank-00.png') no-repeat 0 -2px;
}
.rank_icon_1 {
    background: url('../img/rank-01.png') no-repeat 0 0;
    background-size: contain;
}
.rank_icon_2 {
    background: url('../img/rank-02.png') no-repeat 0 0;
    background-size: contain;
}
.rank_icon_3 {
    background: url('../img/rank-03.png') no-repeat 0 0;
    background-size: contain;
}
.rank_icon_4 {
    background: url('../img/rank-04.png') no-repeat 0 0;
    background-size: contain;
}
.rank_icon_5 {
    background: url('../img/rank-05.png') no-repeat 0 0;
    background-size: contain;
}
.left_panel {
    width: 320px;
    float: left;
}
.right_panel {
    width: 320px;
    margin-left: 10px;
    float: left;
}

.tab_content::after,
.left_panel::after,
.right_panel::after {
    clear: both;
    content: "";
    display: block;
}
.rankinglink {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.hyperlink {
    color: #1111CC;
    cursor: pointer;
    text-decoration: none;
}
.disp_none {
    display: none;
}

@media (max-width: 586px) {
    .row_tabs {
        width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .left_tabs {
        border-bottom: solid 1px;
        border-color: #680717;
        display: flex;
        width: 300px;
        justify-content: space-between;
    }
    .right_tabs {
        display: flex;
        width: 300px;
        justify-content: space-between;
        margin-top: 3px;
    }

    .col_tab {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        background-color: #ECECEC;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
    }
    .col_tab.tab_4 {
        margin-left: 0;
    }
    .col_tab.tab_3 {
        margin-right: 0;
    }
    .selected {
        background-color: #680717;
        color: #FFFFFF;
        cursor: default;
    }
    .tab_content {
        width: 300px; 
        padding: 10px 5px 15px 5px;
    }
    .left_panel, .right_panel{
            width: 288px; 
            margin: 0px; 
    }
    .col_tab.upperrow {
        border-bottom: none;
    }
    .tbl_rank .datarow td{
        padding: 3px 2px;
    } 
}