@charset "UTF-8";

/* ===============================================
Base
=============================================== */

/*
  Reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Default Style
----------------------------------------------- */
body {
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
  color: #212121;
}

img {
  vertical-align: bottom;
}

/* ===============================================
  Layout
=============================================== */

/*
  Centering
----------------------------------------------- */
.container {
  width: 960px;
  margin: 0 auto;
}

/*
  Header
----------------------------------------------- */
#header {
  background-color: #212121;
  color: #fff;
}

#header h1 {
  text-align: center;
  padding: 1.75em 0;
}

#header-nav {
  overflow: hidden;
}

#header-nav li {
  width: 20%;
  float: left;
  text-align: center;
}

#header-nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: .75em 0;
}

#header-nav a:hover {
  background-color: #333;
}

/*
  Main
----------------------------------------------- */
#main {
  clear: both;
}

.section {
  padding: 3em 0;
}

.section-grey {
  background-color: #f0f0f0;
}
