@charset"utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
  width: 100%;
  height: %;
}

html {
  background-color: lightgray;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  text-align: left;
  color: darkslategray;
  max-width: 562px;
  background-color: #fff;
}

header, wrapper, main, section, h1, h2, h3, h4, h5, p, span, footer {
  margin: 0;
  padding: 0;
}

/** header **/

header {
  background-color: lightskyblue;
  border-bottom: 2px solid dimgray;
  border-right: 2px solid dimgray;
}

h1 {
  color: darkslategray;
  font-size: 17px;
  text-align: center;
  text-shadow: 2px 2px 3px skyblue;
  padding-top: 10px;
}

/** main **/

wrapper {
  
}

main {
  padding-top: 10px;
  display: inline-block;
  padding: 10px;
}

section {
  font-size: 12px;
  margin: 20px 0;
}

section h3 {
  color: midnightblue;
}

section h3 span {
  padding: 0 7px;
  margin-right: 5px;
  border-radius: 10px;
  border-top-right-radius: 2px;
}

section h4 {
  text-indent: 1em;
  margin-top: 5px;
  padding: 2px 0;
}

section p {
  margin: 2px 1em;
  padding-bottom: 2px;
}

section p.in {
  text-indent: 1em;
}

section table {
  margin-left: 2em;
  border-collapse:collapse;
}

section table tr th {
  font-weight: 400;
}

section table tr th.le {
  width: 60px;
  vertical-align: top;
  font-weight: 500;
}

#int h3 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 50px; 
  text-indent: 1em;
}

#pap p {
  padding-left: 1em;
}

/** footer **/

footer {
  text-align: right;
  margin-top: 20px;
  padding-bottom: 5px;
}

footer h5 {
  font-size: 11px;
  padding-right: 5px;
  border-right: 10px;
  font-weight: 500;
}

footer p {
  font-size: 11px;
  color: gray;
  padding: 0 10px;
}

footer h3 {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
  font-weight: 500;
}