@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font: 100%/1.6 Georgia, serif;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
}

.wrap {
  margin: 0 auto;
  padding: 10px 10px 30px;
  max-width: 640px;
  box-sizing: border-box;
}

header {
  text-align: center;
}

sup {
  display: inline;
  vertical-align: inherit;
  font-size: .75em;
  position: relative;
  bottom: .5em;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

p {
  margin-top: 0;
}