@charset "UTF-8";
/* CSS Document */
img {
  width: 100%;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  text-align: center;
  font-size: 1.6rem;
  max-width: 390px;
  font-weight: bold;
  margin: 0 auto;
  font-family: "HiraMinProN-W3", "Helvetica", serif;
  background-color: #f2f2f2;
}
