h1.hx-letter {
  background-image: url(../img/hx-letter.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 202px;
  width: 640px;
  border: 1px solid #C59DA4;
  position: relative;
  margin-bottom: 20px;
}
h1.hx-letter .issue {
  color: #533c32;
  display: inline-block;
  background-image: url(../img/hx-letter-frostedglass.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  font-size: 32px;
}

div.main-contents .letter-deco {
  background-color: #F9F5F6;
  padding: 10px;
  background-image: url(../img/letter-back.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.main {
  display: block;
  border: 1px solid #FFF;
}

.letter-photo {
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px solid #FFF;
  margin-bottom: 30px;
}

.comment {
  margin-top: 20px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #533c32;
}

.backNumber-box {
  border: 1px solid #533c32;
  margin-bottom: 20px;
}
.backNumber-box .deco {
  margin: 10px;
}
.backNumber-box h2 {
  background-image: url(../img/back-number.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 50px;
}
.backNumber-box h3 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #533c32;
  font-weight: bold;
  color: #533c32;
  margin-bottom: 10px;
}
.backNumber-box ul a {
  /*background-color: #ded4c3;*/
  background-image: url(../img/bg-002.jpg);
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #533c32;
}
.backNumber-box ul a:hover {
  background-image: url(../img/bg-001.jpg);
  /*background-color: #b9ab9b;*/
}
.backNumber-box ul a.on {
  background-image: url(../img/bg-001.jpg);
  /*background-color: #b9ab9b;*/
}

.prev-next {
  position: relative;
  margin-top: -10px;
  height: 40px;
}

.next,
.prev {
  height: 40px;
  line-height: 25px;
  position: absolute;
  color: #FFF;
  background-color: #533c32;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 5px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.next {
  padding-right: 10px;
  padding-left: 15px;
  margin-left: 20px;
  left: 0px;
  right: auto;
}

.prev {
  padding-right: 15px;
  padding-left: 10px;
  margin-right: 20px;
  left: auto;
  right: 0px;
}

.next:before,
.prev:before {
  position: absolute;
  content: "";
  border: solid 20px transparent;
  height: 0;
  width: 0;
  top: 0;
}

.next:before {
  border-left: solid 10px transparent;
  border-right: solid 20px #533c32;
  left: -30px;
}

.prev:before {
  border-right: solid 10px transparent;
  border-left: solid 20px #533c32;
  right: -30px;
}

.next:hover:before {
  border-right-color: #B98A92;
}

.prev:hover:before {
  border-left-color: #B98A92;
}

.next:hover,
.prev:hover {
  background-color: #B98A92;
}

.next:visited,
.prev:visited {
  color: #FFF;
}
