@charset "utf-8";
/* --------------------------------------------------

	sitemap

-------------------------------------------------- */

#sitemapList {
    margin: 0 0 3em;
    position: relative;
}

#sitemapList li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

#sitemapList li ul {
    margin-left: 2em;
    padding-top: 10px;
}

#sitemapList li ul li {
    margin: 0;
    border: none;
}

#sitemapList li a {
    color: #000;
    text-decoration: none;
    border: none;
}

/*サイトマップボーダー追記*/




@media screen and (min-width: 768px) {
    /* --------------------------------------------------

	sitemap

    -------------------------------------------------- */

    #sitemapList {
        width: 75%;
        margin: 0 auto 6em;
    }

    #sitemapList li {
        position: relative;
        margin-bottom: 3em;
        padding-bottom: 0;
        border-bottom: none;
    }

    #sitemapList li span {
        display: block;
        width: 50%;
        text-align: center;
    }

    #sitemapList li ul {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50%;
        margin-left: 0;
        padding-top: 0;
    }

    #sitemapList li ul li {
        margin-bottom: 3em;
    }

    #sitemapList li.home span,
    #sitemapList li.contact span {
        padding-top: 28px;
    }

    #sitemapList li.home a {
        padding: 32px 5px 0;
        background: url("../images/common/f_logo.png") no-repeat center top;
        background-size: 30px 30px;
    }

    #sitemapList li.contact a {
        padding: 28px 5px 0;
        background: url("../images/common/f_contact.png") no-repeat center top;
        background-size: 30px 30px;
    }
}

@media screen and (min-width: 1024px) {}

