@charset "Shift_JIS";

#event-list ul{
    display: flex;
    flex-wrap: wrap;
    margin:3px;
}
#event-list ul li {
	width: calc(100% / 3 - 6px);
    margin:3px;
}
#event-list ul li img{
	width: 100%;
    border-radius: 10px;
}
#event-list h2{
    margin: 10px 6px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
