/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

img {
  width: 400px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

--heading {
  font-weight: bold;
}

body {
  color: #15222b;
  font-family: Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,Osaka,MS PGothic,arial,helvetica,sans-serif;
  line-height: 1.5;
}

.notfoundPage {
  width: 640px;
  margin: 0 auto;
  padding: 206px 16px 0;
  text-align: center;
}

@media (max-width: 560px) {
  .notfoundPage {
    width: 100%;
    padding: 90px 16px 0;
  }
}

.notfoundPage h1 {
  margin: 0 auto 57px;
}

@media (max-width: 560px) {
  .notfoundPage h1 {
    width: 200px;
  }
}

.notfoundPage h1 a {
  display: block;
}

.notfoundPage h1 a img {
  width: 100%;
}

.notfoundPage h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 560px) {
  .notfoundPage h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.notfoundPage .notfoundPage-note {
  margin: 0  0 43px;
}

.notfoundPage a {
  color: #6C6D72;
  text-decoration: underline;
}

.bottom_space {
  margin-bottom: 2em;
}