* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div,
article, section, aside,
header, footer, hgroup, nav, fieldset,
h1, h2, h3,
ul, li, a,
p, small, img {
  border: none;
}

html {
  font-size: 14px;
  letter-spacing: .08em;
  position: static;
  text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

a {
  zoom: 1;
  outline: 0;
  text-decoration: none;
}

img {
  outline: 0;
  border: 0;
  border-style: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  list-style-image: none;
}

dl, ol, ul {
  margin-bottom: 0;
}

label {
  display: inline-block;
  vertical-align: middle;
}

iframe {
  border: 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
