@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body {
    font-family: "Roboto", "Microsoft JhengHei", "Arial", Helvetica, sans-serif
}

body {
    margin: 0 auto !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5)
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(151, 151, 151, 0.5)
}

::-webkit-scrollbar-thumb:hover {
    background: #979797
}

#skip-link {
    left: 48%;
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    width: auto;
    z-index: 1050
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10 px;
    border-bottom-right-radius: 10 px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10 px;
    -webkit-border-bottom-right-radius: 10 px;
    border-radius: 0 0 10 px 10 px
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0
}

.sr-only {
    position: absolute;
    width: 1 px;
    height: 1 px;
    padding: 0;
    margin: -1 px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.m-only {
    display: none !important
}

@media screen and (max-width: 1023px) {
    .m-only {
        display: block !important
    }
}

.mf-only {
    display: none !important
}

@media screen and (max-width: 1023px) {
    .mf-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.di-only {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .di-only {
        display: inline-block !important
    }
}

.d-only {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .d-only {
        display: block !important
    }
}

.backfixed {
    position: fixed
}

header .topbar {
    color: #0e6b5b;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px
}

header .topbar .secleft {
    width: 300px;
    display: none
}

@media screen and (min-width: 1024px) {
    header .topbar .secleft {
        display: block
    }
}

header .topbar .secright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1rem 0
}

@media screen and (min-width: 1024px) {
    header .topbar .secright {
        padding-right: .5rem
    }
}

header .topbar .secright .icon-print {
    height: 30px
}

header .topbar .secright .icon-lang {
    height: 30px
}

@media screen and (max-width: 1023px) {
    header .topbar .secright .icon-lang {
        margin-left: 1rem
    }
}

header .topbar .secright .icon-txt {
    margin: 0 1rem
}

header .topbar .secright .lang-wrapper {
    display: none;
    padding: 1rem;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px 1px #e0e0e0;
    box-shadow: 2px 2px 5px 1px #e0e0e0;
    position: absolute;
    left: 87%;
    top: 70%;
    -webkit-transform: translate(-90%, 1rem);
    -ms-transform: translate(-90%, 1rem);
    transform: translate(-90%, 1rem);
    z-index: 99;
    width: 13rem;
    text-align: center
}

@media screen and (max-width: 1023px) {
    header .topbar .secright .lang-wrapper {
        left: 12rem
    }
}

header .topbar .secright .lang-wrapper.active {
    display: block
}

header .topbar .secright .lang-wrapper::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: calc( -48% + 5px);
    left: 88%;
    border: 15px solid transparent;
    border-color: transparent;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-box-shadow: 2px -3px 3px -2px #e0e0e0;
    box-shadow: 2px -3px 3px -2px #e0e0e0
}

@media screen and (max-width: 1023px) {
    header .topbar .secright .lang-wrapper::before {
        left: 9%
    }
}

header .topbar .secright .lang-wrapper ul {
    list-style: none
}

header .topbar .secright .lang-wrapper ul li {
    display: inline-block;
    margin: 0 0.5rem;
    position: relative
}

header .topbar .secright .lang-wrapper .lang_wrapper_cl {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem
}

header .topbar .secright .lang-wrapper .lang_wrapper_cl svg {
    width: 1rem
}

.index .topbar .secleft {
    opacity: 0
}

footer .bg {
    background: #FFF;
    margin: 1rem 0
}

footer .btnbar {
    margin: 0 auto;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    footer .btnbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer .btnbar .secleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

footer .btnbar .secleft img {
    height: 44px
}

footer .btnbar .secright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    footer .btnbar .secright {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer .btnbar .secright>div {
    margin: 0 .5rem
}

footer .btnbar .secright>div.beta {
    text-align: center
}

@media screen and (min-width: 1024px) {
    footer .btnbar .secright>div.beta {
        text-align: right
    }
}

footer .btnbar .secright>div.beta>div div {
    display: block
}

@media screen and (min-width: 1024px) {
    footer .btnbar .secright>div.beta>div div {
        display: inline-block
    }
}

@media screen and (max-width: 1023px) {
    footer .logo,
    footer .wcag-logo {
        margin-bottom: 1rem
    }
}

#btn_backtotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent
}

#triggerbtn {
    display: none;
    margin-right: 1rem
}

@media screen and (max-width: 1023px) {
    #triggerbtn {
        display: block
    }
}

.index {
    background: #e0fdf8
}

.index #triggerbtn {
    display: none
}

@media screen and (max-width: 1280px) {
    .index .index-title {
        width: 38%
    }
}

@media screen and (max-width: 1023px) {
    .index .index-title {
        width: 90%;
        margin: 0 auto
    }
    .index #index-bg-m {
        width: 100%
    }
    .index .index-select {
        border: 2px solid #0e6b5b;
        color: #0e6b5b;
        font-weight: bold;
        padding: .5rem;
        margin: 1rem auto 1rem auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .index .sections-link {
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 1024px) {
    .index .index-title {
        position: absolute;
        top: 5%
    }
    .index .sections-link {
        position: relative
    }
    .index .sections-link a {
        position: absolute;
        display: block;
        background: rgba(170, 85, 136, 0.5);
        border-radius: 19px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1536px) {
    .index .sections-link a {
        border-radius: 16px
    }
}

@media screen and (min-width: 1024px) {
    .index .sections-link a#sec1 {
        width: 228px;
        height: 107px;
        top: 646px;
        left: 173px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1536px) {
    .index .sections-link a#sec1 {
        width: 190.5px;
        height: 88px;
        top: 538.5px;
        left: 144px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .index .sections-link a#sec1 {
        width: 154px;
        height: 72px;
        top: 430px;
        left: 115px
    }
}

@media screen and (min-width: 1024px) {
    .index .sections-link a g#section1 {
        position: absolute;
        display: block;
        background: rgba(170, 85, 136, 0.5)
    }
}

.textsize #middle-earth #main-content .heading {
    font-size: 150%;
    margin-top: 1rem
}

#middle-earth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#middle-earth .lmenu {
    min-width: 300px;
    width: 300px;
    position: relative
}

@media screen and (max-width: 1023px) {
    #middle-earth .lmenu {
        display: none
    }
}

#middle-earth .lmenu a:hover {
    text-decoration: underline
}

#middle-earth .lmenu .layer1 {
    counter-reset: section
}

#middle-earth .lmenu .layer1 .mainmenu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    border-bottom: 1.5px solid #979797;
    position: relative;
    padding: .5rem 30px .5rem 0
}

#middle-earth .lmenu .layer1 .mainmenu-area::before {
    content: counter(section);
    counter-increment: section;
    font-size: 200%;
    color: #0e6b5b;
    text-align: left;
    min-width: 60px;
    padding-left: 15px
}

#middle-earth .lmenu .layer1 .mainmenu-area::after {
    content: url("../assets/texture/ico_enter.svg");
    position: absolute;
    top: 30%;
    right: 10px
}

#middle-earth .lmenu .layer1 .mainmenu-area:first-child {
    padding-top: 1rem
}

#middle-earth .lmenu .layer1 .mainmenu-area>div {
    margin-right: 10px
}

#middle-earth .lmenu .layer1 .mainmenu-area:hover {
    background: #b6eee3
}

#middle-earth .lmenu .layer2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    -webkit-box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.3);
    background: #FFF
}

#middle-earth .lmenu .layer2 .submenu-area {
    display: none
}

#middle-earth .lmenu .layer2 .submenu-area.active {
    display: block
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem .5rem 1rem 0;
    background: #FFF
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head::before {
    content: '<';
    font-size: 50%;
    padding: .5rem 1rem .5rem .5rem
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head>div>div:nth-child(1) {
    font-size: 60%;
    line-height: 60%
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head>div>div:nth-child(2) {
    font-weight: bold
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-head:hover {
    background: #b6eee3
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-pool {
    background: #e3e2dc;
    overflow-x: hidden;
    overflow-y: scroll
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-pool>a {
    display: block;
    padding: .5rem .5rem .5rem 1.8rem
}

#middle-earth .lmenu .layer2 .submenu-area .submenu-pool>a:hover {
    background: #b6eee3
}

#middle-earth #main-content {
    width: 100%;
    overflow-x: hidden
}

#middle-earth #main-content #content-area *:not(.st) {
    text-align: justify
}

@media screen and (min-width: 1024px) {
    #middle-earth #main-content {
        width: 68%;
        margin: 0 0 0 3rem
    }
}

#middle-earth #main-content .banner {
    position: relative
}

#middle-earth #main-content .banner .topic {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

@media only screen and (max-width: 600px) {
    #middle-earth #main-content .banner .topic {
        left: .5rem
    }
}

#middle-earth #main-content .banner .topic>div:nth-child(1) {
    font-weight: bold
}

@media screen and (max-width: 1023px) {
    #middle-earth #main-content .banner .topic>div:nth-child(1) {
        font-size: 50%
    }
}

#middle-earth #main-content .banner .topic h1 {
    font-size: 250%;
    line-height: 1
}

@media screen and (max-width: 1023px) {
    #middle-earth #main-content .banner .topic h1 {
        font-size: 137%
    }
}

@media only screen and (max-width: 600px) {
    #middle-earth #main-content .banner .topic h1 {
        font-size: 112%
    }
}

#middle-earth #main-content .banner .topic h1 span {
    display: block
}

#middle-earth #main-content .banner object {
    width: 100%
}

#middle-earth #main-content .wrap-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#middle-earth #main-content .wrap-banner .banner {
    background: url("../assets/banners/bnr_fade.png");
    background-size: 100%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

@media screen and (min-width: 1536px) {
    #middle-earth #main-content .wrap-banner .crop-bg {
        width: 100%;
        height: 168px
    }
}

@media screen and (max-width: 600px) {
    #middle-earth #main-content .wrap-banner .crop-bg {
        height: 60px
    }
}

#middle-earth #main-content .wrap-banner .org-bg {
    display: none
}

#middle-earth #main-content #content-area {
    margin: 0 1rem
}

#middle-earth #main-content a {
    color: #0067A3;
    word-break: break-all
}

#middle-earth #main-content a:hover {
    text-decoration: underline
}

#middle-earth #main-content .st {
    font-weight: bold;
    padding: 1rem 0
}

@media screen and (max-width: 1023px) {
    #middle-earth #main-content .st {
        font-size: 125%
    }
}

#middle-earth #main-content p {
    padding-bottom: 1rem
}

#middle-earth #main-content .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#middle-earth #main-content .control>button {
    width: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem;
    background-color: #b6eee3;
    margin: 1rem
}

#middle-earth #main-content .control>button:hover {
    text-decoration: underline
}

#middle-earth #main-content .heading {
    font-size: 200%;
    margin-top: 2rem
}

#middle-earth #main-content .subheading {
    font-size: 150%;
    margin-top: .5rem
}

#middle-earth #main-content .largetbl .lsp {
    display: none
}

#middle-earth #main-content table:not(.remark):not(.custbl1) {
    text-align: center
}

#middle-earth #main-content table:not(.remark):not(.custbl1):not(.mw21) {
    width: 100%
}

#middle-earth #main-content table:not(.remark):not(.custbl1)+table {
    margin-top: 2rem
}

#middle-earth #main-content table:not(.remark):not(.custbl1) td {
    padding: .5rem
}

#middle-earth #main-content table:not(.remark):not(.custbl1) th,
#middle-earth #main-content table:not(.remark):not(.custbl1) td {
    padding: .5rem
}

#middle-earth #main-content table:not(.remark):not(.custbl1) th.c1,
#middle-earth #main-content table:not(.remark):not(.custbl1) th.c2,
#middle-earth #main-content table:not(.remark):not(.custbl1) td.c1,
#middle-earth #main-content table:not(.remark):not(.custbl1) td.c2 {
    font-weight: bold
}

#middle-earth #main-content table:not(.remark):not(.custbl1) th.c1,
#middle-earth #main-content table:not(.remark):not(.custbl1) td.c1 {
    background-color: #b6eee3
}

#middle-earth #main-content table:not(.remark):not(.custbl1) th.c2,
#middle-earth #main-content table:not(.remark):not(.custbl1) td.c2 {
    background-color: #b6eee3
}

#middle-earth #main-content table:not(.remark):not(.custbl1) th.b1,
#middle-earth #main-content table:not(.remark):not(.custbl1) td.b1 {
    font-weight: bold
}

#middle-earth #main-content table:not(.remark):not(.custbl1) tr.b1 th,
#middle-earth #main-content table:not(.remark):not(.custbl1) tr.b1 td {
    font-weight: bold
}

#middle-earth #main-content table:not(.remark):not(.custbl1).hastop thead {
    background: #b6eee3
}

#middle-earth #main-content table:not(.remark):not(.custbl1),
#middle-earth #main-content table:not(.remark):not(.custbl1) th,
#middle-earth #main-content table:not(.remark):not(.custbl1) td {
    border: 1px solid #000000;
    border-collapse: collapse
}

#middle-earth #main-content table.remark th {
    padding-right: 1rem
}

#middle-earth #main-content table.remark a {
    color: #000;
    text-decoration: none
}

body:not(.text) [data-lightbox="chart"]:hover {
    cursor: url("../assets/texture/ico_enlarge.svg"), auto
}

.mmenu {
    display: none;
    z-index: 31;
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mmenu.active {
    display: block
}

.mmenu .mhead {
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mmenu .mhead>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mmenu .mhead>div .icon-lang {
    height: 30px
}

@media screen and (max-width: 1023px) {
    .mmenu .mhead>div .icon-lang {
        margin-left: 1rem
    }
}

.mmenu .mhead>div .icon-txt {
    margin: 0 1rem;
    color: #0e6b5b
}

.mmenu .mhead>div .trigger {
    margin-right: 1rem
}

.mmenu .lmenu {
    width: 100%;
    position: fixed;
    background: #FFF;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0
}

.mmenu .lmenu a:hover {
    text-decoration: underline
}

.mmenu .lmenu .layer1 {
    counter-reset: section
}

.mmenu .lmenu .layer1 .mainmenu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    border-bottom: 1.5px solid #979797;
    position: relative;
    padding: .5rem 30px .5rem 0
}

.mmenu .lmenu .layer1 .mainmenu-area::before {
    content: counter(section);
    counter-increment: section;
    font-size: 200%;
    color: #0e6b5b;
    text-align: left;
    min-width: 60px;
    padding-left: 15px
}

.mmenu .lmenu .layer1 .mainmenu-area::after {
    content: url("../assets/texture/ico_enter.svg");
    position: absolute;
    top: 30%;
    right: 10px
}

.mmenu .lmenu .layer1 .mainmenu-area:hover {
    background: #b6eee3
}

.mmenu .lmenu .layer2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 60px;
    -webkit-box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.3);
    background: #FFF
}

.mmenu .lmenu .layer2 .submenu-area {
    display: none
}

.mmenu .lmenu .layer2 .submenu-area.active {
    display: block
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem .5rem 1rem 0;
    background: #FFF
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head::before {
    content: '<';
    font-size: 50%;
    padding: .5rem 1rem .5rem .5rem
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head>div>div:nth-child(1) {
    font-size: 60%;
    line-height: 60%
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head>div>div:nth-child(2) {
    font-weight: bold
}

.mmenu .lmenu .layer2 .submenu-area .submenu-head:hover {
    background: #b6eee3
}

.mmenu .lmenu .layer2 .submenu-area .submenu-pool {
    background: #e3e2dc;
    overflow-x: hidden;
    overflow-y: scroll
}

.mmenu .lmenu .layer2 .submenu-area .submenu-pool>a {
    display: block;
    padding: .5rem .5rem .5rem 1.8rem
}

.mmenu .lmenu .layer2 .submenu-area .submenu-pool>a:hover {
    background: #b6eee3
}

.mbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1rem 1rem 0 1rem
}

.res-div {
    overflow: auto
}

.res-div table {
    min-width: 100%;
    margin-bottom: 1rem
}

.res-div table th,
.res-div table td {
    min-width: 6rem;
    padding: .5rem
}

.res-div table.mw11 th:first-child,
.res-div table.mw11 td:first-child {
    min-width: 12rem
}

.res-div table.mw12 th:first-child,
.res-div table.mw12 td:first-child {
    min-width: 18rem
}

.res-div table.mw13 {
    table-layout: auto
}

.res-div table.mw13 th {
    background: #b6eee3
}

.res-div table.mw13 th,
.res-div table.mw13 td:not([colspan="22"]) {
    text-align: center !important
}

.res-div table.mw21 {
    width: 950px;
    table-layout: auto
}

.res-div table.mw21 th,
.res-div table.mw21 td {
    width: 150px
}

.res-div table.mw21 th:nth-child(1),
.res-div table.mw21 td:nth-child(1) {
    width: 200px
}

.res-div table.mw22 {
    width: 950px;
    table-layout: auto
}

.res-div table.mw22 th,
.res-div table.mw22 td {
    width: 150px
}

.res-div table.mw22 th:nth-child(1),
.res-div table.mw22 td:nth-child(1) {
    width: 200px;
    font-weight: bold;
    background: #b6eee3
}

.res-div table.largetbl th.c2,
.res-div table.largetbl td.c2 {
    text-align: left !important
}

.res-div+.res-div {
    margin-top: 2rem
}

.res-div.full table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.res-div+.not1,
.res-div+.note2,
.res-div+.note3 {
    margin-top: 1rem
}

table a {
    word-break: break-all
}

table.custbl1 {
    width: 100%;
    table-layout: fixed
}

table.custbl1 th,
table.custbl1 td {
    vertical-align: top;
    text-align: left !important
}

table.custbl1 th:nth-child(n),
table.custbl1 td:nth-child(n) {
    padding: 0 1rem 1rem 0
}

div.list {
    margin-left: 1rem
}

div.list div:not(.list) {
    margin: .5rem 0
}

div.list.list-d1 {
    counter-reset: list-d
}

div.list.list-d1 div:not(.list) {
    margin-left: 1rem
}

div.list.list-d1 div:not(.list)::before {
    counter-increment: list-d;
    content: counter(list-d) ". ";
    margin-left: -1.4rem
}

div.list.list-qa {
    counter-reset: list-a;
    margin-left: 0rem
}

div.list.list-qa div:not(.list)::before {
    counter-increment: list-a;
    content: "(" counter(list-a, lower-latin) ") "
}

.map-section {
    margin: 2rem 0
}

.map-section .troops {
    margin-left: 3rem
}

.nor-tbl {
    border: 1px solid #000;
    width: 100%
}

.nor-tbl th,
.nor-tbl td {
    border: 1px solid #000;
    text-align: center !important
}

.note1,
.note2,
.note3 {
    margin-bottom: 1rem
}

.note1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 600px) {
    .note1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.note1 div:nth-child(1) {
    min-width: 5rem
}

.note1+.res-div {
    padding-top: 2rem
}

.note2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.note2>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 600px) {
    .note2>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.note2>div div:nth-child(1) {
    min-width: 5rem
}

.note2.sp1>div div:nth-child(1) {
    min-width: 2rem
}

.note3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.note3>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 600px) {
    .note3>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.note3>div>div:nth-child(1) {
    min-width: 5rem
}

.note3>div>div:nth-child(2) {
    min-width: 2rem
}

.size-sm1 {
    font-size: 15px
}

#sitemap {
    margin: 1rem
}

.sp-print {
    display: none
}

@media print {
    body * {
        visibility: hidden
    }
    #content-area * {
        visibility: visible
    }
    #content-area {
        position: absolute;
        left: 0;
        top: 0
    }
    .sp-print {
        visibility: visible;
        display: block
    }
}

body.s5 table:not([class]) {
    border: none !important
}

body.s5 table:not([class]) th,
body.s5 table:not([class]) td {
    border: none !important
}