@charset "UTF-8";

/*共通部*/
.inner {
  background: url(./inner.jpg) no-repeat top left;
  height: 563px;
}
.inner {
  color: #c4baac;
  font-size: 12px;
  position: relative;
}
.inner .package {
  position: absolute;
  left: 56px;
  bottom: 95px;
  font-size: 10px;
}
.inner .package img {
  margin-bottom: 5px;
}
.inner li {
  line-height: 16px;
}
.inner li.title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}

.inner div.list {
  top: 296px;
  font-size:12px;
}
.inner div.list ,
.inner ul.detail {
  position: absolute;
  right: 22px;
  width: 307px;
}
.inner ul.detail {
 top: 460px;
 clear:both
   font-size:12px;

}
.inner ul.left {
  float: left;
  width: 120px;
}
.inner ul.right {
  float: left;
  width: 187px;
}
.inner ul.right span {
  font-size: 10px;
}
.inner .btn_b {
  position: absolute;
  top: 496px;
  left: 57px;
}
.inner .btn_b a {
  background: url(./btn1.jpg) no-repeat top left;
  width: 259px;
  height: 50px;
  padding-top: 0px;
  overflow: hidden;
  display: block;
}
.inner .btn_b a:hover {
  background: url(./btn1_over.jpg) no-repeat top left;
}
/*特集*/
.goods_inner {
  background: url(./goods_inner.jpg) no-repeat top left;
  height: 625px;
}
.goods_inner div {
  width: 570px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}
.goods_inner .clear-fix {
  display: block;
  min-height: 0;
}
.goods_inner dl {
  width: 263px;
  float: left;
  padding-right: 22px;
}
.goods_inner {
  color: #604b25;
  font-size: 12px;
}
.goods_inner dt {
  font-weight: bold;
  padding-bottom: 7px;
  float: right;
  width: 169px;
}
.goods_inner dt a ,
.goods_inner dt a:hover ,
.goods_inner dt a:visited ,
.goods_inner dt a:active {
  text-decoration: none;
  color: #9e6c12;
}

.goods_inner dd {
  float: left;
  padding-left: 7px;
  line-height: 16px;
  width: 160px;
}
.goods_inner .g_img {
  padding-left: 0 !important;
  width: auto !important;
}
.goods_inner .line1 {
  height: 100px;
}
.goods_inner .line2 {
  height: 123px;
}
.goods_inner .line3 {
  height: 126px;
}
.goods_inner .line4 {
  height: 128px;
}
/*---------新規追加分-----------*/
/*メッセージ*/
.message {
  background: url(./message_bg.jpg) no-repeat top left;
  height: 374px;
  color: #c4baac;
  font-size: 12px;
  line-height: 17px;
  padding: 100px 314px 40px 55px
}
.message p {
  padding-bottom: 23px;
}
