.boxevent {
    box-sizing: border-box;
    padding: 15px;
    width: 80%;
    line-height: 140%;
    margin-left: 2px;
    margin-right: 2px;
    background: url(../img/common/bg04.jpg);
    border: 1px solid #b3a18d;
    /* -webkit-box-shadow: #8f0000 0 0 0 2px, #8f0000 0 0 0 1px inset, #580000 0 0 28px 0 inset; */
    /* box-shadow: #8f0000 0 0 0 2px, #8f0000 0 0 0 1px inset, #580000 0 0 28px 0 inset; */
    overflow: hidden;
    font-size: medium;}

.ss14 {
    font-size: 14px;
    line-height: 1.5;
}