/*------------------ レポート詳細ページ -------------------*/ .event_stats { .stats { div.garbage { .data { #none-chart { width:140px; position:relative; div { width:52px; display:block; position:absolute; top:-3px; left:22px; } } } } } } /*------------------ レポ一覧ページ -------------------*/ .report_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; padding-bottom:0; a { @include font-style(14px,600,0,1.7); } } } .report_info { position:static; display:flex; flex-wrap:wrap; padding:0 10px 10px; .separator { width:100%; } .left { float:none; } .right { float:none; } } }