@charset "UTF-8";
/* CSS Document */
@media (max-width: 600px) {
  body {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
