/* イベントごとの箱 */


.event-box {
    border: 3px solid #99ccff;
    border-radius: 1rem;
    margin: 20px 0;
    padding: 20px;
    width: 30%;
    line-height: 1.5;
}

.event-box-title {
    font-weight: bold;
}

.el_txt {
    color: red;

}

.inner-box2 {

    font-weight: bold;
}


.botan {
    width: 20%;
    background-color: #99ccff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    
}