﻿
#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;
}

    .agreement li {
        list-style-type: decimal;
    }

.rwd_img {
    width: 80%
}
.accordion-toggle span {
    margin-right: 8px;
}


@media only screen and (max-width: 1030px) {
    /*ipad*/


    #list_div {
        width: 91%;
        margin: auto;
    }

    .agreement {
        line-height: 1.7em;
        margin-bottom: 20px;
        color: #666;
        font-size: 14px;
    }

    .rwd_img {
        width: 100%
    }

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 2px 20px !important;
        color: #000000;
        font-weight: bold;
        margin-top: 20px;
    }

    .collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        -moz-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease;
        margin-left: 18px;
    }
}


@media only screen and (max-width: 420px) {
    /*iphone8+*/

    #list_div {
        width: 91%;
        margin: auto;
    }

    .agreement {
        line-height: 1.7em;
        margin-bottom: 20px;
        color: #666;
        font-size: 14px;
    }

    .rwd_img {
        width: 100%
    }

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 2px 20px !important;
        color: #000000;
        font-weight: bold;
        margin-top: 20px;
    }
    .collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        -moz-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease;
        margin-left: 18px;
    }


    
}
