﻿@charset "utf-8";


/*************　event メイン　部分　*************/

.main-box1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.event {
    width: 43%;
}

.event dl {
    margin: 0 0 0 15px;
    padding: 10px 3px;
    border-bottom: 2px solid #eeeeff;
}

.event h2 a {
    text-decoration: underline;
    color: #3399ff;
}

.event dl a {
   /* text-decoration: underline;*/
    color: #2E96FE;
}


.sample4 {
	font-weight: bold; 
	 color: #2E96FE;
}







