
@charset "UTF-8";
/* CSS Document */
/****************************************************************************
event用css
*****************************************************************************/
body.event h1{
    width: 100%;
    margin-bottom: 1.5em;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
}
.event_box {
    width: auto;
    float: none;
}
.event_box_in {
    width: 380px;
    margin:0 30px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: left;
}
.event_box_img {
    width:180px;
    margin:0 10px 0 0 ;
}
.event_box_img img {
    width:100%;
    height:auto;
}
.event_box_text {
    width:190px;
    margin:0 0 10px 0 ;
    float:left;
}
.event_box_text th {
    width:4em;
    padding-right:1em;
    font-size:14px;
    line-height:22px;
    text-align:left;
}
.event_box_text td {
    font-size:14px;
    line-height:22px;
    text-align:left;
}
.event_bt {
    width:180px;
    margin:4px auto;
}
.event_list {
    width:100%;
    text-align:right;
    margin:20px 0;
}