﻿@charset "utf-8";
/* CSS Document */

.event_wrap {
    width: 100%;
    height:316px;
   background-image:url(image/main01.jpg);
   background-repeat:no-repeat;
   background-position:center;
   background-size:cover;

    margin-top:5px;
}

.event {
    width: 1200px;
    height: 316px;
 
   margin:0 auto;
      background-image:url(image/main01.jpg);
   background-repeat:no-repeat;
   background-position:center;
   background-size:cover;
}
