@charset "UTF-8"; /* #埋め込みレイアウト ============================================*/ .blog-fill { display: -webkit-flex; display: flex; justify-content: space-between; -webkit-justify-content: space-between; } .blog-item { width: 48%; } .blog-item__title { border-bottom: 1px solid #70B461; font-weight: normal; margin: 0 0 15px; font-size: 18px; padding: 5px 0; } .table_layout { width: 980px !important; table-layout: fixed; }