@charset "utf-8";

#motor > .inner{padding: calc(40 * var(--v)) 0 calc(80 * var(--v));}

#motor table,	#motor th,	#motor td
{
    /* color: var(--Cgray4); */
    /* border: 1px solid var(--Cgray0); */
    border-collapse: collapse;
}

div,span,p,i,td,th {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ico_ranking {
    position: absolute;
    font-style: normal;
    background-color: #fff;
    background-size: contain;
/*    box-shadow: 1px 2px 3px 0px #000;*/
    border: solid 1px;
    box-shadow: 1px 2px 3px 1px #000;

}

table{
    border-collapse: collapse;
    box-sizing: ;
}


table th,table td {
    height: 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.motorpickup-tbl td.setsukan a {
    pointer-events: none;
    /* color: #000000; */
    text-decoration: none;
}

.timerank_link {
    text-align: center;
    margin-bottom: 1rem;
    /* font-size: 1.1rem; */
    color: #000000;
    font-weight: bold;
}
.timerank_link  a{
    color: var(--Ctheme4);
    text-decoration: underline;
}

.update_ymd {
    text-align: right;
    color: #000000;
    font-weight: bold;
}

.kbn-title {
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0.7rem;
    font-weight: bold;
       border-bottom: calc(3 * var(--v)) solid var(--Ctheme2);
    border-left: calc(10 * var(--v)) solid var(--Ctheme2);
    background: linear-gradient(90deg, white 0%, transparent 100%);
    color: var(--Cmain1);
}

.kbn-title .sekitanirank {
    font-size: 2rem;
}

.hayami_ranking {
    width: 100%;
    margin-top: 1rem;
}

.hayami_ranking a {
    /*    font-size: 1rem; */
    text-decoration: none;
    font-weight: bold;
}

.kisya {
    margin-top: 4rem;
}
.motor_pickup{
    -webkit-text-size-adjust: 100%;
}
.motorpickup-tbl {
}

.motorpickup-tbl.comment-tbl {
    position: relative;
    margin-top: 1rem;
    flex-wrap: wrap;
    display: flex;
}

.motorpickup-tbl .ico_ranking {
    position: absolute;
    left: -.5rem;
    top: -.9rem;
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
    line-height: 2.3rem;
    border-radius: 3rem;
    color: #000000;
}

.hayami_ranking {
    text-align: center;
    font-weight: bold;
}

.hayami_ranking th {
    border: 1px solid var(--Cgray0);
    font-size: 1rem;
    background-color: var(--Ctable2N);
    width: 10%;
}
.hayami_ranking th.head {
    color: var(--Cgray4);
    background-color: var(
    --Ctheme2);
}

.hayami_ranking td {
    border: 1px solid var(--Cgray0);
    background-color: #ffffff;
}

.hayami_ranking td a {
    color: var(--Ctheme4);
    text-decoration: underline;
}

.mtr_groups {
    margin-top: 2rem;
}

.mtr_tbl_wrap {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.mtr_tbl_wrap:first-of-type {
    margin-top: 0;
}

.motorpickup-tbl {
    text-align: center;
    width: 100%;
    table-layout: fixed;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

.motorpickup-tbl th {
    font-size: 1rem;
    background-color: var(--Ctable2N);
    border: 1px solid #000000;
    border-top: none;
    color: #000;
}

.motorpickup-tbl td {
    font-size: 1rem;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid var(--Cgray0);
    /* color: var(--Cgray0); */
}

.motorpickup-tbl.comment-tbl {
    font-weight: bold
}

.motorpickup-tbl.comment-tbl .motor_num {
    width: 100%;
    height: 3rem;
    background-repeat: repeat;
    background-size: contain;
    background-color: var(--Ctheme2);
    color: var(--Cgray4);
    line-height: 3rem;
    border-top: 1px solid var(--Cgray0);
    border-left: 1px solid var(--Cgray0);
    border-bottom: 1px solid var(--Cgray0);
}

.motorpickup-tbl.comment-tbl .motor_num h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    /* color: #fff; */
}

.motorpickup-tbl.comment-tbl .motor_comment {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid var(--Cgray0);
    text-align: left;
    padding: 1rem;
    color: var(--Cmain1);
    box-sizing: border-box;
}
.motorpickup-tbl.comment-tbl .motor_comment p{
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: var(--Cmain1);
}
.motorpickup-tbl.comment-tbl th {
    background-repeat: repeat;
    background-size: contain;
    background-color: #014099;
}

.motorpickup-tbl.comment-tbl th h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    color: #FFFFFF;
}

.motorpickup-tbl.comment-tbl .str_mno {
    display: inline-block;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
    border-radius: 4rem;
    color: var(--Cfont0);
    font-size: var(--fzv24);
    background-color: #fff;
    width: 3.9rem;
    /* height: 1.6rem; */
    line-height: 1.2;
}

.motorpickup-tbl.comment-tbl .comment {
    padding: .5rem;
}

.motorpickup-tbl.comment-tbl .comment p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.7rem;
}

.konsetsu-tbl .col1 {
    width: 65%;
}

.konsetsu-tbl .col2 {
    width: 9%;
}

.konsetsu-tbl .col3 {
    width: 9%;
}

.konsetsu-tbl .col4 {
    width: 17%;
}

td.motor_val {
    background-color: var(--Cgray3);
}

.kaisaikikan-tbl .col1 {
    width: 37%;
}

.kaisaikikan-tbl .col2 {
    width: 24%;
}

.kaisaikikan-tbl .col3 {
    width: 50%;
}

.kaisaikikan-tbl td:nth-of-type(1) {
    font-size: 1rem;
    line-height: 1.6rem;
}

.kaisaikikan-tbl td:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5rem;
}

.kaisaikikan-tbl td:nth-of-type(3) {
    text-align: left;
    padding: 0 0.8vw;
    /* padding-left: .5rem; */
    font-size: 1rem;
}
@media screen and (max-width: 1000px) {
    .pconly{
        display: none;
    }
    .motor_pickup{
        font-size: 2vw;
    }
    .timerank_link {
        font-size: 3.1vw;
    }
    
    .update_ymd {
        font-size: 3.1vw;
        padding-right: 0.5rem;
    }
    
    .kbn-title {
        font-size: 3.7vw;
        margin-bottom: 1rem;
    }
    
    .kbn-title .sekitanirank {
        font-size: 2vw;
    }
    .hayami_ranking a {
        font-size: 3.1vw;
    }
    .motorpickup-tbl .ico_ranking {
        font-size: 3vw;
        width: 6vw;
        height: 6vw;
        line-height: 6.1vw;
        left: -1vw;
        top: -2vw;
    }
    .hayami_ranking th {
        font-size: 3vw;
        padding-left: 0;
        padding-right: 0;
    }
    .motorpickup-tbl th {
        font-size: 3.1vw;
    }
    
    .motorpickup-tbl td {
        font-size: 3.1vw;
    }
    .motorpickup-tbl.comment-tbl .motor_num h3 {
        font-size: 3.3vw;
        height: 6.3vw;
    }
    .motorpickup-tbl.comment-tbl th h3 {
        font-size: 1vw;
    }
    
    .motorpickup-tbl.comment-tbl .str_mno {
        font-size: 4vw;
        width: 11vw;
        height: 4.6vw;
        line-height: 5.4vw;
    }
    .motorpickup-tbl.comment-tbl .comment p {
        font-size: 1vw;
    }
    
    .kaisaikikan-tbl td:nth-of-type(1) {
        font-size: 3.1vw;
        padding: 1vw 0;
    }
    
    .kaisaikikan-tbl td:nth-of-type(2) {
        font-size: 3.1vw;
        padding: 0;
    }
    
    .kaisaikikan-tbl td:nth-of-type(3) {
        font-size: 3.1vw;
    }
    table th, table td{
        height: 4vw;
        padding: 1vw;
    }
    .motorpickup-tbl.comment-tbl .motor_num {
        height: 8.2vw;
        /* line-height: 9.6vw; */
        /* padding-top: 0.6rem; */
        border-right: 1px solid var(--Cgray0);
        border-bottom: 0;
    }
    .motorpickup-tbl.comment-tbl .motor_comment {
        padding: 1.5vw;
        font-size: 3.1vw;
    }
}
    
@media screen and (min-width: 1001px) {
    /* .bc-white {
        width:60rem;
        margin: auto;
    } */
    .hayami_ranking {/*        width: 30rem; *//* width: 40rem; */margin: 1rem auto 0;}
    .seibishi {
        margin-bottom: 1rem;
    }
    .kisya {
        margin-top: 3.5rem;
        margin-bottom: 1rem;
    }
    .motorpickup-tbl.comment-tbl{
        display: flex;
        flex-wrap: nowrap;
    }

    .motorpickup-tbl .ico_ranking {
        top: -0.95rem;
        left: -0.95rem;
    }

    .motorpickup-tbl.comment-tbl .motor_num {
        width: 15%;
        height: inherit;
        min-height: 5rem;
        line-height: 2rem;
        border-right: 0;
        /* border-bottom: none; */
    }

    .motorpickup-tbl.comment-tbl .motor_num h3 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .motorpickup-tbl.comment-tbl .motor_comment {
        width: 88%;
        height: inherit;
        min-height: 5rem;
        background-color: #FFFFFF;
        border: 1px solid var(--Cgray0);
        text-align: left;
        padding: 1rem;
        /* border-bottom: none; */
    }

    .motorpickup-tbl.comment-tbl .str_mno {
        /* line-height: 1rem; */
        margin-left: 0;
    }

    .hayami_ranking th {/*        font-size: 1rem; */font-size: 1.1rem;}

    .syouritu_wrap {
        width: 18%;
    }

    .motorpickup-tbl th {
        height: 3.5rem;
        font-size: 1rem;
        /* border: 1px solid #000000; */
        /* border: none; */
    }

    .motorpickup-tbl td {
        height: 4rem;
    }

    .motorpickup-tbl.zenkoku-tbl {
        width: 50%;
        border-left: none;
        border-bottom: none;
    }

    .motorpickup-tbl.zenkoku-tbl th:nth-child(1),.motorpickup-tbl.zenkoku-tbl td:nth-child(1) {
        border-left: none;
    }

    .motorpickup-tbl.zenkoku-tbl th {
        height: 1.75rem;
    }

    .konsetsu-tbl {
        width: 50%;
        border-bottom: none;
        border-right: none;
    }

    .kaisaikikan-tbl {
        width: 82%;
        border-left: none;
    }

    .kaisaikikan-tbl th:nth-child(1),.kaisaikikan-tbl td:nth-child(1) {
        border-left: none;
    }
    .kaisaikikan-tbl th{
        height: 2.75rem;
    }
    .kaisaikikan-tbl td{
        height:3rem;
    }
    .sponly{
        display: none;
    }
    #motor table,	#motor th,	#motor td
    {
        font-size: var(--fzv18);
    }
    div,span,p,i,td,th {
        font-size: var(--fzv18);
    }
    .update_ymd {
        font-size: var(--fzu20);
    }
    .kbn-title {
        font-size: var(--fzu22);
    }
    .hayami_ranking a {
        font-size: var(--fzu20);
    }
    .motorpickup-tbl .ico_ranking {
        font-size: var(--fzv24);
    }
    .motorpickup-tbl.comment-tbl .str_mno {
        font-size: var(--fzv24);
    }
    .timerank_link {
        font-size: var(--fzu20);
    }
}

@media screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 0) {
    .kaisaikikan-tbl tr:nth-child(3) {
        height:3.25rem;
    }
}

@media screen and (min-width: 1001px) {
    @-moz-document url-prefix() {
        .kaisaikikan-tbl tr:nth-child(3) {
            height:3.2rem;
        }
    }
}

@media screen and (min-width: 1600px) {
    .motor_pickup{
        padding: 0rem 1rem;
    }
    /* .bc-white {
        width:1000px;
        margin: auto;
    } */

    .hayami_ranking {
        width: 840px;
        margin: 20px auto 0;
    }

    .kisya {
        margin-top: 70px;
    }

    .motorpickup-tbl.comment-tbl .motor_num {
        width: 12%;
        height: inherit;
        min-height: 100px;
        line-height: 2rem;
    }

    .motorpickup-tbl.comment-tbl .motor_num h3 {
        margin-top: 1.3rem;
    }

    .motorpickup-tbl.comment-tbl .motor_comment {
        width: 88%;
        height: inherit;
        min-height: 100px;
        background-color: #FFFFFF;
        border: 1px solid var(--Cgray0);
        text-align: left;
        padding: 1rem;
        font-size: var(--fzu20);
    }

    .motorpickup-tbl.comment-tbl .str_mno {
        /* line-height: 1rem; */
        margin-left: 0;
    }

    .hayami_ranking th {
        font-size: 1rem;
    }

    .syouritu_wrap {
        width: 19%;
    }

    .motorpickup-tbl th {
        height: 3.2rem;
        font-size: var(--fzu16);
        border: 1px solid #000000;
        border-top: none;
    }

    .kaisaikikan-tbl td {
        height: 3rem;
    }

    .motorpickup-tbl.zenkoku-tbl {
        width: 49.9%;
    }

    .motorpickup-tbl.zenkoku-tbl th:nth-child(1),.motorpickup-tbl.zenkoku-tbl td:nth-child(1) {
        border-left: none;
    }

    .motorpickup-tbl.zenkoku-tbl th {
        height: 1.5rem;
    }

    .konsetsu-tbl {
        width: 50%;
    }

    .kaisaikikan-tbl {
        width: 81%;
    }

    .kaisaikikan-tbl th:nth-child(1),.kaisaikikan-tbl td:nth-child(1) {
        border-left: none;
    }
}

@media screen and (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 0) {
    .kaisaikikan-tbl tr:nth-child(3) {
        height:65px;
    }
}

@media screen and (min-width: 1600px) {
    @-moz-document url-prefix() {
        .kaisaikikan-tbl tr:nth-child(3) {
            height:64px;
        }
    }
}
