
/* イベント概要 */

.gaiyou {
    width: 40%;
}

.gaiyou p {
    padding: 10px 0;
}

.gaiyou-title {
    font-weight: bold;
    border-top: 1px dotted #ff99cc;
}

.gaiyou p:first-of-type {
    border: none;
}

/* 写真 */

.photo {
    width: 50%;
}

.photo img {
    width: 100%;
}


/* イベントの説明 */

.setsumei p {
    padding: 10px 0;
}





