﻿
#list_div {
    width: 1140px;
}

    #list_div .col {
        font-size: 16px;
        padding: 8px;
    }


.little_div {
    width: 90px;
}

.mid_div {
    width: 150px;
}



.odd {
    background-color: #f6f6f6;
}

.col_title {
    color: gray;
}

.agreement {
    line-height: 2.2em;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

    .agreement li {
        list-style-type: decimal;
    }


@media only screen and (max-width: 1030px) {
    /*ipad*/

    #list_div {
        width: 90%;
        margin-top: -25px;
    }
}



@media only screen and (max-width: 420px) {
    /*iphone8+*/
    #list_div {
        width: 90%;
        margin-top: -25px;
    }
}
