﻿#shopping-cart {
  width: 940px;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}
#shopping-cart, #shopping-cart th, #shopping-cart td, #membership, #membership th, #membership td {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}
#shopping-cart th, #shopping-cart td, #membership th, #membership td {
  padding: 15px;
}
#shopping-cart th, #membership th {
  text-align: center;
  background-color: #f3f3f3;
  border: solid 1px #d9d9d9;
  font-size: 1.4rem;
}
#shopping-cart .name-brand, #shopping-cart .name-product {
  display: block;
}
#shopping-cart .product-image {
  float: left;
}
#shopping-cart span, #membership span {
  line-height: 20px;
}
#shopping-cart tbody td input[type=image] {
  vertical-align: middle;
}
.total {
  font-weight: bold;
  line-height: 35px;
  font-size: 2.5rem;
  text-align: right;
  margin-bottom: 45px
}
#shopping-cart .text-delete {
  background-color: #fff;
/*  color: #afafaf;*/
  color: #989898;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
  vertical-align: bottom;
  line-height: 2.3;
}
#shopping-cart .text-delete:hover{
  color: #cdcdcd;  
} 
a.btn-order-next {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  border-radius: 4px;
  background-color: #fe70ac;
  border: solid 1px #fe70ac;
  text-align: center;
  padding: 15px 0 8px;
  box-shadow: 0 5px #e94087; 
  display: inline-block;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
a.btn-order-next{
   padding:13px 0 13px;
}
}
/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
a.btn-order-next {
   padding:13px 0 13px;
}
}
a.btn-order-next:visited, a.btn-order-next:hover {
  opacity: 0.8;
}


/* ----------------------------------
  ポイント情報
----------------------------------*/
.point-info-content{
  width: 400px;
}
.point-info {
  font-size: 15px;
  padding: 0;
  line-height: 2;
}
.point-info-content .point-info-total{
  border-top:solid 2px #d0bc67;
  font-size: 17px;
  padding: 0;
  line-height: 2.5;
}
.point-info-total{
  border-top:none;
  font-size: 17px;
  padding: 0;
  line-height: 2.5;
  font-weight: bold;
}
.point-info-total .point{
  color: #bfa202;
  font-weight: bold;
}
/**カートを見る(削除), ご注文最終確認(変更btn)**/
.btn_gray_cart {
  width: 100%;
  position: relative;
}
.btn_gray_cart a {
  border-radius: 5px 5px 5px 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
  border: 1px solid #ccc;
  color: #333;
}
/**セールボタン　期間限定**/
.sale-cart {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 55px;
}
.table-cell {
  display: table-cell;
}
.right-cart {
  padding-top: 10px;
  vertical-align: top;
  text-align: right;
}
#cart-buttons {
  width: 452px;
  margin: 0 auto 1em auto;
}
#cart-buttons.empty {
  width: 225px;
}
#cart-buttons .back-to {
  margin-right: 1em;
}
#cart-brands {
  text-align: center;
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
#cart-samples {
  text-align: center;
  border-top: 1px dotted #ccc;
  padding-top: 0.5em;
}
#cart-samples > h3 {
  margin-top: 0;
  padding-top: 0;
}
#cart-samples > p {
  color: #444444;
  margin-bottom: 0;
}
/* セール対象・対象外
----------------------------------------------------------*/
#shopping-cart td .sale {
  background-color: #ff0000;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding: 5px 6px 2px 6px;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 7px 0;
}
#shopping-cart td .sale-no {
  background-color: #fff;
  border: 1px solid #ff0000;
  border-radius: 3px;
  color: #ff0000;
  display: block;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding: 5px 6px 2px 6px;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 7px 0;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #shopping-cart td .sale, #shopping-cart td .sale-no {
 padding: 4px 6px 3px 6px;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#shopping-cart td .sale, #shopping-cart td .sale-no {
  padding: 3px 6px 2px 6px;
}
}
