@charset "Shift_JIS";
/* --------------------------------------------------------------------
トピックス「父の日」専用CSS
--------------------------------------------------------------------- */
/* 各店のお受取り表（テーブル調節PC/SP）
================================================== */
.mainframe_ .topiclist_body_ > .article_ table.sp_single_column .pc_only { display: revert; }
.wrapper_ > .topiclist_body_ > article table.sp_single_column .pc_only { display: none; }
.mainframe_ .topiclist_body_ > .article_ table.sp_single_column .sp_only { display: none; }
.wrapper_ > .topiclist_body_ > article table.sp_single_column .sp_only { display: revert; }

/* SPのみ */
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr {
  border-top: 3px solid #111;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td {
  border-bottom: none;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:not(:nth-of-type(1)) + td {
  border-top: 1px dashed #ccc;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td > span {
  font-weight: bold;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td > span::after {
  content: '：';
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
