html {
  font-size: 10px;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color:#333;
  font-size: 16px;
  font-size: 1.6rem;
}

#wrap {
  padding: 10px;
  overflow: hidden;
}
h1 {
/*  background-color: #80A6D6;*/
/*  color: #FFF;*/
  background-color:#ffebcd;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}

h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}

h2:first-of-type {
  margin-top: 0;
}

h2 + p {
  margin-top: 0;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

p:first-of-type {
  margin-top: 0;
}

img {
  width:100%;
}

.col6 {
  float: left;
  margin: 0 3% 0 0;
  width: 48%;
}

.col6.last {
  margin: 0;
}

.col6 img {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

@media all and (max-width: 640px) {
  .col6 {
    float: none;
    width: 99%;
  }

  h2:first-of-type,
  p:first-of-type {
    margin-top: 1em;
  }

  h2 + p:first-of-type {
    margin-top: 0;
  }
}/*end 640px*/