
table.type01 thead {

    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background: #e7708d;
    margin: 20px 10px;
}



table.type01{
    margin:auto;
    width: 95%;
}

table.type01 tbody {

    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #eee;
}
