.h-box {
    background-color: #e2e2e2;
    height: 15px;
    width: 100%;
    cursor: grab;
    padding: 2px 0;
    position: relative;
}

.h-box .diff {
    width: 18px;
    border-bottom: 2px #999999 dotted;
    height: 3px;
    margin: 0 auto;
}

.h-box-close {
    position: absolute;
    height: 17px;
    width: 17px;
    right: 0;
    bottom: 0;
    padding: 4px;
    display: none;
    z-index: 2;
    background-color: #999999;
    box-sizing: border-box;
}

.show {
    border: 1px red solid;
    box-sizing: border-box;
}

.draw-question {
    width: 100%;
    height: fit-content;
}

.draw-area {
    position: relative;
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.canvas-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: auto;
}


.reply-wrap {
    width: 100%;
    height: fit-content;
}

.reply-wrap img {
    width: 100%;
    object-fit: contain;
}

.option-check {
    cursor: pointer;
    padding: 5px 10px !important;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 5px;
}

.option-nor {
    border: 1px solid #AAA;
    text-decoration: none;
    opacity: 1;
}

.option-sel {
    border: 2px solid #333;
    text-decoration: none;
    opacity: 1;
}

.option-del {
    border: 1px solid #dddddd;
    text-decoration: line-through;
    opacity: 0.5;
}

.ptop0 {
    padding-top: 0
}


