p.seo_text_00 {
    text-decoration: underline;
    text-decoration-color: #FF0000;
}

.seo_text_01 {
    border-bottom: dotted;
    border-color: #FF0000;
    border-width: 1px;
}

.seo_text_02 {
    border-bottom: solid;
    border-color: #FF0000;
    border-width: 5px;
}

.seo_text_03 {
    border-bottom: double;
    border-color: #FF0000;
    border-width: 3px;
}

.seo_text_04 {
    text-decoration: underline;
    /*
    text-underline-position: above;
    */
}

.seo_text_05 {
    background: linear-gradient(transparent 70%, #4682b4 0%);
}

.seo_text_06 {
    text-decoration: underline;
    text-decoration-style: wavy;
}

.border-solid {
    padding: 0.2em 1.5em;
    line-height: 1.8;
    border: solid 2px #333;
}

.border-outset {
    padding: 0.2em 1.5em;
    line-height: 1.8;
    border: outset aliceblue;
}

.tooltip2 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip2 p {
    margin: 0;
    padding: 0;
}

.description2 {
    display: none;
    position: absolute;
    padding: 13px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: max-content;
    margin-left: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.description2:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 95%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}

.tooltip2:hover .description2 {
    display: inline-block;
    top: 0px;
}

#top_article {
    height: max-content;
    margin: 15px;
}

#toc_article {
    float: left;
    /*    border: double;*/
    width: max-content;
    padding-right: 15px;
    margin: 0px 10px;
}

#subject_article {
    float: left;
    width: auto;
}

#subject {
    padding: 30px;
}

#left_article {
    float: left;
    border: solid;

}

#right_article {
    float: right;
    border: solid;
}

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

td {
    padding: 3px 10px;
}

th {
    text-align: center;
    background: #4169e1;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

select {
    padding: 10px;
    margin: 10px 5px;
}


.masiroBG {
    color: #000000;
    background-color: #f8dce0;
    background-image: url("../image/MaSiiRo.jpg");
    width: 400px;
    height: 500px;
}

.outline {
    display: inline-block;
    color: #ffffff;
    font-size: 15pt;
    letter-spacing: 4px;
    text-shadow:
        2px 2px 1px #003366,
        -2px 2px 1px #003366,
        2px -2px 1px #003366,
        -2px -2px 1px #003366,
        2px 0px 1px #003366,
        0px 2px 1px #003366,
        -2px 0px 1px #003366,
        0px -2px 1px #003366;
}

.outline-talking {
    list-style-type: none;
    font-size: 10pt;
    font-weight: bold;
    text-shadow:
        2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff;
}

.li-talking {
    padding: 0px 15px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

#loader-text {
    display: inline-block;
    width: 90%;
}

#linker-image {
    float: right;
    width: 50px;
    height: 50px;

    margin: 8px;
}

.table_of_contents_ul {
    list-style-type: none;
    padding-left: 2em;
}

.elm_display_none {
    display: none;
}

.elm_display_block {
    display: block;
}

#overlay_article {
    z-index: 9999;
}