@charset "UTF-8";

#contents {
	padding-top:100px;
}


.main-text{
	border: 1px solid #FF0000;
	margin: 20px auto;
	padding:20px;
	line-height:1.7;
}

.main-text span{
	font-size:16px;
	font-weight:bold;
}




/* extend
-------------------------*/
.items, .items .price, .other-items {
  *zoom: 1; }
  .items:after, .items .price:after, .other-items:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/**/
/*================================
	商品カテゴリー
================================*/
.categories {
  margin-bottom: 40px; }
  .categories .head.icon {
    background-image: url(../../../images/common/icn_search_orange.png); }
  .categories .cols .col {
    float: left;
    margin: 0 14px 10px 0; }
    .categories .cols .col:nth-child(2n) {
      margin-right: 0; }
    .categories .cols .col a {
      display: block;
      width: 350px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      padding: 5px 15px;
      border: 1px solid #d0c6a9;
      background: #fff url(../../../images/common/icn_arr_beige2.png) no-repeat 320px center; }
      .categories .cols .col a span {
        display: table-cell;
        vertical-align: middle; }
        .categories .cols .col a span.img {
          width: 90px; }
        .categories .cols .col a span.txt {
          padding-left: 34px;
          font-size: 18px;
          font-weight: bold;
          text-decoration: underline; }

.categories.foods {
  margin-bottom: 20px; }
  .categories.foods .head.icon {
    background-image: url(../../../images/common/icn_search_orange.png); }
  .categories.foods .cols .col {
    float: none;
    margin: 0; }
  .categories.foods .cols .category {
    float: left;
    width: 224px;
    margin: 0 21px 20px 0; }
    .categories.foods .cols .category:nth-child(3n) {
      margin-right: 0; }
    .categories.foods .cols .category a {
      display: block;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      margin-bottom: 6px;
      padding: 0 14px 8px;
      border: 1px solid #d0c6a9; }
      .categories.foods .cols .category a span {
        display: block; }
        .categories.foods .cols .category a span.img {
          margin: 0 -14px 8px;
          text-align: center; }
        .categories.foods .cols .category a span.txt {
          display: table-cell;
          width: 196px;
          font-size: 18px;
          font-weight: bold;
          text-decoration: underline;
          background: #fff url(../../../images/common/icn_arr_beige2.png) no-repeat right center;
          vertical-align: middle; }
    .categories.foods .cols .category p {
      font-size: 14px; }

.categories.caspi {
  margin-bottom: 40px; }
  .categories.caspi .head.icon {
    background-image: url(../../../../images/common/icn_search_orange.png); }
  .categories.caspi .cols .category {
    float: left;
    width: 224px;
    margin: 0 21px 10px 0; }
    .categories.caspi .cols .category:nth-child(3n) {
      margin-right: 0; }
    .categories.caspi .cols .category a {
      display: block;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      margin-bottom: 6px;
      padding: 10px 14px 5px;
      border: 1px solid #d0c6a9; }
      .categories.caspi .cols .category a span {
        display: block; }
        .categories.caspi .cols .category a span.img {
          margin-bottom: 10px;
          text-align: center; }
        .categories.caspi .cols .category a span.txt {
          display: table-cell;
          width: 196px;
          float: none;
          font-size: 18px;
          font-weight: bold;
          text-decoration: underline;
          background: #fff url(../../../images/common/icn_arr_beige2.png) no-repeat right center;
          vertical-align: middle; }
    .categories.caspi .cols .category p {
      font-size: 14px; }


.items {
  margin-bottom: 80px;
  border-left: 1px solid #d0c6a8; }
  .items .col {
    float: left;
    width: 478px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 16px 16px 4px;
    border: 1px solid #d0c6a8;
    border-left: 0; }
  .items .name {
    margin-bottom: 10px;
    text-align: center; }
    .items .name a {
      font-size: 18px;
      font-weight: bold;
      text-decoration: underline; }
  .items .img {
    position: relative;
    min-height: 140px;
    margin-bottom: 10px;
    text-align: center; }
  .items .icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px; }
    .items .icons li {
      margin-bottom: 3px; }
      .items .icons li span {
        display: table-cell;
        width: 46px;
        height: 44px;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
        color: #fff;
        text-align: center; }
      .items .icons li.free-shipping {
        background-color: #ff9900; }
      .items .icons li.privilege {
        background-color: #2f9cd0; }
      .items .icons li.unite {
        background-color: #72bc1f; }
        .items .icons li.unite span {
          font-size: 10px; }
  .items .txt {
    margin-bottom: 10px;
    font-size: 14px; }
    .items .txt .learn-more {
      display: block;
      text-decoration: underline;
      text-align: right; }
      .items .txt .learn-more:before {
        content: ">"; }
  .items .notes {
    margin-bottom: 8px;
    margin-left: 1em;
    font-size: 14px;
    text-indent: -1em; }
  .items .price {
    display: table-cell;
    width: 184px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 42px;
    margin-top: -1px;
    padding: 8px 6px;
    border-top: 1px dashed #d0c6a8;
    border-bottom: 1px dashed #d0c6a8;
    line-height: 1.3;
    text-align: center; }
    .items .price.teiki {
      background-color: #feeded;
      color: #c00; }
    .items .price.first {
      background-color: #fcf4ce;
      color: #c00; }
    .items .price.birthday {
      background-color: #ffffcc;
      color: #c00; }
    .items .price dt {
      font-size: 14px;
      font-weight: bold; }
    .items .price dd {
      font-size: 16px; }
      .items .price dd span {
        font-weight: bold; }
      .items .price dd .num {
        font-size: 20px; }
  .items .btn {
    margin: 8px 0;
    text-align: center; }

.other-items {
  margin-right: -14px;
  overflow: hidden; }
  .other-items .col {
    float: left;
    width: 350px;
    margin: 0 14px 10px 0; }
    .other-items .col a {
      display: table;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      padding: 20px;
      border: 1px solid #d0c6a9; }
      .other-items .col a span {
        display: table-cell;
        vertical-align: middle; }
      .other-items .col a .img {
        width: 110px;
        text-align: center; }
      .other-items .col a .txt {
        padding-left: 10px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline; }

/*============
おまとめバナー
==============*/

.omatome {
  height: 389px;
  margin-bottom: 40px;
  background: url(../images/bg_omatome2.png); }
  .omatome h2 {
    padding: 5px 0 0 13px; }
  .omatome .txt {
    margin-top: -8px;
    padding: 0 0 6px 116px;
    font-size: 19px;
    font-weight: bold;
    color: #51331F;
    line-height: 1.3; }
    .omatome .txt span {
      color: #F23206; }
  .omatome .img {
    padding: 0 0 8px 64px; }
  .omatome .btn {
    text-align: center; }



.souryou {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px;
  margin-bottom: 40px;
  padding: 26px 26px 26px 18px;
  background: url(../foods/images/bg_souryou.png); }
  .souryou h2 {
    float: left;
    width: 152px; }
  .souryou .txt {
    float: right;
    width: 500px; }
    .souryou .txt h3 {
      margin-bottom: 12px; }
    .souryou .txt p {
      font-size: 14px; }
      .souryou .txt p .red {
        color: #f00; }
      .souryou .txt p .bold {
        font-weight: bold; }


        #contents #main2 .head{
          margin-bottom: 0px !important;
        }

        #contents #main2 .birthday-img-use{
          width: 100%;
        }