@charset "UTF-8";
/* CSS Document */

#container #container-02 #main .tab .honbun .level1 {
    margin: 0em 0em 1em;
}

#container #container-02 #main .tab .honbun .level2 {
    list-style: lower-roman;
    margin: 0em 0em 0.5em 1em;
}

#container #container-02 #main .tab .honbun .level1 ul {
    margin: 0em 0em 0em -1em;
    list-style: disc;
}

#container #container-02 #main .tab .honbun table tr td {
    font-size: 90%;
    border-bottom: 1px dotted #999;
}

#container #container-02 #main .tab .honbun table tr td:last-of-type {
    font-size: 90%;
    border-bottom: 1px dotted #999;
}

#container #container-02 #main .tab .honbun table tr:last-of-type td {
    /* [disabled]font-size: 90%; */
    border-bottom: 1px solid #999;
    /* [disabled]padding: 1em; */
}

#container #container-02 #main .tab .honbun table {
    margin: 0.5em auto;
}

#container #container-02 #main .tab .honbun section .center {
    text-align: center;
}

#container #container-02 #main .tab .honbun section .ki_90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#container #container-02 #main .tab .honbun section .ki_90 ol li {
    text-indent: -5em;
    margin-left: 4em;
    list-style: decimal inside;
}

#container #container-02 #main .tab .honbun section .ki_90 ul {
    margin: 0em 0em 0em 1em;
}

#container #container-02 #main .tab .honbun section .ki_90 ul li {
    text-indent: -6.5em;
    margin-left: 6.5em;
    list-style: inside;
}

#container #container-02 #main .tab .honbun .mokuji {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    /* [disabled]padding: 3px; */
}

#container #container-02 #main .tab .honbun .mokuji tr th {
    color: #FFF;
    background: #666;
    border-right: 1px solid #FFF;
    text-align: center;
    padding: 5px;
}

.toPagetop {
    text-align: right;
}

#container #container-02 #main .tab .honbun .mokuji tr td a {
    text-decoration: none;
}

#container #container-02 #main .tab .honbun section .ki_90 ol .normal {}

#container #container-02 #main .tab .honbun section .ki_90 ol .normal li {
    text-indent: 0px;
    margin-left: 1em;
    list-style: outside;
}

#container #container-02 #main .tab .honbun .mokuji tr td {
    padding-left: 1em;
}

.noBoder tr,
td {
    border: none !important;
}



table.mokuji {
    border-bottom: solid gray 1px;

}

.mokuji td {
    border-bottom: dotted gray 1px !important;

}

.mokuji tr:last-of-type td {
    border-bottom: none !important;

}

.height900 {
    height: 900px;
    overflow: auto;
}

.english p {
    text-align: justify;
}

.text_right-01 p {
    text-align: right;
}

.kanko .midashi {
    font-size: 160% !important;
    text-indent: 0;
}

.kanko h3 {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.kanko p {
    margin-left: 1rem !important;
    line-height: 1.8 !important;
    font-size: .91rem !important;
    text-align: justify;
}

small {
    font-size: .8rem;
}

ol {
    font-size: .91rem;
}

h4 {
    font-size: .91rem !important;
}

p.right {
    text-align: right;
}

/* イメージングワークス追加 */

#index_table {
    width: 90%;
    margin: 0 auto 3em;
    border-spacing: 0;
    border-collapse: collapse;
}

#index_table tr {
    border-bottom: dotted 1px lightgray;
}

#index_table tr:first-of-type {
    border-bottom: none;
}

#index_table tr:last-of-type {
    border-bottom: solid 1px gray;
}

#index_table th {
    background-color: #666666;
    color: white;
    padding: 0.2em 0;
}

#index_table td {
    font-size: small
}

#index_table td:nth-child(1) {
    padding-left: 1em;
}

#index_table td:nth-child(2) {
    text-align: center;
}

article.kanko {
    padding: 0.5em;
}

article.kanko section:not(:last-of-type) {
    border-bottom: dotted 1px gray;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

article.kanko section.minutes {
    counter-reset: cnt_h4;
}

article.kanko section.minutes h4 {
    counter-increment: cnt_h4;
}

article.kanko section.minutes h4::before {
    content: counter(cnt_h4) ". ";
}

article.kanko h3 {
    color: #333;
    font-size: 1.3em;
    margin: 0.3em 0 0.5em;
}

article.kanko h4 {
    color: #333;
    font-size: 1.05em !important;
    margin: 0.3em 0 0em;
}

article.kanko h3 span.sub {
    font-weight: normal;
    display: inline-block;
    padding: 0 0.5em;
}

article.kanko p {
    margin: 0.3em 0 !important;
    line-height: 1.6 !important;
}