﻿@charset "utf-8";


/*************　event メイン　部分　*************/


.event {
    width: 43%;
    margin: 20px 0;
}

.event h2 a {
    text-decoration: underline;
    color: #3399ff;
}

.event-box {
    border-top: 1px dotted #3399ff;
}

.event p:first-of-type {
    border: none;
}


.event-box a {
    font-weight: bold;
    line-height: 1.5rem;
    display: block;
    padding: 20px;
}

.event-box a:hover {
    background-color: #cceeff;
}

