@charset "UTF-8";

/* サッカー通常のサブナビ非表示 */
#subnav {
  display: none !important;
}

#rma-pdv:has(> div) + .sc-leftColumn + .sc-centerColumn + .sc-rightColumn #ad-lrec-panorama,
#rma-pdv:has(> div) + .sc-leftColumn + .sc-centerColumn + .sc-rightColumn .sc-modCommon02:has(.sc-lrec) {
  display: none;
}

/* フッター対応 */
#contentFooter .footerLink {
  display: none;
}

.sc-footer {
  width: 100%;
}

/* 国旗対応 */
#tm_list .sc-teamList__teamLogo {
  width: 32px;
  height: 22px;
}

#tm_list .sc-teamList .sc-teamLogo {
  width: 30px;
  height: 20px;
}

/* 共通一覧フッター対応 */
.cm-footer {
 width: 100% !important;
}

/* 試合詳細：ゴール選手とG2Gの余白 */
.sc-scoreBoard__link {
  margin-top: 5px;
}

/* テキスト速報画像サイズ */
.sc-textLive__photo .sc-textLive__image img  {
  max-height: none !important;
}
