/* ==== NEWS/style.css ==== */
/* 全体 */


/* テーブル：行間を詰める */
.news-table{width:100%;border-collapse:collapse;border-spacing:4;font-size:14px}
.news-table td{border:0;padding:1px 0;vertical-align:top}
.news-line{white-space:normal;line-height:1}

/* 各要素 */
.news-date{white-space:nowrap;font-weight:400;display:inline;margin-right:0;padding-right:0}
.news-title a:link,
.news-title a:visited,
.news-title a:hover,
.news-title a:active{color:#000;text-decoration:none}
.news-title a:hover{text-decoration:underline}
.badge-soldout{font-weight:700;color:#d00;margin-left:.5em}
.badge-new{font-weight:400;color:#fff;background:#e60033;font-size:1em;padding:0 4px;border-radius:3px;margin-left:.0em}
.subcat-chip{font-size:12px;border:1px solid #ddd;border-radius:999px;padding:0 6px;margin:0 .6em 0 0;display:inline-block}

/* 行をフレックス化して中央揃え（水平をそろえる） */
.news-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
