/* sitemap
---------------------------------------------------------- */
.footerSitemap {
    background-color: #FAFAFA;
    clear: both;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding-top: 20px;
    padding-bottom: 35px;
    color: #333;
    font-family: "¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}

.footerSitemap a {
    color: #1063A2;
    text-decoration: none;
}

.footerSitemap a:hover {
    color: #1063A2;
    text-decoration: underline;
}

.footerSitemapInner {
    width: 1050px;
    margin: 0 auto;
}

.footerSitemapTitle {
    font-size: 16px;
    font-weight: bold;
}

.footerSitemapRow {
    margin-top: 30px;
}

.footerSitemapSubTitle {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.footerSitemapCol {
    display: inline-block;
    line-height: 1.7;
    vertical-align: top;
    margin-left: 20px;
}
.footerSitemapCol:first-child {
    margin-left: 0;
}

.footerSitemapCol a {
    white-space: nowrap;
    font-size: 12px;
}

.footerSitemapList {
    width: auto;
    float: left;
}

.footerSitemapCar.footerSitemapList {
    float: right;
}

.footerSitemapOther {
    margin-left: 60px;
}
