@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;
}

.font_50 {
  font-size: 357.14286% !important;
}

.font_44 {
  font-size: 314.28571% !important;
  line-height: 150%;
}

.font_40 {
  font-size: 285.71429% !important;
  line-height: 150%;
}

.font_38 {
  font-size: 271.42857% !important;
  line-height: 150%;
}

.font_35 {
  font-size: 250% !important;
  line-height: 150%;
}

.font_30 {
  font-size: 214.28571% !important;
  line-height: 150%;
}

.font_28 {
  font-size: 200% !important;
  line-height: 150%;
}

.font_26 {
  font-size: 185.71429% !important;
  line-height: 150%;
}

.font_24 {
  font-size: 171.42857% !important;
  line-height: 150%;
}

.font_22 {
  font-size: 157.14286% !important;
  line-height: 150%;
}

.font_20 {
  font-size: 142.85714% !important;
  line-height: 150%;
}

.font_19 {
  font-size: 135.71429% !important;
  line-height: 150%;
}

.font_18 {
  font-size: 128.57143% !important;
  line-height: 150%;
}

.font_17 {
  font-size: 121.42857% !important;
  line-height: 150%;
}

.font_16 {
  font-size: 114.28571% !important;
  line-height: 150%;
}

.font_15 {
  font-size: 107.14286% !important;
}

.font_14 {
  font-size: 100% !important;
}

.font_13 {
  font-size: 92.85714% !important;
}

.font_12 {
  font-size: 85.71429% !important;
}

.font_11 {
  font-size: 78.57143% !important;
}

.font_10 {
  font-size: 71.42857%;
  line-height: 160%;
}

h1, h2, h3, h4 {
  font-size: 100%;
}

/*===========================================
	fontColor
=============================================*/
.red {
  color: #FF6666;
}

.white {
  color: #fff;
}

.whiteAl {
  color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.blue {
  color: #6699CC;
}

.green {
  color: #009139;
}

.glay {
  color: #666464;
}

.fontMincho {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@media (max-width: 700px) {
  .font_24,
  .font_22 {
    font-size: 140%;
  }

  .font_38 {
    font-size: 180%;
  }
}
