.small {
  font: normal 10px "ＭＳ Ｐゴシック", "Osaka";
}
.small-wht {
  font: normal 10px "ＭＳ Ｐゴシック", "Osaka";
  color: #ffffff ;
}
.regular {
  font: normal 12px "ＭＳ Ｐゴシック", "Osaka";
}
.regular-bold {
  font: bold normal 12px "ＭＳ Ｐゴシック", "Osaka";
}
.regular-wht {
  font: normal 12px "ＭＳ Ｐゴシック", "Osaka";
  color: #ffffff ;
}
.regular-wht-bold {
  font: bold normal 12px "ＭＳ Ｐゴシック", "Osaka";
  color: #ffffff ;
}
.large {
  font: normal 14px "ＭＳ Ｐゴシック", "Osaka";
}
.large-bold {
  font: bold normal 14px "ＭＳ Ｐゴシック", "Osaka";
}
.large-wht {
  font: normal 14px "ＭＳ Ｐゴシック", "Osaka";
  color: #ffffff ;
}

