@charset "UTF-8";
/*===========================================
	font size
=============================================*/
body {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  line-height: 160%;
  color: #333333;
}

html[lang='ja'] body {
	font-family: "SST W01 Roman", "Hiragino Kaku Gothic Pro", "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
html[lang='ko'] body {
	font-family: "SST W01 Roman", "Malgun Gothic", Dotum, "Apple SD Gothic Neo", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
html[lang='zh-Hans'] body {
	font-family: "SST W01 Roman", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
html[lang='zh-Hant'] body {
	font-family: "SST W01 Roman", "Microsoft JhengHei", "Hiragino Kaku Gothic ProN", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.font_50 {
  font-size: 50px !important;
}

.font_44 {
  font-size: 44px !important;
  line-height: 150%;
}

.font_40 {
  font-size: 40px !important;
  line-height: 150%;
}

.font_38 {
  font-size: 38px !important;
  line-height: 150%;
}

.font_35 {
  font-size: 35px !important;
  line-height: 150%;
}

.font_30 {
  font-size: 30px !important;
  line-height: 150%;
}

.font_28 {
  font-size: 28px !important;
  line-height: 150%;
}

.font_26 {
  font-size: 26px !important;
  line-height: 150%;
}

.font_24 {
  font-size: 24px !important;
  line-height: 150%;
}

.font_22 {
  font-size: 22px !important;
  line-height: 150%;
}

.font_20 {
  font-size: 20px !important;
  line-height: 150%;
}

.font_19 {
  font-size: 19px !important;
  line-height: 150%;
}

.font_18 {
  font-size: 18px !important;
  line-height: 150%;
}

.font_17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font_16 {
  font-size: 16px !important;
  line-height: 150%;
}

.font_15 {
  font-size: 15px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_13 {
  font-size: 13px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_11 {
  font-size: 11px !important;
}

.font_10 {
  font-size: 10px !important;
  line-height: 160%;
}

h1, h2, h3, h4 {
  font-size: 100%;
}

/*===========================================
	fontColor
=============================================*/
.red {
  color: #e70012;
}

.white {
  color: #fff;
}

.whiteAl {
  color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.blue {
  color: #00339a;
}

.green {
  color: #036100;
}

.glay {
  color: #666464;
}

.fontMincho {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
