/*------------------------------------------------------

	briefing

------------------------------------------------------*/
#event-briefing .select-place-wrap {}
#event-briefing .select-place-wrap select#place_id { margin-right: 20px; border: 1px solid #D0D9E3; width: 205px; color: #393472; font-size: 1.6rem; padding: 7px 10px; }
#event-briefing .select-place-wrap button { border: 1px solid #D0D9E3; background: none; color: #393472; font-size: 1.6rem; width: 80px; padding: 5px 10px; vertical-align: middle; }

@media (min-width: 768px) {
    #event-briefing #page-title { background: url(/campusview/event/images/st_pagetitle-briefing.jpg) no-repeat center / cover; }
}
@media (max-width: 767px) {
    #event-briefing #page-title { background: url(/campusview/event/images/st_pagetitle-briefing_sp.jpg) no-repeat center / cover; }
}

