@charset "utf-8";
/*!
 * This file provides CSS for each page of the website.
 *
 * @author    Kaoru Ishikura
 * @copyright (C) Fabric Arts inc.
 * @version   1.0.0
 */

/* Table of contents ---------------------------------- *//*

  -  home

*//* ---------------------------------------------------- */

/* common
========================================================= */
#content .slide-toggle {
  margin-bottom: 30px;
}
/*** item-list ***/
#content .item-list {
  overflow: hidden;
}
#content .item-list ol,
#content .item-list ul {
  display: table;
  width: 760px;
  margin-top: -20px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
}
#content .item-list li {
  clear: both;
  display: inline-block;
  position: relative;
  width: 223px;
  margin: 20px 30px 0 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .item-list li:before {
  content: " ";
  display: table;
}
#content .item-list li:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #eee;
}
#content .item-list li img {
  float: left;
  width: 60px;
}
#content .item-list li p {
  float: right;
  width: 154px;
  margin-top: -4px;
}
#content .item-list li p a {
  display: inline-block;
  line-height: 1.7;
}
#content .item-list li p .price {
  display: block;
  margin-top: 4px;
  color: #d80000;
  font-size: 12px;
  font-size: 1.2rem;
}
#content .item-list li p .price b {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}



/*** pickup item list ***/
#content .pickup-item-list {
  overflow: hidden;
}
#content .pickup-item-list ol,
#content .pickup-item-list ul {
  display: table;
  width: 100%;
  margin-bottom: -20px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
}
#content #main .pickup-item-list ol,
#content #main .pickup-item-list ul {
  margin-bottom: -30px;
}
#content .pickup-item-list li {
  display: inline-block;
  width: 260px;
  margin: 0 30px 20px 0;
  padding: 25px 30px 10px;
  background: #f5f5f5;
  vertical-align: top;
  word-spacing: normal;
}
#content #main .pickup-item-list li {
  width: 280px;
  margin: 0 50px 30px 0;
}
#content #main .pickup-item-list li:nth-child(2n) {
  margin-right: 0;
}
#content .pickup-item-list li:nth-child(3n) {
  margin-right: 0;
}
#content #main .pickup-item-list li:nth-child(3n) {
  margin-right: 50px;
}
#content .pickup-item-list li > a {
  float: left;
}
#content .pickup-item-list li p:nth-child(2) {
  margin-left: 120px;
}
#content .pickup-item-list li p:nth-child(2) a {
  display: block;
}
#content .pickup-item-list li p:nth-child(2) span {
  color: #d80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#content .pickup-item-list li p:nth-child(2) span span {
  font-size: 13px;
  font-size: 1.3rem;
}
#content .pickup-item-list li p:nth-child(3) {
  clear: both;
  padding: 10px 0 5px;
}
#content .pickup-item-list li p:last-child {
  text-align: center;
}
#content .pickup-item-list li p:last-child a:hover,
#content .pickup-item-list li p:last-child a:active {
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .8;
       opacity: .8;
}

/*** link-list ***/
#content .link-list {
  display: table;
  width: 100%;
  margin-bottom: -36px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
}
#content .link-list li {
  display: inline-block;
  width: 210px;
  margin: 0 50px 36px 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .link-list li:nth-child(3n) {
  margin-right: 0;
}
#content .link-list li img {
  display: block;
  margin-bottom: 5px;
}

/*** brand-img-list ***/
#content .brand-img-list {
  display: table;
  width: 100%;
  margin-bottom: -16px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
}
#content .brand-img-list li {
  display: inline-block;
  width: 210px;
  margin: 0 50px 16px 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .brand-img-list li:nth-child(3n) {
  margin-right: 0;
}
#content .brand-img-list li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/*** brand-txt-list ***/
#content .brand-txt-list {
  border: none;
  margin-top: 16px;
}
#content .brand-txt-list > dt {
  padding-left: 14px;
  border: 1px solid #eee;
}
#content .brand-txt-list > dd {
  padding: 0;
  border-top: none;
}
#content .brand-txt-list > dd dl {
  margin-top: 2px;
  padding: 11px 12px 4px;
  background: #f7f7f7;
}
#content .brand-txt-list > dd dt {
  display: inline-block;
  width: 30px;
  margin-right: 3px;
  padding: 6px 5px 5px;
  color: #fff;
  background: #372c2c;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .brand-txt-list > dd dd {
  display: inline-block;
  width: 668px;
  vertical-align: top;
}
#content .brand-txt-list > dd dd ul {
  width: 100%;
  padding-top: 1px;
}
#content .brand-txt-list > dd dd li {
  position: relative;
  width: 158px;
  margin-left: 10px;
  padding: 3px 0 3px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .brand-txt-list > dd dd li:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #372c2c;
}

/*** tab-item-list ***/
#content .tab-item-list {
  width: 100%;
}
#content .tab-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body#index.coffee #content .tab-menu {
  table-layout: auto;
}
#content .tab-menu li {
  display: table-cell;
  position: relative;
  /*border: 1px solid #fff;
  border-bottom-color: #ddd;*/
  border: 1px solid #ddd;
  border-left: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  /*background: url(../img/common/tab-bg.png) no-repeat left center;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .tab-menu li:first-child {
  border-left: 1px solid #ddd;
}/*
#content .tab-menu li:before,
#content .tab-menu li:last-child:after {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  bottom: 50%;
  width: 1px;
  height: 16px;
  margin-bottom: -8px;
  background: #ddd;
}
#content .tab-menu li:last-child:after {
  left: auto;
  right: -1px
}*/
#content .tab-menu li.selected {
  /*border-color: #ddd;*/
  border-bottom-color: #fff;
}/*
#content .tab-menu li.selected + li,
#content .tab-menu li:hover + li,
#content .tab-menu li:active + li {
  background: none;
}
#content .tab-menu li.selected + li:before,
#content .tab-menu li:hover + li:before,
#content .tab-menu li:active + li:before,
#content .tab-menu li.selected + li:after,
#content .tab-menu li:hover + li:after,
#content .tab-menu li:active + li:after {
  content: none;
}
#content .tab-menu li:last-child.selected,
#content .tab-menu li:last-child:hover,
#content .tab-menu li:last-child:active {
  border-right-color: #ddd;
}
#content .tab-menu li.selected + li,
#content .tab-menu li:hover + li,
#content .tab-menu li:active + li {
  border-left-color: #ddd;
}*/
#content .tab-menu li a {
  display: inline-block;
  width: 100%;
  padding: 19px 15px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#index.coffee #content .tab-menu li a  {
  min-width: 140px;
}
#content .tab-menu li a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}

#content .tab-content {
  position: absolute;
  left: -10000px;
  padding-top: 30px;
}

/*** bxslider ***/
#content .bx-wrapper {
  position: relative;
  z-index: 1;
  width: 1020px;
}
#content .bx-wrapper:before,
#content .bx-wrapper:after {
  content: " ";
  display: table;
}
#content .bx-wrapper:after {
  clear: both;
}
#content #article .bx-wrapper {
  width: 730px;
}
#content .bx-wrapper .bx-controls-direction a {
  display: none;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  overflow: hidden;
  background: url(../img/common/swiper-btn-prev.png) no-repeat center center;
  text-indent: -9999px;
  -webkit-transition: right .2s ease-in-out, left .2s ease-in-out;
     -moz-transition: right .2s ease-in-out, left .2s ease-in-out;
      -ms-transition: right .2s ease-in-out, left .2s ease-in-out;
       -o-transition: right .2s ease-in-out, left .2s ease-in-out;
          transition: right .2s ease-in-out, left .2s ease-in-out;
}
#content .bx-wrapper .bx-controls-direction .bx-next {
  right: -25px;
  left: auto;
  background-image: url(../img/common/swiper-btn-next.png);
}
@media screen and (max-width: 1100px) {
  #content .bx-wrapper .bx-controls-direction .bx-prev {
    left: 10px;
  }
  #content .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px;
  }
}
#content .bx-wrapper .bx-controls-direction a:hover,
#content .bx-wrapper .bx-controls-direction a:active {
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .8;
       opacity: .8;
}
#content #article .bxslider li {
  width: 210px;
  margin-right: 50px;
}



/*** section-category ***/
#content .section-category section {
  position: relative;
  z-index: 2;
  margin: 35px 0 10px;
}
#content .section-category h2 + section {
  margin-top: 0;
}
#content .section-category section h3 {
  margin-bottom: 30px;
}
#content .section-category section > .more {
  position: absolute ;
  top: 16px;
  right: 10px;
}
#content .section-category section > .more {
  padding-right: 10px;
  background: url(../img/common/more-bg.png) no-repeat scroll right center;
  font-size: 12px;
  font-size: 1.2rem;
}






/* home
========================================================= */
.attention {
  padding: 20px;
  border: 3px solid #c00;
  text-align: center;
}

.attention dt {
  margin: 0 0 20px;
  color: #c00;
  font-weight: bold;
}

.attention dd b {
  color: #c00;
}

/*** section-media ***/
body#home h1 {
  margin: 0;
  padding: 0 !important;
  margin: 8px 29px 0 0 !important;
  height: 30px !important;
  vertical-align: middle;
}
body#home #content .bx-wrapper {
  position: relative;
  margin: 5px 0 40px;
}
body#home #content .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 34px;
  left: 0;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 3px;
  padding: 2px;
  overflow: hidden;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #372f2c;
  text-indent: -9999px;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:active:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #372f2c;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n) .bx-pager-link,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n) .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n) .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n) .bx-pager-link:active:after {
  background: #999;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 2) .bx-pager-link,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 2) .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 2) .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 2) .bx-pager-link:active:after {
  background: #00a3d9;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 3) .bx-pager-link,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 3) .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 3) .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 3) .bx-pager-link:active:after {
  background: #ffa8b8;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 4) .bx-pager-link,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 4) .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 4) .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 4) .bx-pager-link:active:after {
  background: #ff9326;
}
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 5) .bx-pager-link,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 5) .bx-pager-link.active:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 5) .bx-pager-link:hover:after,
body#home #content .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n + 5) .bx-pager-link:active:after {
  background: #8c8c00;
}


/*** item-list2 ***/





#content .item-list2 {
  display: table;
  width: 100%;
  margin-top: -35px;
  overflow: hidden;
  word-spacing: -.4em;
  display: block\9;
}
#content .item-list2 li {
  display: inline-block;
  position: relative;
  width: 210px;
  margin: 35px 50px 0 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .item-list2 li:nth-child(3n) {
  margin-right: 0;
}
#content .item-list2 li a {
  display: block;
  margin-bottom: 5px;
}
#content .item-list2 li a:first-child {
  margin-bottom: 15px;
}
#content .item-list2 li .icon {
  display: block;
  min-height: 20px;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
#content .item-list2 li.kids .icon {
  color: #ffa8b8;
}
#content .item-list2 li.coffee .icon {
  color: #473120;
}
#content .item-list2 li.toy .icon {
  color: #00a3d9;
}
#content .item-list2 li.style .icon {
  color: #ffa82e;
}
#content .item-list2 li .icon img {
  margin-right: 8px;
}
#content .item-list2 li .desc {
  display: block;
  margin: 11px 0 9px;
}
#content .item-list2 li .price {
  color: #d80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#content .item-list2 li .price span {
  font-size: 13px;
  font-size: 1.3rem;
}
#content .item-list2 li .badge {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 14px 5px;
  background: #fff300;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
#content .item-list2 li .badge.pickup {
  background: #73b9ff;
}






/*** brand-img-list-small ***/
#content .brand-img-list-small {
  display: table;
  width: 100%;
  margin-bottom: -8px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
}
#content .brand-img-list-small li {
  display: inline-block;
  width: 100px;
  height: 60px;
  margin: 0 5px 8px 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .brand-img-list-small li:nth-child(7n) {
  margin-right: 0;
}
#content .brand-img-list-small li a {
  display: block;
  width: 100px;
  height: 60px;
  padding: 6px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .brand-img-list-small li a:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#content .brand-img-list-small li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}


/*** section-brand ***/
body#home #content .section-brand {
  padding-bottom: 20px;
}
body#home #content .section-brand > p {
  margin-bottom: 25px;
}













/*** section-media ***/
body#home #article .section-media > ul {
  width: 765px;
  margin-top: -20px;
}
body#home #article .section-media > ul > li {
  position: relative;
  width: 220px;
  margin: 20px 35px 0 0;
}
body#home #article .section-media > ul > li .comm {
  margin-top: 10px;
}


/*** section-info ***/
body#home #article .section-info dt {
  float: left;
}
body#home #article .section-info dd {
  margin: 0 0 15px;
  padding: 0 0 15px 100px;
  border-bottom: 1px solid #eeeeee;
}

/* index
========================================================= */
/*** h1 ***/
body#index #content h1 {
  margin: 0;
  padding: 30px 0 18px;
}
/*** content-banners ***/
body#index #content .content-banners {
  margin: 4px 0 60px;
}
body#index #content .content-banners li {
  width: 324px;
  margin: 0 24px 25px 0;
}
body#index #content .content-banners li:nth-child(3n) {
  margin-right: 0;
}
/*** section-rank ***/
body#index.style #content .section-rank .tab-item-list .tab-menu li:last-child {
  width: 186px;
}
body#index #content .section-rank .tab-content ol {
  width: 100%;
}
body#index #content .section-rank .tab-content li {
  width: 210px;
  margin-left: 50px;
}
body#index #content .section-rank .tab-content li:first-child {
  margin-left: 0;
}
body#index #content .section-rank .tab-content li a {
  display: block;
  margin-bottom: 5px;
}
body#index #content .section-rank .tab-content li a:first-child {
  margin-bottom: 15px;
}
body#index #content .section-rank .tab-content li .icon {
  display: block;
  min-height: 20px;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: middle;
}
body#index #content .section-rank .tab-content li .price {
  color: #d80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#index #content .section-rank .tab-content li .price span {
  font-size: 13px;
  font-size: 1.3rem;
}
/*** section-coordinate ***/
body#index #content .section-coordinate ul li {
  width: 210px;
  margin: 0 50px 15px 0;
}
body#index #content .section-coordinate ul li:nth-child(3n) {
  margin-right: 0;
}
body#index #content .section-coordinate ul li .desc {
  margin-top: 19px;
}
body#index #content .section-coordinate ul li .more {
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center
}
body#index #content .section-coordinate ul li .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
body#index #content .section-coordinate ul li .more a:hover,
body#index #content .section-coordinate ul li .more a:active {
  text-decoration: underline;
}
body#index #content .section-coordinate .bx-prev,
body#index #content .section-coordinate .bx-next {
  top: 158px;
}

/* product
========================================================= */
body#product #content h1 {
  margin-bottom: 20px;
}
/*** main-img ***/
body#product .main-img {
  margin-bottom: 30px;
}
/*** category-nav ***/
#content #category-nav > dt {
  padding-left: 34px;
  background: url(../img/products/common/cotegory-nav-title-bg.png) no-repeat 12px center;
}
#content #category-nav > dd {
  padding: 20px 0 20px 20px;
}
#content #category-nav .desc {
  display: inline-block;
  width: 495px;
  overflow: hidden;
  vertical-align: top;
}
#content #category-nav .desc:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 100%;
  background: #eee;
}
#content #category-nav .desc:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 500px;
  width: 1px;
  height: 20px;
  background: #fff;
}
#content #category-nav .desc img {
  display: inline-block;
  width: 220px;
  margin-right: 11px;
  vertical-align: top;
}
#content #category-nav .desc p {
  display: inline-block;
  width: 221px;
  margin: -3px 0 0;
  line-height: 1.6;
  vertical-align: top;
}
#content #category-nav .menu {
  display: inline-block;
  width: 470px;
  margin-bottom: -24px;
  padding-top: 3px;
  vertical-align: top;
}
#content #category-nav .menu:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 20px;
  background: #fff;
}
#content #category-nav .menu > li {
  margin: 0 30px 24px 0;
}



/*style*/
body.style #content #category-nav > dt,
body.kids #content #category-nav > dt {
  padding-left: 34px;
  background: url(../img/products/common/cotegory-nav-title-bg.png) no-repeat 12px center;
}
body.style #content #category-nav > dd,
body.kids #content #category-nav > dd {
  padding: 20px 0 20px 20px;
}
body.style #content #category-nav .desc,
body.kids #content #category-nav .desc {
  display: inline-block;
  width: 260px;
  overflow: hidden;
  vertical-align: top;
}
body.style #content #category-nav .desc:before,
body.kids #content #category-nav .desc:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 260px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.style #content #category-nav .desc:after,
body.kids #content #category-nav .desc:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 220px;
  width: 1px;
  height: 20px;
  background: #fff;
}
body.style #content #category-nav .desc img,
body.kids #content #category-nav .desc img {
  display: block;
  width: 220px;
  margin-right: 11px;
  vertical-align: top;
  margin-bottom: 10px;
}
body.style #content #category-nav .desc p,
body.kids #content #category-nav .desc p {
  display: inline-block;
  width: 221px;
  margin: -3px 0 0;
  line-height: 1.6;
  vertical-align: top;
}
body.style #content #category-nav .category-width p,
body.kids #content #category-nav .category-width p {
  font-weight: bold;
}
body.style #content #category-nav .menu {
  display: inline-block;
  width: 700px;
  margin-bottom: -24px;
  padding-top: 3px;
  vertical-align: top;
}
body.style #content #category-nav .menu:after,
body.kids #content #category-nav .menu:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 420px;
  width: 1px;
  height: 20px;
  background: #fff;
}
body.style #content #category-nav .menu > li li,
body.kids #content #category-nav .menu > li li {
  margin: 0 10px 14px 0;
  display: inline-block;
}


/*kids*/
body.kids #content #category-nav .menu {
  display: inline-block;
  width: 700px;
  margin-bottom: -24px;
  padding-top: 3px;
  vertical-align: top;
}



/*toy*/
body.toy #content #category-nav > dt {
  padding-left: 34px;
  background: url(../img/products/common/cotegory-nav-title-bg.png) no-repeat 12px center;
}
body.toy #content #category-nav > dd {
  padding: 20px 0 20px 20px;
}
body.toy #content #category-nav .desc {
  display: inline-block;
  width: 495px;
  overflow: hidden;
  vertical-align: top;
}
body.toy #content #category-nav .desc:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.toy #content #category-nav .desc:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 500px;
  width: 1px;
  height: 20px;
  background: #fff;
}
body.toy #content #category-nav .desc img {
  display: inline-block;
  width: 220px;
  margin-right: 11px;
  vertical-align: top;
}
body.toy #content #category-nav .desc p {
  display: inline-block;
  width: 221px;
  margin: -3px 0 0;
  line-height: 1.6;
  vertical-align: top;
}
body.toy #content #category-nav .menu {
  display: inline-block;
  width: 490px;
  margin-bottom: -24px;
  padding-top: 3px;
  vertical-align: top;
}
body.toy #content #category-nav .menu:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 20px;
  background: #fff;
}
body.toy #content #category-nav .menu > li {
  margin: 0 10px 14px 0;
  display: inline-block;
}


/*** search-filter ***/
#content #search-filter {
  margin-top: 30px;
}
#content #category-nav + #search-filter {
  margin-top: -15px;
}
#content #search-filter > dt {
  padding-left: 45px;
  background: url(../img/products/common/search-filter-title-bg.png) no-repeat 12px center;
}
#content #search-filter > dd {
  padding: 14px 20px 15px;
}
#content #search-filter > dd form {
  position: relative;
  word-spacing: -.4em;
}
#content #search-filter > dd form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 789px;
  width: 1px;
  height: 100%;
  background: #eee;
}
#content #search-filter > dd .inputs {
  display: inline-block;
  width: 790px;
  vertical-align: top;
  word-spacing: normal;
}
#content #search-filter > dd dl {
  display: table;
  float: left;
  width: 350px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content #search-filter > dd .category {
  width: 100%;
}
#content #search-filter > dd .price,
#content #search-filter > dd .size {
  padding-right: 30px;
}
#content #search-filter > dd .brand,
#content #search-filter > dd .keyword {
  width: 420px;
}
#content #search-filter > dd dt {
  position: relative;
  display: table-cell;
  width: 90px;
  font-weight: bold;
}
#content #search-filter > dd dt:before {
  content: " ";
  position: absolute;
  top: 23px;
  right: 0;
  width: 1px;
  height: 16px;
  background: #eee;
}
#content #search-filter > dd .category dt:before {
  top: 4px;
}
#content #search-filter > dd dd {
  display: table-cell;
  padding-top: 16px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content #search-filter > dd .category dd {
  padding-top: 0;
}
#content #search-filter > dd dd input[type="text"],
#content #search-filter > dd dd select {
  width: 100%;
}
#content #search-filter > dd .category label {
  display: inline-block;
  padding-right: 20px;
  line-height: 1.8;
}
#content #search-filter > dd .btn {
  float: right;
  width: 160px;
  vertical-align: top;
  word-spacing: normal;
}
#content #search-filter > dd .btn button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

/*** sort ***/

.products-list-number {
  float: left;
}
.products-list-number span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.products-list-sort {
  float: right;
  padding-top: 10px;
}
.products-list-sort li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #dddddd;
}
.products-list-sort li:last-child {
  border: none;
  padding: 0;
}
.products-list-sort li select {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
}
.products-list-sort li input {
  vertical-align: top;
  margin: 5px 0 0;
}
.gift-cart-box {
  position: relative;
  margin-top: 40px;
  padding: 22px;
  border: 1px solid #eee;
}
.tab-menu + .gift-cart-box {
  margin-top: 30px;
}
.gift-cart-box .item {
  display: table-cell;
  width: 455px;
  padding-right: 22px;
}
.gift-cart-box .item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 100%;
  background: #eee;
}
.gift-cart-box .item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 500px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.gift-cart-box .item img {
  margin-right: 13px;
  vertical-align: middle;
}
.gift-cart-box .item p {
  display: inline-block;
  vertical-align: middle;
}
.gift-cart-box .item p > span {
  display: block;
}
.gift-cart-box .item p > span.price {
  color: #d80000;
}
.gift-cart-box .item p > span.price b {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.gift-cart-box .cart {
  display: table-cell;
  width: 470px;
  padding-left: 27px;
}
.gift-cart-box .cart:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 500px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.gift-cart-box .cart p {
  display: inline-block;
  vertical-align: middle;
}
.gift-cart-box .cart p label {
  margin-right: 5px;
}
.gift-cart-box .cart p input {
  width: 80px;
}
.gift-cart-box .cart p.quantity {
  margin-right: 25px;
}



/* detail
========================================================= */
/*** main-txt ***/
body#detail #article .main-txt {
  float: right;
  width: 354px;
  margin-bottom: 16px;
}
  /*** main-txt>h1 ***/
  body#detail #article .main-txt h1 {
    position: relative;
    float: right;
    width: 354px;
    margin: -5px 0 48px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  body#detail #article .main-txt h1:after {
    content: " ";
    position: absolute;
    bottom: -27px;
    left: 0;
    height: 1px;
    width: 16px;
    background: #c3bfbf;
  }
  body#detail #article .main-txt h1 span {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /*** main-txt>thumbs ***/
  body#detail #article .main-txt .thumbs-group {
    margin-top: 10px;
  }
  body#detail #article .main-txt .thumbs-group dt {
    margin-bottom: 6px;
  }
  body#detail #article .main-txt .thumbs {
    width: 100%;
    margin-bottom: 5px;
  }
  body#detail #article .main-txt .thumbs li {
    margin: 0 15px 10px 0;
  }
  body#detail #article .main-txt .thumbs li:nth-child(6n) {
    margin-right: 0;
  }
  body#detail #article .main-txt .thumbs li a {
    display: inline-block;
    -ms-filter: "alpha(opacity=30)";
    -moz-opacity: .3;
         opacity: .3;
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
  }
  body#detail #article .main-txt .thumbs li.selected a,
  body#detail #article .main-txt .thumbs li a:hover,
  body#detail #article .main-txt .thumbs li a:active {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
         opacity: 1;
  }
  /*** main-txt>body ***/
  body#detail #article .main-txt .body {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.85;
  }
  body#detail #article .main-txt .body p {
    margin-bottom: .75em;
  }
  /*** main-txt>prams ***/
  body#detail #article .main-txt .prams {
    position: relative;
    margin-top: 32px;
  }
  body#detail #article .main-txt .prams:before {
    content: " ";
    position: absolute;
    top: -19px;
    left: 0;
    height: 1px;
    width: 16px;
    background: #c3bfbf;
  }
  body#detail #article .main-txt .prams table {
    width: 100%;
    margin-top: 12px;
  }
  body#detail #article .main-txt .prams table th {
    width: 106px;
    padding: 4px 0;
    font-weight: normal;
    text-align: left;
    vertical-align: center;
  }
  body#detail #article .main-txt .prams table td {
    padding: 4px 0 4px 5px;
    font-size: 8px;
    font-size: .8rem;
    vertical-align: center;
  }
  body#detail #article .main-txt .prams table td li {
    display: inline-block;
    margin-left: 3px;
  }
  body#detail #article .main-txt .prams table td li:first-child {
    margin-left: 0;
  }
/*** main-img ***/
body#detail #article .main-img {
  float: left;
  width: 350px;
  margin: 0 0 25px;
}
/*** infos ***/
body#detail #article .infos {
  clear: both;
  background: #f7f7f7 url(../img/products/common/infos-bg.png) no-repeat left top;
  padding: 22px 17px;
  margin-top: 20px;
}
body#detail #article .infos table {
  width: 100%;
  table-layout: fixed;
}
body#detail #article .infos table th {
  width: 103px;
  padding: 4px 8px;
  text-align: left;
  vertical-align: top;
}
body#detail #article .infos table th:first-child {
  width: 65px;
}
body#detail.kids #article .infos table th {
  width: 140px;
}
body#detail.kids #article .infos table th:first-child {
  width: 65px;
}
body#detail.style #article .infos table th {
  width: 145px;
}
body#detail.style #article .infos table th:first-child {
  width: 52px;
}
body#detail.toy #article .infos table th {
  width: 140px;
}
body#detail.toy #article .infos table th:first-child {
  width: 70px;
}
body#detail.gift #article .infos table th {
  width: 140px;
}
body#detail.gift #article .infos table th:first-child {
  width: 70px;
}
body#detail #article .infos table td {
  padding: 4px 8px;
  vertical-align: top;
}
/*** cautions ***/
body#detail #article .cautions {
  margin-top: 22px;
}
body#detail #article .cautions .right,
body#detail #article .cautions .left {
  width: 50%;
  padding-left: 1.25em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#detail #article .cautions li {
  position: relative;
  margin-top: 5px;
}
body#detail #article .cautions li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.25em;
}
body#detail #article .cautions li:first-child {
  margin-top: 0;
}
body#detail #article .cautions .right li {
  padding-left: 5px;
}
body#detail #article .cautions .left li {
  padding-right: 5px;
}

/*** links ***/
#content .links {
  display: table;
  width: 100%;
  margin-bottom: -16px;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
  margin-top: 20px;
}
#content .links li {
  width: 210px !important;
}
#content .links li,
#content .links li a {
  width: 210px;
  margin: 0 50px 0 0;
}
#content .links li:last-child {
  margin-right: 0;
}
#content .links li.logo a span::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#content .links li.logo a span {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  height: 108px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 210px;
}
#content .links li.logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #content .links li.logo {
    margin-top: -20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #content .links li.logo {
    margin-top: 0;
  }
}

/*** brand-logo ***/
#content .brand-logo {
  width: 600px;
  overflow: hidden;
  word-spacing: -.4em;
  display: block\9;
}
#content .brand-logo li {
  width: 600px !important;
}
#content .brand-logo li.logo h1 span::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#content .brand-logo li.logo h1 span {
  box-sizing: border-box;
  display: block;
  height: 108px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 600px;
}
#content .brand-logo li.logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}


/*** section-desc ***/
body#detail #article .section-desc {
  margin-top: 40px;
}
body#detail #article .section-desc h2 {
  margin: 14px 0 0;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
body#detail #article .section-desc > p {
  margin-top: 20px;
  }
  /*** section-desc>staff-recom ***/
  body#detail #article .staff-recom {
    margin-top: 20px;
  }
  body#detail #article .staff-recom .img {
    float: left;
    width: 218px;
    text-align: center;
  }
  body#detail #article .staff-recom .img img {
    border: 1px solid #eee;
  }
  body#detail #article .staff-recom .img span {
    display: block;
    margin-top: 4px;
  }
  body#detail #article .staff-recom .comm {
    float: right;
    width: 480px;
  }
  body#detail #article .staff-recom .comm dt {
    position: relative;
    padding: 17px 18px 18px;
    background: #372f2c;
  }
  body#detail.toy #article .staff-recom .comm dt {
    background: #00a3d9;
  }
  body#detail.kids #article .staff-recom .comm dt {
    background: #ffa8b8;
  }
  body#detail.style #article .staff-recom .comm dt {
    background: #ff9326;
  }
  body#detail.gift #article .staff-recom .comm dt {
    background: #00a3d9;
  }
  body#detail #article .staff-recom .comm dt:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-width: 9px;
    border-right-color: #372f2c;
  }
  body#detail.toy #article .staff-recom .comm dt:before {
    border-right-color: #00a3d9;
  }
  body#detail.kids #article .staff-recom .comm dt:before {
    border-right-color: #ffa8b8;
  }
  body#detail.style #article .staff-recom .comm dt:before {
    border-right-color: #ff9326;
  }
  body#detail.gift #article .staff-recom .comm dt:before {
    border-right-color: #00a3d9;
  }
  body#detail #article .staff-recom .comm dd {
    padding: 20px 19px 21px;
    border: 1px solid #eee;
    border-top: none;
  }
  /*** section-desc>section-voice ***/
  body#detail #article .section-voice ul {
    width: 765px;
    margin-top: -20px;
  }
  body#detail #article .section-voice ul li {
    width: 220px;
    margin: 20px 35px 0 0;
  }
  body#detail #article .section-voice ul li:after {
    content: '';
    display: block;
    clear: both;
  }
  body#detail #article .section-voice ul li img:first-child {
    float: left;
  }
  body#detail #article .section-voice ul li img:last-child {
    float: right;
  }
  /*** section-desc>section-coordinate ***/
  body#detail #article .section-coordinate .img {
    float: left;
    width: 210px;
  }
  body#detail #article .section-coordinate .img img {
    border: 1px solid #eee;
  }
  body#detail #article .section-coordinate .txt {
    float: right;
    width: 500px;
  }
  body#detail #article .section-coordinate .txt h4 {
    margin: -4px 0 14px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body#detail #article .section-coordinate .txt .items {
    margin-top: 21px;
  }
  body#detail #article .section-coordinate .txt .items dt {
    margin-bottom: 10px;
    padding: 14px 15px;
    background: #372f2c;
    font-size: 6px;
  }
  body#detail #article .section-coordinate .txt .items li {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  body#detail #article .section-coordinate .txt .items li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  body#detail #article .section-coordinate .txt .items li:before,
  body#detail #article .section-coordinate .txt .items li:after {
    content: " ";
    display: table;
  }
  body#detail #article .section-coordinate .txt .items li:after {
   clear: both;
  }
  body#detail #article .section-coordinate .txt .items li img {
    float: left;
    width: 40px;
  }
  body#detail #article .section-coordinate .txt .items li p {
    float: right;
    width: 445px;
    margin-top: -4px;
  }
  body#detail #article .section-coordinate .txt .items li p a {
    display: inline-block;
    line-height: 1.7;
  }
  body#detail #article .section-coordinate .txt .items li p .standards {
    display: block;
    margin-top: 1px;
  }
  body#detail #article .section-coordinate .txt .items li p .price {
    display: block;
    margin-top: 5px;
    color: #d80000;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*** section-desc>section-review ***/
  body#detail #article .section-review > ul {
    width: 765px;
    margin-top: -20px;
  }
  body#detail #article .section-review > ul > li {
    position: relative;
    width: 220px;
    margin: 20px 35px 0 0;
    padding: 13px 20px 47px;
    border: 1px solid #eee;
    background: #fafafa;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
  }
  body#detail #article .section-review > ul > li .rating {
    margin-bottom: 7px;
  }
  body#detail #article .section-review > ul > li .rating li {
    display: inline-block;
    margin-left: -4px;
    font-size: 8px;
    font-size: .8rem;
  }
  body#detail #article .section-review > ul > li .rating li:first-child {
    margin-left: 0;
  }
  body#detail #article .section-review > ul > li .date-name {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
  }
  body#detail #article .section-review .btn {
    margin-top: 20px;
    text-align: center;
  }

/* cart
========================================================= */
body#cart #content {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

body#cart #article {
  float: none;
  width: 1020px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

body#cart .header-logo-inner {
  position: relative;
}

body#cart .header-logo-inner .tel {
  float: right;
  margin: 5px 0 3px;
}
body#cart .header-logo-inner img {
  vertical-align: middle;
}

body#cart h1 {
  margin-bottom: 30px;
}

body#cart h2 {
  margin-bottom: 30px;
  padding: 1px 0 1px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
}

body#cart .cart-thanks {
  text-align: center;
}

body#cart .cart-thanks p {
  margin-bottom: 30px;
}

body#cart .cart-desc {
  margin-bottom: 25px;
}

body#cart .cart-free-shipping {
  position: relative;
  width: 240px;
  line-height: 36px;
  margin-bottom: 20px;
  border: 2px solid #ff8055;
  text-align: center;
}

body#cart .cart-free-shipping:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 5px;
  border: 4px solid transparent;
  border-top: 6px solid #ff8055;
}

body#cart .cart-free-shipping span {
  color: #ff8055;
  font-size: 14px;
  font-weight: bold;
}

body#cart .cart-list {
  width: 100%;
}

body#cart .cart-list th {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}

body#cart .cart-list td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}

body#cart .cart-list td:nth-child(1) {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}

body#cart .cart-list td:nth-child(4) {
  white-space: nowrap;
}

body#cart .cart-list td:nth-child(3),
body#cart .cart-list td:nth-child(6) {
  font-weight: bold;
  text-align: right;
}

body#cart .cart-list td:nth-child(3) span,
body#cart .cart-list td:nth-child(6) span {
  font-size: 14px;
}

body#cart .cart-list td:nth-child(7) {
  padding-right: 0;
}

body#cart .cart-list td select {
  width: 100%;
}

body#cart .cart-list td input[type="number"] {
  width: 50px;
  height: 30px;
  margin-right: 5px;
}

body#cart .cart-list td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}

body#cart .cart-carriage {
  width: 230px;
  overflow: hidden;
  line-height: 54px;
  margin-left: auto;
  padding: 0 15px;
}

body#cart .cart-total {
  width: 230px;
  overflow: hidden;
  line-height: 54px;
  margin-left: auto;
  padding: 0 15px;
  background: #f9f9f9;
}

body#cart .cart-carriage dt,
body#cart .cart-total dt {
  float: left;
}

body#cart .cart-carriage dd,
body#cart .cart-total dd {
  float: right;
  font-size: 14px;
  font-weight: bold;
}

body#cart .cart-total dd {
  color: #d80000;
}

body#cart .cart-carriage dd span,
body#cart .cart-total dd span {
  font-size: 20px;
}

body#cart .cart-total-point {
  float: right;
  overflow: hidden;
  line-height: 54px;
  margin: 0 0 20px;
}

body#cart .cart-total-point dt {
  float: left;
}

body#cart .cart-total-point dd {
  float: left;
  font-weight: bold;
}

body#cart .cart-buy-btn {
  clear: both;
  float: right;
}

body#cart .cart-continue-btn {
  float: left;
}

body#cart #content .item-list ul {
  width: 1020px;
}

body#cart #content .item-list li {
  width: 232px;
}

body#cart #content .item-list li:last-child {
  margin-right: 0;
}

body#cart .cart-sign-up {
  float: left;
  width: 474px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border: 8px solid #eeeeee;
  text-align: center;
}

body#cart .cart-sign-up h2 {
  padding: 0;
  text-align: center;
  background: none;
}

body#cart .cart-sign-up ul {
  width: 360px;
  margin: 15px auto 0;
}

body#cart .cart-sign-up li {
  margin-bottom: 10px;
}

body#cart .cart-sign-up li:nth-child(1) {
  float: left;
  margin-bottom: 25px;
}

body#cart .cart-sign-up li:nth-child(2) {
  float: right;
  margin-bottom: 25px;
}

body#cart .cart-login {
  float: right;
  width: 490px;
  margin-bottom: 25px;
  text-align: center;
}

body#cart .cart-login-inbox {
  margin-bottom: 10px;
  padding-bottom: 25px;
  border: 8px solid #eeeeee;
}

body#cart .cart-login h2 {
  padding: 0;
  text-align: center;
  background: none;
}

body#cart .cart-login dl {
  margin: 15px 20px;
  text-align: left;
}

body#cart .cart-login dt {
  float: left;
  width: 130px;
  font-weight: bold;
}

body#cart .cart-login dt img {
  float: right;
  margin-top: 2px;
}

body#cart .cart-login dd {
  margin: 0 0 10px 140px;
}

body#cart .cart-login dd input {
  width: 100%;
}

body#cart .cart-login-forget a:first-child {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/cart/fonget-img.png) no-repeat 0 50%;
}

body#cart .cart-privilege-nav {
  margin: 0 0 50px;
  padding: 20px 0 40px;
  text-align: center;
  background: #f3f3f3;
}

body#cart .cart-privilege-nav h2 {
  padding: 0;
  text-align: center;
  background: none;
}

body#cart .cart-privilege-nav ul {
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}

body#cart .cart-privilege-nav li {
  float: left;
  margin: 0 30px 18px 0;
}

body#cart .cart-privilege-nav li:nth-child(3n) {
  margin-right: 0;
}

body#cart .cart-privilege-list {
  width: 1020px;
  margin: 0 auto;
}

body#cart .cart-privilege-list dl {
  position: relative;
  margin-bottom: 25px;
  padding: 95px 70px 25px;
  border: 1px solid #dddddd;
}

body#cart .cart-privilege-list dt { position: absolute; top: -3px; left: 2px; width: 100%; text-align: center;
}

body#cart .cart-review {
  position: relative;
  margin-bottom: 35px;
  border: 5px solid #ffd24d;
}

body#cart .cart-review dt {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 17px;
  font-weight: bold;
}

body#cart .cart-review dt span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

body#cart .cart-review dd {
  padding: 15px 20px;
}

body#cart .cart-review p {
  position: absolute;
  top: -10px;
  right: 20px;
}

body#cart .cart-error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}

body#cart .cart-orderer {
  margin-bottom: 50px;
}

body#cart .cart-orderer h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-orderer table {
  width: 100%;
  border-top: 1px solid #dddddd;
}

body#cart .cart-orderer th {
  width: 195px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

body#cart .cart-orderer th img {
  float: right;
}

body#cart .cart-orderer td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}

body#cart .cart-orderer td .cart-error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}

body#cart .cart-orderer td img {
  vertical-align: middle;
}

body#cart .cart-orderer-check {
  margin-bottom: 15px;
}

body#cart .cart-orderer-not-member {
  margin-top: 15px;
  color: #ff3f00;
}

body#cart .cart-gift {
  margin-bottom: 50px;
}

body#cart .cart-gift h3 {
  margin-bottom: 30px;
  padding: 15px 15px 15px 40px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c url(../img/cart/gift-img.png) no-repeat 15px 50%;
}

body#cart .cart-gift-attention {
  margin-bottom: 15px;
  color: #ff3f00;
}

body#cart .cart-gift table {
  width: 100%;
  border: 1px solid #dddddd;
}

body#cart .cart-gift th {
  vertical-align: top;
  padding: 20px;
  border: 1px solid #dddddd;
  border-right: none;
  text-align: left;
}

body#cart .cart-gift th a,
body#cart .cart-gift th span {
  font-weight: normal;
}

body#cart .cart-gift td {
  vertical-align: top;
  padding: 20px;
  border: 1px solid #dddddd;
  border-left: none;
}

body#cart .cart-gift td label {
  display: inline-block;
  margin-bottom: 5px;
}

body#cart .cart-gift-address table {
  border: 1px solid #dddddd;
}

body#cart .cart-gift-address table:first-of-type {
  border-bottom: none;
}

body#cart .cart-gift-address table:first-of-type th {
  background: #f9f9f9;
}

body#cart .cart-gift-address table:first-of-type td {
  border-bottom: none;
}

body#cart .cart-gift-address table:first-of-type td:nth-child(1) {
  width: 60px;
  padding-right: 0;
}

body#cart .cart-gift-address table:first-of-type td:nth-child(2) {
  width: 500px;
}

body#cart .cart-gift-address table:first-of-type td:nth-child(3),
body#cart .cart-gift-address table:first-of-type td:nth-child(5) {
  font-weight: bold;
}

body#cart .cart-gift-address table:first-of-type td:nth-child(3) span,
body#cart .cart-gift-address table:first-of-type td:nth-child(5) span {
  font-size: 16px;
}

body#cart .cart-gift-address th {
  padding: 20px 0 20px 20px;
}

body#cart .cart-gift-address td {
  padding: 20px;
}

body#cart .cart-payment-btn {
  margin-top: 20px;
  text-align: center;
}

body#cart .cart-address-select {
  margin-bottom: 50px;
}

body#cart .cart-address-select h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-address-select li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #dddddd;
}

body#cart .cart-address-select li input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
}

body#cart .cart-address-select-btn {
  position: absolute;
  top: 0;
  right: 0;
}

body#cart .cart-add-address {
  display: none;
  margin-top: 20px;
  padding: 30px;
  border: 8px solid #eeeeee;
}

body#cart .cart-add-address h4 {
  margin: 0 0 30px;
  padding: 1px 0 1px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
}

body#cart .cart-add-address table {
  margin-bottom: 30px;
}

body#cart .cart-regist-btn {
  text-align: center;
}

body#cart .cart-address-change {
  margin: 20px 0 0;
  padding: 30px;
  border: 8px solid #eeeeee;
}

body#cart .cart-address-change h4 {
  margin: 0 0 30px;
  padding: 1px 0 1px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
}

body#cart .cart-address-change table {
  margin-bottom: 30px;
}

body#cart .cart-address-multiple table {
  width: 100%;
  margin-bottom: 20px;
}

body#cart .cart-address-multiple h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-address-multiple th {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}

body#cart .cart-address-multiple td {
  vertical-align: top;
  padding: 15px;
}

body#cart .cart-address-multiple td:first-child {
  width: 60px;
  padding-right: 0;
  padding-left: 0;
}

body#cart .cart-address-multiple td:last-child {
  padding-right: 0;
}

body#cart .cart-address-multiple td:nth-child(3) {
  font-weight: bold;
}

body#cart .cart-address-multiple td:nth-child(3) span {
  font-size: 14px;
}

body#cart .cart-address-multiple td[colspan="5"] {
  padding-top: 0;
  border-bottom: 1px solid #dddddd;
}

body#cart .cart-address-multiple td dl {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #cccccc;
}

body#cart .cart-address-multiple td dt {
  float: left;
  width: 150px;
}

body#cart .cart-address-multiple td dt span {
  display: block;
  font-weight: bold;
}

body#cart .cart-address-multiple td dd {
  margin-left: 180px;
}

body#cart .cart-payment-select {
  margin-bottom: 50px;
}

body#cart .cart-payment-select h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-payment-select table {
  width: 100%;
  border-top: 1px solid #dddddd;
}

body#cart .cart-payment-select th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

body#cart .cart-payment-select td {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

body#cart td.cart-payment-select-card {
  padding-bottom: 0;
}

body#cart .cart-payment-select-card > img {
  margin-bottom: 10px;
}

body#cart .cart-payment-select-card table {
  margin-top: 15px;
  border-top-style: dashed;
}

body#cart .cart-payment-select-card th {
  border-bottom-style: dashed;
}

body#cart .cart-payment-select-card td {
  border-bottom-style: dashed;
}

body#cart .cart-payment-select-card tr:last-child th,
body#cart .cart-payment-select-card tr:last-child td {
  border: none;
}

body#cart .cart-payment-select-card td img {
  margin-top: 10px;
}

body#cart .cart-payment-select-card td input {
  margin-bottom: 5px;
}

body#cart .cart-payment-select-daibiki table {
  width: 400px;
  margin-bottom: 10px;
}

body#cart .cart-payment-select-daibiki th {
  width: auto;
  padding: 15px;
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: left;
  background: #f3f3f3;
}

body#cart .cart-payment-select-daibiki td {
  padding: 15px;
  border: 1px solid #dddddd;
}

body#cart .cart-payment-select-daibiki td:last-child {
  text-align: right;
}

body#cart .cart-point {
  margin-bottom: 50px;
}

body#cart .cart-point h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-point-desc {
  margin-bottom: 15px;
}

body#cart .cart-point-desc span {
  color: #ff3f00;
  font-weight: bold;
}

body#cart .cart-point-use {
  padding: 20px 20px 5px;
  background: #f3f3f3;
}

body#cart .cart-point-use p {
  margin-bottom: 15px;
}

body#cart .cart-point-use p span {
  color: #ff3f00;
  font-size: 16px;
}

body#cart .cart-point-use li {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

body#cart .cart-point-use li label {
  font-weight: bold;
}

body#cart .cart-date {
  position: relative;
}

body#cart .cart-date-desc {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  color: #ffffff;
}

body#cart .cart-date-desc span {
  color: #ffdc72;
}

body#cart .cart-date table {
  margin-bottom: 15px;
}

body#cart .cart-date-group {
  margin-bottom: 50px;
}

body#cart .cart-date-group:last-of-type {
  margin-bottom: 15px;
}

body#cart .cart-date-group table {
  margin: 0;
}

body#cart .cart-date-group table td {
  width: auto;
  vertical-align: top;
  padding: 15px;
}

body#cart .cart-date-group table:first-child {
  border: 1px solid #dddddd;
  border-bottom: none;
}

body#cart .cart-date-group table:first-child th {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}

body#cart .cart-date-group table:first-child td {
  border-bottom: none;
}

body#cart .cart-date-group table:first-child td:nth-child(1) {
  width: 60px;
  padding-right: 0;
}

body#cart .cart-date-group table:first-child td:nth-child(2) {
  width: 500px;
}

body#cart .cart-date-group table:first-child td:nth-child(3),
body#cart .cart-date-group table:first-child td:nth-child(5) {
  font-weight: bold;
}

body#cart .cart-date-group table:first-child td:nth-child(3) span,
body#cart .cart-date-group table:first-child td:nth-child(5) span {
  font-size: 16px;
}

body#cart .cart-date-group table:last-child {
  border: 1px solid #dddddd;
}

body#cart .cart-date-group table:last-child th {
  padding: 15px;
}

body#cart .cart-date-group table:last-child td li {
  margin-bottom: 10px;
}

body#cart .cart-date-group table:last-child td label {
  display: inline-block;
  width: 180px;
  font-weight: bold;
}

body#cart .cart-remarks {
  margin-bottom: 20px;
}

body#cart .cart-remarks h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-remarks textarea {
  width: 100%;
}

body#cart .cart-payment-select-attention {
  margin-bottom: 15px;
  color: #ff3f00;
}

body#cart .cart-address-select-confirm li {
  padding-left: 0;
}

body#cart .cart-deli-confirm {
  margin-bottom: 50px;
}

body#cart .cart-deli-confirm h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-deli-confirm table {
  margin-bottom: 20px;
}

body#cart .cart-deli-confirm th {
  width: 190px;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

body#cart .cart-deli-confirm td {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}

body#cart .cart-deli-confirm p {
  text-align: right;
}

body#cart .cart-rule h3 {
  margin-bottom: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #372f2c;
}

body#cart .cart-rule div {
  height: 130px;
  overflow: auto;
  padding: 15px;
  border: 1px solid #dddddd;
}

body#cart .cart-rule div p {
  margin-bottom: 20px;
}








/* mypage
========================================================= */
body#mypage #content {
  width: auto;
  min-width: 1040px;
  padding: 30px 0 0;
  padding-right: 0;
}
body#mypage #content h1 {
  width: 1020px;
  margin: 0 auto 30px;
  padding-left: 10px;
  padding-right: 10px;
}
body#mypage #content #main {
  width: 1040px;
  min-height: 250px;
  margin: 0 auto 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#mypage #content #main h2,
body#mypage #content #main h3 {
  margin: 0 0 19px;
  padding: 1px 0 1px 20px;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
body#mypage #content #main h3 {
  margin-bottom: 24px;
}
body#mypage #content #main h2 ~ p {
  margin-bottom: 25px;
}
body#mypage #content #main h2 ~ p img {
  vertical-align: middle;
}
body#mypage .cart-sign-up {
  float: left;
  width: 494px;
  margin-bottom: 33px;
  padding-bottom: 18px;
  border: 8px solid #eeeeee;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#mypage #content #main .cart-sign-up h2 {
  margin: 20px 0 15px;
  padding: 0;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
body#mypage .cart-sign-up ul {
  width: 360px;
  margin: 15px auto 0;
}

body#mypage .cart-sign-up li:nth-child(1) {
  float: left;
  margin-bottom: 34px;
}

body#mypage .cart-sign-up li:nth-child(2) {
  float: right;
  margin-bottom: 34px;
}

body#mypage .cart-login {
  float: right;
  width: 490px;
  text-align: center;
}

body#mypage .cart-login-inbox {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border: 8px solid #eeeeee;
}

body#mypage #content #main .cart-login h2 {
  margin: 20px 0 15px;
  padding: 0;
  text-align: center;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
}

body#mypage .cart-login dl {
  margin: 15px 20px;
  text-align: left;
}

body#mypage .cart-login dt {
  float: left;
  width: 130px;
  font-weight: bold;
}

body#mypage .cart-login dt img {
  float: right;
  margin-top: 2px;
}

body#mypage .cart-login dd {
  margin: 0 0 10px 140px;
}

body#mypage .cart-login dd input {
  width: 100%;
}

body#mypage .cart-login-forget a:first-child {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/cart/fonget-img.png) no-repeat 0 50%;
}
body#mypage .cart-privilege-nav {
  padding: 20px 0 21px;
  text-align: center;
  background: #f3f3f3;
}

body#mypage .cart-privilege-nav h2 {
  padding: 0;
  text-align: center;
  background: none;
  margin-bottom: 20px;
}

body#mypage .cart-privilege-nav ul {
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}

body#mypage .cart-privilege-nav li {
  float: left;
  margin: 0 30px 18px 0;
}

body#mypage .cart-privilege-nav li:nth-child(3n) {
  margin-right: 0;
}

body#mypage .cart-privilege-list {
  width: 1020px;
  margin: 0 auto;
}

body#mypage .cart-privilege-list dl {
  position: relative;
  margin-bottom: 25px;
  padding: 95px 70px 25px;
  border: 1px solid #dddddd;
}

body#mypage .cart-privilege-list dt {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  text-align: center;
}
body#mypage .section-dashboard {
  overflow: visible;
}
body#mypage .section-dashboard > div {
  margin: 0 0 15px 30px;
}
body#mypage .section-dashboard > div:first-child {
  margin-left: 0;
}
body#mypage .section-dashboard > .info {
  width: 260px;
  overflow: hidden;
}
body#mypage .section-dashboard > .menu {
  width: 340px;
  margin-top: -50px;
}
body#mypage .section-dashboard > .banners {
  width: 360px;
  margin-top: -47px;
}
body#mypage .section-dashboard > .info .level {
  min-height: 40px;
  margin-top: 8px;
  padding-left: 40px;
  background: url(../img/mypage/mypage-level-1-bg.png) no-repeat 0 center;
}
body#mypage .section-dashboard > .info .level span {
  color: #8c6a00;
}
body#mypage .section-dashboard > .info .point {
  margin-top: 20px;
  padding: 4px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
body#mypage .section-dashboard > .info .point span {
  color: #ffca00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#mypage .section-dashboard > .info .links {
  min-height: 178px;
  margin: 20px 0 -9999px;
  padding: 16px 20px 9999px;
  background: #f8f8f8;
  font-size: 12px;
  font-size: 1.2rem;
}
body#mypage .section-dashboard > .info .links li {
  margin-top: 10px;
  padding-left: 16px;
  background: url(../img/mypage/mypage-links-li-bg.png) no-repeat 0 6px;
}
body#mypage .section-dashboard > .info .links li:first-child {
  margin-top: 0;
}
body#mypage .section-dashboard > .info .links li:last-child {
  margin-bottom: 16px;
}
body#mypage .section-dashboard > .menu dt {
  min-height: 32px;
  margin: 20px 0 10px;
  padding-left: 50px;
  background: no-repeat left center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body#mypage .section-dashboard > .menu dt:first-child {
  margin-top: 0;
}
body#mypage .section-dashboard > .menu dt.favorite {
  background-image: url(../img/mypage/mypage-menu-bg-favorite.png);
}
body#mypage .section-dashboard > .menu dt.history {
  background-image: url(../img/mypage/mypage-menu-bg-history.png);
}
body#mypage .section-dashboard > .menu dt.review {
  background-image: url(../img/mypage/mypage-menu-bg-review.png);
}
body#mypage .section-dashboard > .menu dt.cart {
  background-image: url(../img/mypage/mypage-menu-bg-cart.png);
}
body#mypage .section-dashboard > .menu dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebe9e9;
  font-size: 12px;
  font-size: 1.2rem;
}
body#mypage .section-dashboard > .banners > ul > li {
  margin-top: 15px;
}
body#mypage .section-dashboard > .banners > ul > li:first-child {
  margin-top: 0;
}
body#mypage .section-dashboard > .banners > ul > li > a {
  display: block;
  margin-bottom: 6px;
}
body#mypage .section-dashboard > .banners > ul > li > ul {
  margin-top: 5px;
}
body#mypage .section-dashboard > .banners > ul > li > ul li {
  width: 160px;
  padding: 0 3px 0 16px;
  background: url(../img/mypage/mypage-links-li-bg.png) no-repeat 0 6px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#mypage .section-dashboard > .banners > ul > li > ul li:last-child {
  width: 191px;
  padding-right: 0;
  padding-left: 3px;
  color: #ff7446;
  background: none;
  text-align: right;
}
body#mypage .section-dashboard > .banners > ul > li > ul li:last-child .num {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  color: #fff;
  background: #ff7446;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
          border-radius: 11px;
}
body#mypage .section-dashboard > .banners > ul > li > ul li:last-child a {
  color: #ff7446;
}
body#mypage #mypage-msg {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
body#mypage #mypage-msg > p {
  position: absolute;
  top: -63px;
  right: 10px;
  min-height: 25px;
  padding: 5px 0 0 30px;
  background: url(../img/mypage/mypage-level-1-bg.png) no-repeat 0 center / auto 30px;
  vertical-align: middle;
}

body#mypage #mypage-msg .level {
  color: #8c6a00;
}
body#mypage #mypage-msg .point {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  padding: 5px 17px;
  color: #fff;
  background: #8c6a00;
}
body#mypage #mypage-msg .point:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-width: 7px;
  border-right-color: #8c6a00;
}
body#mypage #mypage-msg .point b {
  font-size: 18px;
  font-size: 1.8rem;
}
body#mypage #mypage-nav {
  position: relative;
  width: 1020px;
  margin: 0 auto 30px;
  padding: 0 10px 28px;
}
body#mypage #mypage-nav > .menu {
  float: left;
  width: 660px;
}
body#mypage #mypage-nav > .agemasu {
  float: right;
  width: 360px;
}
body#mypage #mypage-nav > .menu:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 1020px;
  height: 0;
  border-bottom: 1px dotted #ddd;
}
body#mypage #mypage-nav .main-menu {
  margin-bottom: 6px;
}
body#mypage #mypage-nav > .menu .main-menu {
  display: table;
  width: 100%;
}
body#mypage #mypage-nav > .menu .main-menu li {
  display: table-cell;
  position: relative;
  height: 55px;
  border: 1px solid #dfdfd0;
  border-left: none;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#mypage #mypage-nav > .menu .main-menu li:first-child {
  border-left: 1px solid #ddd;
}
body#mypage #mypage-nav > .menu .main-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#mypage #mypage-nav > .menu .main-menu li a span {
  padding: 2px 0 2px 20px;
  background: no-repeat left center;
  vertical-align: middle;
}
body#mypage #mypage-nav > .menu .main-menu li.favorite a span {
  background-image: url(../img/mypage/mypage-menu-bg-favorite-small.png);
}
body#mypage #mypage-nav > .menu .main-menu li.history a span {
  background-image: url(../img/mypage/mypage-menu-bg-history-small.png);
}
body#mypage #mypage-nav > .menu .main-menu li.review a span {
  background-image: url(../img/mypage/mypage-menu-bg-review-small.png);
}
body#mypage #mypage-nav > .menu .main-menu li.cart a span {
  background-image: url(../img/mypage/mypage-menu-bg-cart-small.png);
}
body#mypage #mypage-nav > .menu .main-menu li a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}
body#mypage #mypage-nav .sub-menu {
  font-size: 12px;
  font-size: 1.2rem;
}
body#mypage #mypage-nav .sub-menu li {
  display: inline-block;
  margin-left: 16px;
  padding-left: 12px;
  background: url(../img/mypage/mypage-links-li-bg.png) no-repeat 0 6px;
}
body#mypage #mypage-nav > .agemasu .sub-menu li {
  width: 160px;
  padding-right: 3px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#mypage #mypage-nav > .agemasu .sub-menu li:nth-child(2n) {
  width: 196px;
  padding-right: 0;
  padding-left: 19px;
  background-position: 3px 6px;
}
body#mypage #mypage-nav > .agemasu .sub-menu li:last-child {
  padding-left: 0;
  color: #ff7446;
  background: none;
  text-align: right;
}
body#mypage #mypage-nav > .agemasu .sub-menu li:last-child .num {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  color: #fff;
  background: #ff7446;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
          border-radius: 11px;
}
body#mypage #mypage-nav > .agemasu .sub-menu li:last-child a {
  color: #ff7446;
}
body#mypage #mypage-nav .sub-menu li:first-child {
  margin-left: 0;
}
body#mypage .section-history {
  margin-bottom: 75px;
}
body#mypage .history-list {
  width: 100%;
  margin: 40px 0;
}
body#mypage .history-list th {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body#mypage .history-list td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
body#mypage .history-list td img {
  vertical-align: middle;
}
body#mypage .history-list td:nth-child(1) {
  width: 113px;
}
body#mypage .history-list td:nth-child(2) {
  padding-right: 0;
}
body#mypage .history-list td:nth-child(4) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
body#mypage .history-list td:nth-child(4) span {
  font-size: 16px;
  font-size: 1.6rem;
}
body#mypage .history-list td:nth-child(5) {
  width: 370px;
  padding-right: 0;
  text-align: right;
}
body#mypage .history-list td:nth-child(5) button:first-child {
  margin-right: 5px;
}
body#mypage .history-list td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}
body#mypage .section-change {
  margin-bottom: 75px;
}
body#mypage .section-change .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage .section-change table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#mypage .section-change table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#mypage .section-change table th img {
  float: right;
}
body#mypage .section-change table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#mypage .section-change table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#mypage .section-change table td a {
  margin-left: 10px;
}
body#mypage .section-change table td img {
  vertical-align: middle;
}
body#mypage .section-change table td select {
  margin-left: 15px;
}
body#mypage .section-change table td select:first-child {
  margin-left: 0;
}
body#mypage .section-change table td .birth-year {
  width: 135px;
}
body#mypage .section-change table td .birth-month,
body#mypage .section-change table td .birth-day {
  width: 90px;
}
body#mypage .section-change .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#mypage .section-change .btns a,
body#mypage .section-change .btns button {
  margin: 0 8px;
}
body#mypage .section-change .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;
  border: 8px solid #eee;
}
body#mypage .section-change .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body#mypage .section-change .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body#mypage .section-change .contact .form {
  width: 270px;
  text-align: center;
}
body#mypage .section-favorite {
  margin-bottom: 75px;
}
body#mypage .favorite-list {
  width: 100%;
  margin: 40px 0;
}
body#mypage .favorite-list th {
  padding: 15px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body#mypage .favorite-list th:nth-child(1) {
  padding-left: 15px;
}
body#mypage .favorite-list td {
  vertical-align: top;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}
body#mypage .favorite-list td img {
  vertical-align: middle;
}
body#mypage .favorite-list td:nth-child(1) {
  padding-right: 0;
  padding-left: 15px;
}
body#mypage .favorite-list td:nth-child(3),
body#mypage .favorite-list td:nth-child(6) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
body#mypage .favorite-list td:nth-child(3) span,
body#mypage .favorite-list td:nth-child(6) span {
  font-size: 16px;
  font-size: 1.6rem;
}
body#mypage .favorite-list td:nth-child(4) {
  width: 105px;
}
body#mypage .favorite-list td:nth-child(4) input {
  width: 50px;
  margin-right: 5px;
}
body#mypage .favorite-list td:nth-child(5) select {
  width: 100%;
}
body#mypage .favorite-list td:nth-child(7) {
  width: 280px;
  padding-right: 0;
  text-align: right;
}
body#mypage .favorite-list td:nth-child(7) button:first-child {
  margin-right: 5px;
}
body#mypage .favorite-list td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}
body#mypage .section-address {
  margin-bottom: 50px;
}
body#mypage .section-address .address-list {
  margin-bottom: 5px;
}
body#mypage .section-address .address-list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #ddd;
}
body#mypage .section-address .address-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body#mypage .section-address .address-list li input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
}
body#mypage .section-address .address-list li > .btns {
  position: absolute;
  top: 0;
  right: 0;
}
body#mypage .section-address .address-input {
  display: none;
  padding: 30px;
  border: 8px solid #eee;
}
body#mypage .section-address .add-address {
  margin-top: 40px;
}
body#mypage .section-address .address-list li .address-input {
  margin-top: 25px;
}
body#mypage .section-address .address-input > p {
  margin-bottom: 15px;
}
body#mypage .section-address .address-input > p img {
  vertical-align: middle;
}
body#mypage .section-address .address-input .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage .section-address .address-input table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}
body#mypage .section-address .address-input th {
  width: 155px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
body#mypage .section-address .address-input th img {
  float: right;
}
body#mypage .section-address .address-input td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #ddd;
}
body#mypage .section-address .address-input td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#mypage .section-address .address-input td img {
  vertical-align: middle;
}
body#mypage .section-address .address-input td a {
  margin-left: 10px;
}
body#mypage .section-address .address-input .btns {
  margin-bottom: 0;
  text-align: center;
}
body#mypage .section-address .address-add-btn {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
body#mypage .section-withdrawal {
  margin-bottom: 75px;
}
body#mypage .section-withdrawal .withdrawal-btn {
  margin-top: 45px;
}
body#mypage .section-withdrawal .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;
  border: 8px solid #eee;
}
body#mypage .section-withdrawal .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body#mypage .section-withdrawal .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body#mypage .section-withdrawal .contact .form {
  width: 270px;
  text-align: center;
}
body#mypage .section-withdrawal .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#mypage .section-withdrawal .btns a,
body#mypage .section-withdrawal .btns button {
  margin: 0 8px;
}

body#mypage .section-lostpassword {
  margin-bottom: 75px;
}
body#mypage .section-lostpassword .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage .section-lostpassword table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#mypage .section-lostpassword table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#mypage .section-lostpassword table th img {
  float: right;
}
body#mypage .section-lostpassword table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#mypage .section-lostpassword table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#mypage .section-lostpassword table td a {
  margin-left: 10px;
}
body#mypage .section-lostpassword table td img {
  vertical-align: middle;
}
body#mypage .section-lostpassword table td select {
  margin-left: 15px;
}
body#mypage .section-lostpassword table td select:first-child {
  margin-left: 0;
}
body#mypage .section-lostpassword table td .birth-year {
  width: 135px;
}
body#mypage .section-lostpassword table td .birth-month,
body#mypage .section-lostpassword table td .birth-day {
  width: 90px;
}
body#mypage .section-lostpassword .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#mypage .section-lostpassword .btns a,
body#mypage .section-lostpassword .btns button {
  margin: 0 8px;
}
body#mypage .section-lostpassword .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;
  border: 8px solid #eee;
}
body#mypage .section-lostpassword .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body#mypage .section-lostpassword .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body#mypage .section-lostpassword .contact .form {
  width: 270px;
  text-align: center;
}
body#mypage .section-profile {
  margin-bottom: 75px;
}
body#mypage #content #main .section-profile > .note {
  margin-bottom: 20px;
  padding: 13px 17px;
  background: #eee;
}
body#mypage .section-profile .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage .section-profile table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#mypage .section-profile table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#mypage .section-profile table th img {
  float: right;
}
body#mypage .section-profile table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#mypage .section-profile table td .note,
body#mypage .section-profile table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#mypage .section-profile table td input[type="file"] {
  margin-bottom: 5px;
}
body#mypage .section-profile table td a {
  margin-left: 10px;
}
body#mypage .section-profile table td img {
  vertical-align: middle;
}
body#mypage .section-profile table td select {
  margin-left: 15px;
}
body#mypage .section-profile table td select:first-child {
  margin-left: 0;
}
body#mypage .section-profile table td .birth-year {
  width: 135px;
}
body#mypage .section-profile table td .birth-month,
body#mypage .section-profile table td .birth-day {
  width: 90px;
}
body#mypage .section-profile .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#mypage .section-profile .btns a,
body#mypage .section-profile .btns button {
  margin: 0 8px;
}
body#mypage .section-agemasu {
  margin-bottom: 75px;
}
body#mypage .section-agemasu .tab-menu {
  margin-bottom: 30px;
}
body#mypage .section-agemasu .tab-menu li {
  border: 1px solid #fff;
  border-bottom-color: #ddd;
}
body#mypage .section-agemasu .tab-menu li.selected {
  border-color: #ddd;
  border-bottom-color: #fff;
}
body#mypage .section-agemasu .tab-menu + p {
  margin-bottom: 25px;
}
body#mypage .agemasu-list-ageru {
  width: 100%;
  margin: 40px 0;
}
body#mypage .agemasu-list-ageru th {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body#mypage .agemasu-list-ageru td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
body#mypage .agemasu-list-ageru td img {
  vertical-align: middle;
}
body#mypage .agemasu-list-ageru td:nth-child(1) {
  width: 113px;
}
body#mypage .agemasu-list-ageru td:nth-child(2) {
  padding-right: 0;
}
body#mypage .agemasu-list-ageru td:nth-child(4) {
  width: 480px;
  padding-top: 25px;
  padding-right: 0;
  text-align: right;
}
body#mypage .agemasu-list-ageru td:nth-child(4) a {
  margin-left: 5px;
}
body#mypage .agemasu-list-ageru td:nth-child(4) a:first-child {
  margin-left: 0;
}
body#mypage .agemasu-list-ageru td .chat {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
body#mypage .agemasu-list-ageru td .chat .num {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
body#mypage .agemasu-list-ageru td .chat .num b {
  position: relative;
  top: 13px;
  z-index: 1;
  display: inline-block;
  padding: 1px 15px;
  color: #fff;
  background: #ff7446;
  border: 2px solid #00c4c4;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
     -moz-box-shadow: inset 0 0 0 2px #fff;
      -ms-box-shadow: inset 0 0 0 2px #fff;
       -o-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
body#mypage .agemasu-list-ageru td .chat .num b:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 9px solid #00c4c4;
}
body#mypage .agemasu-list-ageru td .chat .num b:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 3;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
}
body#mypage .agemasu-list-ageru td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}
body#mypage .section-agemasu .btns {
  width: 50%;
  margin: -43px 0 0 auto;
  text-align: right;
}
body#mypage .agemasu-list-morau {
  width: 100%;
  margin: 40px 0;
}
body#mypage .agemasu-list-morau th {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body#mypage .agemasu-list-morau td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
body#mypage .agemasu-list-morau td img {
  vertical-align: middle;
}
body#mypage .agemasu-list-morau td:nth-child(1) {
  width: 113px;
}
body#mypage .agemasu-list-morau td:nth-child(2) {
  padding-right: 0;
}
body#mypage .agemasu-list-morau td:nth-child(4) {
  width: 100px;
}
body#mypage .agemasu-list-morau td:nth-child(5) {
  width: 400px;
  padding-top: 25px;
  padding-right: 0;
  text-align: right;
}
body#mypage .agemasu-list-morau td .onorder {
  color: #ff9673;
}
body#mypage .agemasu-list-morau td .gifted {
  color: #2692ff;
}
body#mypage .agemasu-list-morau td .chat {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
body#mypage .agemasu-list-morau td .chat .num {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
body#mypage .agemasu-list-morau td .chat .num b {
  position: relative;
  top: 13px;
  z-index: 1;
  display: inline-block;
  padding: 1px 15px;
  color: #fff;
  background: #ff7446;
  border: 2px solid #00c4c4;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
     -moz-box-shadow: inset 0 0 0 2px #fff;
      -ms-box-shadow: inset 0 0 0 2px #fff;
       -o-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
body#mypage .agemasu-list-morau td .chat .num b:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 9px solid #00c4c4;
}
body#mypage .agemasu-list-morau td .chat .num b:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 3;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
}
body#mypage .agemasu-list-morau td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}


body#mypage .section-agemasu-chat .comment-list {
  margin-top: 30px;
  padding: 40px;
  border: 1px solid #ddd;
}
body#mypage .section-agemasu-chat .comment-list .comment-box {
  position: relative;
  width: 798px;
  margin-top: 30px;
  padding: 36px 30px 24px;
  background: #eee;
}
body#mypage .section-agemasu-chat .comment-list .comment-box:first-child {
  margin-top: 0;
}
body#mypage .section-agemasu-chat .comment-list .comment-box-left {
  margin-left: auto;
  background: #c9f0f0;
}
body#mypage .section-agemasu-chat .comment-list .comment-box .name {
  margin-top: 46px;
  padding-top: 6px;
  border-top: 1px solid #fff;
  text-align: right;
}
body#mypage .section-agemasu-chat .comment-list .comment-box .date {
  text-align: right;
}
body#mypage .section-agemasu-chat .comment-list .comment-box-left .name,
body#mypage .section-agemasu-chat .comment-list .comment-box-left .date {
  text-align: left;
}
body#mypage .section-agemasu-chat .comment-list .comment-box-left .img {
  right: auto;
  left: -80px;
  background: #c9f0f0;
}
body#mypage .section-agemasu-chat .comment-list .comment-box .img {
  position: absolute;
  top: 0;
  right: -80px;
  padding: 5px;
  background: #eee;
}
body#mypage .section-agemasu-chat .comment-list .comment-box-left .img {
  right: auto;
  left: -80px;
  background: #c9f0f0;
}
body#mypage .section-agemasu-chat .comment-list .msg-box {
  margin-top: 30px;
  padding: 15px 20px;
  border: 5px solid #ff9673;
}
body#mypage .section-agemasu-chat .comment-list .msg-box:first-child {
  margin-top: 0;
}
body#mypage .section-agemasu-chat .comment-list .msg-box p {
  color: #ff9673;
  font-weight: bold;
  text-align: center;
}


body#mypage .section-agemasu-send-msg {
  margin: 75px 0;
}
body#mypage #content #main .section-agemasu-send-msg h2 {
  margin-bottom: 30px;
  padding: 0;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
body#mypage #content #main .section-agemasu-send-msg .form-box {
  padding: 0;
  border: 5px solid #00b7b7;
}
body#mypage #content #main .section-agemasu-send-msg .form-box .error {
  margin: 30px 40px -15px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage #content #main .section-agemasu-send-msg .form-box .textarea {
  margin: 30px 40px 7px;
}
body#mypage #content #main .section-agemasu-send-msg .form-box .textarea textarea {
  width: 100%;
  border: none;
}
body#mypage #content #main .section-agemasu-send-msg .form-box .btns {
  padding: 30px 40px 30px;
  background: #e0f6f6;
  text-align: center;
}


body#mypage .section-review {
  margin-bottom: 75px;
}
body#mypage .section-review .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#mypage .section-review table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#mypage .section-review table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#mypage .section-review table th img {
  float: right;
}
body#mypage .section-review table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#mypage .section-review table td .note,
body#mypage .section-review table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#mypage .section-review table td.recommend {
  color: #ffbf00;
}

body#mypage .section-review table td input[type="file"] {
  margin-bottom: 5px;
}
body#mypage .section-review table td a {
  margin-left: 10px;
}
body#mypage .section-review table td img {
  vertical-align: middle;
}
body#mypage .section-review table td select {
  margin-left: 15px;
}
body#mypage .section-review table td select:first-child {
  margin-left: 0;
}
body#mypage .section-review table td .birth-year {
  width: 135px;
}
body#mypage .section-review table td .birth-month,
body#mypage .section-review table td .birth-day {
  width: 90px;
}
body#mypage .section-review .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#mypage .section-review .btns a,
body#mypage .section-review .btns button {
  margin: 0 8px;
}




/* registration
========================================================= */
body#registration #content {
  width: auto;
  min-width: 1040px;
  padding: 30px 0 0;
  padding-right: 0;
}
body#registration #content h1 {
  width: 1020px;
  margin: 0 auto 30px;
  padding-left: 10px;
  padding-right: 10px;
}
body#registration #content #main {
  width: 1040px;
  min-height: 250px;
  margin: 0 auto 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
body#registration #content #main h2 {
  margin: 0 0 19px;
  padding: 1px 0 1px 20px;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
body#registration #content #main h2 ~ p {
  margin-bottom: 25px;
}
body#registration #content #main h2 ~ p img {
  vertical-align: middle;
}
body#registration .cart-privilege-nav {
  margin-bottom: 40px;
  padding: 20px 0 21px;
  text-align: center;
  background: #f3f3f3;
}

body#registration .cart-privilege-nav .lead {
  margin: 6px 0 19px;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

body#registration .cart-privilege-nav h2 {
  margin-bottom: 23px;
  padding: 0;
  text-align: center;
  background: none;
}

body#registration .cart-privilege-nav ul {
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}

body#registration .cart-privilege-nav li {
  float: left;
  margin: 0 30px 18px 0;
}

body#registration .cart-privilege-nav li:nth-child(3n) {
  margin-right: 0;
}

body#registration .section-registration {
  margin-bottom: 75px;
}
body#registration #content #main .section-registration .flow {
  margin-bottom: 31px;
}
body#registration .section-registration .error {
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#registration .section-registration table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#registration .section-registration table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#registration .section-registration table th img {
  float: right;
}
body#registration .section-registration table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#registration .section-registration table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#registration .section-registration table td a {
  margin-left: 10px;
}
body#registration .section-registration table td img {
  vertical-align: middle;
}
body#registration .section-registration table td select {
  margin-left: 15px;
}
body#registration .section-registration table td select:first-child {
  margin-left: 0;
}
body#registration .section-registration table td .birth-year {
  width: 135px;
}
body#registration .section-registration table td .birth-month,
body#registration .section-registration table td .birth-day {
  width: 90px;
}
body#registration .section-registration .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#registration .section-registration .btns a,
body#registration .section-registration .btns button {
  margin: 0 8px;
}
body#registration .section-registration .section-tos {
  margin-bottom: 20px;
}

body#registration .section-registration .section-tos h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
body#registration .section-registration .section-tos h3 b {
  color: #d80000;
}
body#registration .section-registration .section-tos > p {
  margin-bottom: 25px;
}
body#registration .section-registration .section-tos .terms-of-service,
body#registration .section-registration .section-tos .privacy-policy {
  height: 160px;
  margin-top: 20px;
  padding: 16px 20px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
body#registration .section-registration .section-tos .privacy-policy {
  height: 190px;
}
body#registration .section-registration .section-tos .terms-of-service,
body#registration .section-registration .section-tos .privacy-policy {
  height: 216px;
  margin-top: 20px;
  padding: 16px 20px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
body#registration .section-registration .section-tos .terms-of-service strong,
body#registration .section-registration .section-tos .privacy-policy strong {
  font-size: 15px;
  font-size: 1.5rem;
}
body#registration .section-registration .section-tos .terms-of-service p,
body#registration .section-registration .section-tos .privacy-policy p,
body#registration .section-registration .section-tos .terms-of-service ul,
body#registration .section-registration .section-tos .privacy-policy ul,
body#registration .section-registration .section-tos .terms-of-service dl,
body#registration .section-registration .section-tos .privacy-policy dl {
  margin-bottom: 1.5em;
}
body#registration .section-registration .section-tos .terms-of-service li,
body#registration .section-registration .section-tos .privacy-policy li {
  list-style: outside decimal;
  margin: .5em 0 0 1.25em;
  padding-left: .75em;
}
body#registration .section-registration .section-tos .terms-of-service dl dt,
body#registration .section-registration .section-tos .privacy-policy dl dt {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
body#registration .section-registration .section-tos .terms-of-service dl dd,
body#registration .section-registration .section-tos .privacy-policy dl dd {
  margin-left: 1em;
}
body#registration .section-registration .section-tos .terms-of-service dl dd strong,
body#registration .section-registration .section-tos .privacy-policy dl dd strong,
body#registration .section-registration .section-tos .terms-of-service dl dd dt,
body#registration .section-registration .section-tos .privacy-policy dl dd dt {
  font-size: 13px;
  font-size: 1.3rem;
}
body#registration .section-registration .msg {
  margin: 60px 0 46px;
  text-align: center;
}
body#registration .section-registration .msg p:first-child {
  margin-bottom: 25px;
}

/* info
========================================================= */
body#info #content .info-list {
  margin: 50px 0 16px;
}
body#info #content #article .section-info {
  padding: 12px 0 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body#info #content #article .section-info .header {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
body#info #content #article .section-info .header h1 {
  display: table-cell;
  width: 600px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
  padding-top: 0 !important;
}
body#info #content #article .section-info .header .date {
  display: table-cell;
  width: 130px;
  padding-top: 6px;
  text-align: right;
  vertical-align: top;
}
body#info #content #article .section-info .img {
  margin-bottom: 35px;
}
body#info #content #article .section-info .txt p {
  margin: 25px 0;
}
body#info #content #article .section-info .txt ul,
body#info #content #article .section-info .txt ol {
  margin: 25px 0;
}
body#info #content #article .section-info .txt ul li {
  position: relative;
  margin-top: .5em;
  padding-left: 1em;
}
body#info #content #article .section-info .txt ul li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #372f2c;
}
body#info #content #article .section-info .txt ol li {
  list-style: outside decimal;
  margin: .5em 0 0 1.25em;
  padding-left: .75em;
}
body#info #content #article .section-info .txt dl {
  margin: 25px 0;
}
body#info #content #article .section-info .txt dl dt {
  font-weight: bold;
}
body#info #content #article .section-info .txt dl dd {
  padding-left: 1em;
}
body#info #content #article .section-info .txt table {
  margin: 25px 0;
  border: 1px solid #eee;
}
body#info #content #article .section-info .txt table th {
  padding: 5px 10px;
  background: #f8f8f8;
  border: 1px solid #eee;
}
body#info #content #article .section-info .txt table td {
  padding: 5px 10px;
  border: 1px solid #eee;
}
body#info #content #article .more {
  margin: 21px auto 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center
}
body#info #content #article .more a {
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}

/* review
========================================================= */
body#review #content h1 {
  margin-bottom: 30px;
}
/*** review-list2 ***/
#content .review-list2 {
  width: 100%;
  margin: 30px 0 16px;
}
#content .review-list2 > li {
  position: relative;
  width: 210px;
  margin: 0 50px 30px 0;
  padding: 15px 15px 25px;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .review-list2 > li:nth-child(3n) {
  margin-right: 0;
}
#content .review-list2 > li > img {
  float: left;
  width: 60px;
  margin-bottom: 15px;
}
#content .review-list2 > li > img + div {
  padding-left: 75px;
}
#content .review-list2 > li .rating {
  margin: -4px 0 3px;
}
#content .review-list2 > li .date,
#content .review-list2 > li .name {
  line-height: 1.8;
}
#content .review-list2 > li .name {
  margin-bottom: -10px;
}
#content .review-list2 > li h2 {
  clear: both;
  margin-bottom: 8px;
  padding-top: 10px;
  line-height: 1.8;
  border-top: 1px solid #e7e8d9;
  font-size: 13px;
  font-size: 1.3rem;
}
#content .review-list2 > li .comm {
  line-height: 1.8;
}

/* voice
========================================================= */
body#voice #content h1 {
  margin-bottom: 30px;
}
/*** voice-list2 ***/
#content .voice-list2 {
  width: 100%;
  margin: 40px 0 10px;
}
#content .voice-list2 > li {
  margin: 0 20px 30px 0;
}
#content .voice-list2 > li:nth-child(2n) {
  margin-right: 0;
}

/* media
========================================================= */
body#media #content .media-list {
  margin: 30px 0 4px;
}
body#media #content .media-list  {
  width: 765px;
}
body#media #content .media-list  > li {
  position: relative;
  width: 220px;
  margin: 0 50px 30px 0;
}
body#media #content .media-list  > li:nth-child(3n) {
  position: relative;
  width: 220px;
  margin-right: 0;
}
body#media #content .media-list  > li .comm {
  margin-top: 10px;
}

/* brand
========================================================= */



/*** section-coordinate ***/
body#brand #content .section-coordinate ul {
  width: 1020px;
}
body#brand #content .section-coordinate ul li {
  width: 210px;
  margin-right: 60px;
}
body#brand #content .section-coordinate ul li .desc {
  margin-top: 19px;
}
body#brand #content .section-coordinate ul li .more {
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center
}
body#brand #content .section-coordinate ul li .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
body#brand #content .section-coordinate ul li .more a:hover,
body#brand #content .section-coordinate ul li .more a:active {
  text-decoration: underline;
}
body#brand #content .section-coordinate .bx-prev,
body#brand #content .section-coordinate .bx-next {
  top: 158px;
}





/*** staff-recom-box ***/
#content .staff-recom-box {
  margin-top: 40px;
}
#content .staff-recom-box .img {
  float: left;
  width: 218px;
  text-align: center;
}
#content .staff-recom-box .img img {
  border: 1px solid #eee;
}
#content .staff-recom-box .img span {
  display: block;
  margin-top: 4px;
}
#content .staff-recom-box .comm {
  float: right;
  width: 770px;
}
#content #article .staff-recom-box .comm {
  width: 480px;
}
#content .staff-recom-box .comm dt {
  position: relative;
  padding: 17px 18px 18px;
  background: #372f2c;
}
body#brand #content .staff-recom-box .comm dt {
  background: #ff9326;
}
body.toy #content #article .staff-recom .comm dt {
  background: #00a3d9;
}
body.kids #article .staff-recom .comm dt {
  background: #content #ffa8b8;
}
body.style #article .staff-recom .comm dt {
  background: #content #ff9326;
}
body.gift #article .staff-recom .comm dt {
  background: #content #00a3d9;
}
#content .staff-recom-box .comm dt:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right-width: 9px;
  border-right-color: #372f2c;
}
body#brand #content .staff-recom-box .comm dt:before {
  border-right-color: #ff9326;
}
body.toy #content #article .staff-recom .comm dt:before {
  border-right-color: #00a3d9;
}
body.kids #content #article .staff-recom .comm dt:before {
  border-right-color: #ffa8b8;
}
body.style #content #article .staff-recom .comm dt:before {
  border-right-color: #ff9326;
}
body.gift #content #article .staff-recom .comm dt:before {
  border-right-color: #00a3d9;
}
#content .staff-recom-box .comm dd {
  padding: 20px 19px 21px;
  border: 1px solid #eee;
  border-top: none;
}
body.kids #content #article .staff-recom .comm dt::before {
  border-right-color: #FFA8B8;
}


/*** brand-txt-list ***/
#content .brand-txt-list {
  border: none;
  margin-top: 16px;
}
#content .brand-txt-list > dt {
  padding-left: 14px;
  border: 1px solid #eee;
}
#content .brand-txt-list > dd {
  padding: 0;
  border-top: none;
}
#content .brand-txt-list > dd dl {
  margin-top: 2px;
  padding: 11px 12px;
  background: #f7f7f7;
}
#content .brand-txt-list > dd dt {
  display: inline-block;
  width: 30px;
  margin-right: 3px;
  padding: 6px 5px 5px;
  color: #fff;
  background: #372c2c;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .brand-txt-list > dd dd {
  display: inline-block;
  width: 958px;
  vertical-align: top;
}
#content #article .brand-txt-list > dd dd {
  width: 668px;
}
#content .brand-txt-list > dd dd ul {
  width: 100%;
  padding-top: 3px;
}
#content .brand-txt-list > dd dd li {
  position: relative;
  width: 158px;
  margin-left: 10px;
  padding: 3px 0 3px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#content .brand-txt-list > dd dd li:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #372c2c;
}

/*** brand-txt-list>tab-menu ***/
#content .brand-txt-list .tab-menu {
  margin: 30px 0 20px;
}
#content .brand-txt-list .tab-menu li {
  background: #f5f4f4;
}
#content .brand-txt-list .tab-menu li.selected,
#content .brand-txt-list .tab-menu li:hover,
#content .brand-txt-list .tab-menu li:active {
  background: #fff;
}
#content .brand-txt-list .tab-menu img {
  margin-right: 4px;
}
/*** section-intro ***/
#content .section-intro {
  margin: 50px 0 40px;
}
#content .section-intro .txt {
  float: left;
  width: 600px;
  margin-bottom: 30px;
}
#content .section-intro .txt  h1 img {
  width: auto;
}
#content .section-intro .txt .body {
  position: relative;
  margin-top: 75px;
}
#content .section-intro .body:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -37px;
  width: 30px;
  height: 1px;
  background: #bbb;
}
#content .section-intro .txt .body p {
  margin-top: 21px;
  line-height: 1.7;
}
#content .section-intro .txt  .more {
  width: 210px;
  margin-top: 35px;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center
}
#content .section-intro .txt  .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
#content .section-intro .txt  .more a:hover,
#content .section-intro .txt  .more a:active {
  text-decoration: underline;
}
#content .section-intro .img {
  float: right;
  width: 315px;
  margin-bottom: 30px;
}
#content .section-intro .banner {
  clear: both;
}




/*** coordinate-list ***/
#content .coordinate-list {
  display: table;
  width: 100%;
  overflow: hidden;
  word-spacing: -.4em;
  display: block\9;
}
#content .coordinate-list li {
  display: inline-block;
  position: relative;
  width: 210px;
  margin: 0 60px 40px 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .coordinate-list li:nth-child(4n) {
  margin-right: 0;
}
#content .coordinate-list li .desc {
  margin-top: 19px;
}
#content .coordinate-list li .more {
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center
}
#content .coordinate-list li .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
#content .coordinate-list li .more a:hover,
#content .coordinate-list li .more a:active {
  text-decoration: underline;
}
#content .coordinate-list .bx-prev,
#content .coordinate-list .bx-next {
  top: 158px;
}

#content .coordinate-list.bxslider {
  display: block;
  overflow: visible;
  word-spacing: normal;
}
#content .coordinate-list.bxslider li {
  display: block;
  margin-bottom: 0;
}
#content .section-coordinate .bx-wrapper .bx-controls-direction a {
  top: 158px;
}

/*** coordinate ***/
body#coordinate #content .coordinate-list + .products-list-paging {
  margin-top: 10px;
}


/*** section-coordinate-detail ***/
#detail h1 {
  padding-top: 0 !important;
}
#content .section-coordinate-detail {
  margin-top: 30px;
}
#content .section-coordinate-detail .txt {
  float: right;
  width: 640px;
  margin-bottom: 33px;
}
#content .section-coordinate-detail .txt h1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#content .section-coordinate-detail .txt .body {
  position: relative;
  margin-top: 34px;
}
#content .section-coordinate-detail .txt .body:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -20px;
  width: 16px;
  height: 1px;
  background: #bbb;
}
#content .section-coordinate-detail .txt h2 {
  padding: 12px;
  color: #fff;
  background: #372f2c;
  text-shadow: none;
}
#content .section-coordinate-detail .txt h2 span {
  font-weight: bold;
}


/*** item-list3 ***/
#content .item-list3 {
  display: table;
  width: 100%;
  overflow: hidden;
  word-spacing: -.4em;
  display: block\9;
}
#content .item-list3 li {
  display: inline-block;
  position: relative;
  width: 145px;
  margin: 20px 20px 0 0;
  vertical-align: top;
  word-spacing: normal;
}
#content .item-list3 li:nth-child(4n) {
  margin-right: 0;
}
#content .item-list3 li a {
  display: block;
}
#content .item-list3 li a:first-child {
  margin-bottom: 15px;
}
#content .item-list3 li .color,
#content .item-list3 li .size {
  display: block;
  margin: 7px 0 -10px;
}
#content .item-list3 li .price {
  display: block;
  margin-top: 20px;
  color: #d80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#content .item-list3 li .price span {
  font-size: 13px;
  font-size: 1.3rem;
}
#content .section-coordinate-detail .img {
  float: left;
  width: 350px;
  margin-bottom: 30px;
}
#content .section-coordinate-detail .img img {
  display: block;
}
#content .section-coordinate-detail .img .info {
  display: block;
  margin-top: 6px;
}



body#inquiry #content .section-inquiry {
  margin-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
body#inquiry #content .section-inquiry h2 {
  margin: 0 0 19px;
  padding: 1px 0 1px 20px;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
body#inquiry #content .section-inquiry h2 ~ p {
  margin-bottom: 25px;
}
body#inquiry #content .section-inquiry h2 ~ p img {
  vertical-align: middle;
}
body#inquiry #content .section-inquiry h2 ~ p {
  margin-bottom: 25px;
}
body#inquiry #content .section-inquiry .tel-fax-box {
  margin-bottom: 25px;
}
body#inquiry #content .section-inquiry .tel-fax-box dt {
  margin-bottom: 6px;
  font-weight: bold;
}

body#inquiry #content .section-inquiry .error {
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body#inquiry #content .section-inquiry table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body#inquiry #content .section-inquiry table th {
  width: 200px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body#inquiry #content .section-inquiry table th img {
  float: right;
}
body#inquiry #content .section-inquiry table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body#inquiry #content .section-inquiry table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body#inquiry #content .section-inquiry table td a {
  margin-left: 10px;
}
body#inquiry #content .section-inquiry table td img {
  vertical-align: middle;
}
body#inquiry #content .section-inquiry table td select {
  margin-left: 15px;
}
body#inquiry #content .section-inquiry table td select:first-child {
  margin-left: 0;
}
body#inquiry #content .section-inquiry .btns {
  margin-bottom: 40px;
  text-align: center;
}
body#inquiry #content .section-inquiry .btns a,
body#inquiry #content .section-inquiry .btns button {
  margin: 0 8px;
}
body#inquiry #content .section-inquiry .agree {
  margin-bottom: 20px;
}
body#inquiry #content .section-inquiry .agree > p {
  margin-bottom: 10px;
}
body#inquiry #content .section-inquiry .agree .privacy-policy {
  height: 100px;
  margin-top: 20px;
  padding: 12px 20px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
body#inquiry #content .section-inquiry .agree .privacy-policy strong {
  font-size: 15px;
  font-size: 1.5rem;
}
body#inquiry #content .section-inquiry .agree .privacy-policy p,
body#inquiry #content .section-inquiry .agree .privacy-policy ul,
body#inquiry #content .section-inquiry .agree .privacy-policy dl {
  margin-bottom: 1.5em;
}
body#inquiry #content .section-inquiry .agree .privacy-policy li {
  list-style: outside decimal;
  margin: .5em 0 0 1.25em;
  padding-left: .75em;
}
body#inquiry #content .section-inquiry .agree .privacy-policy dl dt {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
body#inquiry #content .section-inquiry .agree .privacy-policy dl dd {
  margin-left: 1em;
}
body#inquiry #content .section-inquiry .agree .privacy-policy dl dd strong,
body#inquiry #content .section-inquiry .agree .privacy-policy dl dd dt {
  font-size: 13px;
  font-size: 1.3rem;
}
body#inquiry #content .section-inquiry .agree .privacy-policy .text-right {
  text-align: right;
}
body#inquiry #content .section-inquiry .msg {
  margin: 60px 0 46px;
  text-align: center;
}
body#inquiry #content .section-inquiry .msg p {
  margin-bottom: 25px;
}

body#inquiry #content .section-inquiry .btns + .contact-box {
  margin-top: 70px;
}


/* agemasu
========================================================= */

/* #agemasu Header */
body.agemasu #global-nav .global-nav-inner .menu {
  float: left;
  width: 1020px;
  overflow: visible;
}
body.agemasu #global-nav .global-nav-inner .menu li:first-child {
  margin-right: 30px;
  margin-top: 29px;
  vertical-align: middle;
}
body.agemasu #header-nav li {
  margin-top: 10px;
  margin-left: 10px;
}
body.agemasu #header-nav li a {
  vertical-align: middle;
}
/* // #agemasu Header */

body.agemasu .section-change {
  margin-bottom: 75px;
}
body.agemasu .section-change .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body.agemasu .section-change table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body.agemasu .section-change table th {
  width: 220px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body.agemasu .section-change table th img {
  float: right;
}
body.agemasu .section-change table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body.agemasu .section-change table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body.agemasu .section-change table td a {
  margin-left: 10px;
}
body.agemasu .section-change table td img {
  vertical-align: middle;
}
body.agemasu .section-change table td select {
  margin-left: 15px;
}
body.agemasu .section-change table td select:first-child {
  margin-left: 0;
}
body.agemasu .section-change table td .birth-year {
  width: 135px;
}
body.agemasu .section-change table td .birth-month,
body.agemasu .section-change table td .birth-day {
  width: 90px;
}
body.agemasu .section-change .btns {
  margin-bottom: 40px;
  text-align: center;
}
body.agemasu .section-change .btns a,
body.agemasu .section-change .btns button {
  margin: 0 8px;
}
body.agemasu .section-change .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;
  border: 8px solid #eee;
}
body.agemasu .section-change .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.agemasu .section-change .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body.agemasu .section-change .contact .form {
  width: 270px;
  text-align: center;
}
body.agemasu .section-favorite {
  margin-bottom: 75px;
}
body.agemasu .favorite-list {
  width: 100%;
  margin: 40px 0;
}
body.agemasu .favorite-list th {
  padding: 15px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body.agemasu .favorite-list th:nth-child(1) {
  padding-left: 15px;
}
body.agemasu .favorite-list td {
  vertical-align: top;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}
body.agemasu .favorite-list td img {
  vertical-align: middle;
}
body.agemasu .favorite-list td:nth-child(1) {
  padding-right: 0;
  padding-left: 15px;
}
body.agemasu .favorite-list td:nth-child(3),
body.agemasu .favorite-list td:nth-child(6) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
body.agemasu .favorite-list td:nth-child(3) span,
body.agemasu .favorite-list td:nth-child(6) span {
  font-size: 16px;
  font-size: 1.6rem;
}
body.agemasu .favorite-list td:nth-child(4) {
  width: 105px;
}
body.agemasu .favorite-list td:nth-child(4) input {
  width: 50px;
  margin-right: 5px;
}
body.agemasu .favorite-list td:nth-child(5) select {
  width: 100%;
}
body.agemasu .favorite-list td:nth-child(7) {
  width: 280px;
  padding-right: 0;
  text-align: right;
}
body.agemasu .favorite-list td:nth-child(7) button:first-child {
  margin-right: 5px;
}
body.agemasu .favorite-list td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}
body.agemasu .section-address {
  margin-bottom: 50px;
}
body.agemasu .section-address .address-list {
  margin-bottom: 5px;
}
body.agemasu .section-address .address-list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #ddd;
}
body.agemasu .section-address .address-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body.agemasu .section-address .address-list li input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
}
body.agemasu .section-address .address-list li > .btns {
  position: absolute;
  top: 0;
  right: 0;
}
body.agemasu .section-address .address-input {
  display: none;
  padding: 30px;
  border: 8px solid #eee;
}
body.agemasu .section-address .add-address {
  margin-top: 40px;
}
body.agemasu .section-address .address-list li .address-input {
  margin-top: 25px;
}
body.agemasu .section-address .address-input > p {
  margin-bottom: 15px;
}
body.agemasu .section-address .address-input > p img {
  vertical-align: middle;
}
body.agemasu .section-address .address-input .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body.agemasu .section-address .address-input table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}
body.agemasu .section-address .address-input th {
  width: 155px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
body.agemasu .section-address .address-input th img {
  float: right;
}
body.agemasu .section-address .address-input td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #ddd;
}
body.agemasu .section-address .address-input td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body.agemasu .section-address .address-input td img {
  vertical-align: middle;
}
body.agemasu .section-address .address-input td a {
  margin-left: 10px;
}
body.agemasu .section-address .address-input .btns {
  margin-bottom: 0;
  text-align: center;
}
body.agemasu .section-address .address-add-btn {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
body.agemasu .section-withdrawal {
  margin-bottom: 75px;
}
body.agemasu .section-withdrawal .withdrawal-btn {
  margin-top: 45px;
}
body.agemasu .section-withdrawal .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;

  border: 8px solid #eee;
}
body.agemasu .section-withdrawal .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.agemasu .section-withdrawal .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body.agemasu .section-withdrawal .contact .form {
  width: 270px;
  text-align: center;
}
body.agemasu .section-withdrawal .btns {
  margin-bottom: 40px;
  text-align: center;
}
body.agemasu .section-withdrawal .btns a,
body.agemasu .section-withdrawal .btns button {
  margin: 0 8px;
}

body.agemasu .section-lostpassword {
  margin-bottom: 75px;
}
body.agemasu .section-lostpassword .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body.agemasu .section-lostpassword table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body.agemasu .section-lostpassword table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body.agemasu .section-lostpassword table th img {
  float: right;
}
body.agemasu .section-lostpassword table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body.agemasu .section-lostpassword table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body.agemasu .section-lostpassword table td a {
  margin-left: 10px;
}
body.agemasu .section-lostpassword table td img {
  vertical-align: middle;
}
body.agemasu .section-lostpassword table td select {
  margin-left: 15px;
}
body.agemasu .section-lostpassword table td select:first-child {
  margin-left: 0;
}
body.agemasu .section-lostpassword table td .birth-year {
  width: 135px;
}
body.agemasu .section-lostpassword table td .birth-month,
body.agemasu .section-lostpassword table td .birth-day {
  width: 90px;
}
body.agemasu .section-lostpassword .btns {
  margin-bottom: 40px;
  text-align: center;
}
body.agemasu .section-lostpassword .btns a,
body.agemasu .section-lostpassword .btns button {
  margin: 0 8px;
}
body.agemasu .section-lostpassword .contact {
  position: relative;
  margin: 35px 0 30px;
  padding: 18px 0;
  border: 8px solid #eee;
}
body.agemasu .section-lostpassword .contact:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 745px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.agemasu .section-lostpassword .contact .tel {
  width: 704px;
  padding-left: 30px;
}
body.agemasu .section-lostpassword .contact .form {
  width: 270px;
  text-align: center;
}
body.agemasu .section-profile {
  margin-bottom: 75px;
}
body.agemasu #content #main .section-profile > .note {
  margin-bottom: 20px;
  padding: 13px 17px;
  background: #eee;
}
body.agemasu .section-profile .error {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff480c;
  font-weight: bold;
  background: url(../img/cart/error-img.png) no-repeat 0 50%;
}
body.agemasu .section-profile table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
body.agemasu .section-profile table th {
  width: 170px;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
body.agemasu .section-profile table th img {
  float: right;
}
body.agemasu .section-profile table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #dddddd;
}
body.agemasu .section-profile table td .note,
body.agemasu .section-profile table td .error {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  background: none;
}
body.agemasu .section-profile table td input[type="file"] {
  margin-bottom: 5px;
}
body.agemasu .section-profile table td a {
  margin-left: 10px;
}
body.agemasu .section-profile table td img {
  vertical-align: middle;
}
body.agemasu .section-profile table td select {
  margin-left: 15px;
}
body.agemasu .section-profile table td select:first-child {
  margin-left: 0;
}
body.agemasu .section-profile table td .birth-year {
  width: 135px;
}
body.agemasu .section-profile table td .birth-month,
body.agemasu .section-profile table td .birth-day {
  width: 90px;
}
body.agemasu .section-profile .btns {
  margin-bottom: 40px;
  text-align: center;
}
body.agemasu .section-profile .btns a,
body.agemasu .section-profile .btns button {
  margin: 0 8px;
}
body.agemasu .section-agemasu {
  margin-bottom: 75px;
}
body.agemasu .section-agemasu .tab-menu {
  margin-bottom: 30px;
}
body.agemasu .section-agemasu .tab-menu li {
  border: 1px solid #fff;
  border-bottom-color: #ddd;
}
body.agemasu .section-agemasu .tab-menu li.selected {
  border-color: #ddd;
  border-bottom-color: #fff;
}
body.agemasu .section-agemasu .tab-menu + p {
  margin-bottom: 25px;
}
body.agemasu .agemasu-list-ageru {
  width: 100%;
  margin: 40px 0;
}
body.agemasu .agemasu-list-ageru th {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body.agemasu .agemasu-list-ageru td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
body.agemasu .agemasu-list-ageru td img {
  vertical-align: middle;
}
body.agemasu .agemasu-list-ageru td:nth-child(1) {
  width: 113px;
}
body.agemasu .agemasu-list-ageru td:nth-child(2) {
  padding-right: 0;
}
body.agemasu .agemasu-list-ageru td:nth-child(4) {
  width: 480px;
  padding-top: 25px;
  padding-right: 0;
  text-align: right;
}
body.agemasu .agemasu-list-ageru td:nth-child(4) a {
  margin-left: 5px;
}
body.agemasu .agemasu-list-ageru td:nth-child(4) a:first-child {
  margin-left: 0;
}
body.agemasu .agemasu-list-ageru td .chat {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
body.agemasu .agemasu-list-ageru td .chat .num {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
body.agemasu .agemasu-list-ageru td .chat .num b {
  position: relative;
  top: 13px;
  z-index: 1;
  display: inline-block;
  padding: 1px 15px;
  color: #fff;
  background: #ff7446;
  border: 2px solid #00c4c4;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
     -moz-box-shadow: inset 0 0 0 2px #fff;
      -ms-box-shadow: inset 0 0 0 2px #fff;
       -o-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
body.agemasu .agemasu-list-ageru td .chat .num b:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 9px solid #00c4c4;
}
body.agemasu .agemasu-list-ageru td .chat .num b:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 3;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
}
body.agemasu .agemasu-list-ageru td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}
body.agemasu .section-agemasu .btns {
  width: 50%;
  margin: -43px 0 0 auto;
  text-align: right;
}
body.agemasu .agemasu-list-morau {
  width: 100%;
  margin: 40px 0;
}
body.agemasu .agemasu-list-morau th {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
  background: #f9f9f9;
}
body.agemasu .agemasu-list-morau td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
body.agemasu .agemasu-list-morau td img {
  vertical-align: middle;
}
body.agemasu .agemasu-list-morau td:nth-child(1) {
  width: 113px;
}
body.agemasu .agemasu-list-morau td:nth-child(2) {
  padding-right: 0;
}
body.agemasu .agemasu-list-morau td:nth-child(4) {
  width: 100px;
}
body.agemasu .agemasu-list-morau td:nth-child(5) {
  width: 400px;
  padding-top: 25px;
  padding-right: 0;
  text-align: right;
}
body.agemasu .agemasu-list-morau td .onorder {
  color: #ff9673;
}
body.agemasu .agemasu-list-morau td .gifted {
  color: #2692ff;
}
body.agemasu .agemasu-list-morau td .chat {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
body.agemasu .agemasu-list-morau td .chat .num {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
body.agemasu .agemasu-list-morau td .chat .num b {
  position: relative;
  top: 13px;
  z-index: 1;
  display: inline-block;
  padding: 1px 15px;
  color: #fff;
  background: #ff7446;
  border: 2px solid #00c4c4;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
     -moz-box-shadow: inset 0 0 0 2px #fff;
      -ms-box-shadow: inset 0 0 0 2px #fff;
       -o-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
body.agemasu .agemasu-list-morau td .chat .num b:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 9px solid #00c4c4;
}
body.agemasu .agemasu-list-morau td .chat .num b:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 3;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
}
body.agemasu .agemasu-list-morau td .regular-course {
  display: inline-block;
  margin: 0 0 5px;
  color: #ff8055;
  font-weight: bold;
  white-space: nowrap;
}


body.agemasu .section-agemasu-chat .comment-list {
  margin-top: 30px;
  padding: 40px;
  border: 1px solid #ddd;
}

body.agemasu .section-agemasu-chat .comment-list .comment-box {
  position: relative;
  width: 798px;
  margin-top: 30px;
  padding: 36px 30px 24px;
  background: #eee;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box:first-child {
  margin-top: 0;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box-left {
  margin-left: auto;
  background: #c9f0f0;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box .name {
  margin-top: 46px;
  padding-top: 6px;
  border-top: 1px solid #fff;
  text-align: right;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box .date {
  text-align: right;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box-left .name,
body.agemasu .section-agemasu-chat .comment-list .comment-box-left .date {
  text-align: left;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box-left .img {
  right: auto;
  left: -80px;
  background: #c9f0f0;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box .img {
  position: absolute;
  top: 0;
  right: -80px;
  padding: 5px;
  background: #eee;
}
body.agemasu .section-agemasu-chat .comment-list .comment-box-left .img {
  right: auto;
  left: -80px;
  background: #c9f0f0;
}
body.agemasu .section-agemasu-chat .comment-list .msg-box {
  margin-top: 30px;
  padding: 15px 20px;
  border: 5px solid #ff9673;
}
body.agemasu .section-agemasu-chat .comment-list .msg-box:first-child {
  margin-top: 0;
}
body.agemasu .section-agemasu-chat .comment-list .msg-box p {
  color: #ff9673;
  font-weight: bold;
  text-align: center;
}

body.agemasu .file-mb p {
  margin-bottom: 10px;
}
body.agemasu .file-mb p:last-child {
  margin-bottom: 0;
}
body.agemasu #content #main h2 {
  margin: 0 0 19px;
  padding: 1px 0 1px 20px;
  background: url(../img/cart/heading-bg.png) no-repeat 0 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
body.agemasu #content h1 {
  width: 1020px;
  margin: 0 auto 30px;
  padding-left: 10px;
  padding-right: 10px;
}
body.agemasu .agemasu-flow-area {
  margin-bottom: 40px;
}
body.agemasu .agemasu-box-01 {
  border: solid 2px #372F2C;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px;
}
body.agemasu .agemasu-box-01 li {
  float: left;
  margin-right: 20px;
}
body.agemasu .agemasu-box-01 li:last-child {
  margin-right: 0;
}

body.agemasu .agemasu-box-01 li:nth-child(2) {
  width: 620px;
  margin-right: 30px;
}

body.agemasu .agemasu-box-01 li:nth-child(2) p {
  color: #FFF;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  background: #372F2C;
}
body.agemasu .agemasu-box-01 li:nth-child(2) dt {
  font-weight: bold;
}
body.agemasu .agemasu-box-01 li:nth-child(2) dl {
  line-height: 1.8;
}
body.agemasu .agemasu-box-01 li:nth-child(3) div {
  border-left: solid 1px #DDD;
  display: table-cell;
  vertical-align: middle;
  height: 125px;
  padding: 0 0 0 30px;
}

body.agemasu .section-change table td.file-img-up {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0 0 25px;
}
body.agemasu .file-img-up li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
body.agemasu .file-img-up li img {
  margin-bottom: 10px;
}
body.agemasu .section-agemasu .msg {
    margin: 60px 0 46px;
    text-align: center;
}
body.agemasu .section-agemasu {
  margin-bottom: 75px;
}
body.agemasu #content #main .section-agemasu .flow {
  margin-bottom: 31px;
}
body.agemasu #content #main h2 ~ p {
    margin-bottom: 25px;
}
body.agemasu .section-agemasu .btns {
    margin: 0 auto 40px;
    text-align: center;
    width: 170px;
}
body.agemasu #content #main h4 {
    background: rgba(0, 0, 0, 0) url("/assets/img/cart/heading-bg.png") no-repeat scroll 0 50%;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 19px;
    padding: 1px 0 1px 20px;
    text-align: left;
}
body.agemasu .cart-orderer {
  margin-bottom: 50px;
}
body.agemasu .cart-date {
  position: relative;
}

body.agemasu .cart-date-desc {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  color: #ffffff;
}
body.agemasu .cart-date-desc span {
  color: #ffdc72;
}
body.agemasu .cart-date table {
    margin-bottom: 15px;
}
body.agemasu .cart-orderer table {
    border-top: 1px solid #dddddd;
    width: 100%;
}
body.agemasu .cart-orderer th {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
    width: 195px;
}
body.agemasu .cart-orderer td {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0 20px 25px;
}
body.agemasu .cart-orderer th img {
    float: right;
}
body.agemasu .cart-payment-select-attention {
  margin-bottom: 15px;
  color: #FF3F00;
}
body.agemasu .agemasu-title-02 {
  text-shadow: none;
  background: #372F2C;
  padding: 8px;
  color: #FFF;
  margin: 0 0 15px !important;
  font-size: 1.3rem;
}
body.agemasu .detail-inner-chat li {
  float: left;
}
body.agemasu .detail-inner-chat li:first-child {
  width: 70px;
}
body.agemasu .detail-inner-chat li:nth-child(2) {
  float: right;
  width: 270px;
}
body.agemasu .detail-inner-chat li:nth-child(2) dt {
  font-weight: bold;
}

body.agemasu .detail-inner-chat {
  margin: 0 0 20px;
}
/*side-bn*/
.side-bn {
  top: 80px;
  right: 0;
  position: fixed;
  z-index: 99999;
  width: 65px;
  display: none;
  }
.side-bn a:hover {
  opacity: 0.7;
  }

body.agemasu .agemasu-title-01 {
  text-shadow: none;
  background: #372F2C;
  padding: 12px;
  color: #FFF;
  margin: 20px 0 15px;
}
body.agemasu h1 {
  padding-left: 0 !important;
}

body.agemasu .infos table th {
  width: 120px !important;
}

body.agemasu .agemasu-top-box-01 {
  position: relative;
  border: dashed 1px #372C2C;
  padding: 40px;
}
body.agemasu .agemasu-top-box-01-bottom {
  border: dashed 1px #372C2C;
  border-top: none;
  padding: 20px;
  text-align: center;
  margin-bottom: 45px;
}
.agemasu-anc-img {
  background: url(../img/agemasu/agemasu-anc-img.png) 0 50% no-repeat;
  padding-left: 25px;
  color: #372C2C;
}
body.agemasu .agemasu-top-box-01 li {
  float: left;
  width: 210px;
  margin-right: 154px;
}
body.agemasu .agemasu-top-box-01 li img {
  margin-bottom: 15px;
}
body.agemasu .agemasu-top-box-01 li:nth-child(3) {
  margin-right: 0;
}
body.agemasu .agemasu-top-box-01 li:nth-child(1):after {
  content: url(../img/agemasu/agemasu-top-box-01-arrow.png);
  position: absolute;
  top: 80px;
  left: 290px;
}

body.agemasu .agemasu-top-box-01 li:nth-child(2):after {
  content: url(../img/agemasu/agemasu-top-box-01-arrow.png);
  position: absolute;
  top: 80px;
  left: 650px;
}
body.agemasu .agemasu-top-box-01 li img {
  vertical-align: top;
}
body.agemasu .agemasu-btn-box li {
  float: left;
}
body.agemasu .agemasu-btn-box li:nth-child(2) {
  float: right;
}
body.agemasu .agemasu-btn-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #EEEEEE;
}
body.agemasu #content #main h2.agemasu-top-title-03 {
  background: none !important;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.pl40 {
  padding-left: 40px !important;
}


body.agemasu #content #main h2.about-agemasu-title-02 {
  background: none;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
}
body.agemasu .about-agemasu-gr-area {
  float: right;
}
body.agemasu .about-agemasu-gr-area .gr-box {
  box-sizing: border-box;
  background: url(../img/agemasu/about-agemasu-gr-title-bg.png) 0 0 no-repeat;
  border: dashed 1px #00B384;
  border-top: none;
  padding: 30px;
  padding-top: 40px;
  width: 490px;
}
body.agemasu .about-agemasu-bl-area {
  float: left;
}
body.agemasu .about-agemasu-bl-area .bl-box {
  box-sizing: border-box;
  background: url(../img/agemasu/about-agemasu-bl-title-bg.png) 0 0 no-repeat;
  border: dashed 1px #0084B4;
  border-top: none;
  padding: 30px;
  padding-top: 40px;
  width: 490px;
}

body.agemasu .about-agemasu-gr-area li,
body.agemasu .about-agemasu-bl-area li {
  width: 440px;
  margin-bottom: 50px;
  position: relative;
}
body.agemasu .about-agemasu-gr-area li:after,
body.agemasu .about-agemasu-bl-area li:after {
  content: url(../img/agemasu/about-agemasu-arrow.png);
  position: absolute;
  top: 150px;
  left: 60px;
}
body.agemasu .about-agemasu-gr-area li:last-child,
body.agemasu .about-agemasu-bl-area li:last-child {
  margin-bottom: 30px;
}
body.agemasu .about-agemasu-gr-area li:last-child:after,
body.agemasu .about-agemasu-bl-area li:last-child:after {
  content: " ";
}
body.agemasu .about-agemasu-gr-area li img,
body.agemasu .about-agemasu-bl-area li img {
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}
body.agemasu .about-agemasu-gr-area li p,
body.agemasu .about-agemasu-bl-area li p {
  width: 280px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
}
body.agemasu .about-agemasu-gr-area li p span.bold,
body.agemasu .about-agemasu-bl-area li p span.bold {
  font-weight: bold;
}
body.agemasu .about-agemasu-gr-area li p span.bold-or,
body.agemasu .about-agemasu-bl-area li p span.bold-or {
  font-weight: bold;
  color: #FF7F00;
}
body.agemasu .about-agemasu-gr-area li p span.font-s,
body.agemasu .about-agemasu-bl-area li p span.font-s {
  font-size: 13px;
}
body.agemasu .about-agemasu-center-box dt {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
body.agemasu .about-agemasu-center-box dd {
  margin-bottom: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
body.agemasu #content #search-filter > dd .age {
  width: 100%;
}

body.agemasu #content .tab-menu li a::after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  position: absolute;
  top: 0;
  width: 100%;
}
body.agemasu #content .tab-menu li a {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  width: 100%;
  margin-left: 0;
}
body.agemasu #content .tab-menu {
    display: block;
    table-layout: fixed;
    table-layout: auto;
    width: 100%;
    margin-bottom: 0;
}
body.agemasu #content .tab-menu li.selected {
    border-bottom-color: #fff;
}
body.agemasu #content .tab-menu li:first-child {
    border-left: solid 1px #eee;
}
body.agemasu #content .tab-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee #eee -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 0 medium;
    box-sizing: border-box;
    display: table-cell;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    margin-right: 10px !important;
    width: 150px !important;
}
body.agemasu .tab-menu li.selected {
  background: #EEE;
}
body.agemasu #content .tab-menu li a::after {
  content: " ";
  display: block;
  height: 50px;
  left: 0;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  position: absolute;
  top: 0;
  width: 100%;
}
body.agemasu .tab-content ul.panel-layout {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  table-layout: auto;
  width: 100%;
  word-spacing: -0.4em;
  background: #EEE;
  padding: 15px !important;
}
body.agemasu #content .tab-content {
  left: -10000px;
  padding-top: 0;
  position: absolute;
}
body.agemasu #content #search-filter .panel-layout > li {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  margin-right: 20px;
}
body.agemasu #content #search-filter > dd form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: none;
}
body.agemasu #content #search-filter > dd .btn:before {
  content: " ";
  position: absolute;
  position: static;
  top: 0;
  left: 789px;
  width: 1px;
  height: 100%;
  background: #eee;
}
body.agemasu #content #search-filter > dd .btn {
  float: right;
  vertical-align: top;
  width: 180px;
  word-spacing: normal;
}
body.agemasu #content #search-filter > dd .inputs {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  word-spacing: normal;
}
body.agemasu #content #search-filter > dd .btn button {
  margin-top: 0;
  position: static;
}
body.agemasu #content .slide-toggle > dd {
  border-top: 1px solid #eee;
  display: none;
  padding: 5px 12px;
  position: relative;
  position: static;
}
body.agemasu #content #search-filter > dd {
  padding: 14px 20px 12px;
}
body.agemasu #content #search-filter > dd dl {
  box-sizing: border-box;
  display: table;
  float: left;
  padding-right: 0;
  width: 250px;
}
body.agemasu .last-dt {
  width: 50px !important;
}
body.agemasu #content #search-filter > dd dd {
  box-sizing: border-box;
  display: table-cell;
  padding-left: 20px;
  padding-top: 20px;
}
body.agemasu #content #search-filter dd .btn button {
  border-left: solid 1px #EEE;
  padding-left: 20px;
  margin-top: -10px;
}
body.agemasu #content #search-filter > dd dt {
  display: table-cell;
  font-weight: bold;
  position: relative;
  width: 70px;
}
body.agemasu #content #search-filter > dd dt::before {
  background: #eee none repeat scroll 0 0;
  content: " ";
  height: 16px;
  position: absolute;
  right: 0;
  top: 26px;
  width: 1px;
}




/*============================================================
  向井追記エリア
=============================================================*/
.main-img{
  margin:30px 0 40px;
}

.float-image-r:after{
  content:"";
  display:block;
  clear:both;
}
.float-image-r li:first-child{
  float:right;
  margin-left:80px;
}

.float-image-r li:first-child img + img{
  margin-top:10px;
  display:block;
}

.float-image-r li span{
  color:#FF5B26;
}

.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.fl_L{float:left !important;}
.fl_R{float:right !important;}

.mt0{margin-top:0 !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}

.mr20{margin-right:20px !important;}
.ml20{margin-left:20px !important;}
.fw_b{font-weight:bold !important;}
.fw_n{font-weight:normal !important;}

.fc_r{color:#D80001}

/*コトハ：コーヒーについて
-------------------------------------------------------------*/


.section-about-concept,
.section-about-process,
.section-about-gram,
.section-about-milk,
.section-about-jas,
.section-about-commitment,
.section-about-mama,
.section-about-cup,
.section-about-drip{
  line-height:2em;
}

.about-deta{
  width:100%;
  text-align:center;
}
.about-deta h2,
.about-deta h3{
  margin:0;
  padding:0;
}
.about-deta dt{
  padding:0 0 30px;
}
.about-deta p + p{
  margin-top:2em;
}
.about-gram{
  margin:35px 0;
}
.about-gram:after{
  content:"";
  display:block;
  clear:both;
}
.about-gram li {
  float:left;
}
.about-gram a:hover{
  opacity:.7;
}

.about-link img {
  border-top:1px solid #DDDDDD;
  padding-top:40px;
  margin-top:35px;
}
.about-link p + p{
  margin-top:10px;
}
a.about-link{
  padding-left:27px;
  background:;
}


.about-concept{
  padding:0 0 70px !important;
}
.about-catch dl{
  color:#FFF;
  padding:40px 0 45px;
  margin-bottom:70px;
}
.section-about-gram{
  padding:60px 0;
  text-align:center;
}
.section-about-process{
  border-top:1px solid #EEEEEE;
  padding-top:70px;
}
.section-about-process dl{
  margin-bottom:50px;
}

#about-coffee .about-catch {background:#372F2C;}
#about-coffee-mocha .about-catch {background:#C09382;}
#about-coffee-decaffe .about-catch {background:#E97B72;}
#about-coffee-organic .about-catch {background:#008349;}

.about-comment .float-image-r{
  margin-bottom:70px;
}
.about-comment .float-image-r dl{
  text-align:left !important;
}

.section-about-shoplist{
  padding-top:65px;
  border-top:1px solid #EEEEEE;
}
.section-about-shoplist h2{
  margin-bottom:40px;
  text-align:center;
}

.section-about-shoplist ul li{
  float:left;
  width:210px;
  margin-right:50px;
}
.section-about-shoplist ul li:nth-child(3n){
  margin-right:0;
  margin-bottom:35px;
}
.section-about-shoplist ul li img{
  display:block;
  margin-bottom:5px;
}
/* コーヒーについて */
.section-about-grobal .panel-layout li{
  width:166px;
  margin-left:22px;
}
.section-about-grobal .panel-layout li:first-child{
  margin-left:0;
}

/* オーガニック */
.section-about-jas ul li:first-child{
  margin-left:0;
}
.section-about-jas dl{
  text-align:left;
}
.section-about-jas dd{
  width:320px;
}
.section-about-milk{
  padding:60px 0 70px;
  border-top:1px solid #EEEEEE;
}
.section-about-milk dl{
  margin-bottom:35px;
}
.section-about-jas{
  padding:65px 0 70px;
  border-top:1px solid #EEEEEE;
}
.section-about-jas ul{
  margin-bottom:40px;
}

/* ママとカフェインレス */
.section-about-mama h2{
  margin:0 0 40px;
}
.section-about-mama ul:after{
  content:"";
  display:block;
  clear:both;
}


.section-about-mama ul{
  margin-bottom:70px;
}
.section-about-mama ul dl{
  text-align:left;
}
.section-about-mama ul dd span{
  color:#FF443F;
}
.section-about-mama ul li{
  float:left;
  width:320px;
}
.section-about-mama ul li:first-child{
  float:right;
  width:350px;
}

.section-about-mama ul.even li{
  float:right;
}
.section-about-mama ul.even li:first-child{
  float:left;
}
.section-about-category h2{
  text-align:center;
  padding-top:60px;
  border-top:1px solid #EEEEEE;
  /*margin-bottom:40px;*/

}
/* 1qのこだわり */
.section-about-commitment ul{
  margin-bottom:40px;
}

.section-about-commitment ul li:first-child{
  margin-left:30px;
}

.section-about-commitment dl{
  text-align:left;
}

#about-coffee-commitment .section-about-category li:last-child{
  margin-left:0;
}


/* 美味しい淹れ方 */

.section-about-cup .about-deta{
  margin:30px 0 55px;
}
.section-about-cup ul dt{
  margin:20px 0;
}

.section-about-cup ul li{
  width:324px;
  margin:70px 0 60px;
  position:relative;
}
.section-about-cup li:nth-child(even) {
  margin-left: 80px;
}

.section-about-cup li:nth-child(odd):after{
  content:"";
  display:block;
  border:11px solid rgba(0,0,0,0);
  border-left:14px solid #2E514A;
  position:absolute;
  top:130px;
  right:-60px;
}
.section-about-cup li:nth-child(2):after{
  content:"";
  display:block;
  border:11px solid rgba(0,0,0,0);
  border-left:14px solid #2E514A;
  position:absolute;
  transform:rotate(130deg);
  left:-60px;
  bottom:-100px;
}

.section-about-drip{
  padding-top:70px;
  border-top:1px solid #EEEEEE;
}
.section-about-drip dl{
  margin-bottom:40px;
}
.section-about-drip ul{
  text-align:left;
  margin-bottom:70px;
}

/*** section-category ***/
body#about-coffee .section-category .category-img {
  position: relative;
  z-index: 2;
  margin: 35px 0 10px;
}
body#about-coffee .section-category h2 {
  text-align:center;
  margin: 20px 0 50px !important;
}
body#about-coffee .section-category h2 + .category-img {
  margin-top: 0;
}
body#about-coffee #content .section-category ul {
  text-align: center;
  margin-top: -10px;
}
body#about-coffee #content .section-category li {
  margin: 0 50px 15px 0;
}
body#about-coffee #content .section-category li {
}
body#about-coffee #content .section-category li:last-child {
  margin-right: 0;
  margin-left: 22px;
}
body#about-coffee #content .section-category li:nth-child(4n) {
  margin-right: 0;
  margin-left: 0;
}
body#about-coffee #content .section-category li {
  margin-right: 22px;
  margin-left: 0;
}
body#about-coffee #content .section-category li h3 {
  margin: 4px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#about-coffee #content .section-category li h3 a {
  text-decoration: none;
}
body#about-coffee #content .section-category li h3 a:hover,
body#about-coffee #content .section-category li h3 a:active {
  text-decoration: underline;
}
body#about-coffee .section-category li h3 span {
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin:20px 0 20px;
}
body#about-coffee #content .section-category li > .more {
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
}
body#about-coffee #content .section-category li > .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
body#about-coffee #content .section-category li > .more a:hover,
body#about-coffee #content .section-category li > .more a:active {
  text-decoration: underline;
}


/*** section-category ***/
.section-about-category .category-img {
  position: relative;
  z-index: 2;
  margin: 35px 0 10px;
}
.section-about-category h2 + .category-img {
  margin-top: 0;
}
.section-about-category ul {
  text-align: center;
}
.section-about-category li {
  width: 210px;
  margin: 0 50px 15px 0;
  margin-right: 50px;
}
.section-about-category li {
  width: auto;
}
.section-about-category li:last-child {
  margin-right: 0;
  margin-left: 130px;
}
.section-about-category li:nth-child(3n) {
  margin-right: 0;
  margin-left: 0;
}
.section-about-category li:nth-child(3n+1) {
  margin-left: 0;
}
.section-about-category li {
  margin-right: 50px;
  margin-left: 0;
}
.section-about-category li:nth-child(3n) {
  margin-right: 0;
}
.section-about-category li h3 {
  margin: 4px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.section-about-category li h3 a {
  text-decoration: none;
}
.section-about-category li h3 a:hover,
.section-about-category li h3 a:active {
  text-decoration: underline;
}
.section-about-category li h3 span {
  display: block;
  position: relative;
  margin: 7px 0 42px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.section-about-category li h3 span:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 1px;
  background: #c3bfbf;
}
.section-about-category li > .more {
  width: 190px;
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-size: 1.1rem;
}
.section-about-category li > .more a {
  text-decoration: none;
  padding-right: 13px;
  background: url(../img/common/more-bg.png) no-repeat right center;
}
.section-about-category li > .more a:hover,
.section-about-category li > .more a:active {
  text-decoration: underline;
}


/* アザー
--------------------------------------------------------------------*/
.other h1{
  margin:10px 0 30px;
}
.section-other-guide{
  line-height:2em;
}
.other-guide-nav td{
  padding:10px 20px;
  background:#F9F9F9;
  border: 1px solid #E6E6E6;
  z-index: 999;
}
.other-guide-nav td a{
  padding-left:10px;
  position:relative;
}
.other-guide-nav td a:before{
  content:"▪";
  position:absolute;
  left:-5px;
}

.other-guide{
  padding:40px 0;
}
.other-guide h2{
  margin-bottom:40px;
}
.other-guide{
  border-top:#EEEEEE 1px solid;
  position:relative;
  margin-top:40px;
}
.other-guide .more {
  position:absolute;
  right:0;
  bottom:40px;
}
.other-guide .more a{
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  -webkit-radius:3px;

  position:relative;
  display:block;
  width:158px;
  line-height:43px;
  text-align:center;
  vertical-align:middle;
  border:1px solid #DDDDDD;
}
.other-guide .more a:before{
  position:absolute;
  right:15px;
  top:18px;
  content:"";
  display:block;
  border:4px solid rgba(0,0,0,0);
  border-left:4px solid #372F2C;
}
.other-guide .more a:after{
  right:16px;
  top:18px;
  position:absolute;
  content:"";
  display:block;
  border:4px solid rgba(0,0,0,0);
  border-left:4px solid #FFFFFF;
}

.other-guide:first-child .more{
  position:static;
  margin-bottom:40px;
}

.other-guide:first-child {
  background:url(../img/other/guide/guide_image_01.jpg) no-repeat right bottom;
  border-top: none;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.other-guide:first-child h2 {
  margin-top: 0 !important;
}

.other-guide:first-child dl{
  margin:80px 0 50px;
}
.other-guide:first-child dt{
  margin-bottom:20px;
}
.other-guide:nth-child(2) h2{
  margin-bottom:15px;
}
.other-guide:nth-child(2) ul li{
  float:left;
  width:230px;
  margin-top:25px;
  margin-right:20px;
}
.other-guide:nth-child(2) ul li:nth-child(3n){
    margin-right:0px;
}
.other-guide:nth-child(4) ul li:first-child{
  float:left;
  margin-right:20px;
  margin-bottom:30px;
}
.other-guide:nth-child(5) span{
  font-weight:bold;
  font-size:1.1em;
}
.other-div{
  margin-top:15px;
  border:#372F2C 2px solid;
  padding:28px 30px;
}

#content .other-title-a{
  font-weight:bold;
  font-size:20px;
  margin:40px 0 20px;
  line-height:24px;
  vertical-align:middle;
  padding-left:20px;
  background:url(../img/other/other-title_a_bg.png) 0 0 no-repeat;
  text-shadow:none;
}
#content .other-title-b{
  font-size:13px;
  font-weight:bold;
  margin:40px 0 20px;
  line-height:40px;
  vertical-align:middle;
  padding-left:20px;
  background:#372F2C;
  color:#FFFFFF;
  text-shadow:none;
}

.other-table-value th,
.other-table-value td{
  text-align:left;
  padding:15px 20px;
  border:1px solid #EEEEEE;
}
.other-table-value th{
  font-weight:normal;
  background:#F8F8F8;
}
.other-table-value td + td{
  text-align:right;
}

.other-table-about th,
.other-table-about td{
  text-align:left;
  padding:15px 0;
  border-top:#EEEEEE 1px solid;
  border-bottom:#EEEEEE 1px solid;
}
.other-table-about th{
  width:215px;
}
.section-other-faq h2{
  margin-bottom:0px;
}
.section-other-faq dt{
  font-size:13px;
  font-weight:bold;
  margin:40px 0 20px;
  line-height:40px;
  vertical-align:middle;
  padding-left:60px;
  background: url(../img/other/faq/faq_icon_01.png) no-repeat 0 0 #372F2C;
  color:#FFFFFF;
  text-shadow:none;
}
.section-other-faq dd{
  background: url(../img/other/faq/faq_icon_02.png) no-repeat 0 0 ;
  padding-left:60px;
  padding-right:10px;
}

.indent li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 20px;
}
.line-box {
  border: solid 2px #333;
  padding: 20px;
  margin-top: 20px;
}






/* style spe 5cm heel
========================================================= */
#spe-5cm-heel .section-intro {
  margin-top: 10px;
}
#spe-5cm-heel h1 {
  margin-bottom: 50px !important;
}
#spe-5cm-heel h2 {
  text-align: center;
  margin: 70px 0 30px;
}
#spe-5cm-heel .area-01 li {
  width: 490px;
}
#spe-5cm-heel .area-01 li:first-child {
  float: left;
}
#spe-5cm-heel .area-01 li:last-child {
  float: right;
}
#spe-5cm-heel .area-01 li dl {
  width: 490px;
  height: 550px;
  display: table-cell;
  vertical-align: middle;
}
#spe-5cm-heel .area-01 li dt {
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 25px;
  background: url(../img/products/spe/five-cm-heel/bg-img-01.png) 0 bottom no-repeat;
}
#spe-5cm-heel .area-01 li dd {
  line-height: 2.5;
}
#spe-5cm-heel .area-02 li,
#spe-5cm-heel .area-05 li {
  float: right;
  width: 490px;
}
#spe-5cm-heel .area-02 li:last-child,
#spe-5cm-heel .area-05 li:last-child {
  float: left;
}
#spe-5cm-heel .area-02 li p,
#spe-5cm-heel .area-05 li p {
  line-height: 2.2;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}
#spe-5cm-heel .area-04 ul {
  float: left;
  width: 490px;
}
#spe-5cm-heel .area-04 li {
  float: left;
  width: 235px;
  margin-bottom: 20px;
}
#spe-5cm-heel .area-04 li img {
  margin-bottom: 10px;
}
#spe-5cm-heel .area-04 li:nth-child(2n) {
  float: right;
}
#spe-5cm-heel .right-img {
  float: right;
}
#spe-5cm-heel .area-03 li {
  float: left;
  width: 320px;
  margin-right: 30px;
}
#spe-5cm-heel .area-03 li:last-child {
  margin-right: 0;
}
#spe-5cm-heel .area-03 li dt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
#spe-5cm-heel .area-03 li dd {
  font-size: 13px;
  line-height: 1.8;
}
#spe-5cm-heel .area-05 {
  padding-bottom: 60px;
  border-bottom: solid 1px #EEE;
}


/* カフェインの抽出方法
========================================================= */
body#water #content .section-category li > .more {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 1.1rem;
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  text-align: center;
}
body#water #content .section-category li h3 a {
  text-decoration: none;
  text-align: center;
}
body#water #content .section-category li h3 {
  text-align: left;
}
body#water #content .section-category li > .more a {
  background: rgba(0, 0, 0, 0) url(../img/common/more-bg.png) no-repeat scroll right center;
  padding-right: 13px;
  text-decoration: none;
}
body#water .text-box {
  text-align: center;
  margin-top: 55px;
}
body#water .text-box dt {
  margin-bottom: 30px;
}
body#water .text-box dd {
  margin-bottom: 70px;
  line-height: 2.2;
}
body#water .text-box dd span.bl {
  color: #029ACC;
}

body#water #content .section-group:nth-child(2) {
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 80px;
  padding-top: 60px;
  position: relative;
}
.process-box {
  background:url(../img/other/water/water-img-01.png) 0 0 no-repeat;
  position: relative;
  height: 358px;
  line-height: 1.6;
}
.process-box p {
  position: absolute;
  top: 225px;
  width: 150px;
}
.process-box p.text-1 { left: 40px; }
.process-box p.text-2 { left: 205px; }
.process-box p.text-3 { left: 385px; }
.process-box p.text-4 { left: 560px; }



/* CM
========================================================= */
body#cm .text-box {
  text-align: center;
  margin-top: 55px;
}
body#cm .text-box dt {
  margin-bottom: 30px;
}
body#cm .text-box dd {
  margin-bottom: 50px;
  line-height: 2.2;
}
body#cm #content .section-category li > .more {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 1.1rem;
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  text-align: center;
}
body#cm #content .section-category li h3 a {
  text-decoration: none;
  text-align: center;
}
body#cm #content .section-category li h3 {
  text-align: center;
}
body#cm #content .section-category li > .more a {
  background: rgba(0, 0, 0, 0) url(../img/common/more-bg.png) no-repeat scroll right center;
  padding-right: 13px;
  text-decoration: none;
}
body#cm #content .section-group:nth-child(2) {
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 80px;
  padding-top: 60px;
  position: relative;
}



/* teiki
========================================================= */
body#teiki .text-box {
  text-align: center;
  margin-top: 55px;
}
body#teiki .text-box dt {
  margin-bottom: 30px;
}
body#teiki .text-box dd {
  margin-bottom: 50px;
  line-height: 2.2;
}
body#teiki .keiki-box-01 {
  margin-bottom: 50px !important;
}
body#teiki .keiki-box-01 li {
  float: left;
  width: 350px;
  box-sizing: border-box;
  padding: 20px;
  background: #FFFCF4;
  border: dashed 1px #C5C3C2;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
body#teiki .keiki-box-01 li:last-child {
  float: right;
}
body#teiki .keiki-box-01 li img {
  margin-bottom: 30px;
}
body#teiki .keiki-box-01 p {
  line-height: 2.2;
}
body#teiki .mt50 {
  margin-top: 50px !important;
}

/*** section-rank ***/
body#teiki #content .section-rank .tab-item-list .tab-menu li:last-child {
  width: 186px;
}
body#teiki #content .section-rank .tab-content ol {
  width: 100%;
}
body#teiki #content .section-rank .tab-content li {
  width: 210px;
  margin-right: 50px;
  margin-bottom: 50px;
}
body#teiki #content .section-rank .tab-content li:nth-child(3n) {
  margin-right: 0;
}
body#teiki #content .section-rank .tab-content li a {
  display: block;
  margin-bottom: 15px;
}
body#teiki #content .section-rank .tab-content li a:first-child {
  margin-bottom: 15px;
}
body#teiki #content .section-rank .tab-content li .icon {
  display: block;
  min-height: 20px;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: middle;
}
body#teiki #content .section-rank .tab-content li .price {
  color: #d80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#teiki #content .section-rank .tab-content li .price span {
  font-size: 13px;
  font-size: 1.3rem;
}
body#teiki #content .tab-menu {
  display: table;
  table-layout: auto;
  width: 100%;
}
#content .tab-menu li a::after {
    content: " ";
  display: block;
  height: 100%;
  left: 0;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  position: absolute;
  top: 0;
  width: 100%;
}
body#teiki.coffee #content .tab-menu li a {
  min-width: 140px;
}
#content .tab-menu li a {
  box-sizing: border-box;
  display: inline-block;
  padding: 19px 15px;
  text-decoration: none;
  width: 100%;
}







/* shop
========================================================= */
body#shop .shop-list {
  float: left;
  width: 500px;
  margin-right: 70px;
}
body#shop .shop-list li {
  border-bottom: dotted 1px #D6D6D6;
  padding: 9px 0;
}
body#shop .shop-list li:last-child {
  border-bottom: none;
}
body#shop .shop-list li a {
  text-decoration: underline;
  color: #7298BF;
}
body#shop .shop-list li a:hover {
  text-decoration: none;
}
body#shop .shop-list-map {
  float: left;
  background: url(../img/other/shop/shop-list-map.png) 0 0 no-repeat;
  width: 423px;
  height: 436px;
  position: relative;
  margin-top: -120px;
}
body#shop .hokaido {
  position: absolute;
  top: 30px;
  left: 264px;
}
body#shop .tohoku {
  position: absolute;
  top: 186px;
  left: 296px;
}
body#shop .kanto {
  position: absolute;
  top: 286px;
  left: 285px;
}
body#shop .chubu {
  position: absolute;
  top: 234px;
  left: 160px;
}
body#shop .kinki {
  position: absolute;
  top: 330px;
  left: 193px;
}
body#shop .chugoku {
  position: absolute;
  top: 279px;
  left: 45px;
}
body#shop .shikoku {
  position: absolute;
  top: 383px;
  left: 130px;
}
body#shop .kyusyu {
  position: absolute;
  top: 387px;
  left: 4px;
}
body#shop .okinawa {
  position: absolute;
  top: 182px;
  left: 0;
}

body#shop .shop-address h4 {
  text-shadow: none;
  background: #372F2C;
  padding: 20px 10px;
  color: #FFF;
  margin-bottom: 20px;
}
body#shop .shop-address h3 {
  background: url(../img/cart/heading-bg.png) no-repeat scroll 0 50%;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 19px;
  padding: 1px 0 1px 20px;
  text-align: left;
}
body#shop .shop-address table {
  box-sizing: border-box;
  border-left: solid 1px #DDD;
  border-top: solid 1px #DDD;
}
body#shop .shop-address table th,
body#shop .shop-address table td {
  padding: 20px;
  box-sizing: border-box;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
body#shop .shop-address table th {
  background: #F8F8F8;
  vertical-align: top;
  text-align: left;
  width: 230px;
  font-weight: normal;
}
body#shop .shop-address table th a {
  background: url(../img/other/shop/shop-arrow-02.png) right 50% no-repeat;
  color: #7298BF;
  padding-right: 20px;
}
body#shop .shop-address p {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 40px;
}
body#shop .shop-address p a {
  text-align: right;
  color: #7298BF;
  padding-left: 20px;
  background: url(../img/other/shop/shop-arrow-01.png) 0 50% no-repeat;
}



/* #gift-login
========================================================= */
body#gift-login .main {
  width: 680px;
  background: #FFF;
  border: solid 8px #EEEEEE;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8;
}
body#gift-login h1 {
  text-align: center;
  margin: 50px 0 50px;
}
body#gift-login p,
body#gift-login h2 {
  text-align: center;
  margin-bottom: 30px;
}

body#gift-login .cart-login dl {
  margin: 15px auto 30px;
  text-align: left;
  width: 380px;
}
body#gift-login .cart-login dt {
  float: left;
  font-weight: bold;
  width: 80px;
  padding-top: 8px;
}
body#gift-login .cart-login dd {
  margin: 0 0 10px 80px;
}
body#gift-login .cart-login dd input {
  width: 300px;
  padding:10px;
}
body#gift-login span.bold {
  font-weight: bold;
}
input.gift-login-btn {
  border: none !important;
  color: #372d2c;
}
body#gift-login .cart-login .error {
  background: url(../img/cart/error-img.png) no-repeat scroll 0 50%;
  color: #ff480c;
  font-weight: bold;
  margin-bottom: -10px;
  margin-left: 190px;
  padding-left: 20px;
  text-align: left;
}
#gift-login {
  background: url(../img/products/gift/login-bg.png) 50% 0 no-repeat;
}






/* online
========================================================= */
body#online .online-bottom-box li {
  position: relative;
  box-sizing: border-box;
  width: 350px;
  margin-bottom: 30px;
}
body#online .online-bottom-box li p.text {
  position: absolute;
  top: 256px;
  left: 152px;
  color: #FFF;
  width: 185px;
}

body#online .online-bottom-box li p.btn {
  position: absolute;
  top: 343px;
  left: 57px;
  width: 234px;
  border: solid 1px #FFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
body#online .online-bottom-box li p.btn a {
  background: url(../img/other/web_online/online-bottom-btn-icon.png) 20px 50% no-repeat;
  padding: 12px;
  color: #FFF;
  text-align: center;
  padding-left: 30px;
  display: block;
}
body#online .online-bottom-box li:nth-child(1) {
  background: url(../img/other/web_online/online-bottom-bg-01.jpg) 0 0 no-repeat;
  height: 417px;
  float: left;
}
body#online .online-bottom-box li:nth-child(2) {
  background: url(../img/other/web_online/online-bottom-bg-02.jpg) 0 0 no-repeat;
  height: 417px;
  float: right
}
body#online .online-bottom-box li:nth-child(3) {
  background: url(../img/other/web_online/online-bottom-bg-03.jpg) 0 0 no-repeat;
  height: 435px;
  float: left;
}
body#online .online-bottom-box li:nth-child(4) {
  background: url(../img/other/web_online/online-bottom-bg-04.jpg) 0 0 no-repeat;
  height: 435px;
  float: right
}
body#online .online-bottom-box li:nth-child(5) {
  background: url(../img/other/web_online/online-bottom-bg-05.jpg) 0 0 no-repeat;
  height: 417px;
  float: left;
  margin-bottom: 0;
}
body#online .online-bottom-box li:nth-child(3) p.btn,
body#online .online-bottom-box li:nth-child(4) p.btn {
  top: 362px;
}
body#online .about-concept {
  padding: 30px 0 40px !important;
}
body#online #content .section-group:nth-child(2) {
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 80px;
  padding-top: 30px;
  position: relative;
}
body#online .pt


/* wrapping
========================================================= */
body#wrapping #content .section-category li > .more {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 1.1rem;
  margin: 15px auto 0;
  padding: 7px 10px 6px;
  text-align: center;
}
body#wrapping #content .section-category li h3 a {
  text-decoration: none;
  text-align: center;
}
body#wrapping #content .section-category li h3 {
  text-align: center;
}
body#wrapping #content .section-category li > .more a {
  background: rgba(0, 0, 0, 0) url(../img/common/more-bg.png) no-repeat scroll right center;
  padding-right: 13px;
  text-decoration: none;
}

/* toy about
=========================== */
body#about.toy .about-catch {
  background: #00A3D9 none repeat scroll 0 0;
}


/* kids about
=========================== */
body.kids .about-catch {
  background: #FFA8B8 none repeat scroll 0 0;
}

/* style about
=========================== */
body.style .about-catch {
  background: #FF9400 none repeat scroll 0 0;
}




/* gift about
=========================== */
body#about.gift .about-catch {
  background: #8C8D00 none repeat scroll 0 0;
}
body#about.gift p.btn {
  text-align: center;
  margin: 30px auto 0;
  width: 234px;
  border: solid 1px #FFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
body#about.gift p.btn a {
  background: url(../img/other/web_online/online-bottom-btn-icon.png) 60px 50% no-repeat;
  padding: 8px;
  color: #FFF;
  text-align: center;
  padding-left: 30px;
  display: block;
}
body#about.gift .gift-about-list li h3 img {
  margin-top: -20px;
  margin-bottom: 20px;
}
body#about.gift .gift-about-list li p {
  margin-top: 20px;
  text-align: left;
}
body#about.gift .gift-about-list li p span {
  font-size: 11px;
}
body#about.gift .gift-about-list li {
  float: left;
  width: 210px;
  box-sizing: border-box;
  background: #372C2C;
  color: #FFF;
  padding: 0 20px 20px;
  position: relative;
}
body#about.gift .gift-about-list li:after {
  content: url(../img/products/gift/gift-about-list-arrow.png);
  position: absolute;
  top: 50%;
  left: 210px;
  width: 50px;
}
body#about.gift .gift-about-list li:nth-child(3):after {
  content: " ";
}
body#about.gift ul.first-child {
  margin-bottom: 80px !important;
}
body#about.gift ul.last-child:before {
  content: url(../img/products/gift/gift-about-list-arrow-02.png);
  position: absolute;
  position: relative;
  top: -50px;
  left: 50%;
  margin-left: -30px;
}
body#about.gift .pt50 {
  padding-top: 50px !important;
}
body#about.gift .pt20 {
  padding-top: 20px !important;
}
body#about.gift .center {
  text-align: center;
}

body#about.gift .benri-list li {
  float: left;
  width: 220px;
  margin-right: 30px;
  text-align: left;
}
body#about.gift .benri-list li:last-child {
  margin-right: 0;
}
body#about.gift .benri-list li img {
  margin-bottom: 20px;
}
.mb60 {
  margin-bottom: 60px !important;
}




/* 会員特典
========================================================= */
.tokuten-list li {
  float: left;
  width: 320px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 90px;
  margin: 0 30px 30px 0;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #E8E8E8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.tokuten-list li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.tokuten-list li h3 {
  margin: 0 0 30px;
}
.tokuten-list li dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.tokuten-list li p.btn a {
  background: url(../img/other/web_online/online-bottom-btn-icon.png) no-repeat 60px 50%;
  color: #FFF;
  display: block;
  padding: 8px 8px 10px 30px;
  text-align: center;
}
.tokuten-list li p.btn {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin: 0 auto;
  text-align: center;
  width: 236px;
  background: #372C2C;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.tokuten-list li:nth-child(2) p.btn a {
  background-position: 30px 50%;
}
.tokuten-list li:nth-child(3) p.btn a {
  background-position: 45px 50%;
}
.tokuten-list li:nth-child(4) p.btn a {
  background-position: 15px 50%;
}
.tokuten-list li:nth-child(5) p.btn a {
  background-position: 45px 50%;
}
.tokuten-list li:nth-child(6) p.btn a {
  background-position: 10px 50%;
}
.tokuten-list li:nth-child(6) p.btn {
  width: 270px;
  left: 25px;
}
.tokuten-list li p.no4-text  {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50px;
  text-align: center;
  font-size: 11px;
}
.tokuten-bottom {
  border: solid 8px #FFC000;
  padding: 20px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.tokuten-bottom h3 {
  margin-bottom: 25px;
}
.tokuten-bottom .btn {
  margin-top: 30px;
}






/* op
========================================================= */
#op .op-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px !important;
  padding-top: 40px;
  border-top: solid 1px #DDD;
}
.top-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
#op li.box {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#op li.box .title-area {
  border-bottom: solid 1px #DDD;
  height: 64px;
  width: 100%;
  height: 64px;
  text-align: center;
}
#op li.box .alphabet {
  border-right: solid 1px #FF4D4D;
  width: 64px;
  height: 64px;
  display: table-cell;
  vertical-align: middle;
  color: #FF4C4C;
  font-size: 25px;
  font-weight: bold;
  background: #FFF1F1;
}
#op li.box h3 {
  margin: 0px !important;
  display: table-cell;
  vertical-align: middle;
  color: #FF4C4C;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 100px;
  text-align: left;
  text-shadow: none;
  line-height: 1.8;
}
#op .text-area {
  padding: 35px;
  padding-bottom: 20px;
}
#op li.box .no-area {
  position: absolute;
  top: -8px;
  right: 30px;
  text-align: center;
  background: #FF4D4D;
  width: 56px;
  height: 82px;
}
#op li.box .no-area p {
  color: #FFF;
  font-size: 12px;
}
#op li.box .no-area .no {
  position: relative;
  color: #FFEB72;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding-top: 15px;
}
#op li.box .no-area:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  height: 0;
  width: 0;
  border-bottom: #FFF 10px solid;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid transparent;
  z-index: 999;
}
#op li.box p.anc {
  text-align: center;
  border-top: solid 1px #DDD;
  padding: 20px 0;
}
#op li.box p.anc a {
  padding-right: 15px;
  background: url(../img/common/more-bg.png) no-repeat scroll right center;
}

#op .op-area-01 {
  margin-bottom: 40px;
}
#op .op-area-01 li.box .text-area p {
  width: 550px;
  float: left;
}
#op .op-area-01 li.box .text-area img {
  float: right;
  margin-top: -20px;
}
#op .op-area-02,
#op .op-area-03,
#op .op-area-04 {
  width: 1040px;
}
#op .op-area-02 li.box,
#op .op-area-03 li.box,
#op .op-area-04 li.box {
  position: relative;
  float: left;
  width: 500px;
  margin-right: 20px;
}
#op .op-area-02 li.box img,
#op .op-area-03 li.box img,
#op .op-area-04 li.box img {
  margin-bottom: 10px;
}
#op .op-area-02 h3 {
  color: #46311f !important;
}
#op .op-area-04-2 {
  width: 1040px;
}
#op .op-area-04-2 li.box {
  position: relative;
  float: left;
  width: 240px;
  margin-right: 20px;
}
#op .op-area-04-2 .text-area {
  padding: 15px;
}
#op .op-area-04-2 .text-area p {
  margin-bottom: 20px;
  height: 40px;
}
#op .op-area-04-2 li:nth-child(5) .text-area p,
#op .op-area-04-2 li:nth-child(6) .text-area p,
#op .op-area-04-2 li:nth-child(7) .text-area p,
#op .op-area-04-2 li:nth-child(8) .text-area p {
  height: 1em;
}

#op .op-area-04-2 li.box .no-area {
  width: 80px;
}
#op .op-area-04-2 li.box .no-area:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  height: 0;
  width: 0;
  border-bottom: #FFF 10px solid;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid transparent;
  z-index: 999;
}
#op .op-area-04-2 li.box .no-area {
  right: 20px;
}


#op .op-area-01 li.box {
  border: solid 5px #FF4D4D;
}

#op .op-area-02 li.box {
  border: solid 5px #EEE;
}
#op .op-area-02 li.box .alphabet {
  border-right: solid 1px #661A00;
  color: #661A00;
  background: #F7F7F0;
}
#op .op-area-02 li.box h3 {
}
#op .op-area-02 li.box .no-area {
  background: #661A00;
}

#op .op-area-03 li.box {
  border: solid 5px #EEE;
}
#op .op-area-03 li.box .alphabet {
  border-right: solid 1px #7FD0ED;
  color: #00A1DA;
  background: #E8F7FC;
}
#op .op-area-03 li.box h3 a {
  color: #00A1DA;
}
#op .op-area-03 li.box .no-area {
  background: #00A2DB;
}

#op .op-area-04 li.box,
#op .op-area-04-2 li.box {
  border: solid 5px #EEE;
}
#op .op-area-04 li.box .alphabet,
#op .op-area-04-2 li.box .alphabet {
  border-right: solid 1px #FF9400;
  color: #FF9400;
  background: #FFEFD9;
}
#op .op-area-04 li.box h3 a,
#op .op-area-04-2 li.box h3 a {
  color: #FF9400;
}
#op .op-area-04 li.box .no-area,
#op .op-area-04-2 li.box .no-area {
  background: #FF9400;
}
#op .op-area-04 li.box .no-area .no,
#op .op-area-04-2 li.box .no-area .no {
  color: #FFF;
}
#op .op-area-05 li {
  float: left;
  margin-bottom: 20px;
}
body#op .contact-bottom::after {
  background: #eee none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 745px;
  position: absolute;
  top: 0;
  width: 1px;
}
body#op .contact-bottom {
  border: 8px solid #eee;
  margin: 35px 0 30px;
  padding: 18px 0;
  position: relative;
}
body#op .contact-bottom .tel {
  padding-left: 30px;
  width: 704px;
}
body#op .contact-bottom .form {
  text-align: center;
  width: 270px;
}
body#op .apm-area {
  margin: 10px 0 30px;
}
body#op .apm-area li:first-child {
  float: left;
  width: 81px;
  margin-right: 20px;
}
body#op .apm-area li:last-child {
  float: left;
  width: 860px;
}


/* premium
========================================================= */
.premium-top-text dt {
  margin-bottom: 20px;
}
.premium-top-text {
  margin: 40px 0 40px;
  text-align: center;
}
.premium-text {
  text-align: center;
  margin-top: 30px;
  line-height: 2.2;
}
.premium-table {
  width: 100%;
  border-left: solid 1px #DDD;
  border-top: solid 1px #DDD;
}
.premium-table th,
.premium-table td {
  padding: 20px;
  text-align: left;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
.premium-table tr:first-child th:first-child {
  width: 240px;
  background: #F3F3F3;
}
.premium-table tr td:first-child {
  font-weight: bold;
}
.premium-table tr:last-child td:last-child {
  text-align: center;
}
.premium-table th span {
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}
.regular {
  background: url(../img/other/premium/premium-img-01.png) 0 50% no-repeat;
  padding-left: 20px;
}
.silver {
  background: url(../img/other/premium/premium-img-02.png) 0 50% no-repeat;
  padding-left: 20px;
}
.gold {
  background: url(../img/other/premium/premium-img-03.png) 0 50% no-repeat;
  padding-left: 20px;
}
.platinum {
  background: url(../img/other/premium/premium-img-04.png) 0 50% no-repeat;
  padding-left: 20px;
}
.daiya {
  background: url(../img/other/premium/premium-img-05.png) 0 50% no-repeat;
  padding-left: 20px;
}
.premium-table th:nth-child(2) { background: #F3F0E4; }
.premium-table th:nth-child(3) { background: #F7F7F7; }
.premium-table th:nth-child(4) { background: #FFFAE4; }
.premium-table th:nth-child(5) { background: #F0FFFD; }
.premium-table th:nth-child(6) { background: #F7F7F0; }

.premium-table th:nth-child(2),
.premium-table th:nth-child(3),
.premium-table th:nth-child(4),
.premium-table th:nth-child(5),
.premium-table th:nth-child(6) {
  width: 15%;
}


/* about共通
========================================================= */
.about-catch {
  background: #372f2c none repeat scroll 0 0;
}
.about-deta {
  text-align: center;
  width: 100%;
  line-height: 2.2;
  text-shadow: none;
}

.about-comment dl {
  width: 360px;
  float: left;
}
.float-image-r li:first-child {
  float: right;
  margin-left: 0;
}

#content .section-group:nth-child(2) {
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 80px;
  padding-top: 60px;
  position: relative;
}

a.btn-icon:before {
  content: url(../img/common/btn-icon-01.png);
  display: block;
  padding: 0 5px 0 0;
  text-align: center;
  display: inline-block;
}

.font-or {
  font-weight: bold;
  color: #FF794C;
}

.center {
  text-align: center;
}

.voice-list2 li img:first-child {
  width: 100%;
  height: auto;
  max-width: 123px;
  max-height: 168px;
  text-align: center;
}
.voice-list2 li img:last-child {
  width: 100%;
  height: auto;
  max-width: 222px;
  max-height: 168px;
  text-align: center;
}
.top-voice li {
  width: 210px;
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.top-voice li img {
  margin-bottom: 10px;
}
.top-voice li:last-child {
  margin-right: 0;
}
.line-box-02 {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.line-box-02 h4 {
  margin-top: 0 !important;
}
.brand-sub-name {
  font-size: 20px;
  font-weight: bold;
}
.brand-sub-name span:first-child {
  margin-right: 10px;
}
.style-category li img {
  width: 130px !important;
  height: auto;
}


#content .error {
  color: #ff480c;
  font-weight: bold;
}
#detail p.btn button:last-child {
  margin-top: 15px !important;
}

.text-right {
  text-align: right;
}



.style #content .category-list li {
  text-align: center;
}
.style #content .category-list li img {
  height: auto;
  max-width: 100%;
  width: 130px;
}

#side .web-contents h4 {
  margin-top: 0px !important;
}

.line-top {
  border-top: solid 1px #EEE !important;
  margin-top: 80px;
}



/*バナーリンクなし*/
.anc-none img {
  -webkit-opacity: 0.4;
     -moz-opacity: 0.4;
          opacity: 0.4;
}
.anc-none {
  background-color: #666;
}
body#mypage .cart-privilege-nav li.anc-none {
  background-color: #888;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
body#mypage .section-dashboard .banners ul li {
  display: none;
}

/*ダブルプライス用*/
.price {
  display: block;
}
.price-del {
  color: #d80000;
  text-decoration : line-through;
  font-size: 1.2rem;
}
.price-del span {
  color: #000 !important;
}
.price-del span span {
  font-size: 2rem;
}
.item-none {
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

/*sitemap*/
.sitmap-title-h2 {
  line-height: 20px;
  height: 20px;
  margin-bottom: 40px;
}
.sitmap-title-h2 a {
  background: url(../img/other/notfound/sitemap-title-bg.png) 0 50% no-repeat;
  padding: 3px 0 3px 20px;
  font-size: 14px;
  font-weight: bold;
}
.sitemap-box {
  border-bottom: solid 1px #DDD;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sitemap-list-01 {
  margin-bottom: 20px;
}
.sitemap-list-01 dt {
  background: url(../img/other/notfound/icon-01.png) 0 50% no-repeat;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sitemap-list-01 dd p {
  font-weight: bold;
  margin-bottom: 10px;
}
.sitemap-list-01 li {
  padding-left: 10px;
}
.sitemap-list-02,
.sitemap-list-01 ul {
  width: 330px;
  float: left;
}
.sitemap-list-02 li,
.sitemap-list-01 ul li {
  margin-bottom: 10px;
}
.sitemap-list-02 li a {
  background: url(../img/other/notfound/icon-01.png) 0 50% no-repeat;
  padding-left: 10px;
}
.sitemap-list-03 ul {
  margin-bottom: 20px;
}
.sitemap-list-03 li {
  float: left;
  width: 330px;
  font-weight: bold;
}
.sitemap-list-03 li a {
  background: url(../img/other/notfound/icon-01.png) 0 50% no-repeat;
  padding-left: 10px;
}
.sitemap-list-03 li:first-child ul {
  margin-top: 10px;
}
.sitemap-list-03 li li {
  float: none;
  font-weight: normal;
}
.sitemap-list-03 li li a {
  background: none;
}
.sitemap li.icon {
  background: url(../img/other/notfound/icon-01.png) 0 10px no-repeat;
  padding-left: 10px;
}

.notfound {
  border-bottom: solid 1px #DDD;
  padding-bottom: 60px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.2;
  padding-top: 50px;
}



td.mg-box input {
  margin-bottom: 10px;
}
td.mg-box img {
  margin-top: 10px !important;
}

/* 母の日
========================================================= */
.mother-tag dl{
	margin-top:30px;
	border: #FDEDEE 5px solid;
	overflow:hidden;
	}
.mother-tag dl dt{
	float:right;
	padding-top:70px;
	padding-right:40px;
	}
.mother-tag dl dd{float:left;}
.mother-tag p{padding-top:10px;}
.mother-coffee{
	padding-top:100px;
	}
.mother-coffee li {
	width:300px !important; 
	float:left !important;
	margin: 0 45px 30px 20px !important;
	text-align:center;
}
.mother-coffee li img{
	width:200px;
	height:auto;
	}
.mother-coffee li h3{
	font-weight:bold;
	font-size:16px;
	line-height:1.4}
.mother-coffee li h3 span{
	font-size:13px;}
.mother-coffee li p.more{
	margin:20px 45px 0 45px !important;}
.mother-coffee li p{
	margin-bottom:20px;}

/* お中元
========================================================= */
.ochugen_sec{
	margin-bottom:60px !important;
	padding-bottom:0px !important;
	overflow:hidden; 
	}
.ochugen h3{
	margin-bottom:20px !important; 
	}
ul.ochugen_product_2{
	margin-top:20px;
	padding-left:126px;
	padding-right:126px;
	margin-bottom:50px;
	overflow:hidden;
	}
ul.ochugen_product_2 li{
	width:224px;
	float:left;
	}
ul.ochugen_product_2 li:first-child{
	margin-right:30px;
	}
.ochugen_morning,
.ochugen_afternoon{
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
	}
ul.ochugen_product_2 li a,
ul.ochugen_product_4 li a{
	display:block;
	padding-top:5px;
	padding-bottom:10px;
	}
ul.ochugen_product_2 li .price,
ul.ochugen_product_4 li .price{
	color:#d80000;
	}
ul.ochugen_product_2 li .price span,
ul.ochugen_product_4 li .price span{
	font-size: 1.6rem;
    font-weight: bold;
	}
.ochugen_morning{
	margin-right:18px;
	float:left;
	}
.ochugen_morning ul.ochugen_product_4 li,
.ochugen_afternoon ul.ochugen_product_4 li{
	width:169px;
	float:left;
	}
.ochugen_morning ul.ochugen_product_4 li:first-child,
.ochugen_afternoon ul.ochugen_product_4 li:first-child{
	margin-right:18px;
	}


  /**/
.table-02 {
  width: 100%;
  border-top: 1px solid #ddd;
}

.table-02 caption {
  margin: 0 0 10px;
  font-weight: bold;
}

.table-02 th {
  vertical-align: top;
  padding: 15px 20px;
  border: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
}

.table-02 td {
  padding: 15px 20px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 999px) {
.table-02 th {
  white-space: normal;
}
}
