@charset "UTF-8";
.term {
    border: #191919 1px solid;
    position: relative;
    width: 96%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #191919;
}
.term tr td {
    padding: 10px;
    font-size: 14px;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.4;
}
.term td a {
    text-decoration: none;
}
.term td a:hover {
    text-decoration: underline;
}
.color0 {
    display: inline;
}
.color1 {
    display: inline;
    color: #98fb98;
    word-break: break-all;
}
.color1 a {
    color: #ffff00;
}
.color2 {
    display: inline;
    color: #ffb6c1;
}
.color2 a {
    color: #ffff00;
}
.comcolor {
    color: #008000;
}
.img {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.com {
    border-collapse:collapse;
}
.com tr td {
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.5;
    vertical-align: top;
    padding-left: 10px;
    border: #aaaaaa 1px solid;
}
.date {
    display: inline;
    position: absolute;
    top: 25px;
    right: 330px;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
}
.block {
    display: block;
    margin-bottom: 21px;
}
.oslist {
    display: block;
    padding-left: 60px;
}
.p_news {
    height: 20px;
    overflow: hidden;
}
.subt {
    background-color: #ffffff;
}
.subtm {
    background-color: #f0f8ff;
}
input,textarea {
    color: #000000;
    background-color: #ffffff;
    border: #191919 1px solid;
}
@media (prefers-color-scheme: dark) {
    .term {
        border: #ffffff 1px solid;
    }
    .date {
        color: #ffffff;
    }
    .subt {
        background-color: #0f0f0f;
    }
    .subtm {
        background-color: #262626;
    }
    input,textarea {
        color: #ffffff;
        background-color: #0f0f0f;
        border: #ffffff 1px solid;
    }
    .comcolor {
        color: #7fff7f;
    }
}