#wrapper {
  width: 960px;
  margin: 0 auto;
}

#bg {
  position: absolute;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  min-width: 960px;
}

#bg img {
  display: block;
}

header {
  width: 1000px;
  height: 100%;
  margin-left: -860px;
  min-height: auto;
  left: 0;
}

header #header-contents {
  width: 140px;
  float: right;
}

header nav {
  padding-left: 0;
}

header #sns {
  padding-left: 10px;
}

header #logo {
  padding-top: 25px;
  margin-bottom: 50px;
}

header #logo a {
  background: url(../images/page/page-logo.png) no-repeat center 0;
  padding-top: 75px;
  font-size: 15px;
}

header #page-top {
  width: 18px;
  padding-top: 20px;
  letter-spacing: 0;
  background: url(../images/page/pagetop.gif) no-repeat 0 0;
  font-size: 10px;
  text-align: center;
  color: #000;
  position: fixed;
  left: 50%;
  margin-left: -471px;
  bottom: 30px;
}

#main-contents {
  width: 784px;
  float: right;
  margin-top: 170px;
  border-left: solid 1px #000;
  padding-left: 35px;
  min-height: 100%;
}

#main-contents .title {
  font-size: 14px;
  letter-spacing: 18px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: solid 2px #000;
  font-size: 40px;
  color: #00a6bd;
}

#main-contents .line {
  display: block;
  width: 180px;
  height: 2px;
  background: #00a6bd;
  margin-top: 2px;
}

#main-contents .text {
  font-size: 12px;
  line-height: 1.7;
}

#main-contents .text a {
  color: #00a6bd;
  text-decoration: underline;
}

#main-contents .text img {
  max-width: 100%;
  height: auto;
}

footer {
  padding: 30px 0;
}

footer.loading {
  padding-top: 400px;
}

#popup {
  position: absolute;
  width: 784px;
  z-index: 10;
  left: 50%;
  margin-left: -392px;
  top: 50px;
  display: none;
}

#popup #item {
  padding: 40px;
  border: solid 1px #000;
  background: #fff;
  position: relative;
  z-index: 1;
}

#popup #item #item-image {
  text-align: center;
}

#popup #item #item-image img {
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
}

#popup #item #item-description {
  margin-top: 20px;
}

#popup #item #item-description h3 {
  font-size: 12px;
  color: #00a6bd;
  font-weight: bold;
}

#popup #item #item-description .price {
  font-size: 12px;
  margin: 10px 0;
}

#popup #item #item-description .text {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 0;
}

#popup #shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #B2B2B2;
  left: 7px;
  top: 7px;
}

#popup .close {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/page/close.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
