@charset "UTF-8";

/*------------------------------base*/
#originalgoods {
  color: #664543;
}

#originalgoods h2 {
  margin: 0;
  padding: 0;
}

#originalgoods img {
  vertical-align: bottom;
  width: 100%;
}

/*------------------------------layout*/
.header {
  margin-top: 4%;
}

.wrapper {
  background: #F4ECD9;
}

.contents {
  background: url(../img/bg-saw.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 4.69%;
}

/*------------------------------module*/
/*frame*/
.frame {
  border-radius: 5px;
  background: url(../img/unit_frame-top.png) no-repeat center top,
  url(../img/unit_frame-btm.png) no-repeat center bottom,
  url(../img/unit_frame-mid.jpg) repeat-y center top;
  background-size: 100% auto;
}

/*unit*/
.list-unit {
}

.unit {
  margin-bottom: 4.69%;
  box-shadow: 0px 3px 5px #999;
  padding: 5.83%;
}

.unit_header {
  margin: 0 0 3.91%;
  border: solid 1px #9C5D09;
}

.unit_body {
}

.unit_header .ttl {
  padding: 1.67% 2.5%;
  color: #684b12;
  background-color: #FFFFFF;
  font-size: 18px;
}

.unit_body .img {
  width: 50.62%;
  margin: 0 auto 3.91%;
}

.unit_body .txt {
  border: solid 1px #F1CE86;
  background-color: #FFE8B2;
  padding: 3.13%;
  margin: 0 0 3.91%;
}

.item_ttl{
  text-align: left;
  margin-bottom: 2%;
}
/*list*/
.list-day {
  display: table;
  vertical-align: middle;
  margin: 0 0 2.5%
}

.list-day dt {
  display: table-cell;
  width: 55px;
}

.list-day dd {
  display: table-cell;
  padding-left: 0.5em;
}

.list-detail {
  overflow: hidden;
  margin: 0 0 3.91%;
}

.list-detail dt {
  float: left;
  width: 100px;
  padding-top: 3%;
}

.list-detail dd {
  float: left;
  padding-left: 0.5em;
  line-height: 24px;
}

.list-detail .txt-price {
  font-size: 18px;
  color: #FF5C23;
  font-weight: bold;
}

.list-label {
  overflow: hidden;
  margin: 0 0 3.91%;
}

.list-label li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.list-label li:last-child {
  margin-right: 0;
}

.list-btn {
  overflow: hidden;
}

.list-btn li {
  margin: 0 0 3.91%;
}

.list-btn li:last-child {
  margin: 0;
}

.list-btn li a {
  display: block;
}

.mod-mb4 {
  margin-bottom: 4%;
}

.wd88 {
  width: 88%!important;
}

.nav-area {
  padding-top: 20px;
  width: 100%;
  display: table;
  background-color: #ffffff;
}

.nav-area ul {
  margin: 0 auto;
  padding: 0 4%;
}

.nav-area ul li {
  display: table-cell;
  padding-right: 2%;
  width: 10%;
}

.nav-area ul li:last-child {
  width: 9.6%;
  padding-right: 0;
}

/*------------------------------utility*/
.block-container {
  overflow: hidden;
}

.unit_body .block-left {
  float: left;
}

.unit_body .block-right {
  float: right;
}

.red-txt {
  color: #c1090c;
}

.blue-text{
  color: #076cb9;
}