/*
サイトマップ
*/

.contents {
	width: 90%;
	align-self: center;
}

section.sitemap li {
    /*font-size: 14px;*/
    line-height: 1em;
    margin-bottom: 10px;
}

section.sitemap li a {
    display: inline-block;
    color: #004900;
    text-decoration: none;
    border-bottom: #B5B281 1px dashed;
    background: url(/img/icon_dot_yellow.png) no-repeat 0 50%;
    padding: 5px 0 5px 1em;
}
