header {
  height: 400px;
}

/* ---------------------------------------- */
#mainimg {
  height: 500px;
  width: 100%;
  background-image: url(/images/souvenir/index/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ---------------------------------------- */
#intro {
  background: url(../images/souvenir/index/bg_01.png) no-repeat center top;
  height: 454px;
  width: 100%;
}

#intro h3 {
  padding-top: 150px;
  margin-bottom: 15px;
}

#intro .image {
  position: absolute;
  top: 50px;
  right: -50px;
}

#series {
  margin-top: 30px;
}

#series h3 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#series .head {
  background: url(../images/common/bg_04_head.png) repeat-x;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
}

#series .body {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

#series .foot {
  background: url(../images/common/bg_04_foot.png) repeat-x;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
}

#series h3 {
  position: absolute;
  top: 0px;
  left: -10px;
}

/* ---------------------------------------- */
.relative {
  position: relative;
}

.item .image {
  margin-bottom: 15px;
}

.item .name {
  position: relative;
}

.item .name div {
  font-size: 14px;
}

.item .name a {
  text-decoration: none;
}

.item .name a:hover img {
  opacity: 1;
}

.item .name:hover {
  opacity: 0.7;
}

.item .price {
  font-size: 130%;
  color: #c13a3a;
}

.item h4 {
  margin-bottom: 8px;
}

.item.left {
  float: left;
  width: 430px;
  margin-left: 100px;
}

.item.right {
  float: right;
  width: 430px;
}

.row {
  margin-bottom: 40px;
}

/* ---------------------------------------- */
.category {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ---------------------------------------- */
#foot-info .left {
  display: none;
}
