.mainNote{
    position: relative; 
    background-color: #eeeeee;
    height: 96%;
    top: 42px;
}
#actors {
    background-color: rgba(100,100,130,0.8);
    position: absolute; 
    width: 100%;
    top: 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#memospace{
    overflow-y: scroll;
    overflow-x: hidden;
    top: -30px;
    height: 94%;
    padding: 120px 10px 20px 10px;
    box-sizing: border-box;; 
}
#bboard .bottomBar{
    bottom: 0;
}
ol li{
    font-weight:800;
    font-size:120%;
}
ol{
    margin-left: 30px;
}
ul, ol{
    margin-bottom: 4px;
}
.tagline{
    font-weight: 300;
    font-size: 140%;
    color: #aaaaaa !important;
    padding-bottom: 4px !important;
}
.omake{
    font-weight: 300;
    font-size: 90%;
    color: #999999;
    margin-left: 30px;
    margin-bottom: 12px;
}
.actor{
    margin: 10px;
    display: inline-block;
    text-align: center;
    width: 90px;
    position: relative;
}
.sepaletor{
    margin-right: 40px;
}
.portrait00{
    background-color: #999999;
    background-image:url("http://inouenobuyuki.com/wp-content/uploads/2020/02/whiteOnigiri.png");
 }
.portrait{
    border: solid 2px #666666;
    margin: auto;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 10px;
    cursor: pointer;
}
.help{
    font-weight: 900;
    pointer-events: none;
    color: #444444;
    position: absolute;
    top: 42px;
    left: 45px;
}
.actorsName{
    background-color: #fcfcfc;
    border: solid 1px #666666;
    white-space: pre;
    text-align: center;
    width: 90px;
}
.functionName{
    background-color: #888888;
    border: solid 1px #aaaaaa;
    color: #ffffff;
    white-space: pre;
    text-align: center;
    width: 90px;
}
.highlight{
    border: dashed 2px #8888ef;
}
.secret{
    display: none;
}
.chat{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 20px;
}
.chat.flip {
    flex-direction: row-reverse;
}
.chatpic {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.flip .chatpic,.flip.portrait {
    transform: scale(-1, 1);
}
.balloon{
    display: flex;
    position: relative;
    align-items: center; 
    border: solid 0px #888888;
    margin: 4px;
    width: 600px;
}
#memospace .TOGAKI{
    justify-items: end;
}
#memospace .HASHIRA{
    justify-items: end;
}
#memospace .TOGAKI .balloon{
    width: 550px;
}
#memospace .HASHIRA .balloon{
    width: 800px;
    margin: 0;
}
#memospace .TOGAKI .bubble{
    padding: 20px 30px 16px 30px;
    border: solid 1px #dddddd;
    background-color: rgba(238,238,238,0.7);
    border-radius: 0;
    box-sizing: border-box;
    width: 550px;
    min-height: 60px;
    margin-left: 0;
}
#memospace .HASHIRA .bubble{
    padding: 8px 10px;
    margin: 20px 0 10px 0;
    font-weight: 800;
    border-color: #333333;
    border-width: 2px 2px 2px 0;
    background-color: #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    width: 800px;
    min-height: 40px;
    height: 40px;
    margin-left: 0px;
}
#memospace .HASHIRA .bubble:before{
    content: "◯ ";
}
#memospace .TOGAKI .speaker,
#memospace .HASHIRA .speaker{
    display: none;
}
#memospace .TOGAKI .edge,
#memospace .HASHIRA .edge{
    display: none;
}
#memospace .TOGAKI .chatpic{
    width: 20px;
    height: 20px;
    background-position-x: 800px;
    margin-left: 55px;
}
#memospace .HASHIRA .chatpic{
    margin: 20px 0 10px 0;
    width: 20px;
    height: 40px;
    border-style: solid;
    border-color: #333333;
    border-width: 2px 0 2px 2px;
    box-sizing: border-box;
    border-radius: 0;
    background-position-x: 800px;
}
.bubble{
    padding: 20px 30px 16px 30px;
    border: solid 4px #333333;
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    width: 580px;
    min-height: 60px;
    margin-left: 12px;
}
.speaker{
    background-color: #445577;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 4px 4px 2px -2px rgba(0,0,0,0.3);
    position: absolute;
    padding: 0 10px;
    top: -10px;
    left: 20px;
}
.edge{
    position: absolute;
    border-color: #333333;
    border-width: 4px;
    border-style: none none solid solid;
    background-color: #ffffff;
    transform: rotate(45deg) skew(-20deg,-20deg);
    width: 20px;
    height: 20px;
    z-index: 2;
}
.eL{
    border-style: none none solid solid;
}
.flip .eL{
    display: none;
}
.eR{
    border-style: solid solid none none;
    left: 580px;
    display: none;
}
.flip .eR{
    display: block;
}
.pickup .bubble, .pickup .edge {
    border-color: #ff8844;
    background-color: #ffeecc;
}
#contentEnd{
    text-align: center;
}
#contentEnd img{
    border-width: 0;
}
.colorpick {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    border: solid 0 #999999;
    top: -16px; 
    left: 74px;
    cursor: pointer;
    overflow: hidden;
    font-size: 0px;
    box-sizing: border-box;
    box-shadow: 1px 2px 1px 2px rgba(0,0,0,0.2);
    border: solid 2px #ffffff;
}
#actors p{
    margin: 0;
    padding: 0;
}
.colorvalue{
    display: none;
}
.huebee__container{
    top: 10px;
    left: -120px !important;
}
.huebee__cursor {
    width: 12px;
    height: 12px;
}
.bottomBar .button{
    width: 120px;
    text-align: center;
}