@charset "UTF-8";
/* CSS Document */
.f_nothing {
  font-family: 'Nothing You Could Do', cursive, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Serif;
  font-feature-settings: "palt";
}
.kerning {
  font-feature-settings: "palt"; /* 文字間自動カーニング */
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.both {
  clear: both;
}
.mg_auto {
  margin-left: auto;
  margin-right: auto;
}
