@charset "UTF-8";

/* ******************  table  *************** */
table {
    width: 470px;
}

th {
    padding: 6px;
    width: 210px;
    background-color : #B2C7E5;
    border: 1px solid #CCCCCC;
    color: #222222;
    font-weight: normal;
    text-align: left;
}

td {
    padding: 4px;
    border: 1px solid #CCCCCC;
}

