/**
 * 共通
 */
.elementor-kit-6 {
	--e-global-color-accent-light: #c5b958;
}

/* 試合情報トップ > 試合トップ タブ > 点数 */
#c1-game-top .game .game-vs .game-vs-teams__team-score em {
	color: var(--e-global-color-accent-light);
}

/* 試合情報トップ > 試合速報 > 点数文字色 */
.c-match-table__score .score-num.is-win {
	color: var(--e-global-color-accent-light);
}

/* 試合情報トップ > 試合日程・結果 > アコーディオン内試合情報 > 点数 */
.c-calendar-list .c-calendar-list-game .c-calendar-list-game-vs .c-calendar-list-game-vs-teams .c-calendar-list-game-vs-teams-result .c-calendar-month-vs-teams-result-score em {
	color: var(--e-global-color-accent-light);
}


th.c-media__table-head{
	background-color: #e1e1e1 !important
}