@charset "UTF-8";

html {
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
html,
body {
  height: 100%;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus {
  outline: none;
}
