@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* table
-------------------------------------------- */
#content h4{
    margin-bottom: 15px;
}
#content table{
    margin-bottom: 77px;
}
#content table th {
    background: #F9F6EF;
    width: 230px ;
}
#content table td {
    background: #FFFFFF;
}

#content table td {
    padding-right: 60px;
}

#map{
    height: 350px;
    width: 100%;
    margin-bottom: 80px;
    background: #ffe8cc;
}