﻿    .ask_item {
        margin: 2px 5px;
        padding: 2px 5px 2px 2px;
        width: 120px;
        text-align: right;
        font-size: 15px;
        line-height: 150%;
        background-color: #B6E8E6;
        color: #000000;
        float: left;
    }
    .ask_contents {
        margin: 2px;
        padding: 2px;
        width: 570px;
        text-align: left;
        font-size: 15px;
        line-height: 150%;
        background-color: #ffffff;
        color: #000000;
        float: left;
    }
    .ask_separator {
        margin-left: 5px;
        margin-right: 5px;
        clear: both;
        border-bottom: 1px dotted;
    }
    .ask_bottom {
        margin: 5px;
        text-align: center;
    }
    .comment-note {
        margin:0 0 2px;
        font-size:14px;
        line-height:110%;
        color:#004040;
        display: flex;
        justify-content: space-between;
    }
