@charset "utf-8";

/* table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contents {
    width: 100% !important;
}
#main {
    width:910px;
    float: none;
    margin: 0 auto;
        margin-top: 0px;
    padding: 0 0 70px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.section table.tbl-A tr.tbl-ttlB th {
 background:#e6eeff;
 border:solid 1px #cccccc;
}

.section table.tbl-A td {
 background:#fff;
 border:solid 1px #cccccc;
 padding:5px 7px 5px 7px;
}

.section table.tbl-A td.area-td{
 background:#ebebeb;
 font-weight:bold
}

.paddingTo-5 {
 padding-top:5px !important;
}

ul.list li.bg-none{
 background-image:none
}

ul.overflow-Auto{
 overflow:auto
}
