@charset "UTF-8";

/* ******************  table  *************** */
table {

}

th {
    padding: 5px;
    background-color : #B2C7E5;
    text-align: center;
    font-weight: normal;
    border: 1px solid #CCCCCC;
}

td {
    padding: 5px;
    background-color : #DBE8F3;
    border: 1px solid #CCCCCC;
}

th.main {
    background-color : #8598B7;
    color: #FFFFFF;
    font-weight: bold;
}

th.type {
    width: 120px;
    text-align: left;
}

td.description {
    background-color : #DBE8F3;
    text-align: left;
}

td.price {
    width: 110px;
    text-align: right;
}

