@charset "UTF-8";

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

#originalgoods h2 {
  margin: 0;
}

/*------------------------------layout*/
.page-tab {
  padding-left: 30px;
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
}

.page-tab ul li {
  float: left;
  margin-right: 11px;
}

.header {
}

.wrapper {
  background: url(../img/bg-tile.jpg) repeat-y center top;
}

.contents {
  background: url(../img/bg-saw.png) no-repeat center bottom;
  padding: 40px 35px 30px;
}

/*------------------------------module*/
/*frame*/
.frame {
  width: 847px;
  border-radius: 10px;
  overflow: hidden;
}

.frame-top {
  height: 40px;
  background: url(../img/unit_frame-top.png) no-repeat center top;
}

.frame-mid {
  background: url(../img/unit_frame-mid.jpg) repeat-y center top;
}

.frame-btm {
  height: 40px;
  background: url(../img/unit_frame-btm.png) no-repeat center bottom;
}

/*unit*/
.list-unit {
}

.unit {
  margin-bottom: 30px;
  box-shadow: 0px 3px 10px #555;
}

.unit_header {
  display: table;
  width: 758px;
  margin: 0 auto 25px;
  border: solid 1px #9C5D09;
}

.unit_body {
  overflow: hidden;
  width: 760px;
  margin: 0 auto;
}

.unit_body .block-left {
  width: 180px;
}

.unit_body .block-right {
  width: 550px;
}

.unit_header .ttl {
  display: table-cell;
  padding: 10px 15px;
  color: #684b12;
  background-color: #FFFFFF;
  font-size: 18px;
  width: 518px;
}

.unit_header .list-day {
  display: table-cell;
  width: 189px;
  border-right: solid 1px #684D12;
  background-color: #FDE7F3;
  padding: 5px 10px 0;
  vertical-align: middle;
}

.unit_header .list-day dt {
  float: left;
  width: 75px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.unit_header .list-day dd {
  float: left;
  width: 109px;
  font-size: 12px;
}

.unit_body .img {
}

.unit_body .txt {
  border: solid 1px #F1CE86;
  background-color: #FFE8B2;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.item_ttl{
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
/*list*/
.list-detail {
  float: left;
  overflow: hidden;
  margin-bottom: 22px;
}

.list-detail dt {
  float: left;
  width: 160px;
  clear: left;
}

.list-detail dd {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}

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

.list-label {
  float: right;
  overflow: hidden;
}

.list-label li {
  float: left;
  margin-left: 5px;
}

.list-btn {
  overflow: hidden;
}

.list-btn li {
  width: 265px;
}

.btn01 {
  float:left;
  background: url(../img/unit_btn01_on.png) no-repeat;
  text-align: center;
}

.btn03 {
  float:right;
  background: url(../img/unit_btn03_on.png) no-repeat;
  text-align: center;
}

.list-btn li a {
  display: block;
  width: 265px;
  height: 47px;
}

.list-btn li a:hover img {
  visibility: hidden;
}
/*hover*/
.is-hover {
  display: block;
  margin: 0 auto;
}

.is-hover:hover img {
  opacity: .75;
}
/*------------------------------utility*/
.block-container {
  overflow: hidden;
}

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

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

.rel01 {
  position: relative;
}

.pos01 {
  position: absolute;
  top: 50%;
  left: 0;
}

.mod-mb5 {
  margin-bottom: 5px;
}

.red-txt {
  color: #c1090c;
}

.hp-wd180 {
  width: 180px!important;
}

.hp-wd200 {
  width: 200px!important;
}

.hp-wd220 {
  width: 220px!important;
}

.hp-wd265{
  width: 265px;
}

.hp-ma0{
  margin: 0 auto;
}

.red-text{
  font-size: 16px;
  color: #ff0000;
}
.blue-text{
  color: #076cb9;
}
.fw-b{
  font-weight: bold;
}