section table {
    width: 100%;
}

section th,
section td {
    padding: 1px;
    border: 1px solid #f0f0f0;
}

section th {
    background: #f0f0f0;
}

/*----------------------------------------------------
  .table01
----------------------------------------------------*/

.table01 th {
    width: 20%;
    text-align: center;
    float: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #666666;
    background: #f0f0f0;
}

.table01 td {
    width: 80%;
    text-align: left;
    float: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    background: #fcfcfc;
}

@media only screen and (max-width:480px) {
    .table01 {
        margin: 0 -10px;
    }
    .table01 th,
    .table01 td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .table01 tr:first-child th {
        border-top: 1px solid #ddd;
    }
}