.box02{    
        border: 1px solid #c7c7c7;
}


/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
.style {
        width: 683px;
        border-collapse: collapse;
}
 

/* thの指定 */
.box02 table.style th {
        font-weight: bolder;
        background-color: #eaeae9;
        text-align: left;
        padding: 16px;
}
 

/* tr tdの指定 */
.box02 table.style tr td {
        width: 480px;
        text-align: left;
        padding: 16px;
}



