@charset "UTF-8";
/* CSS Insuroption */

table.insuroption {
    border-width: 1px;
    border-color: #CCC;
    border-collapse: collapse;
    margin-bottom:30px;
}
table.insuroption th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #CCC;
    background-color: #E5E5E5;
}
table.insuroption td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #CCC;
    background-color: #ffffff;
}

table.insuroption th.right {
    text-align:right;
}
table.insuroption th.center {
    text-align:center;
}
table.insuroption td.right {
    text-align:right;
}
table.insuroption td.center {
    text-align:center;
}
