/* 太字にするだけのクラス */
.bold {
  font-weight: bold;
}

/* 赤字にするだけのクラス */
.red {
  color: red;
}
