@charset "UTF-8";

.closemess {
    border: solid 1px #959595;
    padding: 6px 15px 15px;
    background-color: #FFF;
}
.closemess .tl {
    text-align: center;
    font-weight: bold;
    color: #c00101;
    border-bottom: solid 1px #959595;
    font-size: 1.2em;
    padding: 5px 0;
    margin-bottom: 10px;
}