body {
  overflow-x: hidden;
}

body {
  min-width: inherit;
  overflow-x: hidden;
}

body .fancybox-overlay {
  z-index: 9999;
}

body .fancybox-opened {
  z-index: 10000;
}

body h2 {
  margin-bottom: 50px;
}

body #container section {
  padding: 50px 0;
}

p.txt_center {
  margin: 0 auto 50px auto;
  width: 90%;
  text-align: left;
  display: block;
}

@media screen and (max-width: 980px) {
  p.txt_center {
    width: 100%;
  }
}

section {
  text-align: center;
}

section img.mainimages {
  width: 70%;
  height: auto;
}

@media screen and (max-width: 980px) {
  section img.mainimages {
    width: 100%;
  }
}

.photo, #history .movie {
  padding: 7px;
  background: #fff;
  display: block;
  box-shadow: 0 0 3px #666;
}

#howto h2 {
  margin-bottom: 0;
}

#howto h3 {
  margin: 20px 0 10px 0;
  font-size: 200%;
  font-weight: normal;
}

#howto .section1 p {
  text-align: left;
}

#howto .section1 .pure-g-r {
  margin-top: 20px;
}

#howto .section1 .l-box {
  margin: 0 20px;
}

#howto .borderbox {
  border: 1px solid #402210;
  border-radius: 3px;
  padding: 20px;
}

#howto .borderbox.hera {
  margin: 15px 0;
}

#howto .borderbox.hera .l-box {
  margin: 0 5px;
}

#howto .borderbox.hera img {
  width: 100%;
  height: auto;
}

#howto .enjoy {
  background: url(/e/howto/inc/images/img_enjoy2.png) right top no-repeat;
  padding-right: 400px;
  min-height: 350px;
  text-align: left;
}

#howto .sticker {
  margin: 60px;
}

#howto .sticker img {
  width: 10%;
  height: auto;
  margin-bottom: 30px;
}

#howto .sticker p {
  margin-left: 20px;
}

#about .pure-u-3-5 h3, #history .pure-u-3-5 h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

#about .pure-u-3-5 p, #about .pure-u-3-5 h3, #history .pure-u-3-5 p, #history .pure-u-3-5 h3 {
  margin-right: 50px;
}

@media screen and (max-width: 640px) {
  #about .pure-u-3-5 p, #about .pure-u-3-5 h3, #history .pure-u-3-5 p, #history .pure-u-3-5 h3 {
    margin-right: 0;
  }
}

#about i, #history i {
  font-size: 80%;
  color: #e56464;
}

#about .pure-u-2-5, #history .pure-u-2-5 {
  margin-bottom: 80px;
}

#history .movie {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#history .movie iframe {
  width: 100%;
}
