@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.sitemapBlock ul{
    list-style-type: none;
    padding: 0 0 0 0;
}
.sitemapBlock a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
	line-height: 170%;
    color:#000;
    text-decoration: none;
}
.sitemapBlock a:visited{
    color:#000;
}
.sitemapBlock a:hover{
    text-decoration: underline;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

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

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

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