@charset "UTF-8";
html, body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic',sans-serif;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, p {
  padding: 0 2%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #682cf3;
}

section {
  margin: 5%;
}

section dl {
  padding: 0 2%;
}

section dl code {
  display: block;
  width: 80%;
  padding: 0 0 2% 5%;
  color: #fff;
  background-color: #333;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  border-radius: 5px;
  font-family: myriad-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=style.css.map */