div.yuzutti{
    display: flex;
    margin-bottom: 40px;
}

div.yuzutti-image img {
    float: left;
    margin: 10px;
}

div.yuzutti-comment {
    padding-left: 10px;
    float: left;
    color: #000;
    vertical-align: bottom;
    margin-right: 10px;
}

div.yuzutti-comment p {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 12px;
    position: relative;
    max-width: 780px;
    min-height: 30px;
    padding: 10px;
    color: #000;
}

.minifont{
    font-size: 12px;
}

div.yuzutti-comment p:before {
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left-width: 0;
    left: -9px;
    content: "";
    display: block;
    top: 20px;
    position: absolute;
    width: 0;
    z-index: 1;
}

div.yuzutti-comment p:after {
    border: 10px solid transparent;
    border-right-color: #888;
    border-left-width: 0;
    left: -10px;
    content: "";
    display: block;
    top: 20px;
    position: absolute;
    width: 0;
}

div.BlockClear {
    clear: both;
}
