body {
    margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*変数--bs-font-sans-serifとなっていたものを使用,おそらく何らかの既定*/
    font-size: 150%;
}

.header {/*ヘッダ*/
    position: fixed;
    top: 0px;
    background: #ffffff;
    width: 100%;
    color: #000000;
    font-size: 200%;
    height: 60px;
    padding: 8px 12px 8px 12px;
    box-shadow: 0px 1px 4px 0px #b0b0b0;
    z-index: 2;
}
.title{
    font-size: 100%;
    color: #000000;
    text-decoration-line: none;
}

main {/*主要コンテンツ*/
    flex: 1;
    padding: 70px 0px 120px 0px;/*ヘッダ,フッタとの干渉を避けるための余白*/
}

.conv_log {/*議論ページの議論ログ*/
    /*padding: 70px 30% 120px 25%;*//*ヘッダ,フッタ,左右のメニューとの干渉を避けるための余白*/
    padding: 70px 0% 120px 0%;/*ヘッダ,フッタ,左右のメニューとの干渉を避けるための余白*/
}

.bubble {
    margin: 4px;
    background-color: #e0e0e0;
    border-radius: 10px;
    padding: 2px
}
.nameplate {
    padding: 4px 4px 0px 8px;
    width: 40%;
    background-color: #d0d0d0;
    border-radius: 10px;
    font-size: 150%;
}
.nameplate_2 {
    width: 40%;
    background-color: #d0d0d0;
    font-size: 150%;
}
.thought {
    margin: 4px 2px 2px 2px;
    padding: 5px;
    background-color: #c0c0c0;
    border-radius: 10px;
}
.content {
    margin: 2px;
    padding: 5px;
    background-color: #d7f4ff;
    border-radius: 10px;
    /*ベース色:#30a5d4*/
}
.user-content {
    margin: 2px;
    padding: 5px;
    background-color: #d7fff4;
    border-radius: 10px;
    /*ベース色:#30a5d4*/
}
.sys-content {
    margin: 2px;
    padding: 5px;
    background-color: #c0c0c0;
    border-radius: 10px;
}
.content-bold {
    margin: 5px;
    padding: 5px;
    background-color: #e0e0ff;
    border-radius: 10px;
    font-weight: bold;
}
.content-red {
    margin: 5px;
    padding: 5px;
    background-color: #ffe0e0;
    border-radius: 10px;
}
.content-redbold {
    margin: 5px;
    padding: 5px;
    background-color: #ffe0e0;
    border-radius: 10px;
    font-weight: bold;
}

.message {
    position: fixed;
    bottom: 60px;
    background: #404040;
    width: 100%;
    color: #ffffff;
}
.message_2 {
    position: fixed;
    bottom: 120px;
    background: #404040;
    width: 100%;
    color: #ffffff;
}

.footer {
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    width: 100%;
    color: #000000;
    height: 120px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 0px -1px 4px 0px #b0b0b0;
}
.footer_2 {
    position: fixed;
    bottom: 0px;
    background: #b0b0b0;
    width: 100%;
    color: #000000;
    height: 120px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.sidebar{
    position: fixed;
    right: 0px;
    background: #a0a0a0;
    height: 100%;
    color: #000000;
    width: 120px;
}

.sidemenu{
    position: fixed;
    top: 70px;
    right: 0;
    background: #ffffff;
    height: 100%;
    color: #000000;
    width: 80%;
    box-shadow: -1px 0px 4px 0px #b0b0b0;
}
.leftmenu{
    position: fixed;
    top: 70px;
    bottom: 80px;
    left: 0;
    background: #ffffff;
    /*height: 100%;*/
    color: #000000;
    width: 75%;
    box-shadow: 1px 0px 4px 0px #b0b0b0;
}
.message_box {
    position: relative;
    background: #f0f0f0;
    margin: 2px;
    color: #000000;
}
.form_1{
    resize:none;
    border:1px solid #212529;
    border-radius: 20px;
    background:#ffffff;
    color: #000000;
    padding:0 15px;
    height:40px;
    /*width:80%;*/
    width:80%;
    font-size:150%
}
.form_2{
    resize:both;
}
.form_3{/*名前入力用*/
    resize:none;
    border:1px solid #212529;
    border-radius: 16px;
    background:#ffffff;
    color: #000000;
    padding:0 15px;
    height:20px;
    width:40%;
}
.evalpage_buttons{
    vertical-align:top;
}
.speak_button{
    border: 0;
    /*border-radius: 16px;
    height:32px;*/
    color:#ffffff;
    background: #212529;
    /*padding:0 30px;*/
    border-radius: 30px;
    height:60px;
    width:60px;
    font-weight: bold;
    font-size: 150%;
    margin: 4px;
    text-decoration-line: none;
    /*display: inline flex;*/
}
.menu_button{
    border: 0;
    border-radius: 15px;
    color:#000000;
    background: #f0f0f0;
    padding:0 0;
    height:30px;
    width:30px;
    font-size: 150%;
    margin: 4px;
}
.other_button{
    /*border: solid #000000;*/
    border:0;
    border-radius: 30px;
    color:#ffffff;
    background: #6c757d;
    padding:0 20px;
    height:60px;
    text-decoration-line: none;
    margin: 2px;
    text-decoration-line: none;
    font-size:150%;
}
.small_other_button{
    border:0;
    border-radius: 12px;
    color:#ffffff;
    background: #6c757d;
    padding:0 12px;
    height:24px;
    text-decoration-line: none;
    margin: 2px;
    text-decoration-line: none;
}
.unabled_button{
    color:#6c757d;
    /*background: #212529;*/
}

.boldtext {
    font-weight: bold;
}
.icon{
    width: 35px;
    height: 35px;
}
.logo{
    width: 27px;
    height: 22px;
    padding: 0px 12px 0px 12px;
}
canvas {
    border: 1px solid black;
}
.colorbox {
    margin: 5px;
    padding: 5px;
    width: 25px;
    min-width: 25px;
    height: 15px;
    background-color: #ffffff;
    background-size: 25px 25px;
}
.popup{
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 30%;
    height: 66%;
}
.bigtext{
    font-size: 200%;
    /*color: #000000;*/
    text-decoration-line: none;
    /*font-weight: bold;*/
}
.smalltext{
    font-size: 100%;
    line-height: 0.60;
}
.bigbutton{
    /*border: solid #000000;*/
    border:0;
    border-radius: 15px;
    color:#ffffff;
    background: #6c757d;
    padding:0 20px;
    height:45px;
    text-decoration-line: none;
    margin: 2px;
    font-size: 150%;
}
.scoretext {
    font-weight: bold;
}
.scoreprop{
    display: none;
    position:fixed;
    pointer-events: none;
    background-color: #fff;
    border: solid #000000;
}
.scoretext:hover + .scoreprop{
    display: inline-block;
    position: fixed;
}
.botprop{
    display: none;
    position:fixed;
    pointer-events: none;
    background-color: #fff;
    border: solid #000000;
}
.nameplate:hover + .botprop{
    display: inline-block;
    position: fixed;
}
.subpage{/*ページ内ページ*/
    position: static;
    width: 100%;
    height: 66%;
}
.optprop{
    display: none;
    position:fixed;
    pointer-events: none;
    border: solid #000000;
}
.bubble:hover + .optprop{
    display: inline-block;
    position: fixed;
}
.redtext{
    color:#ff0000;
}
.greentext{
    color:#00b000;
}
