/*------------------ イベント詳細ページ -------------------*/ .event_datetime { .left { float:none; width:100%; border-right:0; border-bottom:2px solid $second-color; margin:0 0 0; padding: 0 0 20px; } .right { float:none; width:100%; margin:0 0 0; padding: 20px 0 0; } } /*------------------ イベント一覧ページ -------------------*/ .search_field { .inc-overseas { display:block; @include font-style(12px,600,0,1); } } .event_item { &.gallery_item { padding-bottom:0; } .crew_info { position:static; bottom:auto; padding:10px 10px 0; } .event_info { .event_date, .event_time, .event_location { @include font-style(14px,600,0,1.7); } .event_time { } .event_location { } .event_title { margin-top:10px; a { @include font-style(14px,600,0,1.7); } } .event_introduction { } } }