/************************************/
/*展覧会情報*/
/************************************/
#exhibitionDiv {
    margin: 0 auto 0;
    height: 1500px;
    text-align: center;  
    width: 100%;
}

/*展覧会情報タイトル*/
.exhibitionTitle {
    font-size: 60px;
    width: 100%;
    color:#FFF;
    display:inline-block;
    margin-top: 90px;
/*    margin-bottom: -40px;*/
    font-family: 'RockSalt';
}

/* 個展DM */
.dmImg {
    width:92%;
    margin-bottom: 10px;
}
