@charset "UTF-8";
body {
    height: 100%;
    width: 100vw;
    height: 100vh;
    font-size: 13pt;
    line-height: 150%;
    /* font-family: 'Hiragino Kaku Gothic Pro', serif; */
    /*'繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', */
}

.active2 {
    color: white;
    background-color: #fb4789;
}

.alert-info2 {
    color: #e95389;
    background-color: #fbdde8;
}

td,
th {
    padding: 5px 5px;
}

input {
    width: 100px;
    height: 22px;
    color: #e81384;
}

textarea {
    width: 100%;
    height: auto;
    border: none
}

span {
    white-space: nowrap;
    vertical-align: top;
}

.taharf {
    width: 50%;
    height: auto;
    border: none
}

.etfont {
    font-family: 'Great Vibes', cursive;
}

.add_scrollT {
    width: 15em;
    height: 15em;
    /*margin-left: 100px;*/
    overflow: hidden;
    /*background-color: white;*/
    text-align: center;
    line-height: 1.5em;
    /*font-size: 24px;*/
    /*border: 1px solid gray;
            border-radius: 10px;*/
}

.phorRes {
    width: 50%;
    height: auto;
}

.cbox {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -20px;
    cursor: pointer;
}

.btn.active,
.btn:active {
    background-color: #9bebfd;
}

audio::-internal-media-controls-download-button {
    display: none;
}

audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
}


/* ol,
ul,*/

list-mini {
    line-height: 150%;
    margin-left: -25px;
}

li {
    margin-left: -1em;
}

table {
    height: 100%;
    font-size: 11pt;
    line-height: 150%;
    border: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.collapse_bt {
    width: 100%;
    text-align: left;
    font-size: large;
    margin-left: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
}

div-img {
    text-align: right;
}

img-std {
    vertical-align: initial;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sub_li {
    font-size: 80%;
    margin-left: -2em;
}

.nomark_li {
    list-style-type: none;
    padding-top: 2em;
}

#header {
    width: 80vw;
    height: 44px;
    margin-left: 20vw;
    padding: 0;
    background-color: #f9f3f3;
    position: fixed;
    z-index: 9999;
}

#footer {
    top: 87vh;
    width: 80vw;
    height: auto;
    margin-left: 20vw;
    padding: 0;
    background-color: #dce5f3;
    position: fixed;
    z-index: 9999;
}

#wrapper {
    text-align: left;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
}

.container {
    margin: 0px;
    min-height: 100%;
    padding-bottom: 30px;
}

#contents {
    width: 80vw;
    float: right;
    padding: 10px;
    padding-top: -44px;
    margin-top: 44px;
    /* margin-left: 20px; */
    padding-bottom: 10vh;
}

#sidebar {
    width: 20vw;
    height: 100%;
    float: left;
    margin: 0;
    padding-top: 8px;
    font-size: 80%;
    background-color: #f9f3f3;
    position: fixed;
    z-index: 9999;
}