@charset "utf-8";
/*  Basic Elements
----------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll; /*for firefox*/
}
body {
  width: 100%;
  background: #fff;
  height: 100%;
  color: #000;
  line-height: 1.8;
  text-align: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 96%;
}
header, section, footer {
  max-width: 800px;
  padding: 0;
  margin: 20px auto;
}
p {
  text-align: center;
  margin-bottom: 20px;
}
footer {
  text-align: center;
  font-size: 12px;
}
h1 {
  text-align: center;
  font-size: 36px;
  margin-top: 10px;
}
.data {
  max-width: 600px;
  padding: 20px;
  border: #0e0b7c solid 3px;
  font-weight: bold;
  background: #c7eaf9;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  header, section, footer {
    padding: 10px;
    margin: auto;
  }
  .data {
    max-width: 600px;
    padding: 10px;
    margin: 0 auto 20px;
  }
  p br {
    display: none;
  }
	img {
  width: 80%;
}
}