﻿/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableBody {
    display: table-row-group;
}

.divTableCell_01_head {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fd879e;
    width: 60%;
}

.divTableCell_02_head {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fd879e;
    width: 20%;
}

.divTableCell_03_head {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fd879e;
    width: 30%;
}

.divTableCell_01 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    width: 60%;
}

.divTableCell_02 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    width: 20%;
}

.divTableCell_03 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    width: 30%;
}

.divTableCell_01_2 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fff7f9;
    width: 60%;
}

.divTableCell_02_2 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fff7f9;
    width: 20%;
}

.divTableCell_03_2 {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    background-color: #fff7f9;
    width: 30%;
}



.Table_full {
    padding: 4% 4% 4% 4%;
    width: 92%;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #d83c62;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #d83c62;
    border-left: solid;
    border-left-width: 1px;
    border-left-color: #d83c62;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d83c62;
}
