

/* table
**************************************************/
.table_1{ width:100%; border-collapse:collapse; }
.table_1 td, .table_1 td{ border:1px solid #e0e0e0; padding:10px; }

 
@media only screen and (max-width:600px){
    .table_1{ border-bottom:1px solid #e0e0e0; }
    .table_1 th, .table_1 td{ display:block; border-bottom:none; }
    .table_1 .blank{ display:none; }
    .table_1 td { width:100%; text-align:center; }
    td .set-img{ width:70%; text-align:center; }
}