@charset "utf-8";

/*===========================================
サイトマップページ専用CSS
===========================================*/

#sitemap li {
    margin-bottom: 18px;
    font-size: 1.2em;
}

#sitemap li:before {
    content: "・";
}

