@charset "UTF-8";
#content {
    position: relative;
    width: 990px;
    margin: 20px auto 0 auto;
    z-index: 1
}

#enact {
    padding: 0 0 8px 0
}

#enact p {
    padding: 20px 0 0 5px;
    font-size: 12px
}

#content_container {
    position: relative;
    margin: 25px 0 0 0;
    border: 1px #ddd solid;
    border-radius: 3px;
    background-color: #fff
}

#content_container .title {
    padding: 12px 30px 12px 30px;
    background: #efefef;
    font-size: 14px;
    　font-weight: bold
}

#content_container section {
    border-top: 1px #ddd solid
}

#content_container section h2 {
    padding: 12px 30px 12px 30px;
    border-bottom: 1px solid #ddd;
    background: #e6e6e6;
    font-size: 14px
}

#content_container section:first-child {
    border-top: none
}

#content_container section:first-child h2 {
    border-radius: 3px 3px 0 0
}

#content_container section .container {
    padding: 8px 30px 25px 30px
}

#content_container section p.txt {
    margin: 12px 0 0 0;
    font-size: 12px
}

#content_container section p.txt2 {
    margin: 12px 0 0 0;
    font-size: 12px;
    text-align: right
}

#content_container section p.contact {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 12px
}

#content_container section ul.bullet li {
    font-size: 12px;
    margin: 0 0 0 1em
}

#content_container section table {
    width: 100%;
    margin: 12px 0 0 0;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    font-size: 12px
}

#content_container section table td, #content_container section table th {
    padding: 8px 8px 8px 8px;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid
}

#content_container section table th {
    background: #ccc
}

.hasGroup #content_container {
    border: none;
    border-radius: 3px;
    background-color: #f6f7f8
}

.hasGroup #content_container .group {
    border: solid 1px #ddd;
    background: #fff
}

.hasGroup #content_container .group:not(:first-child) {
    margin-top: 32px
}

/*# sourceMappingURL=index.css.map */