
/* 標準の太字を赤くするため、strong または b 要素に赤色を適用 */
strong, b {
	color: #ed1c24;
}


