@charset "utf-8";
/* --------------------------------------------------
about.css
-------------------------------------------------- */

/*
FACILITY
-------------------------------------------------- */
.col_20 {
    width:19%;
    margin-left:1%;
    float:left;
}

.col_20:first-child {
    margin-left:0;
}

@media ( min-width: 450px ) and ( max-width: 768px ) {
    .tbAdj.gutters .col {
        width: 49% !important;
    }
    .tbAdj.gutters .col {
        margin-left: 2%;
    }
    .tbAdj.gutters .col.span_8:first-child {
        margin-left: 0;
    }
    .tbAdj.gutters .col.span_6:nth-child(odd) {
        margin-left: 0;
    }
    .col_20:nth-child(odd) {
        margin-left: 0;
    }
}

@media ( max-width: 768px ) {
    .col_20 {
        margin-bottom:10px;
        width: 49% !important;
    }

    .col_20 img {
        width:100%;
        height:auto;
    }
}

@media ( max-width: 450px ) {
    .tbAdj.gutters .col {
        text-align:center;
    }
}

@media ( max-width: 350px ) {
    .col_20 {
        margin-bottom:10px;
        width: 100% !important;
    }
}
