@charset "UTF-8";

/* Chromeの印刷ページにfont-familyのバグがあるための処理 */
body, input, button, select, textarea{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.figure-center,
.figure-left,
.figure-right {
  float: none !important;
  margin: 0 auto 20px !important;
}