/*各種申請用CSS*/
/* 全体*/
body {
  padding: 5px;
  font-size:16px;
  line-height:20px;
  margin: 10;

  background-color: #ffffff;

  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";

}
/* 全体ここまで*/

