@charset "Shift-JIS";
/*************************
一覧ページング
**************************/
.pagingArea {
  padding: 10px 0;
  background: #f8b076;
  overflow: hidden;
}
.pagingArea:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.pagingArea.is-under {
  margin-bottom: 97px;
}
.pagingArea .l-contents {
  width: 950px;
  margin: 0 auto;
}
.pagingArea .Search {
  width: 500px;
  float: left;
}
.pagingArea .Search dl {
  color: #472b00;
  font-size: 107.142857143%;
  display: inline;
  margin-right: 20px;
}
.pagingArea .Search dl dt, .pagingArea .Search dl dd {
  display: inline;
}
.pagingArea .Search dl dt {
  margin-right: 10px;
}
.pagingArea .Search select {
  border-radius: 0;
}
.pagingArea .paging.is-new {
  float: right;
  display: table;
  vertical-align: middle;
}
.pagingArea .paging .text {
  color: #472b00;
  text-align: left;
  display: table-cell;
  padding-right: 10px;
}
.pagingArea .pager {
  display: table-cell;
}
.pagingArea form {
  display: inline-block;
  margin: 0 5px;
}
.pagingArea input:hover {
  cursor: pointer;
}
.pagingArea input.place {
  color: #fff;
  width: 27px;
  height: 27px;
  background-color: #701500;
  border: none;
  border: 1px #dcd1b1 solid;
}
.pagingArea input.change {
  color: #472b00;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border: none;
  border: 1px #dcd1b1 solid;
}
.pagingArea input.nextBtn {
  text-indent: -9999px;
  width: 6px;
  height: 10px;
  background: url("../images/common/icon_arrow_red03_right.png") no-repeat 0 0;
  border: none;
}
.pagingArea input.backBtn {
  text-indent: -9999px;
  width: 6px;
  height: 10px;
  background: url("../images/common/icon_arrow_red03_left.png") no-repeat 0 0;
  border: none;
}
.pagingArea.mypage .paging {
  float: left;
  text-align: left;
}
.pagingArea .paging ul li {
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
  font-weight: bold;
  line-height: 1em;
  *display: inline;
}
.pagingArea .paging ul li.hitocount, .pagingArea .paging ul li a {
  font-weight: normal;
}
.pagingArea .paging ul li.last {
  margin-right: 0;
}
.pagingArea .paging ul li.backBtn, .pagingArea .paging ul li.nextBtn {
  display: inline-block;
  width: 16px;
  overflow: hidden;
}
.pagingArea .paging ul li.backBtn a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../images/products/btn_paging_back.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.pagingArea .paging ul li.nextBtn a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../images/products/btn_paging_next.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.pagingArea .paging ul li.backBtn a:hover, .pagingArea .paging ul li.nextBtn a:hover {
  background-position: left -16px;
}
.pagingArea .paging ul li.backBtn, .pagingArea .paging ul li.nextBtn, .pagingArea .paging ul li.backBtn a, .pagingArea .paging ul li.nextBtn a {
  *display: inline;
}

@media screen and (max-width: 767px) {
  .pagingArea {
    padding: 10px 0;
    background: #f8b076;
    overflow: hidden;
  }
  .pagingArea:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .pagingArea.is-under {
    display: none;
  }
  .pagingArea .l-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .pagingArea .Search {
    width: 100%;
    float: none;
  }
  .pagingArea .Search dl {
    color: #472b00;
    font-size: 114.285714286%;
    display: block;
    margin-right: 0;
    overflow: hidden;
    letter-spacing: -.40em;
    margin-bottom: 10px;
    display: table;
    width: 100%;
  }
  .pagingArea .Search dl dt, .pagingArea .Search dl dd {
    letter-spacing: normal;
    display: table-cell;
  }
  .pagingArea .Search dl dt {
    width: 25%;
    margin-right: 0;
  }
  .pagingArea .Search dl dd {
    width: 75%;
  }
  .pagingArea .Search .s_displayOrder,
  .pagingArea .Search .s_displayLimit {
    position: relative;
  }
  .pagingArea .Search .s_displayOrder:before,
  .pagingArea .Search .s_displayLimit:before {
    content: "";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 1px;
    border: 4px solid transparent;
    border-top: 6px solid #1f1f1f;
  }
  .pagingArea .Search select {
    color: #310c00;
    border: 1px #aaadb2 solid;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0;
    height: 47.5px;
    padding-left: 8px;
  }
  .pagingArea .Search select#s_displayOrder {
    width: 100%;
  }
  .pagingArea .Search select#s_displayLimit {
    width: 21.875%;
  }
  .pagingArea .paging.is-new {
    float: none;
    width: 100%;
    letter-spacing: -.40em;
    display: table;
    vertical-align: middle;
  }
  .pagingArea .paging .text {
    color: #472b00;
    font-size: 114.285714286%;
    text-align: left;
    display: table-cell;
    padding-right: 10px;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .pagingArea .pager {
    letter-spacing: normal;
    display: table-cell;
  }
  .pagingArea form {
    display: inline-block;
    margin: 0 0px;
  }
  .pagingArea input {
    font-size: 114.285714286%;
  }
  .pagingArea input:hover {
    cursor: pointer;
  }
  .pagingArea input.place {
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #701500;
    border: none;
    border: 1px #dcd1b1 solid;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .pagingArea input.change {
    color: #472b00;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: none;
    border: 1px #dcd1b1 solid;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .pagingArea input.nextBtn {
    text-indent: -9999px;
    width: 6px;
    height: 10px;
    background: url("../images/common/icon_arrow_red03_right.png") no-repeat 0 0;
    border: none;
  }
  .pagingArea input.backBtn {
    text-indent: -9999px;
    width: 6px;
    height: 10px;
    background: url("../images/common/icon_arrow_red03_left.png") no-repeat 0 0;
    border: none;
  }
  .pagingArea.mypage .paging {
    float: left;
    text-align: left;
  }
  .pagingArea .paging ul li {
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom;
    font-weight: bold;
    line-height: 1em;
    *display: inline;
  }
  .pagingArea .paging ul li.hitocount, .pagingArea .paging ul li a {
    font-weight: normal;
  }
  .pagingArea .paging ul li.last {
    margin-right: 0;
  }
  .pagingArea .paging ul li.backBtn, .pagingArea .paging ul li.nextBtn {
    display: inline-block;
    width: 16px;
    overflow: hidden;
  }
  .pagingArea .paging ul li.backBtn a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../images/products/btn_paging_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .pagingArea .paging ul li.nextBtn a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../images/products/btn_paging_next.gif);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .pagingArea .paging ul li.backBtn a:hover, .pagingArea .paging ul li.nextBtn a:hover {
    background-position: left -16px;
  }
  .pagingArea .paging ul li.backBtn, .pagingArea .paging ul li.nextBtn, .pagingArea .paging ul li.backBtn a, .pagingArea .paging ul li.nextBtn a {
    *display: inline;
  }
}
/*************************
表示商品選択
**************************/
.select-category {
  width: 950px;
  margin: 0 auto;
}
.select-category .category-list {
  text-align: left;
  padding: 15px 0;
}
.select-category .category-list li {
  display: inline-block;
  margin-right: 37px;
}
.select-category .category-list label:hover {
  cursor: pointer;
}
.select-category .category-list input {
  width: 20px;
  height: 20px;
}
.select-category .category-list input:hover {
  cursor: pointer;
}
.select-category .category-list span {
  font-size: 107.142857143%;
  margin-left: 1px;
}

@media screen and (max-width: 767px) {
  .select-category {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .select-category .category-list {
    text-align: left;
    padding: 15px 0;
  }
  .select-category .category-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .select-category .category-list label:hover {
    cursor: pointer;
  }
  .select-category .category-list input {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px #7f7f7f solid;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eeeeee));
    position: relative;
  }
  .select-category .category-list input:checked {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #9d9d9d));
  }
  .select-category .category-list input:checked:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px #656565 solid;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eeeeee));
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .select-category .category-list input:hover {
    cursor: pointer;
  }
  .select-category .category-list span {
    font-size: 114.285714286%;
    margin-left: 1px;
    vertical-align: bottom;
  }
}
/*IE7*/
/*************************
一覧個別解説
**************************/
.categoryCap {
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.categoryCap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.categoryCap .imgRight {
  float: right;
  margin: 0 0 15px 15px;
}
.categoryCap .imgLeft {
  float: left;
  margin: 0 15px 15px 0;
}

/*************************
美味しさの秘密
**************************/
.detailCap {
  width: 740px;
  margin: 0 -30px 0 0;
}
.detailCap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailCap .deitailOnebox {
  margin-right: 30px;
}
.detailCap .deitailOnebox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailCap .deitailOnebox dl dt {
  color: #472b00;
  font-size: 128.571428571%;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.detailCap .deitailOnebox dl dd {
  color: #472b00;
  font-size: 114.285714286%;
  display: block;
  margin-bottom: 30px;
  line-height: 1.6875;
}
.detailCap .deitailOnebox dl dd:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailCap .deitailOnebox:first-child dl dd img{
	float:right;
	padding:0 0 0 20px;
}
.detailCap .deitailOnebox:last-child dl dd img{
	float:left;
	padding:0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .detailCap {
    width: 100%;
    margin: 0 0px;
  }
  .detailCap:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .detailCap .deitailOnebox {
    margin: 0 10px;
  }
  .detailCap .deitailOnebox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .detailCap .deitailOnebox dl dt {
    color: #310c00;
    font-size: 114.285714286%;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  .detailCap .deitailOnebox dl dd {
    color: #310c00;
    font-size: 114.285714286%;
    display: block;
    margin-bottom: 18px;
  }
}
/*************************
その他のカテゴリ
**************************/
.otherCateList {
  width: 720px;
  padding: 0;
  margin: 0 -10px 0 auto;
}
.otherCateList:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.otherCateList ul li {
  display: block;
  float: left;
  width: 230px;
  height: 50px;
  margin: 0 10px 10px 0;
}
.otherCateList ul li a {
  display: block;
  width: 230px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
}
.otherCateList ul li a.ocFish {
  background-image: url(../images/products/btn_other_category_fish.jpg);
}
.otherCateList ul li a.ocCrab {
  background-image: url(../images/products/btn_other_category_crab.jpg);
}
.otherCateList ul li a.ocProcessed {
  background-image: url(../images/products/btn_other_category_processed.jpg);
}
.otherCateList ul li a.ocJapanese {
  background-image: url(../images/products/btn_other_category_japanese.jpg);
}
.otherCateList ul li a.ocWestern {
  background-image: url(../images/products/btn_other_category_western.jpg);
}
.otherCateList ul li a.ocBottling {
  background-image: url(../images/products/btn_other_category_bottling.jpg);
}
.otherCateList ul li a:hover, .otherCateList ul li a.on {
  background-position: left -50px;
}

/*************************
一覧下ショッピングガイド
**************************/
.sguideLRBox {
  margin: 0 auto;
}
.sguideLRBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.sguideLRBox .sguideBox {
  width: 330px;
  padding: 10px;
  background: #fff1de;
}
.sguideLRBox .sguideBox.is-left {
  float: left;
}
.sguideLRBox .sguideBox.is-right {
  float: right;
}
.sguideLRBox .sguideRightBox {
  width: 330px;
  float: right;
  padding: 10px;
  background: #fff1de;
}
.sguideLRBox dl {
  text-align: left;
}
.sguideLRBox dl dt {
  font-size: 114.285714286%;
  font-weight: bold;
  color: #8f5820;
}
.sguideLRBox.sengyo dl dt {
  color: #184f82;
}
.sguideLRBox dl dd {
  color: #472b00;
  margin-bottom: 15px;
}
.sguideLRBox dl dd dl dt {
  color: #000;
  font-size: 100%;
}
.sguideLRBox.sengyo dl dd dl dt {
  color: #000000;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .sguideLRBox {
    margin: 0 auto;
  }
  .sguideLRBox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .sguideLRBox .sguideWrapper {
    display: none;
  }
  .sguideLRBox .sguideBox {
    width: 100%;
    padding: 10px;
    background: #fff1de;
    box-sizing: border-box;
  }
  .sguideLRBox .sguideBox.is-left, .sguideLRBox .sguideBox.is-right {
    float: none;
  }
  .sguideLRBox .sguideRightBox {
    width: 330px;
    float: right;
    padding: 10px;
    background: #fff1de;
  }
  .sguideLRBox dl {
    text-align: left;
  }
  .sguideLRBox dl dt {
    font-size: 114.285714286%;
    font-weight: bold;
    color: #8f5820;
  }
  .sguideLRBox.sengyo dl dt {
    color: #184f82;
  }
  .sguideLRBox dl dd {
    color: #472b00;
    margin-bottom: 15px;
  }
  .sguideLRBox dl dd img {
    width: 100%;
    height: auto;
  }
  .sguideLRBox dl dd dl dt {
    color: #000;
    font-size: 100%;
  }
  .sguideLRBox.sengyo dl dd dl dt {
    color: #000000;
    font-size: 100%;
  }
}
/*************************
一覧ソーシャルボタン
**************************/
.socialBtn {
  width: 710px;
  height: 20px;
  margin: 0 auto 25px auto;
}
.socialBtn:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.socialBtn ul {
  text-align: right;
}
.socialBtn ul li {
  display: inline-block;
  height: 20px;
  text-align: left;
}
.socialBtn ul li.twitter {
  width: 100px;
  overflow: hidden;
}
.socialBtn ul li.hatena {
  width: 60px;
  overflow: hidden;
}
.socialBtn ul li.facebook {
  width: 100px;
  overflow: hidden;
}
.socialBtn ul li iframe {
  vertical-align: text-bottom !important;
}

/*************************
詳細ソーシャルボタン
**************************/
.rightSocial {
  height: 60px;
  position: relative;
}
.rightSocial ul li {
  display: block;
  height: 20px;
  position: absolute;
}
.rightSocial ul li.twitter {
  width: 125px;
  top: 5px;
  left: 0;
}
.rightSocial ul li.hatena {
  width: 50px;
  top: 35px;
  left: 0;
}
.rightSocial ul li.facebook {
  width: 100px;
  top: 35px;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .rightSocial {
    height: auto;
    position: relative;
  }
  .rightSocial ul {
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .rightSocial ul li {
    float: left;
    display: block;
    height: 20px;
    position: static;
    margin-bottom: 0 !important;
  }
  .rightSocial ul li.twitter {
    width: 33px;
    margin-right: 75px;
    margin-bottom: 0;
  }
  .rightSocial ul li.hatena {
    width: 50px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .rightSocial ul li.facebook {
    width: 100px;
    margin-bottom: 0;
  }
}
/*************************
詳細ページメイン画像部分
**************************/
.Productsimg:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.Productsimg .imgMain {
  width: 580px;
  height: 580px;
  margin: 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.Productsimg .imgMain img {
  width: 580px;
  height: 580px;
  position: absolute;
}
.Productsimg .imgSub {
  width: 120px;
  margin: 0;
  float: right;
  overflow: hidden;
}
.Productsimg .imgSub ul li {
  display: block;
  margin-bottom: 10px;
}
.Productsimg .imgSub ul li:last-child {
  margin-bottom: 0;
}
.Productsimg .imgSub ul li a {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #cacaca;
}
.Productsimg .imgSub ul li.active a {
  border-color: #d30b34;
}
.Productsimg .imgSub ul li a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .Productsimg {
    margin: 0 10px;
  }
  .Productsimg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .Productsimg .imgMain {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    float: none;
    position: relative;
  }
  .Productsimg .imgMain img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .Productsimg .imgSub {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    overflow: hidden;
  }
  .Productsimg .imgSub ul {
    overflow: hidden;
    margin: 0 -0.85%;
  }
  .Productsimg .imgSub ul li {
    float: left;
    width: 23.3%;
    display: block;
    margin-bottom: 10px;
    margin: 0 0.85%;
  }
  .Productsimg .imgSub ul li a {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #cacaca;
  }
  .Productsimg .imgSub ul li a img {
    width: 100%;
    height: auto;
  }
  .Productsimg .imgSub ul li.active a {
    border-color: #d30b34;
  }
}
/*************************
詳細ページ下カート
**************************/
.detailunderCart {
  margin: 0 auto 22px;
}
.detailunderCart:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailunderCart .l-contents {
  position: relative;
  padding: 21px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff1de;
}
.detailunderCart .DetailCartImg {
  width: 220px;
  overflow: hidden;
  float: left;
}
.detailunderCart .imgList {
  margin: 0 -5px;
}
.detailunderCart .upperImg {
  margin-bottom: 15px;
}
.detailunderCart .upperImg img {
  width: 100%;
  height: auto;
}
.detailunderCart .lowerImg {
  float: left;
  width: 100px;
  border: 1px #cacaca solid;
  margin: 0 5px;
}
.detailunderCart .DetailCartData {
  margin-left: 250px;
  overflow: hidden;
  position: relative;
}
.detailunderCart .DetailCartData .l-frame {
  padding-bottom: 15px;
  border-bottom: 1px #cfcec7 dotted;
  margin-bottom: 15px;
}
.detailunderCart .DetailCartData h4 {
  color: #472b00;
  font-size: 171.428571429%;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 2px;
}
.detailunderCart .DetailCartData .price {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px #cfcec7 dotted;
}
.detailunderCart .DetailCartData .price h5 {
  color: #472b00;
  font-size: 107.142857143%;
}
.detailunderCart .DetailCartData .price h5 span {
  font-size: 160%;
}
.detailunderCart .DetailCartData .cart_btn {
  width: 100%;
  padding: 0 0 0 0;
  background: none;
}
.detailunderCart .DetailCartData .cart_btn .catchWord {
  color: #472b00;
  font-size: 107.142857143%;
  font-weight: bold;
  margin-bottom: 8px;
}
.detailunderCart .DetailCartData .cart_btn .summary {
  overflow: hidden;
  margin-bottom: 10px;
}
.detailunderCart .DetailCartData .cart_btn .selecter {
  float: left;
}
.detailunderCart .DetailCartData .cart_btn .selecter select {
  width: 67px;
  height: 45px;
}
.detailunderCart .DetailCartData .cart_btn .read {
  color: #472b00;
  font-size: 88%;
  margin-left: 88px;
}
.detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange .btnarrow {
  width: 269px;
}
.detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange .btnarrow:before {
  left:18px;
}
.detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange input[type="submit"] {
	width: 100%;
	font-size: 128.571428571%;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 14px 0;
	line-height: 1.0;
	display: block;
	vertical-align: bottom;
}
.detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange input[type="submit"]:hover {
  opacity: 0.6;
}
.detailunderCart .DetailCartData .status {
  overflow: hidden;
}
.detailunderCart .DetailCartData .status .read a {
  color: #472b00;
  font-size: 107.142857143%;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
}
.detailunderCart .DetailCartData .status .read a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
}
.detailunderCart .DetailCartData .statusList {
  margin: 0 -5px 5px;
}
.detailunderCart .DetailCartData .statusList li {
  text-align: center;
  float: left;
  /*  width: 61px;*/
  padding: 0;
  margin: 0 5px 10px 5px;
}
.detailunderCart .DetailCartData .statusList li span {
  color: #595959;
  font-size: 88%;
}
.detailunderCart .DetailCartData dl {
  margin-bottom: 10px;
}
.detailunderCart .DetailCartData dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailunderCart .DetailCartData dl dt {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.detailunderCart .DetailCartData dl dd.detailtxt {
  display: block;
  width: 235px;
  margin-bottom: 5px;
  float: left;
}
.detailunderCart .DetailCartData dl dd.detailCartKimg {
  display: block;
  float: right;
  width: 214px;
  height: 100px;
}
.detailunderCart .DetailCartData dl dd.detailCartKimg ul li {
  display: block;
  float: right;
  width: 100px;
  height: 100px;
  border: 1px solid #CCCCCC;
  margin-left: 5px;
}
.detailunderCart .DetailCartData dl dd.detailCartKimg ul li.last {
  margin-right: 0;
}
.detailunderCart .DetailCartData dl dd.detailCartKimg ul li img {
  width: 100px;
  height: 100px;
}
.detailunderCart .DetailCartData dl dd ul.wappen:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.detailunderCart .DetailCartData dl dd ul.wappen li {
  float: left;
  margin-right: 5px;
}
.detailunderCart .DetailCartBtn {
  position: relative;
}
.detailunderCart .DetailCartBtn .quantity {
  position: absolute;
  text-align: left;
  left: 10px;
  top: 20px;
}
.detailunderCart .DetailCartBtn .Btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.detailunderCart .DetailCartBtn .Btn a {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../images/products/btn_cartin.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.detailunderCart .DetailCartBtn .Btn a:hover {
  background-position: left -40px;
}

@media screen and (max-width: 767px) {
  .detailunderCart {
    margin: 0 auto 12px;
  }
  .detailunderCart:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .detailunderCart .l-contents {
    position: relative;
    padding: 11px 10px 14px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff1de;
  }
  .detailunderCart .DetailCartImg {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .detailunderCart .imgList {
    overflow: hidden;
    margin: 0 0 18px;
  }
  .detailunderCart .upperImg {
    float: left;
    width: 68.2%;
    margin: 0 2.83% 0 0;
  }
  .detailunderCart .upperImg img {
    width: 100%;
    height: auto;
  }
  .detailunderCart .lowerImg {
    float: right;
    width: 28.97%;
    border: none;
    margin: 0 0 10px 0;
  }
  .detailunderCart .lowerImg img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px #cacaca solid;
  }
  .detailunderCart .DetailCartData {
    margin-left: 0px;
    overflow: hidden;
    position: relative;
  }
  .detailunderCart .DetailCartData .l-frame {
    padding-bottom: 15px;
    border-bottom: 1px #472900 dotted;
    margin-bottom: 15px;
  }
  .detailunderCart .DetailCartData h4 {
    color: #310c00;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .detailunderCart .DetailCartData .price {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px #472900 dotted;
  }
  .detailunderCart .DetailCartData .price h5 {
    color: #310c00;
    font-size: 107.142857143%;
  }
  .detailunderCart .DetailCartData .price h5 span {
    font-weight: bold;
    font-size: 128.571428571%;
  }
  .detailunderCart .DetailCartData .cart_btn {
    width: 100%;
    padding: 0 0 0 0;
    background: none;
  }
  .detailunderCart .DetailCartData .cart_btn .catchWord {
    color: #310c00;
    font-size: 114.285714286%;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .detailunderCart .DetailCartData .cart_btn .summary {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .detailunderCart .DetailCartData .cart_btn .selecter {
    float: none;
    margin-bottom: 7px;
  }
  .detailunderCart .DetailCartData .cart_btn .selecter label {
    position: relative;
  }
  .detailunderCart .DetailCartData .cart_btn .selecter label:before {
    content: "";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 1px;
    border: 4px solid transparent;
    border-top: 6px solid #1f1f1f;
  }
  .detailunderCart .DetailCartData .cart_btn .selecter select {
    width: 70px;
    height: 47px;
    color: #310c00;
    border: 1px #aaadb2 solid;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0;
    height: 47.5px;
    padding-left: 12px;
  }
  .detailunderCart .DetailCartData .cart_btn .read {
    color: #310c00;
    font-size: 114.285714286%;
    line-height: 1.18;
    margin-left: 0;
  }
  .detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange .btnarrow {
    width: 100%;
    height: 47px;
  }
  .detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange .btnarrow:before {
    left: 60px;
  }
  .detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange input[type="submit"] {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 114.285714286%;
    padding-left: 15px;
  }
  .detailunderCart .DetailCartData .cart_btn .cssBtn.typeOrange input[type="submit"]:hover {
    opacity: 0.6;
  }
  .detailunderCart .DetailCartData .status {
    overflow: hidden;
  }
  .detailunderCart .DetailCartData .status .read a {
    color: #310c00;
    font-size: 114.285714286%;
    text-decoration: none;
    padding-left: 14px;
    position: relative;
  }
  .detailunderCart .DetailCartData .status .read a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  }
  .detailunderCart .DetailCartData .statusList {
    margin: 0 -5px 13px;
  }
  .detailunderCart .DetailCartData .statusList li {
    text-align: center;
    float: left;
    padding: 5px 0;
    margin: 0 5px;
/*
    width: 61px;
    border: 1px #aaadb2 solid;
    background: #fff;
*/
  }
  .detailunderCart .DetailCartData .statusList li span {
    color: #310c00;
    font-size: 114.285714286%;
  }
  .detailunderCart .DetailCartData dl {
    margin-bottom: 10px;
  }
  .detailunderCart .DetailCartData dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .detailunderCart .DetailCartData dl dt {
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  }
  .detailunderCart .DetailCartData dl dd.detailtxt {
    display: block;
    width: 235px;
    margin-bottom: 5px;
    float: left;
  }
  .detailunderCart .DetailCartData dl dd.detailCartKimg {
    display: block;
    float: right;
    width: 214px;
    height: 100px;
  }
  .detailunderCart .DetailCartData dl dd.detailCartKimg ul li {
    display: block;
    float: right;
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
    margin-left: 5px;
  }
  .detailunderCart .DetailCartData dl dd.detailCartKimg ul li.last {
    margin-right: 0;
  }
  .detailunderCart .DetailCartData dl dd.detailCartKimg ul li img {
    width: 100px;
    height: 100px;
  }
  .detailunderCart .DetailCartData dl dd ul.wappen:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .detailunderCart .DetailCartData dl dd ul.wappen li {
    float: left;
    margin-right: 5px;
  }
  .detailunderCart .DetailCartBtn {
    position: relative;
  }
  .detailunderCart .DetailCartBtn .quantity {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 20px;
  }
  .detailunderCart .DetailCartBtn .Btn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .detailunderCart .DetailCartBtn .Btn a {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/products/btn_cartin.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .detailunderCart .DetailCartBtn .Btn a:hover {
    background-position: left -40px;
  }
}
/*************************
商品詳細情報
**************************/
.tableBox.type-new {
  margin-bottom: 65px;
}
.tableBox.type-new .itemTable {
  color: #472b00;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}
.tableBox.type-new .itemTable th {
  text-align: center;
  padding: 5px 15px;
  margin: 1px;
  border: 1px solid #cccccc;
  background: #fef0dd;
}

@media screen and (max-width: 767px) {
  .tableBox.type-new {
    margin-bottom: 0px;
  }
  .tableBox.type-new .itemTable {
    color: #310c00;
    font-size: 114.285714286%;
    color: #472b00;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    background-color: #FFFFFF;
  }
  .tableBox.type-new .itemTable th {
    text-align: center;
    padding: 5px 15px;
    margin: 1px;
    border: none;
    background: #f8b076;
    display: block;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
  }
  .tableBox.type-new .itemTable td {
    width: 100%;
    display: block;
    border: none;
    background: #fff6e6;
    padding: 7px 10px;
    box-sizing: border-box;
    min-height: 36px;
  }
}
/*************************
詳細ページ右カート
**************************/
.catchBox {
  color: #fff;
  background: #cf400f;
  padding: 9px 0;
  font-weight:bold;
}

.detailrightCart {
  width: 210px;
  margin: 0 auto;
  position: relative;
}
.detailrightCart .DetailCartData {
  width: 190px;
  text-align: left;
  padding: 10px;
  background: #fff1de;
  margin-bottom: 20px;
}
.detailrightCart .DetailCartData .adder {
  margin-bottom: 20px;
}
.detailrightCart .DetailCartData .itemInfo {
  color: #472b00;
  font-size: 107.142857143%;
  overflow: hidden;
}
.detailrightCart .DetailCartData .itemInfo dt {
  float: left;
}
.detailrightCart .DetailCartBtn {
  width: 210px;
  background: #fff1de;
  margin-bottom: 20px;
}
.detailrightCart .DetailCartBtn .l-contents {
  padding: 23px 10px;
}
.detailrightCart .DetailCartBtn .l-frame {
  margin-bottom: 15px;
}
.detailrightCart .DetailCartBtn .selecter {
  float: left;
  width: 68px;
  margin: 0 auto 10px auto;
  text-align: left;
}
.detailrightCart .DetailCartBtn .selecter select {
  width: 68px;
  height: 44px;
}
.detailrightCart .DetailCartBtn .price {
  color: #472b00;
  font-size: 107.142857143%;
  margin-left: 80px;
  text-align: left;
}
.detailrightCart .DetailCartBtn .price span {
  font-weight: bold;
  font-size: 146%;
}
.detailrightCart .DetailCartBtn .cssBtn.typeOrange .btnarrow {
  width: 190px;
  height: 51px;
}
.detailrightCart .DetailCartBtn .cssBtn.typeOrange .btnarrow:before {
  left: 15px;
}
.detailrightCart .DetailCartBtn .cssBtn.typeOrange input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 107.142857143%;
  font-weight:bold;
}
.detailrightCart .DetailCartBtn .cssBtn.typeOrange input[type="submit"]:hover {
  opacity: 0.6;
}
.detailrightCart .status {
  overflow: hidden;
}
.detailrightCart .status .read {
  padding-bottom: 13px;
  border-bottom: 1px #bdbcba dotted;
  margin-bottom: 14px;
}
.detailrightCart .status .read a {
  color: #472b00;
  font-size: 107.142857143%;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
}
.detailrightCart .status .read a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
}
.detailrightCart .statusList {
  margin: 0 -5px 8px;
}
.detailrightCart .statusList li {
  text-align: center;
  float: left;
  padding: 0 0 5px 0;
  margin: 0 5px;
  /*
    width: 61px;
    padding: 5px 0;
    border: 1px #aaadb2 solid;
    background: #fff;
  */
}
.detailrightCart .statusList li span {
  color: #595959;
  font-size: 88%;
}
.detailrightCart .rightSocialArea {
  background: #FFF;
  border: 1px solid #CCCCCC;
  padding: 6px 10px 5px;
}
.detailrightCart .rightSocialArea ul {
  text-align: left;
  margin-bottom: 10px;
}
.detailrightCart .rightSocialArea ul li {
  margin-bottom: 5px;
}
.detailrightCart .rightSocialArea ul li a {
  color: #472b00;
}

@media screen and (max-width: 767px) {
  .catchBox {
    color: #fff;
    font-size: 114.285714286%;
    text-align: left;
    background: #cf400f;
    padding: 9px 10px;
  }

  .detailrightCart {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .detailrightCart .DetailCartData {
    width: 100%;
    text-align: left;
    padding: 10px 10px 15px;
    margin-bottom: 43px;
    box-sizing: border-box;
  }
  .detailrightCart .DetailCartData .adder {
    color: #310c00;
    font-size: 100%;
    margin-bottom: 20px;
  }
  .detailrightCart .DetailCartData .itemInfo {
    color: #310c00;
    font-size: 114.285714286%;
    overflow: hidden;
  }
  .detailrightCart .DetailCartData .itemInfo dt {
    float: left;
  }
  .detailrightCart .DetailCartBtn {
    width: 100%;
    margin-bottom: 0px;
  }
  .detailrightCart .DetailCartBtn .l-contents {
    padding: 15px 10px 22px;
  }
  .detailrightCart .DetailCartBtn .l-frame {
    margin-bottom: 15px;
  }
  .detailrightCart .DetailCartBtn .selecter {
    width: 70px;
    margin: 0 auto 10px auto;
  }
  .detailrightCart .DetailCartBtn .selecter label {
    position: relative;
  }
  .detailrightCart .DetailCartBtn .selecter label:before {
    content: "";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 1px;
    border: 4px solid transparent;
    border-top: 6px solid #1f1f1f;
  }
  .detailrightCart .DetailCartBtn .selecter select {
    width: 70px;
    height: 47px;
    width: 70px;
    height: 47px;
    color: #310c00;
    border: 1px #aaadb2 solid;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0;
    height: 47.5px;
    padding-left: 12px;
  }
  .detailrightCart .DetailCartBtn .price {
    color: #310c00;
    font-size: 114.285714286%;
    margin-left: 94px;
    text-align: left;
  }
  .detailrightCart .DetailCartBtn .price span {
    font-weight: bold;
    font-size: 150%;
  }
  .detailrightCart .DetailCartBtn .cssBtn.typeOrange .btnarrow {
    width: 100%;
    height: 47px;
  }
  .detailrightCart .DetailCartBtn .cssBtn.typeOrange .btnarrow:before {
    left: 55px;
  }
  .detailrightCart .DetailCartBtn .cssBtn.typeOrange input[type="submit"] {
    width: 100%;
    height: 100%;
    font-size: 114.285714286%;
    padding-left: 15px;
  }
  .detailrightCart .DetailCartBtn .cssBtn.typeOrange input[type="submit"]:hover {
    opacity: 0.6;
  }
  .detailrightCart .status {
    overflow: hidden;
  }
  .detailrightCart .status .read {
    padding-bottom: 13px;
    border-bottom: 1px #472900 dotted;
    margin-bottom: 14px;
  }
  .detailrightCart .status .read a {
    color: #472b00;
    font-size: 114.285714286%;
    text-decoration: none;
    padding-left: 14px;
    position: relative;
  }
  .detailrightCart .status .read a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  }
  .detailrightCart .statusList {
    margin: 0 -5px 13px;
  }
  .detailrightCart .statusList li {
    text-align: center;
    float: left;
    padding: 5px 0;
    margin: 0 5px;
/*
    width: 61px;
    border: 1px #aaadb2 solid;
    background: #fff;
*/
  }
  .detailrightCart .statusList li span {
    color: #310c00;
    font-size: 114.285714286%;
  }
  .detailrightCart .rightSocialArea {
    background: #FFF;
    border: 1px solid #472b00;
    padding: 6px 10px 9px;
  }
  .detailrightCart .rightSocialArea ul {
    text-align: left;
    margin-bottom: 10px;
  }
  .detailrightCart .rightSocialArea ul li {
    margin-bottom: 5px;
  }
  .detailrightCart .rightSocialArea ul li a {
    color: #310c00;
    font-size: 114.285714286%;
  }
}
/*************************
最近みた商品
**************************/
.ROneBox.promise .rightItmebox dd.l-contents {
  background: #fff1de;
}
.ROneBox.promise .rightItmebox .OneItem {
  margin: 0 10px;
  padding: 20px 0 16px;
  border-bottom: 1px #bdbcba dotted;
}
.ROneBox.promise .rightItmebox .OneItem:last-child {
  border-bottom: none;
}
.ROneBox.promise .rightItmebox .OneItem .Img {
  background: none;
  margin-bottom: 6px;
}
.ROneBox.promise .rightItmebox .OneItem .Img img {
  width: 100%;
  height: auto;
}
.ROneBox.promise .rightItmebox .OneItem .ttl {
  text-align: left;
  margin-bottom: 5px;
}
.ROneBox.promise .rightItmebox .OneItem .ttl a {
  color: #472b00;
  font-size: 114.285714286%;
  text-decoration: none;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 14px;
}
.ROneBox.promise .rightItmebox .OneItem .ttl a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 8px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  background-size: contain;
}
.ROneBox.promise .rightItmebox .OneItem .Price, .ROneBox.promise .rightItmebox .OneItem .cap {
  color: #472b00;
  font-size: 98%;
  text-align: left;
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  .ROneBox.promise .rightItmebox {
    margin-bottom: 45px;
  }
  .ROneBox.promise .rightItmebox dd.l-contents {
    overflow: hidden;
    background: #fff1de;
    padding: 15px 10px 0;
    box-sizing: border-box;
    margin: 0 -2%;
  }
  .ROneBox.promise .rightItmebox .OneItem {
    width: 50%;
    float: left;
    padding: 0px 2% 10px;
    margin: 0 0 20px;
    border-bottom: none;
    border-right: 1px #472900 dotted;
    box-sizing: border-box;
  }
  .ROneBox.promise .rightItmebox .OneItem:last-child {
    border-bottom: none;
  }
  .ROneBox.promise .rightItmebox .OneItem:nth-child(even) {
    border-right: none;
  }
  .ROneBox.promise .rightItmebox .OneItem .Img {
    background: none;
    margin-bottom: 10px;
  }
  .ROneBox.promise .rightItmebox .OneItem .Img img {
    width: 100%;
    height: auto;
  }
  .ROneBox.promise .rightItmebox .OneItem .ttl {
    text-align: left;
    margin-bottom: 5px;
  }
  .ROneBox.promise .rightItmebox .OneItem .ttl a {
    color: #310c00;
    font-size: 100%;
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    padding-left: 14px;
  }
  .ROneBox.promise .rightItmebox .OneItem .ttl a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 8px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
    background-size: contain;
  }
  .ROneBox.promise .rightItmebox .OneItem .Price, .ROneBox.promise .rightItmebox .OneItem .cap {
    color: #310c00;
    font-size: 100%;
    text-align: left;
    padding-left: 3px;
  }
}
/*************************
詳細ページレビュー
**************************/
dl.reviewDetail {
  width: 710px;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #CCCCCC;
}
dl.reviewDetail:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
dl.reviewDetail dt {
  display: block;
  width: 110px;
  float: left;
  text-align: left;
}
dl.reviewDetail dt span {
  color: #ffd71e;
}
dl.reviewDetail dd {
  display: block;
  width: 600px;
  float: right;
}

.MorereviewArea {
  display: none;
}

/*もっと見るボタン*/
.BtnReviewmore:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.BtnReviewmore a {
  display: block;
  float: right;
  width: 220px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../images/products/btn_more_review.gif);
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
.BtnReviewmore a:hover {
  background-position: left -30px;
}

/*テーブル内*/
table dl.reviewDetail {
  width: 670px;
  margin: 0 auto 0 auto;
  padding: 0 0 15px 0;
  border-bottom: none;
}
table dl.reviewDetail dt {
  display: block;
  width: 110px;
  float: left;
  text-align: left;
}
table dl.reviewDetail dd {
  display: block;
  width: 550px;
  float: right;
}

/*************************
商品一覧タイトル
**************************/
.category-ttlarea.is-img {
  width: 950px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.category-ttlarea.is-img .l-contents {
  overflow: hidden;
  border: 1px #cacaca solid;
  display: table;
  margin-bottom: 20px;
}
.category-ttlarea.is-img .ttlbox {
  display: table-cell;
  width: 227px;
  vertical-align: middle;
  border-right: 1px #cacaca solid;
}
.category-ttlarea.is-img .sp-ttlimg {
  display: none;
}
.category-ttlarea.is-img .ttlimg {
  display: table-cell;
  width: 720px;
}
.category-ttlarea.is-img .ttltext {
  color: #512d0f;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 25px;
  position: relative;
}
.category-ttlarea.is-img .ttltext:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 227px;
  height: 9px;
  background: url("../images/common/bg_border_red01.gif") repeat-x 0 0;
}
.category-ttlarea.is-img .small {
  font-size: 180% !important;
}
.category-ttlarea.is-img .read-box {
  float: left;
  width: 630px;
  text-align: left;
}
.category-ttlarea.is-img .read {
  color: #472b00;
  font-size: 121.428571429%;
  line-height: 1.3;
}
.category-ttlarea.is-img .search-box {
  float: right;
  width: 230px;
}
.category-ttlarea.is-img .search-btn {
  text-align: center;
  border: 1px #c2c2c2 dotted;
  margin-bottom: 20px;
}
.category-ttlarea.is-img .search-btn a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.category-ttlarea.is-img .search-btn span {
  color: #472b00;
  font-size: 128.5%;
  padding-left: 14px;
  position: relative;
}
.category-ttlarea.is-img .search-btn span:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .category-ttlarea.is-img {
    width: 100%;
    margin: 0 auto 36px;
    overflow: hidden;
  }
  .category-ttlarea.is-img .l-contents {
    overflow: hidden;
    border: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .category-ttlarea.is-img .ttlbox {
    display: block;
    width: 100%;
    vertical-align: middle;
    border-right: none;
  }
  .category-ttlarea.is-img .sp-ttlimg {
    display: block;
    margin-bottom: 15px;
  }
  .category-ttlarea.is-img .sp-ttlimg img {
    width: 100%;
    height: auto;
  }
  .category-ttlarea.is-img .ttlimg {
    display: none;
  }
  .category-ttlarea.is-img .ttltext {
    color: #310c00;
    font-size: 171.428571429%;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 21px;
    position: relative;
  }
  .category-ttlarea.is-img .ttltext:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: url("../images/sp/common/bg_border_red01.png") repeat-x 0 0;
    background-size: contain;
  }
  .category-ttlarea.is-img .read-box {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .category-ttlarea.is-img .read {
    color: #472b00;
    font-size: 121.428571429%;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .category-ttlarea.is-img .search-box {
    float: none;
    width: 100%;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
  }
  .category-ttlarea.is-img .search-btn {
    border: 1px #c2c2c2 dotted;
    text-align: center;
    box-sizing: border-box;
  }
  .category-ttlarea.is-img .search-btn a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
  }
  .category-ttlarea.is-img .search-btn span {
    color: #310c00;
    font-size: 142%;
    padding-left: 14px;
    position: relative;
  }
  .category-ttlarea.is-img .search-btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
    background-size: contain;
  }
}
/*************************
アイテムリスト
**************************/
#Contens-iscenter .Products-wrapper {
  background: #fff1de;
  padding-top: 40px;
  overflow: hidden;
}
#Contens-iscenter .Products-wrapper .ProductsList {
  width: 950px;
  margin: 0 auto;
}
#Contens-iscenter .Products-wrapper .ProductsList:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#Contens-iscenter .Products-wrapper .ProductsList .OneItem {
  float: left;
  width: 266px;
  margin: 0 5px 40px;
  padding: 17px 17px 13px;
  position: relative;
  background: #fff;
}
#Contens-iscenter .Products-wrapper .ProductsList .OneItem:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#Contens-iscenter .Products-wrapper .ProductsList dl {
  margin-bottom: 15px;
}
#Contens-iscenter .Products-wrapper .ProductsList dt {
  background: none;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px #001842 dotted;
}
#Contens-iscenter .Products-wrapper .ProductsList dt a {
  display: block;
  color: #472b00;
  font-size: 121.428571429%;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
#Contens-iscenter .Products-wrapper .ProductsList dt a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 7px;
  background: url("../images/common/icon_arrow_red02.png") no-repeat 0 0;
  background-size: contain;
}
#Contens-iscenter .Products-wrapper .ProductsList dt a:hover {
  opacity: 0.6;
}
#Contens-iscenter .Products-wrapper .ProductsList .Img {
/*  border: 1px #e8cec7 solid;*/
  margin-bottom: 12px;
}
#Contens-iscenter .Products-wrapper .ProductsList .Img img {
  width: 100%;
  height: auto;
}
#Contens-iscenter .Products-wrapper .ProductsList .Img img:hover {
  opacity: 0.6;
}
#Contens-iscenter .Products-wrapper .ProductsList .product_price {
  color: #472b00;
  font-size: 107.142857143%;
}
#Contens-iscenter .Products-wrapper .ProductsList .product_price span {
  font-weight: bold;
  font-size: 160%;
}
#Contens-iscenter .Products-wrapper .ProductsList .Read p {
  color: #472b00;
  font-size: 107.142857143%;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn {
  margin-bottom: 10px;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn a br {
  display: none;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow a {
	width:246px;
  font-size: 128.571428571%;
  font-weight: bold;
  text-align: center;
  padding: 14px 0px 14px 20px;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow a:before {
  left: 25px;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange {
  width: 269px;
}
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange a {
  width: 266px;
  font-size: 128.571428571%;
  font-weight: bold;
  text-align: center;
  padding: 14px 0px 14px 0;
}
.OneItem .cssBtn.typeGray {
  color: #4A4A4A;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 14px 0;
  background-color: #EAE9E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAE9E9), color-stop(1, #BFBBBB));
  background: -webkit-linear-gradient(#EAE9E9, #BFBBBB);
  background: -moz-linear-gradient(#EAE9E9, #BFBBBB);
  background: -o-linear-gradient(#EAE9E9, #BFBBBB);
  background: -ms-linear-gradient(#EAE9E9, #BFBBBB);
  background: linear-gradient(#EAE9E9, #BFBBBB);
  border: none;
  border-radius: 5px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px #a89e93;
}
.OneItem .cssBtn.typeGray span.Gray01{
  font-size: 114.286%;
}
.OneItem .cssBtn.typeGray span.Gray02{
  font-size: 128.571%;
}

/*
#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow {
  width: 269px;
}
*/
@media screen and (max-width: 767px) {
  #Contens-iscenter .Products-wrapper {
    background: #fff1de;
    padding-top: 10px;
    overflow: hidden;
  }
  #Contens-iscenter .Products-wrapper .ProductsList {
    width: 100%;
    box-sizing: border-box;
  }
  #Contens-iscenter .Products-wrapper .ProductsList:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .OneItem {
    float: left;
    width: 42%;
    margin: 0 1.61% 10px;
    padding: 8px 7px 13px;
    position: relative;
    background: #fff;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .OneItem:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #Contens-iscenter .Products-wrapper .ProductsList dl {
    margin-bottom: 15px;
  }
  #Contens-iscenter .Products-wrapper .ProductsList dt {
    background: none;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px #001842 dotted;
  }
  #Contens-iscenter .Products-wrapper .ProductsList dt a {
    display: block;
    color: #472b00;
    font-size: 121.428571429%;
    text-decoration: none;
    padding-left: 12px;
    line-height: 1.3;
    position: relative;
  }
  #Contens-iscenter .Products-wrapper .ProductsList dt a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 7px;
    background: url("../images/common/icon_arrow_red02.png") no-repeat 0 0;
    background-size: contain;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .Img {
    border: 1px #e8cec7 solid;
    margin-bottom: 12px;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .Img img {
    width: 100%;
    height: auto;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .Price {
    margin-bottom: 3px;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .product_price {
    color: #472b00;
    font-size: 107.142857143%;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .product_price span {
    font-weight: bold;
    font-size: 160%;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .Read p {
    color: #472b00;
    font-size: 107.142857143%;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .cssBtn {
    margin-bottom: 10px;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .list_btn_area .cssBtn:last-child{
    margin-bottom: 0;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .cssBtn a br {
    display: block;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow, #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange {
    width: 100%;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow a, #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange a {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px 4px 28px;
    box-sizing: border-box;
  }
  #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow a:before, #Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange a:before {
    left: 10px !important;
  }
	#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeYellow a,
	#Contens-iscenter .Products-wrapper .ProductsList .cssBtn.typeOrange a {
		width:100%;
		box-sizing:border-box;
	}
}
/*************************
よく見られてる商品
**************************/
.OneBox .popitemList {
  margin: 0 -5px;
}
.OneBox .popitemList:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.OneBox .popitemList .OneItem {
  float: left;
  width: 200px;
  margin: 0 5px 10px;
  padding: 17px 15px 7px;
  position: relative;
  background: #fff1de;
}
.OneBox .popitemList .OneItem:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.OneBox .popitemList dl {
  margin-bottom: 9px;
}
.OneBox .popitemList dt {
  background: none;
  margin-bottom: 11px;
}
.OneBox .popitemList dt a {
  display: block;
  color: #472b00;
  font-size: 121.428571429%;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.OneBox .popitemList dt a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 7px;
  background: url("../images/common/icon_arrow_red02.png") no-repeat 0 0;
  background-size: contain;
}
.OneBox .popitemList .Img {
  border: 1px #e8cec7 solid;
  margin-bottom: 9px;
}
.OneBox .popitemList .Img img {
  width: 100%;
  height: auto;
}
.OneBox .popitemList .product_price {
  color: #472b00;
  font-size: 107.142857143%;
}
.OneBox .popitemList .product_price span {
  font-weight: bold;
  font-size: 160%;
}
.OneBox .popitemList .Read p {
  color: #472b00;
  font-size: 93%;
}
.OneBox .popitemList .cssBtn {
  margin-bottom: 10px;
}
.OneBox .popitemList .cssBtn.typeYellow a {
  width:194px;
  font-size: 107.142857143%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px 10px 6px;
}
.OneBox .popitemList .cssBtn.typeYellow a:before {
  left: 9px;
}
.OneBox .popitemList .cssBtn.typeYellow a br {
  display: none;
}
.OneBox .popitemList .cssBtn.typeOrange a {
	width:200px;
	font-size: 107.142857143%;
	font-weight: bold;
	text-align: center;
	padding: 12px 0 10px 0;
	line-height: 1.0;
}
.OneBox .popitemList .cssBtn.typeOrange a br {
  display: none;
}

@media screen and (max-width: 767px) {
  .OneBox .popitemWrapper {
    margin: 0 5px;
  }
  .OneBox .popitemList {
    margin: 0 -1.61%;
  }
  .OneBox .popitemList:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .OneBox .popitemList .OneItem {
    float: left;
    width: 42%;
    margin: 0 1.61% 10px;
    padding: 8px 7px 13px;
    position: relative;
    background: #fff1de;
  }
  .OneBox .popitemList .OneItem:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .OneBox .popitemList dl {
    margin-bottom: 8px;
  }
  .OneBox .popitemList dt {
    background: none;
    margin-bottom: 11px;
    padding-bottom: 5px;
    border-bottom: 1px #472b00 dotted;
  }
  .OneBox .popitemList dt a {
    display: block;
    color: #310c00;
    font-size: 121.428571429%;
    line-height: 1.29;
    text-decoration: none;
    padding-left: 14px;
    position: relative;
  }
  .OneBox .popitemList dt a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 7px;
    background: url("../images/common/icon_arrow_red02.png") no-repeat 0 0;
    background-size: contain;
  }
  .OneBox .popitemList .Img {
    border: 1px #e8cec7 solid;
    margin-bottom: 12px;
  }
  .OneBox .popitemList .Img img {
    width: 100%;
    height: auto;
  }
  .OneBox .popitemList .product_price {
    color: #310c00;
    font-size: 114.285714286%;
    margin-bottom: 1px;
  }
  .OneBox .popitemList .product_price span {
    font-weight: bold;
    font-size: 128.571428571%;
  }
  .OneBox .popitemList .Read p {
    color: #310c00;
    font-size: 114.285714286%;
    line-height: 1.3;
  }
  .OneBox .popitemList .cssBtn {
    margin-bottom: 10px;
  }
  .OneBox .popitemList .cssBtn:last-child{
    margin-bottom: 0;
  }
  .OneBox .popitemList .cssBtn.typeYellow a {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 4px 8px 4px 28px;
    box-sizing: border-box;
  }
  .OneBox .popitemList .cssBtn.typeYellow a:before {
    left: 10px;
  }
  .OneBox .popitemList .cssBtn.typeYellow a br {
    display: block;
  }
  .OneBox .popitemList .cssBtn.typeOrange a {
	width:100%;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px 4px 28px;
    box-sizing: border-box;
  }
  .OneBox .popitemList .cssBtn.typeOrange a:before {
    left: 10px;
  }
  .OneBox .popitemList .cssBtn.typeOrange a br {
    display: block;
  }
.OneItem .cssBtn.typeGray span.Gray02{
  font-size:100%;
}
}
/*************************
標準お届け日数
**************************/
.otodokeTable {
  padding: 10px;
  background: #fff1de;
}
.otodokeTable table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #FFF;
  color: #472b00;
}
.otodokeTable table th {
  text-align: center;
  padding: 5px 10px;
  margin: 1px;
  border: 1px solid #ccc;
  background: #f8b076;
}
.otodokeTable table th span {
  color: #990000;
}
.otodokeTable table th.daysTtl br {
  display: none;
}
.otodokeTable table td {
  background-color: #FFFFFF;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
}
.otodokeTable table .nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .otodokeTable {
    padding: 0px 0 0;
    background: #fff1de;
  }
  .otodokeTable .DeliveryWrapper, .otodokeTable .TimeWrapper {
    display: none;
  }
  .otodokeTable .l-contents {
    margin: 0 10px 30px;
  }
  .otodokeTable table.areaTable {
    padding: 0;
    background-color: #FFF;
    color: #472b00;
    border-width: 1px 1px 0;
    box-sizing: border-box;
    display: block;
  }
  .otodokeTable table.areaTable tbody {
    display: block;
  }
  .otodokeTable table.areaTable tr {
    width: 100%;
    overflow: hidden;
    display: table;
  }
  .otodokeTable table.areaTable tr th {
    display: table-cell;
    text-align: center;
    padding: 3px 10px;
    margin: 0px;
    border: none;
    background: #f8b076;
    box-sizing: border-box;
  }
  .otodokeTable table.areaTable tr th span {
    color: #990000;
  }
  .otodokeTable table.areaTable tr th.areaTtl {
    width: 60%;
    border-right: 1px #e6e6e6 solid;
  }
  .otodokeTable table.areaTable tr th.daysTtl {
    width: 40%;
  }
  .otodokeTable table.areaTable tr th.daysTtl br {
    display: block;
  }
  .otodokeTable table.areaTable tr td {
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    border: none;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px #e6e6e6 solid;
  }
  .otodokeTable table.areaTable tr td.area {
    width: 25%;
    border-right: 1px #e6e6e6 solid;
  }
  .otodokeTable table.areaTable tr td.region {
    width: 35%;
    border-right: 1px #e6e6e6 solid;
  }
  .otodokeTable table.areaTable tr td.days {
    width: 40%;
  }
  .otodokeTable table.areaTable .twoColumn .region {
    width: 60%;
  }
  .otodokeTable table.areaTable .twoColumn .days {
    width: 40%;
  }
  .otodokeTable table.areaTable .nowrap {
    white-space: normal;
  }
}
/*************************
特集一覧
**************************/
.SpecialListCap {
  text-align: left;
  padding: 15px 0 15px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 auto 20px auto;
}

/*特集用ガイド*/
.GrayGuideBox {
  padding: 15px 10px 5px 10px;
  background-color: #f6f6f6;
}
.GrayGuideBox dl {
  text-align: left;
}
.GrayGuideBox dl dt {
  font-size: 114.285714286%;
  font-weight: bold;
  color: #8f5820;
}
.GrayGuideBox dl dd {
  margin-bottom: 15px;
}
.GrayGuideBox dl dd dl dt {
  color: #000000;
  font-size: 100%;
}

/*************************
おせち
**************************/
.osechittl {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 0 5px 5px;
}

.OsechiOneLine {
  width: 710px;
  padding: 0;
  margin-bottom: 10px;
  background-image: url(../images/2012_osechi/bg_osechi_detail.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
.OsechiOneLine.even {
  background-image: url(../images/2012_osechi/bg_osechi_detail_b.gif);
}
.OsechiOneLine.twoline {
  width: 470px;
}
.OsechiOneLine:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.OsechiOneLine .OsechiOneItem {
  display: block;
  width: 210px;
  padding: 10px 10px 5px 10px;
  float: left;
  margin-right: 10px;
  font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.OsechiOneLine .OsechiOneItem.last {
  margin-right: 0;
}
.OsechiOneLine .OsechiOneItem dl {
  display: block;
}
.OsechiOneLine .OsechiOneItem dl dt {
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.OsechiOneLine .OsechiOneItem dl dd {
  text-align: left;
  margin-bottom: 5px;
}

/*************************
2013お中元
**************************/
.SpecialListIn {
  display: block;
  margin: 0 auto 20px auto;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #CCCCCC;
}
.SpecialListIn:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.SpecialListIn h3 {
  margin-bottom: 10px;
}
.SpecialListIn .OneBox {
  background-image: url(../images/2013_ochugen/border_txt_block.gif);
  background-repeat: no-repeat;
  padding-bottom: 35px;
  margin-bottom: 35px;
  background-position: center bottom;
}
.SpecialListIn .OneBox.last {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.imgOchugenL {
  display: block;
  width: 230px;
  float: left;
}

.txtOchugenR {
  display: block;
  width: 458px;
  float: right;
  padding-top: 5px;
}

.imgOchugenR {
  display: block;
  width: 230px;
  float: right;
}

.txtOchugenL {
  display: block;
  width: 458px;
  float: left;
  padding-top: 5px;
}

/*************************
2013pパスタ特集２
**************************/
.SpecialPastaBox {
  display: block;
  margin-bottom: 40px;
}
.SpecialPastaBox .SpecialPastaOne {
  width: 690px;
  padding: 10px;
  margin: 0 auto 10px auto;
  background-image: url(../images/201307_pasta/bg_photo_a.gif);
  background-repeat: repeat;
}
.SpecialPastaBox .SpecialPastaOne.odd {
  background-image: url(../images/201307_pasta/bg_photo_b.gif);
}
.SpecialPastaBox .SpecialPastaOne:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.SpecialPastaBox .img {
  display: block;
  width: 247px;
  float: left;
}
.SpecialPastaBox .txt {
  display: block;
  width: 427px;
  display: block;
  float: right;
}
.SpecialPastaBox .txt h3 {
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.SpecialPastaBox .txt p {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: left;
}

/*************************
new タイトルエリア
**************************/
.ttlArea {
  margin-bottom: 21px;
  padding-bottom: 29px;
  position: relative;
}
.ttlArea:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../images/common/bg_border_red01.gif") repeat-x 0 0;
}
.ttlArea .heading {
  color: #472b00;
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ttlArea {
    margin-bottom: 15px;
    padding-bottom: 26px;
    position: relative;
  }
  .ttlArea:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: url("../images/sp/common/bg_border_red01.png") repeat-x 0 0;
    background-size: contain;
  }
  .ttlArea .heading {
    color: #310c00;
    font-size: 171.428571429%;
    font-weight: bold;
    text-align: left;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.ttlBox.sp-hideen {
  display: block;
}
.ttlBox .subhead {
  color: #472b00;
  font-size: 171.428571429%;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 31px;
  margin-bottom: 21px;
}
.ttlBox .subhead:before {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/bg_border_red02.gif") repeat-x 0 0;
}

@media screen and (max-width: 767px) {
  .ttlBox {
    margin: 0 10px;
  }
  .ttlBox.sp-hideen {
    display: none;
  }
  .ttlBox .subhead {
    color: #472b00;
    font-size: 171.428571429%;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: bold;
    position: relative;
    padding-left: 31px;
    margin-bottom: 18px;
  }
  .ttlBox .subhead:before {
    content: "";
    width: 15px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/sp/common/bg_border_red01.png") repeat-x 0 0;
    background-size: contain;
  }
}
/*************************
商品紹介文
**************************/
.intro-area{
	width:950px;
	margin:0 auto;
}
.IntroductionText {
  color: #472b00;
  font-size: 157.142857143%;
  text-align: left;
  margin-bottom: 23px;
}
.IntroductionText.complete,
.borderBox.complete {
	line-height:1.5;
}
.disp_pc{
	display:inline;
}
.disp_sp{
	display:none;
}
@media screen and (max-width: 767px) {
.intro-area{
	width:100%;
}
  .IntroductionText {
    color: #310c00;
    font-size: 135%;
    text-align: left;
    margin: 0 10px 11px;
  }
	.disp_sp{
		display:inline;
	}
	.disp_pc{
		display:none;
	}
}
/*************************
お客様の声
**************************/
.usersVoice {
  margin-bottom: 33px;
}
.usersVoice .voiceBox {
  margin-bottom: 20px;
  padding: 21px 38px 18px 20px;
  background: #fff6e6;
  overflow: hidden;
}
.usersVoice .imgBox {
  float: left;
  width: 80px;
  margin-right: 14px;
}
.usersVoice .user {
  text-align: center;
  position: relative;
  width: 80px;
  height: 81px;
  margin-bottom: 8px;
  background: url("../images/common/bg_balloon_red01.gif") no-repeat 0 0;
}
.usersVoice .age {
  color: #FFF;
  font-size: 107.142857143%;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
}
.usersVoice .evaluation {
  color: #af0000;
  text-align: center;
  font-size: 107.142857143%;
}
.usersVoice .summary {
  /*  margin-left: 110px;*/
}
.usersVoice .voice {
  color: #472b00;
  font-size: 114.285714286%;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .usersVoice {
    margin-bottom: 15px;
  }
  .usersVoice .voiceBox {
    margin: 0 10px;
    margin-bottom: 20px;
    padding: 9px 11px 13px;
    background: #fff1de;
    overflow: hidden;
  }
  .usersVoice .imgBox {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 9px;
  }
  .usersVoice .user {
    text-align: center;
    position: relative;
    width: 60px;
    height: 65px;
    display: table-cell;
    margin-bottom: 8px;
    background: url("../images/common/bg_balloon_red01.gif") no-repeat 0 0;
    background-size: contain;
  }
  .usersVoice .age {
    color: #FFF;
    font-size: 100%;
    position: absolute;
    line-height: 1.3;
    top: 12px;
    left: 0;
    right: 0;
  }
  .usersVoice .evaluation {
    color: #af0000;
    text-align: left;
    font-size: 164.2857143%;
    padding-left: 17px;
    display: table-cell;
    vertical-align: middle;
  }
  .usersVoice .summary {
    margin: 0;
  }
  .usersVoice .voice {
    color: #472b00;
    font-size: 114.285714286%;
    line-height: 1.3;
  }
}
.btn-Box {
  text-align: center;
  border: 1px #c2c2c2 dotted;
}
.btn-Box a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
}
.btn-Box a span {
  color: #472b00;
  font-size: 128.5%;
  position: relative;
  padding-left: 14px;
}
.btn-Box a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .btn-Box {
    text-align: center;
    border: 1px #c2c2c2 dotted;
    box-sizing: border-box;
    margin: 0 10px;
  }
  .btn-Box a {
    padding: 12px 0px;
    display: block;
    text-decoration: none;
  }
  .btn-Box a span {
    color: #310c00;
    font-size: 142%;
    position: relative;
    padding-left: 14px;
  }
  .btn-Box a span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
    background-size: contain;
  }
  .btn-Box.type-cart a {
    text-align: left;
    padding: 12px 9px;
  }
  .btn-Box.type-cart a span {
    display: block;
    font-size: 114.285714286%;
    line-height: 1.25;
  }
  .btn-Box.type-cart a span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
    background-size: contain;
  }
}
.OneBox.type-Products {
  margin-bottom: 0;
}
