@charset "utf-8";
/* CSS Document */

table.cell-th-purple th,table.cell-th-purple td {padding: 5px 2px 4px 4px;}


table.cell-th-purple th {
    width: 250px;
    text-align: left;
}

@media screen and (max-width:768px){
    table.cell-th-purple th {width: 100%;}
}

/*B Table*/
table.table-rowmax-b {
    width: 1160px;
}
table.table-rowmax-b th,table.table-rowmax-b td {
    padding-top: 8px;
    padding-bottom: 6px;
}
.b-title {
    max-width: 1160px;
}