@charset "utf-8";
/* CSS Document */
.venue{
    margin-top: 20px;
}
.venue ul li{margin-bottom: 35px;}
.venue_img{
    text-align: center;
    margin-right: 35px;
}
.venue_img img{}
.venue_info{
    float: left;
    margin-top: 15px;
}
.venue_title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}