﻿@charset "utf-8";


/*************　event メイン　部分　*************/


.outer-box {
    line-height: 1.7;
}

.event {
    width: 45%;
    margin: 10px 0;
}


.event img {
    width: 100%;
    margin: 10px 0;
}


.event a {
    text-decoration: underline;
    color: #0000ff;
}


.event-wide {
    width: 100%;
    margin: 10px 0;
}

.event-wide a {
    text-decoration: underline;
    color: #0000ff;
}




#gaiyou p {
    font-weight: bold;
}


