@charset "utf-8";
.style_h2 {
    background: linear-gradient(to top, rgb(231, 231, 231), rgb(255, 255, 255));
    font-size: 22px;
    color: #3d3d3d;
    line-height: 45px;
    padding-left: 5px;
    margin-bottom: 20px;
    /* height: 65px; */
    overflow: hidden;
    border: 3px solid rgba(216, 216, 216, 0.86);
    border-radius: 8px 8px 0 0;
}

.sitemapContents {
    padding-bottom: 10px
}

.sitemapContents h2 {
    font-size: 16px;
    background: url(../images/title_bg.png) no-repeat;
    padding-left: 5px;
    text-align: left;
    line-height: 35px;
    color: #333;
    padding-bottom: 20px;
}

.sitemapContents ul {
    padding-bottom: 10px;
    padding-left: 0px;
}

.sitemapContents ul li {
    background: url(../images/common_icon08.png) no-repeat left center;
    text-align: left;
    float: left;
    padding-left: 20px;
    width: 100%;
    display: block;
    line-height: 17px;
    height: 17px;
    margin-bottom: 15px;
}

.sitemapContents ul li a {
    color: #5a5a5a
}

.sitemapContents ul li a:hover {
    text-decoration: none
}