@charset "UTF-8";
/*-----------------------------------
overwrite - order_2014new
-----------------------------------*/
.lowInfoOuter {
  max-width: 1240px !important;
}

.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-prev,
.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-prev.disabled,
.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  left: -25px !important;
}

.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-next,
.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-next.disabled,
.foot1711-recent .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  right: -25px !important;
}

/*-----------------------------------
bsk1712 - common tip
-----------------------------------*/
.bsk1712-tip {
  position: absolute;
  border-radius: 3px;
  background: url(/resource/images/order/1712_bg_gray01.png);
  color: #fff;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 100ms ease-out, -webkit-transform 100ms ease-out;
  transition: opacity 100ms ease-out, -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out, opacity 100ms ease-out;
  transition: transform 100ms ease-out, opacity 100ms ease-out, -webkit-transform 100ms ease-out;
  visibility: hidden;
  opacity: 0;
}

.bsk1712-tip.js-shown {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.bsk1712-tip span {
  display: block;
  position: absolute;
  background-image: url(/resource/images/order/1712_bg_sprite01.png);
  background-repeat: no-repeat;
}

/*-----------------------------------
bsk1712 - common parts
-----------------------------------*/
.bsk1712-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 28px;
  padding: 0 11px;
  border: 1px solid #cecece;
  border-radius: 4px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer;
}

.bsk1712-btn:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.bsk1712-btn.bsk1712-btn-orange {
  height: 29px;
  border: none;
  border-bottom: 1px solid #e79656;
  line-height: 29px;
  color: #fff !important;
  background: #fda128;
  background: -webkit-linear-gradient(#fda128, #fd8629);
  background: linear-gradient(#fda128, #fd8629);
}

.bsk1712-btn.bsk1712-btn-orange:hover {
  background: #fd8629;
  background: -webkit-linear-gradient(#fd8629, #fda128);
  background: linear-gradient(#fd8629, #fda128);
}

.bsk1712-btn.bsk1712-btn-blue {
  height: 29px;
  border: none;
  border-bottom: 1px solid #1579de;
  line-height: 29px;
  color: #fff !important;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
}

.bsk1712-btn.bsk1712-btn-blue:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

.bsk1712-btn img {
  vertical-align: middle;
}

.bsk1712-txtBox {
  position: relative;
}

.bsk1712-txtBox input {
  height: 28px;
  padding: 0 11px;
  border: 1px solid #cecece;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 28px;
  cursor: text;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bsk1712-txtBox input::-ms-expand {
  display: none;
}

.bsk1712-txtBox input[disabled] {
  background: #cecece !important;
  cursor: default;
}

.bsk1712-selectBox {
  position: relative;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #cecece;
  border-radius: 4px;
  max-width: 268px;
}

.bsk1712-selectBox:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.bsk1712-selectBox:hover {
  *background: #fff;
}

.bsk1712-selectBox select {
  position: relative;
  width: 100%;
  height: 28px;
  *height: auto;
  padding: 0 26px 0 11px;
  *padding-right: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  line-height: 28px;
  *line-height: normal;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.bsk1712-selectBox select::-ms-expand {
  display: none;
}

.bsk1712-selectBox select[disabled] {
  background: #cecece !important;
  cursor: default;
}

body.ie7 .bsk1712-selectBox select,
body.ie8 .bsk1712-selectBox select,
body.ie9 .bsk1712-selectBox select {
  padding-right: 0;
}

.bsk1712-selectBox span {
  display: block;
  *display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 30px;
  *height: auto;
  margin-top: -15px;
  background: url(/resource/images/shared/icn/nui-angle01.png) no-repeat 50% 12px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}

.bsk1712-radio {
  display: block;
  cursor: pointer;
}

.bsk1712-radio:hover .bsk1712-icon {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.bsk1712-radio .bsk1712-icon {
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  cursor: pointer;
}

.bsk1712-radio .bsk1712-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* For IE 8 */
  opacity: 0;
  cursor: pointer;
}

.js-active .bsk1712-radio > .bsk1712-icon {
  width: 7px;
  height: 7px;
  border: 7px solid #449df5;
  background: #fff;
}

.js-inactive .bsk1712-radio {
  opacity: .4;
  opacity: 1\9;
  color: #ccc\9;
  cursor: default;
}

.js-inactive .bsk1712-radio:hover .bsk1712-icon {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.js-inactive .bsk1712-radio input,
.js-inactive .bsk1712-radio .bsk1712-icon {
  cursor: default;
}

.bsk1712-checkbox {
  display: block;
  cursor: pointer;
}

.bsk1712-checkbox:hover > .bsk1712-icon {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.bsk1712-checkbox > .bsk1712-icon {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #cecece;
  border-radius: 3px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.bsk1712-checkbox > .bsk1712-icon:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.bsk1712-checkbox > .bsk1712-icon > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  *background: none !important;
  z-index: 10;
  cursor: pointer;
}

.bsk1712-checkbox > .bsk1712-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* For IE 8 */
  opacity: 0;
  cursor: pointer;
}

.js-active .bsk1712-checkbox > .bsk1712-icon {
  border-color: #449df5;
  background: #449df5;
  *background: #449df5 url(/resource/images/order/1712_icon_sprite01.png) -80px -160px no-repeat !important;
}

.js-active .bsk1712-checkbox > .bsk1712-icon > span {
  background: url(/resource/images/order/1712_icon_sprite01.png) -80px -160px no-repeat;
}

.js-inactive .bsk1712-checkbox {
  opacity: .4;
  opacity: 1\9;
  color: #ccc\9;
  cursor: default;
}

.js-inactive .bsk1712-checkbox:hover .bsk1712-icon {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.js-inactive .bsk1712-checkbox input,
.js-inactive .bsk1712-checkbox span {
  cursor: default;
}

/*-----------------------------------
bsk1712 - main
-----------------------------------*/
.bsk1712-main {
  position: relative;
  margin: 25px auto 0;
  padding: 0 20px;
  max-width: 1240px;
}

.bsk1712-main.bsk1712-simple {
  margin-top: 0;
}

/*-----------------------------------
bsk1712 - title block
-----------------------------------*/
.ttlBlock-1712 {
  position: relative;
}

.ttlBlock-1712__ttl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 22px;
  font-size: 25px;
  font-weight: normal;
  line-height: 43px;
  color: #172397;
}

.ttlBlock-1712__balloon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-left: 18px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 13px;
  vertical-align: top;
}

.ttlBlock-1712__balloon > span {
  display: block;
  position: absolute;
  top: 18px;
  left: -10px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(/resource/images/order/1712_bg_sprite01.png) 0 0 no-repeat;
}

.ttlBlock-1712__balloon a {
  position: relative;
  padding-left: 30px;
}

.ttlBlock-1712__balloon a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -100px -240px no-repeat;
}

.ttlBlock-1712__flow {
  position: absolute;
  right: 0;
  top: 10px;
  overflow: hidden;
}

.ttlBlock-1712__flow li {
  position: relative;
  padding-right: 78px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #bfbfbf;
}

.ttlBlock-1712__flow li span {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  width: 20px;
  height: 17px;
  margin-top: -9px;
  background: url("/resource/images/review/1710_ico_flow02.png") no-repeat;
}

.ttlBlock-1712__flow li.cr-1712 {
  color: #2f8eef;
}

.ttlBlock-1712__flow li.cr-1712 span {
  background-image: url("/resource/images/review/1710_ico_flow01.png");
}

.ttlBlock-1712__flow li.last-1712 {
  padding-right: 0;
}


.ttlBlock-1712__balloon__lateBuy {
  display: block;
  padding: 0 10px 0 15px !important;
  margin: 6px 0 4px;
}

.bsk1712-btn + .ttlBlock-1712__balloon__lateBuy {
  margin-top:8px;
}

.ttlBlock-1712__balloon__lateBuy .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/resource/images/shared/icn/nui-angle01.png) no-repeat;
  z-index: 1;
}

/*-----------------------------------
bsk1712 - error block
-----------------------------------*/
.bsk1712-errBlock {
  min-height: 24px;
  margin: 0 0 30px;
  padding: 12px;
  border-radius: 4px;
  background: #fadfe1;
  font-size: 13px;
  line-height: 24px;
}

.bsk1712-errBlock__ttl {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #d80000;
}

.bsk1712-errBlock__ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -150px no-repeat;
}

.bsk1712-errBlock__txt {
  padding-left: 30px;
}

/*-----------------------------------
bsk1712 - 2col structure
-----------------------------------*/
.bsk1712-2col {
  position: relative;
  margin: 0 0 -2px 0;
  padding: 0 340px 27px 0;
  background: #fff;
}

.bsk1712-2col__main {
  position: relative;
}

.bsk1712-2col__side {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}

/*-----------------------------------
bsk1712 - common title
-----------------------------------*/
.bsk1712-cmnTtl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 41px;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  -webkit-transition: font-size 250ms ease;
  transition: font-size 250ms ease;
}

.bsk1712-cmnTtl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(/resource/images/order/1712_icon_sprite01.png) no-repeat;
}

.bsk1712-cmnTtl .latestDate {
  font-size: 13px;
  font-weight: normal;
  display: inline;
  margin-left: 15px;
}

.bsk1712-inCart .bsk1712-cmnTtl span {
  background-position: -120px -160px;
}

.bsk1712-lateBuy .bsk1712-cmnTtl span {
  background-position: -120px -200px;
}

/*-----------------------------------
bsk1712 - campaign
-----------------------------------*/
.bsk1712-campaign {
  margin-bottom: 20px;
}

.bsk1712-campaign img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------
bsk1712 - coupon
-----------------------------------*/
.bsk1712-coupon {
  padding-bottom: 20px;
  overflow: hidden;
}

.bsk1712-coupon__in {
  float: left;
  position: relative;
  padding: 8px 15px 8px 38px;
  border-radius: 4px;
  background: #fef5d4;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: -.02em;
}

.bsk1712-coupon__in .bsk1712-icon {
  display: block;
  position: absolute;
  top: 7px;
  bottom: -12px;
  left: 7px;
  width: 25px;
  height: 25px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -40px -120px no-repeat;
  border: none;
}

.bsk1712-coupon__in p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1.5em;
}

.bsk1712-coupon__in span {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 25px;
  border-color: #fef5d4 transparent transparent;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-radius: 0 0 0 0;
  width: 0;
  height: 0;
  background: none;
}

/*-----------------------------------
bsk1712 - inCart
-----------------------------------*/
.bsk1712-inCart {
  position: relative;
  margin-bottom: 40px;
}

.bsk1712-inCart__topBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.bsk1712-inCart__topBtn a {
  padding-left: 28px;
}

.bsk1712-inCart__topBtn .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/resource/images/shared/icn/nui-angle01.png) no-repeat;
  z-index: 1;
}

.bsk1712-inCart__topBtn .num{
  border-radius: 10px;
  padding: 2px 5px;
  background: #d80000;
  color: #fff;
  margin-left: 5px;
  font-size: 11px;
}

.bsk1712-inCart__error {
  margin-bottom: 20px;
  padding-left: 41px;
  font-size: 16px;
  line-height: 18px;
  color: #d80000;
}

.bsk1712-cartTbl {
  position: relative;
  width: 100%;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-collapse: separate;
  border-spacing: 0;
}

.bsk1712-cartTbl .bsk1712-cartTblTr.bsk1712-errorTr td {
  background: #fadfe1;
}

.bsk1712-cartTbl .bsk1712-cartTblTr > th,
.bsk1712-cartTbl .bsk1712-cartTblTr > td {
  font-size: 13px;
}

.bsk1712-cartTbl .bsk1712-cartTblTr > th {
  padding: 9px 0;
  background: #f7f7f7;
  font-weight: normal;
  line-height: 16px;
  vertical-align: middle;
  white-space: nowrap;
}

.bsk1712-cartTbl .bsk1712-cartTblTr > th span {
  display: block;
  font-size: 12px;
}

.bsk1712-cartTbl .bsk1712-cartTblTr > td {
  vertical-align: top;
}

.bsk1712-cartTbl .bsk1712-itemAside {
  height: 1px;
  line-height: 0;
  padding: 15px 0 5px 45px;
  border-top: 1px solid #cecece;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemAside {
    padding-left: 16px;
  }
}

body.ie7 .bsk1712-cartTbl .bsk1712-itemAside,
body.ie8 .bsk1712-cartTbl .bsk1712-itemAside {
  padding-left: 16px;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag {
  position: relative;
  float: left;
  min-width: 110px;
  margin: 0 10px 5px 0;
  height: 28px
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  letter-spacing: -.03em;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagAskul {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #454fac;
  border-radius: 3px;
  color: #454fac;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagBackOrder {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #3caf57;
  border-radius: 3px;
  color: #3caf57;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagDirect {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #fc7e48;
  border-radius: 3px;
  color: #fc7e48;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagAssembly {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #ba80f0;
  border-radius: 3px;
  color: #ba80f0;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagTwoDaysLater {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #ff9428;
  border-radius: 3px;
  color: #ff9428;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagBackOrderAndAssembly {
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #5aa0ff;
  border-radius: 3px;
  color: #5aa0ff;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagMedical {
  background: #30b1bf;
  color: #fff;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagAlcohol {
  background: #23a4d9;
  color: #fff;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p.bsk1712-tagLargeItem {
  background: #a38a71;
  color: #fff;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p span.numberBorder {
  border: 1px solid #fff;
  padding: 0 3px;
  margin: 0 2px;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag p span.itemTag-annotation {
   font-size: 10px;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag .bsk1712-tip,
.bsk1712-inCart__topBtn .bsk1712-tip {
  bottom: 40px;
  left: -20px;
  margin: 0 !important;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  -webkit-transform-origin: 75px 100%;
      -ms-transform-origin: 75px 100%;
          transform-origin: 75px 100%;
}

.bsk1712-inCart__topBtn .bsk1712-tip {
  visibility: visible;
  left: 42px;
}

.bsk1712-cartTbl .bsk1712-itemAside__tag .bsk1712-tip > span,
.bsk1712-inCart__topBtn .bsk1712-tip > span {
  bottom: -10px;
  left: 75px;
  width: 8px;
  height: 11px;
  margin-left: -4px;
  background-position: -20px -10px;
}

.bsk1712-cartTbl .bsk1712-itemAside__direct{
  float: left;
  margin: 0 15px 5px 0;
}

.bsk1712-cartTbl .bsk1712-itemAside__direct p{
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -.02em;
}

.bsk1712-cartTbl .bsk1712-itemAside__error {
  float: left;
}

.bsk1712-cartTbl .bsk1712-itemAside__error p {
  position: relative;
  padding: 5px 0 5px 28px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -.02em;
  color: #d80000;
}

.bsk1712-cartTbl .bsk1712-itemAside__error p span {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -150px no-repeat;
}

.bsk1712-cartTbl .bsk1712-itemTotal {
  position: relative;
  width: 18%;
  padding: 0 45px 22px 5px;
  border-top: 1px solid #cecece;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemTotal {
    padding-right: 16px;
  }
}

body.ie7 .bsk1712-cartTbl .bsk1712-itemTotal,
body.ie8 .bsk1712-cartTbl .bsk1712-itemTotal {
  padding-right: 16px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top {
  overflow: hidden;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top__coupon {
  float: right;
  margin: 15px 0 5px;
  padding: 3px 5px 5px;
  border: 1px solid #fef5d4;
  border-radius: 4px;
  background: #fef5d4;
  text-align: left;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top__coupon .bsk1712-couponIcon {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  padding: 0 0 2px 0;
  color: #dd2c08;
  font-weight: bold;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top__coupon .bsk1712-couponIcon a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0.9em;
  font-weight: normal;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top__coupon .bsk1712-couponTxt {
  font-size: 11px;
  line-height: 18px;
  color: #666;
  letter-spacing: -.02em;
}

.bsk1712-cartTbl .bsk1712-itemTotal__top__coupon .bsk1712-couponTxt span {
  display: block;
  line-height: 21px;
  color: #DD2C08;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle {
  padding: 10px 0 26px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p {
  margin-bottom: 17px;
  color: #d80000;
  font-size: 18px;
  line-height: 1.11111;
  font-weight: bold;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p.text {
  margin-bottom: 8px;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p.text.period {
  color: #d80000;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p.label {
  margin-bottom: 2px;
  font-size: 14px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p.tag {
  margin-top: -10px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle > p.tag > span {
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  height: 22px;
  padding: 0 8px;
  color: #dd2c08;
  border-radius: 12px;
  border: 1px solid #dd2c08;
  zoom: 1;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle ul li {
  position: relative;
  line-height: 28px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle ul li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: url(/resource/images/order/1712_icon_sprite01.png) no-repeat;
  vertical-align: -6px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle ul li.bsk1712-tagCoupon {
  color: #db4087;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle ul li.bsk1712-tagCoupon span {
  background-position: -40px -120px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__middle ul li.bsk1712-tagSweet {
  color: #837976;
  font-size: 12px;
  padding: 0 8px;
  background-color: #eee;
  border-radius: 2px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom {
  position: absolute;
  right: 40px;
  bottom: 24px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -.02em;
  white-space: nowrap;
  color: #333;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom a:hover, .bsk1712-cartTbl .bsk1712-itemTotal__bottom a:active {
  color: #1b72e9;
  text-decoration: none;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom a span {
  display: block;
  position: absolute;
  left: 0;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__later {
  padding-left: 20px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__later span {
  bottom: 0px;
  width: 19px;
  height: 20px;
  background: url(/resource/images/order/1712_icon_sprite01.png) no-repeat -70px -370px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__later:hover span, .bsk1712-cartTbl .bsk1712-itemTotal__bottom__later:active span {
  background-position: -51px -370px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__regToMyCatalog {
  padding-left: 22px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__regToMyCatalog span {
  background: url(/resource/images/shared/2015new_sprite_header01.png) no-repeat -212px -100px;
  width: 20px;
  height: 20px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__delete {
  padding-left: 22px;
  margin-left: 10px;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__delete span {
  bottom: 0;
  width: 17px;
  height: 20px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -20px -200px no-repeat;
}

.bsk1712-cartTbl .bsk1712-itemTotal__bottom__delete:hover span, .bsk1712-cartTbl .bsk1712-itemTotal__bottom__delete:active span {
  background-position: 0 -200px;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemTotal__bottom {
    right: 16px;
  }
}

body.ie7 .bsk1712-cartTbl .bsk1712-itemTotal__bottom,
body.ie8 .bsk1712-cartTbl .bsk1712-itemTotal__bottom {
  right: 16px;
}

.bsk1712-cartTbl .bsk1712-itemInfo {
  padding: 0 32px 22px 45px;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemInfo {
    padding: 0 16px 22px 16px;
  }
}

body.ie7 .bsk1712-cartTbl .bsk1712-itemInfo,
body.ie8 .bsk1712-cartTbl .bsk1712-itemInfo {
  padding: 0 16px 22px 16px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 90px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #fff;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__pic a:hover,
.bsk1712-cartTbl .bsk1712-itemInfo__in__pic a:active {
  -moz-opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* For IE 8 */
  opacity: .7;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main > p {
  margin-bottom: 12px;
  line-height: 20px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main > ul {
  margin-bottom: 12px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main > ul > li {
  line-height: 23px;
  *word-break: break-all;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemInfo__in__main > ul > li {
    word-break: break-all;
  }
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main > ul > li > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: -10px 0 0 0;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 5px 5px 0 0;
  background: url(/resource/images/order/1712_icon_sprite01.png) no-repeat;
  vertical-align: -2px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div.bsk1712-set01 {
  background-position: -40px -80px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div.bsk1712-set02 {
  background-position: -40px -200px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div.bsk1712-set03 {
  background-position: -80px -200px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div.bsk1712-set04 {
  background-position: -0px -240px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div .bsk1712-cover {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* For IE 8 */
  opacity: 0;
  z-index: 1;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div .bsk1712-tip {
  top: -40px;
  left: 50%;
  padding: 0 11px;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-tipSet > div .bsk1712-tip span {
  bottom: -10px;
  left: 50%;
  width: 8px;
  height: 11px;
  margin-left: -4px;
  background-position: -20px -10px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-bulk {
  margin-top: 12px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #eaf3fd;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-bulk a {
  display: block;
  position: relative;
  padding-left: 17px;
  font-size: 12px;
  line-height: 15px;
}

.bsk1712-cartTbl .bsk1712-itemInfo__in__main .bsk1712-bulk a span {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -80px -240px no-repeat;
}

.bsk1712-cartTbl .bsk1712-itemPrice {
  width: 12%;
  padding: 0 0 22px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

.bsk1712-cartTbl .bsk1712-itemPrice p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
}

.bsk1712-cartTbl .bsk1712-itemPrice .bsk1712-itemPrice__reducedTax {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.bsk1712-cartTbl .bsk1712-itemPrice .bsk1712-itemPrice__reducedTax span {
  display: inline-block;
  color: #4ba4ff;
  border: solid 1px #4ba4ff;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  text-align: center;
  letter-spacing: -.03em;
}

.bsk1712-cartTbl .bsk1712-itemAmount {
  padding: 0 24px 22px;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .bsk1712-cartTbl .bsk1712-itemAmount {
    padding: 0 16px 22px;
  }
}

.bsk1712-cartTbl .bsk1712-itemAmount__select {
  width: 58px;
  position: relative;
  top: 5px;
}

.bsk1712-cartTbl .bsk1712-itemAmount__input {
  position: relative;
  top: 5px;
}

.bsk1712-cartTbl .bsk1712-itemAmount__input input {
  width: 34px;
  padding: 0 11px;
}

.bsk1712-cartTbl .bsk1712-itemAmount__input .js-active input {
  width: 32px;
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid #449df5;
}

.bsk1712-cartTbl .bsk1712-itemAmount__input .js-error:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
}

.bsk1712-cartTbl .bsk1712-itemAmount__input .js-error input {
  width: 32px;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  border: 2px solid #d80000 !important;
}

.bsk1712-cartTbl .bsk1712-itemAmount__select .js-error {
  border: 2px solid #d80000 !important;
}

.bsk1712-cartTbl .bsk1712-itemAmount__select .js-error:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
}

.bsk1712-cartTbl .bsk1712-itemAmount__select select {
  padding: 0 0 0 10px;
}

.bsk1712-inCart__notice{
   margin-top: 10px;
   text-align: right;
   font-size: 13px;
}
.bsk1712-inCart__notice p{
   padding-left: 15px;
   position: relative;
   display: inline-block;
}
.bsk1712-inCart__notice p:before{
   content: '※';
   position: absolute;
   left: 0;
   top: 0;
}
.bsk1712-inCart__notice p span{
  color: #ed8011;
}

.bsk1712-inCart__btm {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.bsk1712-inCart__btm__address {
  float: left;
  margin-bottom: 18px;
}

.bsk1712-inCart__btm__address p {
  padding-top: 8px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -.02em;
}

.bsk1712-inCart__btm__address p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.bsk1712-inCart__btm__total {
  padding-left: 12px;
  text-align: right;
  white-space: nowrap;
  min-height: 45px;
}

.bsk1712-inCart__btm__total p {
  font-size: 14px;
  line-height: 1.1;
}

.bsk1712-inCart__btm__total p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8px;
  font-weight: bold;
}

.bsk1712-inCart__btm__total__amt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 18px;
  padding-right: 18px;
  vertical-align: bottom;
}

.bsk1712-inCart__btm__total__amt:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 1px;
  height: 12px;
  background: #cecece;
}

.bsk1712-inCart__btm__total__amt span {
  font-size: 20px;
}

.bsk1712-inCart__btm__total__price {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.bsk1712-inCart__btm__total__price span {
  font-size: 24px;
  color: #d80000;
}

.bsk1712-inCart__btm__total__point {
  margin: 14px 0 25px;
}

.bsk1712-inCart__btm__total__point span {
  font-size: 16px;
}

.bsk1712-inCart__btm__total__select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 270px;
  margin: 0 0 12px;
}

.bsk1712-inCart__btm__total__address {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin: 0 0 12px;
  padding: 9px 12px;
  border: 1px solid #f17b2f;
  border-radius: 4px;
}

.bsk1712-inCart__btm__total__address p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  font-size: 13px;
  line-height: 20px;
}

.bsk1712-inCart__btm__total__address .bsk1712-addhd {
  padding-right: 28px;
  font-weight: bold;
  color: #f17b2f;
}

.bsk1712-inCart__btm__total__address .bsk1712-addhd span {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
}

.bsk1712-inCart__btm__total__address > span {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 25px;
  width: 10px;
  height: 12px;
  background: url(/resource/images/order/1712_bg_sprite01.png) -40px -40px no-repeat;
}

.bsk1712-medical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  margin-right: -2px;
  background: url(/resource/images/order/1712_icon_sprite01.png) 0 -240px no-repeat;
  vertical-align: -3px;
}

.bsk1712-inCart__btm__total__btn a {
  width: 270px;
  height: 23px;
  padding: 16px 0 15px;
  font-size: 18px;
  line-height: 22px;
}

.bsk1712-inCart__btm__total__btn a span {
  font-size: 14px;
}

.bsk1712-inCart__btm__total__btn__caution{
  position: relative;
  width: 258px;
  margin: 6px 0px 0px auto;
  padding-left: 15px;
  text-align: left;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #d80000;
  white-space: initial;
}
.bsk1712-inCart__btm__total__btn__caution:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-inCart__btm__total__back {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bsk1712-inCart__btm__total__back a {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
}

.bsk1712-inCart__btm__total__back a span {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -140px -130px no-repeat;
}

.bsk1712-inCart__btm__total__delete {
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-inCart__btm__total__delete a{
  position: relative;
  padding: 2px 14px 2px 32px;
  font-size: 13px;
}

.bsk1712-inCart__btm__total__delete a span {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 17px;
  height: 20px;
  margin-top: -11px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -20px -200px no-repeat;
}

/*-----------------------------------
bsk1712 - late buy
-----------------------------------*/
.bsk1712-lateBuy {
  padding-top: 20px;
}

.bsk1712-lateBuy__error {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #d80000;
}

.bsk1712-lateBuy__desc {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 21px;
}

.bsk1712-lateBuy__desc span {
  font-size: 12px;
}

.bsk1712-lateBuy .bsk1712-lateBuy__aboveTbl, .bsk1712-lateBuy .bsk1712-lateBuy__belowTbl {
  width: 220px;
}

.bsk1712-lateBuy .bsk1712-lateBuy__aboveTbl a, .bsk1712-lateBuy .bsk1712-lateBuy__belowTbl a {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 18px 0 50px;
  border-radius: 4px;
}

.bsk1712-lateBuy .bsk1712-lateBuy__aboveTbl a span, .bsk1712-lateBuy .bsk1712-lateBuy__belowTbl a span {
  display: block;
  position: absolute;
  top: 6px;
  left: 14px;
  width: 34px;
  height: 15px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -40px -240px no-repeat;
}

.bsk1712-lateBuy__aboveTbl {
  margin-bottom: 15px;
}

.bsk1712-lateBuy__belowTbl {
  margin-top: 15px;
}

.bsk1712-lateBuy .bsk1712-cartTbl {
  margin-bottom: 0;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemAside {
  position: relative;
  min-height: 27px;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemAside .bsk1712-lateCheck {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 100;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__middle {
  padding: 0 0 65px;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom {
  text-align: right;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart {
  padding-bottom: 8px;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart a {
  float: none;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 14px 0 48px;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart a span {
  display: block;
  position: absolute;
  top: 6px;
  left: 14px;
  width: 34px;
  height: 15px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -40px -240px no-repeat;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemInfo {
  padding-left: 35px;
}

@media (max-width: 1040px) {
  .bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemInfo {
    padding-left: 30px;
  }
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemPrice .bsk1712-itemPrice__pic {
  z-index: 10;
}

/*-----------------------------------
bsk1712 - sideBox
-----------------------------------*/
.bsk1712-sideBox {
  margin-bottom: 40px;
  padding: 11px 14px 25px;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.bsk1712-sideBox__head01 {
  overflow: hidden;
  padding: 3px 0 13px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #cecece;
}

.bsk1712-sideBox__head01__free {
  float: left;
  font-size: 13px;
  line-height: 22px;
  color: #2b9e28;
}

.bsk1712-sideBox__head01__free span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 22px;
  height: 22px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -120px -120px no-repeat;
  margin-right: 6px;
  vertical-align: top;
}

.bsk1712-sideBox__head01__about {
  float: right;
  font-size: 13px;
  line-height: 22px;
}

.bsk1712-sideBox__head02 {
  position: relative;
  padding: 3px 0 3px 28px;
}

.bsk1712-sideBox__head02 > span {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -150px no-repeat;
}

.bsk1712-sideBox__head02 p {
  font-size: 13px;
  line-height: 21px;
  color: #d80000;
}

.bsk1712-sideBox__head02 p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
}

.bsk1712-sideBox__summary {
  margin: 0 0 32px 0;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.bsk1712-sideBox__summary > p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -.02em;
}

.bsk1712-sideBox__summary > p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  font-weight: bold;
}

.bsk1712-sideBox__summary__num {
  position: relative;
  float: left;
  width: 37.5%;
}

.bsk1712-sideBox__summary__num span {
  font-size: 20px;
}

.bsk1712-sideBox__summary__point {
  position: relative;
  float: right;
  width: 62.5%;
  text-align: right;
}

.bsk1712-sideBox__summary__point:before {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  left: -1px;
  width: 1px;
  height: 50%;
  background: #cecece;
}

.bsk1712-sideBox__summary__point span {
  font-size: 16px;
}

.bsk1712-sideBox__total {
  margin-bottom: 32px;
  overflow: hidden;
}

.bsk1712-sideBox__total__txt {
  float: left;
  padding: 8px 0 5px;
  font-size: 13px;
  line-height: 14px;
}

.bsk1712-sideBox__total__price {
  float: right;
  padding-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  color: #d80000;
}

.bsk1712-sideBox__sendTo {
  margin-bottom: 12px;
}

.bsk1712-sideBox__sendTo select {
  *height: auto;
  *line-height: normal;
}

.bsk1712-sideBox__sendTo__address {
  position: relative;
  padding: 10px 10px 5px;
  border: 1px solid #f17b2f;
  border-radius: 4px;
  text-align: center;
}

.bsk1712-sideBox__sendTo__address p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-bottom: 5px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #f17b2f;
}

.bsk1712-sideBox__sendTo__address p span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
}

.bsk1712-sideBox__sendTo__address table {
  position: relative;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
}

.bsk1712-sideBox__sendTo__address table th,
.bsk1712-sideBox__sendTo__address table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  letter-spacing: -.02em;
}

.bsk1712-sideBox__sendTo__address table th {
  white-space: nowrap;
}

.bsk1712-sideBox__sendTo__address table td {
  position: relative;
  padding-left: 1em;
}

.bsk1712-sideBox__sendTo__address table td:before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-sideBox__sendTo__address span {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 50%;
  width: 10px;
  height: 12px;
  margin-left: -5px;
  background: url(/resource/images/order/1712_bg_sprite01.png) -40px -40px no-repeat;
}

.bsk1712-sideBox__confirm {
  margin-bottom: 25px;
}

.bsk1712-sideBox__confirm a {
  display: block !important;
  height: 23px;
  padding: 16px 0 15px;
  font-size: 18px;
  line-height: 22px;
}

.bsk1712-sideBox__confirm a span {
  font-size: 14px;
}

.bsk1712-sideBox__confirm__caution{
  position: relative;
  margin: 6px 6px 0;
  padding-left: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #d80000;
}

.bsk1712-sideBox__confirm__caution:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-sideBox__print {
  position: relative;
}

.bsk1712-sideBox__print a {
  display: block !important;
  height: 18px;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
}

.bsk1712-sideBox__print a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -80px -120px no-repeat;
  vertical-align: bottom;
}

.bsk1712-sideBox__print .bsk1712-tip {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 18px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  white-space: nowrap;
}

.bsk1712-sideBox__print .bsk1712-tip > span {
  top: 50%;
  right: -10px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  background-position: -20px -40px;
}

/*-----------------------------------
bsk1712 - sideRecent
-----------------------------------*/
.bsk1712-sideRecent {
  padding: 15px 20px 0;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.bsk1712-sideRecent__ttl {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}

.bsk1712-sideRecent__list li {
  padding: 10px 0 25px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop {
  padding-bottom: 11px;
  overflow: hidden;
  position: relative;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__pic {
  float: left;
  width: 80px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__pic a:hover,
.bsk1712-sideRecent__list .bsk1712-sideItemTop__pic a:active {
  -moz-opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* For IE 8 */
  opacity: .7;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__pic img {
  width: 100%;
  height: auto;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__name {
  margin: 0 0 20px 95px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__name a {
  font-size: 12px;
  line-height: 20px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star {
  font-size: 130%;
  line-height: 1;
  position: absolute;
  bottom: 11px;
  left: 0;
  margin-left: 95px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span {
  background-image: url(/resource/images/shared/icn/star-icn.gif);
  width: 88px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star0_0{
	background-position: 100% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star0_5{
	background-position: 80% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star1_0{
	background-position: 80% 0%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star1_5{
	background-position: 60% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star2_0{
	background-position: 60% 0%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star2_5{
	background-position: 40% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star3_0{
	background-position: 40% 0%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star3_5{
	background-position: 20% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star4_0{
	background-position: 20% 0%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star4_5{
	background-position: 0% 100%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemTop__star span.star5_0{
	background-position: 0% 0%;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm {
  position: relative;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__price {
  padding-right: 88px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__price p {
  padding: 6px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  color: #d80000;
  letter-spacing: -.02em;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__price p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -.03em;
  color: #333;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__btn a {
  padding: 0;
  width: 80px;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__btn a img {
  vertical-align: middle;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__btn-variation {
  position: relative;
  text-align: right;
}

.bsk1712-sideRecent__list .bsk1712-sideItemBtm__btn-variation a {
  width: auto;
  padding: 0 11px;
}

.bsk1712-sideRecent--productsOwl {
  border: none;
  padding: 0;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls {
  margin: 0;
  text-align: center;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons {
  font-size: 0;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-prev,
.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-next {
  position: relative;
  display: inline-block;
  width: 147px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #F2F2F2);
  background: linear-gradient(#fff, #F2F2F2);
  color: #333 !important;
  box-sizing: border-box;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-prev:hover,
.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-next:hover {
  background: #F2F2F2;
  background: -webkit-linear-gradient(#F2F2F2, #fff);
  background: linear-gradient(#F2F2F2, #fff);
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-prev > span,
.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-next > span {
  display: block;
  position: relative;
  padding-left: 14px;
  top: 50%;
}

.bsk1712-sideRecent--productsOwl .productsOwl .ntp-ic_angle-r-rv > span,
.bsk1712-sideRecent--productsOwl .productsOwl .ntp-ic_angle-l-rv > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/resource/images/shared/2018new_sprite_common.png") no-repeat;
  left: auto;
  right: 0;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  left: 50%;
}

.bsk1712-sideRecent--productsOwl .productsOwl .ntp-ic_angle-r-rv > span {
  background-position: -190px -55px;
}

.bsk1712-sideRecent--productsOwl .productsOwl .ntp-ic_angle-l-rv span {
  background-position: -190px -40px;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-prev {
  left: 0!important;
  margin-right: 6px;
}

.bsk1712-sideRecent--productsOwl .productsOwl .owl-controls .owl-buttons .owl-next {
  right: 0!important;
}

.bsk1712-sideRecent--productsOwl .owl-wrapper-outer {
  margin: 5px 0;
  border: 1px solid #CECECE;
  border-radius: 4px;
  box-sizing: border-box;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list {
  padding: 0 15px;
  background: #fff;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list > li {
  padding: 20px 0;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list > li + li {
  border-top: 1px solid #CECECE;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list .bsk1712-sideItemTop__name {
  margin-bottom: 0;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list .bsk1712-sideItemTop__name a {
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 80px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list .bsk1712-sideItemBtm__price {
  padding: 0;
}

.bsk1712-sideRecent--productsOwl .bsk1712-sideRecent__list .bsk1712-sideItemBtm__price p {
  padding: 0;
}

/*-----------------------------------
bsk1712 - bottom area
-----------------------------------*/
.bsk1712-btmArea {
  font-size: 12px;
  padding-bottom: 15px;
}

.bsk1712-btmArea > div {
  margin-bottom: 40px;
  padding: 28px 0 0;
  border-top: 1px solid #cecece;
}

.bsk1712-btmArea > div .cmnProductOwlWrap {
  padding: 0 20px;
}

.bsk1712-btmArea > div .cmnTitleBlock {
  margin: 0;
  padding: 0;
  border: none;
}

.bsk1712-btmArea > div .cmnTitleBlock .title {
  margin: 0 0 20px;
  padding: 0;
}

.bsk1712-btmArea > div .cmnTitleBlock .title span {
  display: none;
}

.bsk1712-btmArea > div .cmnProductOwlItem .price {
  text-align: right;
}

.bsk1712-btmArea > div .cmnProductOwlItem .cart .cartBtn a img {
  margin: -1px 2px 0 0;
  vertical-align: middle;
}

/*-----------------------------------
bsk1712 - modal common
-----------------------------------*/
.modalCmn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 960px;
  visibility: hidden;
  z-index: -1000;
}

.modalCmn__body {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  box-shadow: 0 0 40px rgba(0, 6, 0, 0.2);
  opacity: 0;
  z-index: 10;
}

.modalCmn__body .js-modalScrBody {
  position: relative;
  z-index: 10;
}

.modalCmn__body .js-modalScrBody__in1 {
  position: relative;
  margin-right: -70px;
  overflow-y: scroll;
}

.modalCmn__body .js-modalScrBody__in2 {
  max-height: none;
}

.modalCmn__body .js-modalScrBody__in3 {
  position: relative;
}

.modalCmn__body .js-modalScrBody__scr {
  display: none;
  position: absolute;
  top: 0;
  right: -25px;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #ddd;
  z-index: 100;
}

.modalCmn__body .js-modalScrBody__scr__bar {
  position: absolute;
  width: 10px;
  height: 0;
  border-radius: 5px;
  background: #4ba4ff;
}

.modalCmn__body.js-shown {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 15;
  opacity: 1;
}

.modalCmn__body__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modalCmn__body__close img {
  display: block;
}

.modalCmn__body__close img:hover {
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

.modalCmn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/resource/images/order/1712_bg_gray02.png");
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.modalCmn__bg.js-clsModal {
  cursor: pointer;
}

.modalCmn__bg.js-shown {
  opacity: 1;
}

/*-----------------------------------
bsk1712 - confirm modal
-----------------------------------*/
.bsk1712-confirmModal {
  width: 720px;
  position: relative;
}

.bsk1712-confirmModal__ttl {
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
  color: #d80000;
}

.bsk1712-confirmModal__main {
  width: 720px;
  position: relative;
}

.bsk1712-confirmModal__rowList {
  border-top: 1px solid #cecece;
}

.bsk1712-confirmModal__rowList li {
  position: relative;
  padding: 20px 10px 20px 87px;
  min-height: 60px;
  border-bottom: 1px solid #cecece;
}

.bsk1712-confirmModal__rowList li .bsk1712-pic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
}

.bsk1712-confirmModal__rowList li .bsk1712-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.bsk1712-confirmModal__rowList li .bsk1712-info {
  padding-top: 5px;
  font-size: 13px;
  line-height: 21px;
}

.bsk1712-confirmModal__rowList li .bsk1712-info > a {
  display: block;
  margin-bottom: 3px;
}

.bsk1712-confirmModal__rowList li .bsk1712-info span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.bsk1712-confirmModal__rowList li .bsk1712-info p.bsk1712-itemName {
  display: block;
  margin-bottom: 3px;
}

.bsk1712-confirmModal__rowList li .bsk1712-info span.bsk1712-txtNote {
  margin-right: 1em;
  color: #d80000;
}

.bsk1712-confirmModal__notes {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 18px;
}

.bsk1712-confirmModal__additional {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #b5b5b5;
  font-size: 12px;
  line-height: 1.5;
}

.bsk1712-confirmModal__noStock {
  padding: 20px 0 0;
  text-align: center;
}

.bsk1712-confirmModal__noStock p {
  font-size: 13px;
  line-height: 21px;
}

.bsk1712-confirmModal__noStock a {
  width: 200px;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  font-size: 13px;
}

.bsk1712-confirmModal__noStock a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 9px;
  width: 6px;
  height: 10px;
  margin-right: 12px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -140px -130px no-repeat;
  vertical-align: top;
}

.bsk1712-confirmModal__colList {
  overflow: hidden;
  margin: 20px -20px 0;
  padding-bottom: 8px;
}

.bsk1712-confirmModal__colList.bsk1712-half {
  margin: 20px 0 0;
}

.bsk1712-confirmModal__colList.bsk1712-half li {
  width: 50%;
}

.bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn, .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set1, .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set2, .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set3,
.bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set4 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceMid {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.bsk1712-confirmModal__colList.bsk1712-half li + li > div {
  border-left: 1px solid #cecece;
}

.bsk1712-confirmModal__colList li {
  float: left;
  width: 33%;
}

.bsk1712-confirmModal__colList li > div {
  position: relative;
  padding: 0 20px;
}

.bsk1712-confirmModal__colList li.bsk1712-item2 {
  width: 34%;
}

.bsk1712-confirmModal__colList li.bsk1712-item2 > div {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.bsk1712-choiceBtn, .bsk1712-choiceBtn--set1, .bsk1712-choiceBtn--set2, .bsk1712-choiceBtn--set3, .bsk1712-choiceBtn--set4 {
  display: block;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 0 15px;
}

.bsk1712-choiceBtn__ttl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
}

.bsk1712-choiceBtn__ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/resource/images/order/1712_icon_sprite01.png);
}

.bsk1712-choiceBtn__nav {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.bsk1712-choiceBtn__nav span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 0px;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  background: url(/resource/images/shared/2015new_sprite_md01.png) no-repeat;
  vertical-align: middle;
}

.bsk1712-choiceBtn--set1 .bsk1712-choiceBtn__ttl {
  padding-left: 45px;
}

.bsk1712-choiceBtn--set1 .bsk1712-choiceBtn__ttl span {
  background-position: 0 -280px;
}

.bsk1712-choiceBtn--set1 .bsk1712-choiceBtn__nav span {
  background-position: -140px -130px;
}

.bsk1712-choiceBtn--set2 .bsk1712-choiceBtn__ttl {
  padding-left: 54px;
}

.bsk1712-choiceBtn--set2 .bsk1712-choiceBtn__ttl span {
  width: 44px;
  background-position: -80px -280px;
}

.bsk1712-choiceBtn--set2 .bsk1712-choiceBtn__nav span {
  background-position: -160px -130px;
}

.bsk1712-choiceBtn--set3 .bsk1712-choiceBtn__ttl {
  padding-left: 50px;
}

.bsk1712-choiceBtn--set3 .bsk1712-choiceBtn__ttl span {
  background-position: -40px -280px;
}

.bsk1712-choiceBtn--set3 .bsk1712-choiceBtn__nav span {
  background-position: -160px -130px;
}

.bsk1712-choiceBtn--set4 .bsk1712-choiceBtn__ttl {
  padding-left: 54px;
}

.bsk1712-choiceBtn--set4 .bsk1712-choiceBtn__ttl span {
  width: 44px;
  background-position: -2px -361px;
}

.bsk1712-choiceBtn--set4 .bsk1712-choiceBtn__nav span {
  background-position: -160px -130px;
}

.bsk1712-choiceBtn--line2 .bsk1712-choiceBtn__ttl {
  line-height: 20px;
}

.bsk1712-choiceMid__desc {
  font-size: 13px;
  line-height: 21px;
}

.bsk1712-choiceMid__desc.-green {
  color: #4f9b05;
}

.bsk1712-choiceMid__note {
  position: relative;
  margin-top: 6px;
  padding: 0 0 0 1.2em;
  font-size: 12px;
  line-height: 21px;
}

.bsk1712-choiceMid__note span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-choiceFee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -.02em;
}

.bsk1712-choiceFee__price {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  font-weight: bold;
}

.bsk1712-choiceFee__noFee {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

/*-----------------------------------
bsk1712 - deliveryDate modal
-----------------------------------*/
.bsk1712-baggagePackModal {
  padding: 30px;
}

.bsk1712-baggagePackModal .bsk1712-confirmModal {
  width: 600px;
}

.bsk1712-baggagePackModal .bsk1712-confirmModal__ttl {
  padding-bottom: 15px;
  color: #333;
}

.bsk1712-baggagePackModal .bsk1712-confirmModal__notes {
  padding-top: 0;
}

.bsk1712-baggagePackModal .bsk1712-confirmModal__colList.bsk1712-half {
  margin-top: 25px;
}

.bsk1712-baggagePackModal .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set2,
.bsk1712-baggagePackModal .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceBtn--set4,
.bsk1712-baggagePackModal .bsk1712-half .bsk1712-deliveryDate,
.bsk1712-baggagePackModal .bsk1712-confirmModal__colList.bsk1712-half li > div .bsk1712-choiceMid {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bsk1712-baggagePackModal .bsk1712-btn {
  min-width: 200px;
}

.bsk1712-confirmModal__desc {
  font-size: 14px;
  line-height: 22px;
}

.bsk1712-confirmModal__desc-bold {
  font-weight: bold;
}

.bsk1712-deliveryDate {
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
}

.bsk1712-half .bsk1712-deliveryDate {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.bsk1712-deliveryDate__ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.bsk1712-deliveryDate__date {
  margin-left: 100px
}

.bsk1712-deliveryDate__date+.bsk1712-deliveryDate__date {
  margin-top: 5px;
}

/*-----------------------------------
bsk1712 - deli modal
-----------------------------------*/
.bsk1712-deliModal {
  width: 720px;
  position: relative;
}

.bsk1712-deliModal__ttl {
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
}

.bsk1712-deliModal__aside {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 13px;
  line-height: 20px;
}

.bsk1712-deliModal__main {
  width: 720px;
  position: relative;
}

.bsk1712-deliModal__list {
  overflow: hidden;
  margin: 0 -20px 0;
  padding-bottom: 10px;
}

.bsk1712-deliModal__list li {
  float: left;
  width: 33%;
}

.bsk1712-deliModal__list li.bsk1712-item2 {
  width: 34%;
}

.bsk1712-deliModal__list li.bsk1712-item2 > div {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo {
  margin-bottom: 25px;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > div {
  width: 120px;
  height: 80px;
  margin: 0 auto;
  background: #ddd url(/resource/images/order/1712_pic_sprite01.png);
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > div.bsk1712-imgAskul {
  background-position: 0 0;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > div.bsk1712-imgBackOrder {
  background-position: -120px 0;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > div.bsk1712-imgDirect {
  background-position: -240px 0;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > p {
  margin: 0 auto;
  width: 118px;
  padding: 4px 0;
  border: 1px solid #cecece;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -.03em;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > p.bsk1712-tagAskul {
  border-color: #454fac;
  color: #454fac;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > p.bsk1712-tagBackOrder {
  border-color: #3caf57;
  color: #3caf57;
}

.bsk1712-deliModal__list li .bsk1712-tagInfo > p.bsk1712-tagDirect {
  border-color: #fc7e48;
  color: #fc7e48;
}

.bsk1712-deliModal__list li .bsk1712-tagDesc {
  padding: 0 20px 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
}

.bsk1712-deliModal__list li .bsk1712-tagNote {
  position: relative;
  margin: 0 20px;
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 21px;
}

.bsk1712-deliModal__list li .bsk1712-tagNote span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-deliModal__list li .bsk1712-tagNote:last-child {
  padding-bottom: 10px;
}

.bsk1712-deliModal__btn {
  text-align: center;
}

.bsk1712-deliModal__btn a {
  width: 210px;
  height: 28px;
  margin-top: 15px;
  padding: 0;
  line-height: 28px;
}

.bsk1712-deliModal__btn a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 9px;
  width: 6px;
  height: 10px;
  margin-right: 12px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -140px -130px no-repeat;
  vertical-align: top;
}

.bsk1712-deliModal__list--2col li:first-child{
  margin-left: 12%;
}

.bsk1712-deliModal__list--2col li:first-child .bsk1712-tagNote{
  margin-right: 25px;
}

.bsk1712-deliModal__list--2col li.bsk1712-item2{
	width: 37%;
	margin-left: 40px;
}

.bsk1712-deliModal__list--2col li.bsk1712-item2 div.js-flatItem{
  border-right:none;
  padding-left: 40px;
}

.bsk1712-deliModal__list--1col li{
  width: 80%;
  float: none;
  margin: 0 auto;
}

.bsk1712-deliModal__list--1col li .bsk1712-tagDesc{
  text-align: center;
}

/*-----------------------------------
bsk1712 - bulk modal
-----------------------------------*/
.bsk1712-bulkModal {
  width: 520px;
  position: relative;
}

.bsk1712-bulkModal__ttl {
  position: relative;
  padding: 0 0 25px 36px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
}

.bsk1712-bulkModal__ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -120px -240px no-repeat;
}

.bsk1712-bulkModal__main {
  width: 520px;
}

.bsk1712-bulkModal__main__list li {
  position: relative;
  min-height: 80px;
  padding: 20px 0 20px 110px;
  border-bottom: 1px solid #cecece;
}

.bsk1712-bulkModal__main__list li .bsk1712-pic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 80px;
  height: 80px;
}

.bsk1712-bulkModal__main__list li .bsk1712-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.bsk1712-bulkModal__main__list li .bsk1712-info {
  position: relative;
  padding-bottom: 42px;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table {
  position: relative;
  border-spacing: 0;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table th,
.bsk1712-bulkModal__main__list li .bsk1712-info table td {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table th {
  white-space: nowrap;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table td {
  position: relative;
  padding-left: 1em;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table td span {
  font-weight: bold;
  color: #d80000;
}

.bsk1712-bulkModal__main__list li .bsk1712-info table td:before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-bulkModal__main__list li .bsk1712-info > a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 172px;
}

.bsk1712-bulkModal__main__list li .bsk1712-info > a img {
  width: 20px;
  height: auto;
  margin: 0px 3px 0 0;
}

.bsk1712-bulkModal__main__list.bsk1712-root {
  border: 1px solid #4ba4ff;
  border-radius: 3px;
  margin-bottom: 5px;
}

.bsk1712-bulkModal__main__list.bsk1712-root li {
  padding: 30px 0 15px 110px;
  border-bottom: 0;
}

.bsk1712-bulkModal__main__list.bsk1712-root li:before {
  content: 'カゴの商品';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  background: #fff;
}

.bsk1712-bulkModal__main__list.bsk1712-root li .bsk1712-pic {
  top: 30px;
}

.bsk1712-bulkModal__main__list.bsk1712-root li .bsk1712-info {
  padding: 0;
  min-height: 80px;
}


/*-----------------------------------
bsk1712 - coupon modal
-----------------------------------*/
.couponModal-1712 {
  position: relative;
  width: 340px;
}

.couponModal-1712__main {
  width: 340px;
}

/*-----------------------------------
bsk1808 - age
-----------------------------------*/
.age_check {
  font-size: 13px;
  color: #d80000;
  font-weight: bolder;
  margin-bottom: 10px;
}

.bsk1808-alert {
  padding: 12px 15px;
  border: 1px solid #d80000;
  border-radius: 4px;
  margin-bottom: 20px;
}

.bsk1808-alert__txt {
  font-size: 13px;
  line-height: 22px;
}

.bsk1808-alert__txt > span {
  color: #d80000;
}

.bsk1808-alert__txt > span.my_age {
  color: #333333;
  font-weight: bolder;
}

.age_confirm {
  width: 175px;
  margin: 20px auto 0;
}

.age_confirm input[type="text"]:focus {
  border: 2px solid #2f8eef;
}

.age_textbox {
  width: 48px;
  height: 30px!important;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
}

/*-----------------------------------
bsk1808-medicalCautionModal
-----------------------------------*/
#medicalCautionModal {
  width: 720px;
  position: relative;
  padding: 30px;
  font-size: 13px;
  line-height: 22px;
  min-height: 50px;
}

#medicalCautionModal .ttl {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 25px;
}

#medicalCautionModal .txt {
  margin-bottom: 10px;
  padding-bottom: 22px;
}

#medicalCautionModal .txtBottom {
  margin-top: 20px;
}

#medicalCautionModal .address_box {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #f17b2f;
  border-radius: 4px;
}

#medicalCautionModal .medicaltxttitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

#medicalCautionModal .medicaltxttitle__swpNA {
  font-weight: normal;
  color: #d80000;
  font-size: 12px;
}

#medicalCautionModal .bsk1712-confirmModal__rowList {
  border: none;
  width: 90%;
  margin: 0 auto;
}

#medicalCautionModal .bsk1712-confirmModal__rowList li {
  border: none;
}

#medicalCautionModal .bsk1712-confirmModal__rowList li .bsk1712-pic {
  width: 20%;
  height: 0;
}

#medicalCautionModal .bsk1712-confirmModal__rowList li .bsk1712-pic img {
  width: 80px;
}

#medicalCautionModal .bsk1712-confirmModal__rowList li .bsk1712-info {
  width: 90%;
  margin-left: 30px;
}

#medicalCautionModal .bsk1712-sideBox__confirm {
  width: 35%;
  margin: 0 auto;
  margin-top: 20px;
}

#medicalCautionModal .bsk1712-btn.bsk1712-btn-orange {
  height: 30px;
  width: 270px;
}

#medicalCautionModal .bsk1712-btn.bsk1712-btn-orange:hover {
  background: #fd8629;
  background: -webkit-linear-gradient(#fd8629, #fda128);
  background: linear-gradient(#fd8629, #fda128);
}


/*-----------------------------------
reg1808 - sale-unit
-----------------------------------*/
.sale-unit {
  position: relative;
}

span.sale-unit-title {
  position: absolute;
  top: 0;
  left: 0;
}

span.sale-unit-desc {
  vertical-align: top;
  padding-left: 65px;
  margin-right: 0!important;
}


/*-----------------------------------
sort
-----------------------------------*/
.js-sortTable .bsk1712-cartTblTr > td{
  background: #fff;
}

.js-sortTable .bsk1712-itemAside,
.js-sortTable .bsk1712-itemInfo {
  padding-left: 0;
}
.bsk1712-cartTbl.js-sortTable .bsk1712-sortHandle {
  cursor: move;
  width: 45px;
  border-top: 1px solid #cecece;
  background: url(/resource/images/basket/icon_draggable.png) no-repeat center #fff;
}

/* Loading
------------------------------------------ */
.loading--fix {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.loading--fix {
  position: fixed;
}

.loading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.loading__overlay img {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -27px -27px 0 0;
}

.bsk1712-confirmModal__div {
  margin: 24px 0 0;
  text-align: center;
}
.bsk1712-confirmModal__div.bsk1712-confirmModal__div--bulkDelivery {
  padding: 24px;
  background: #EAF6EC;
  border-radius: 4px;
}

.bsk1712-confirmModal__div.bsk1712-confirmModal__div--nav {
  margin: 32px 0 0;
  text-align: left;
}

.bsk1712-confirmModal__div .bsk1712-choiceMid__desc {
  font-size: 14px;
  line-height: 22px;
}


.bsk1712-btn.bsk1712-choiceBtn--set5 {
  height: auto;
  margin-bottom: 18px;
  padding: 22px;
  min-width: 415px;
  box-sizing: border-box;
  background: #FF8D00;
}

.bsk1712-btn.bsk1712-choiceBtn--set5 .bsk1712-choiceBtn__ttl {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.bsk1712-btn.bsk1712-choiceBtn--set5 .bsk1712-choiceBtn__nav {
  font-size: 12px;
  line-height: 20px;
}

.bsk1712-btn.bsk1712-choiceBtn--set5:hover {
  background: #FF8D00;
  opacity: .5;
}

.bsk1712-btn.bsk1712-choiceBtn--set6 {
  height: auto;
  padding: 13px 65px;
  border: 1px solid #6E635F;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
}

.bsk1712-btn.bsk1712-choiceBtn--set6 .bsk1712-choiceBtn__ttl {
  display: inline;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.bsk1712-btn.bsk1712-choiceBtn--set6 .bsk1712-choiceBtn__nav {
  display: inline;
  font-size: 12px;
  line-height: 22px;
}

.bsk1712-btn.bsk1712-choiceBtn--set6:hover {
  opacity: .5;
}

.bsk1712-confirmModal__bulkDelivery__eco {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #32A848;
}

.bsk1712-confirmModal__bulkDelivery__eco span {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  background: url(/resource/images/shared/icon_green.png) no-repeat;
}

.bsk1712-confirmModal__colList.bsk1712-confirmModal__colList--wide.bsk1712-half li:nth-child(odd) > div {
  padding: 0 25px 0 0;
}
.bsk1712-confirmModal__colList.bsk1712-confirmModal__colList--wide.bsk1712-half li:nth-child(even) > div {
  padding: 0 0 0 25px;
}

.bsk1712-confirmModal__colList.bsk1712-confirmModal__colList--wide.bsk1712-half .bsk1712-btn.bsk1712-choiceBtn--set6 {
  width: 100%;
  margin-bottom: 15px;
}

.bsk1712-confirmModal__colList.bsk1712-confirmModal__colList--wide.bsk1712-half .bsk1712-choiceMid {
  width: 100%;
}

.bsk1712-confirmModal__colList.bsk1712-confirmModal__colList--wide.bsk1712-half .bsk1712-choiceMid__desc {
  font-size: 14px;
  line-height: 22px;
}

.bsk1712-navBtn__icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 0px;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  background: url(/resource/images/shared/2015new_sprite_md01.png) no-repeat -140px -130px;
}

.bsk1712-navBtn__ttl {
  font-size: 14px;
  line-height: 22px;
}

.bsk1712-navBtn__sub {
  font-size: 12px;
  line-height: 20px;
}

/*-----------------------------------
bsk1712-sideCoupon
-----------------------------------*/
.bsk1712-sideCoupon {
  margin-bottom: 40px;
}

.bsk1712-sideCoupon_body {
  background: #f1f5f9;
  padding: 16px 10px;
  border-radius: 4px;
}

.bsk1712-sideCoupon_body_caption {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}

.bsk1712-sideCoupon_body_caption:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 16px;
  margin-right: 8px;
  background: #333;
  transform: rotate(-30deg);
  vertical-align: middle;
}

.bsk1712-sideCoupon_body_caption:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 16px;
  margin-left: 8px;
  background: #333;
  transform: rotate(30deg);
  vertical-align: middle;
}

.bsk1712-sideCoupon_body_title {
  position: relative;
  background: #183d9f;
  margin: 0 10px;
  height: 30px;
  color: #fff;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 13px;
}

.bsk1712-sideCoupon_body_title:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-top: 15px solid #183d9f;
  border-bottom: 15px solid #183d9f;
}

.bsk1712-sideCoupon_body_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-top: 15px solid #183d9f;
  border-bottom: 15px solid #183d9f;
}

.bsk1712-sideCoupon_body_detail {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bsk1712-sideCoupon_body_detail_text {
  font-size: 13px;
  line-height: 1.4;
}

.bsk1712-sideCoupon_body_detail_text span {
  font-weight: bold;
}

.bsk1712-sideCoupon_body_detail_rate {
  padding-left: 5px;
  font-weight: bold;
  align-self: end;
  color: #183d9f;
  font-size: 20px;
  line-height: 1;
}

.bsk1712-sideCoupon_body_detail_rate span {
  font-size: 41px;
}

.bsk1712-sideCoupon_body_nunber {
  margin-top: 8px;
  padding: 8px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
}

.bsk1712-sideCoupon_body_nunber_text {
  font-size: 12px;
  line-height: 1.4;
}

.bsk1712-sideCoupon_body_nunber_content {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.bsk1712-sideCoupon_notice {
  margin-top: 8px;
}

.bsk1712-sideCoupon_body_nunber_contentWrapper {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.bsk1712-sideCoupon_body_nunber_contentWrapper .bsk1712-sideCoupon_body_nunber_content {
  margin-top: 0;
}

.bsk1712-sideCoupon_body_nunber_content_inner {
  position: relative;
}

.bsk1712-sideCoupon_body_nunber_balloon {
  position: absolute;
  border-radius: 3px;
  background: #fff;
  color: #333;
  bottom: 35px;
  left: -110px;
  margin: 0 !important;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  filter: drop-shadow(3px 3px 5px);
  display: none;
}

.bsk1712-sideCoupon_body_nunber_balloon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 145px;
  width: 0;
  height: 0;
  margin-left: -4px;
  border: solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
}

.bsk1712-sideCoupon_body_nunber_button {
  border: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 13px;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
  border-radius: 4px;
  cursor: pointer;
}

.bsk1712-sideCoupon_body_nunber_button:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

.bsk1712-sideCoupon_body_nunber_button--copy:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(/resource/images/basket/icon_copy.png) no-repeat;
  margin-left: 4px;
  vertical-align: text-top;
}

.bsk1712-sideCoupon_notice li {
  padding-left: 14px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

.bsk1712-sideCoupon_notice li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.bsk1712-sideCoupon_notice li a.guide {
  position: relative;
  padding-right: 16px;
}

.bsk1712-sideCoupon_notice li a.guide:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  background: url(/resource/images/shared/icn/icn-guide.png) no-repeat;
  background-size: cover;
}

.bsk1712-sideCoupon--achieve .bsk1712-sideCoupon_body {
  background: url(/resource/sp/images/etc/bg-grean.png) -17px -11px #eaf6ec
}

.bsk1712-sideCoupon--achieve .bsk1712-sideCoupon_body_title {
  background: #32a848;
}

.bsk1712-sideCoupon--achieve .bsk1712-sideCoupon_body_title:before,
.bsk1712-sideCoupon--achieve .bsk1712-sideCoupon_body_title:after {
  border-top: 15px solid #32a848;
  border-bottom: 15px solid #32a848;
}

.bsk1712-sideCoupon--achieve .bsk1712-sideCoupon_body_detail_rate {
  color: #32a848;
}

.bsk1712-multiCategory {
  padding: 16px 8px 16px 16px;
  background: #FCEEEC;
  border-radius: 4px;
  margin-bottom: 20px;
}

.bsk1712-multiCategory__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #E55C7E;
  margin-bottom: 12px;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
  align-items: center;
}

.bsk1712-multiCategory__title__link {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #1b72e9 !important;
}

.bsk1712-multiCategory__title__link--blank {
  padding-right: 16px;
  background: url(//cdn.askul.co.jp/cms/assets/images/icon_blank.svg) no-repeat right 50%;
  background-size: 12px;
  color: #183D9F !important;
}

.bsk1712-multiCategory__body__list {
  max-height: 130px;
  overflow-y: auto;
  padding-right: 8px;
}

.bsk1712-multiCategory__body__list__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 46px;
  padding: 12px 24px;
  border: 1px solid #D5D5D5;
  background: #fff;
  border-radius: 4px;
}

.bsk1712-multiCategory__body__list__item + .bsk1712-multiCategory__body__list__item {
  margin-top: 8px;
}

.bsk1712-multiCategory__body__list__item__head {
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px 0 0;
  white-space: nowrap;
}

.bsk1712-multiCategory__body__list__item__head span {
  display: inline-block;
  line-height: 22px;
  font-weight: 700;
  color: #183D9F;
  vertical-align: top;
  flex-shrink: 0;
}

.bsk1712-multiCategory__body__list__item__head .icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background: url(/resource/images/shared/icn/icon_information_multiCategory.png) no-repeat;
}

.bsk1712-multiCategory__body__list__item__head .icon.icon--choose {
  background-image: url(/resource/images/shared/icn/icon_information_multiCategory--choose.png);
}

.bsk1712-multiCategory__body__list__item__text {
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bsk1712-multiCategory__body__list__item--choose {
  border: 2px solid #E55C7E;
}

.bsk1712-multiCategory__body__list__item__head.bsk1712-multiCategory__body__list__item__head--choose {
  font-weight: 600;
  color: #E55C7E;
}

.bsk1712-itemInfo__in__main__label {
  margin-bottom: 8px !important;
}

.bsk1712-itemInfo__in__main__label .multiCategory {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 18px !important;
  font-weight: 600;
  border-radius: 2px;
  margin-right: 8px;
  white-space: nowrap;
  background: #E55C7E;
  color: #fff;
}

.cmnBalloon.multiCategoryBalloon {
  width: 200px;
}

.cmnBalloon.multiCategoryBalloon .balloonHeadBg {
  display:none;
}

.cmnBalloon.multiCategoryBalloon .balloonFootBg {
  background: none;
  height: 8px;
}

.cmnBalloon.multiCategoryBalloon .balloonBody {
  background: url(/resource/images/order/1712_bg_gray01.png);
  color: #fff;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
}

.cmnBalloon.multiCategoryBalloon .balloonArrow {
  width: 10px;
  left: 50%;
  margin-left: -5px;
}

.cmnBalloon.multiCategoryBalloon .balloonArrow .arrowIn {
  display: block;
  width: 10px;
  background: url(/resource/images/order/1712_bg_sprite01.png) -20px -9px no-repeat;
}

.bsk1712-multiCategory__body {
}

.bsk1712-multiCategory__body__tile {
  display: flex;
  gap: 8px;
  overflow: auto;
}

.bsk1712-multiCategory__body__tile__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 16px;
  min-width: 620px;
}

@media screen and (max-width: 1060px){
  .bsk1712-multiCategory__body__tile__item {
    min-width: 500px;
  }
}

.bsk1712-multiCategory__body__tile__item__head {
  display: flex;
  gap: 16px;
  align-items: center;
}

.bsk1712-multiCategory__body__tile__item__head__label {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #E55C7E;
  border-radius: 4px;
  padding: 8px 16px;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}

.bsk1712-multiCategory__body__tile__item__head__label .text {
  font-weight: 600;
  font-size: 16px;
}

.bsk1712-multiCategory__body__tile__item__head__label .text .num {
  font-weight: 600;
  font-size: 18px;
}

.bsk1712-multiCategory__body__tile__item__head__label--choose .text {
  color: #E55C7E;
}

.bsk1712-multiCategory__body__tile__item__head__text {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bsk1712-multiCategory__body__tile__item__body {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bsk1712-multiCategory__body__tile__item__body__label {
  position: relative;
  background: #FCEEEC;
  padding: 8px 18px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  flex-shrink: 0;
}

.bsk1712-multiCategory__body__tile__item__body__label:after {
  position: absolute;
  top: 50%;
  right: -16px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FCEEEC;
  transform: translateY(-50%);
}

.bsk1712-multiCategory__body__tile__item__body__label .num {
  font-weight: 600;
  font-size: 14px;
  color: #E55C7E;
}

.bsk1712-multiCategory__body__tile__item__body__label .text {
  font-weight: 600;
  font-size: 12px;
  color: #E55C7E;
}

.bsk1712-multiCategory__body__tile__item__body__label .text .num {
  font-size: 16px;
}

.bsk1712-multiCategory__body__tile__item__body__progressList {
  flex-grow: 1;
  min-width: 0;
  padding: 0 10px;
  margin: -5px 0;
}

.bsk1712-multiCategory__body__tile__item__body__progressList .js-multiCategory-progressList {
  display: flex;
  padding: 0 20px;
  margin: 0 -20px;
  overflow: hidden;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item {
  position: relative;
  padding: 5px 0;
  width: 54px;
  max-width: 100%;
  flex-shrink: 0;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 0;
  left: calc(0% + 41px);
  height: 1px;
  transform: translateY(-50%);
  background-image : linear-gradient(to right, #837976 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item p {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px dotted #837976;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item p .content {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  word-break: keep-all;
  text-align: center;
  color: #333;
  font-size: 10px;
  line-height: 12px;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item p .content img {
  border-radius: 18px;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item p .label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 14px;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background:#6E635F;
  border-radius: 2px;
  font-size: 8px;
  color: #fff;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item--choose p {
  border: 1px solid #E55C7E;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item--choose p:before {
  position: absolute;
  right: -2px;
  bottom: -2px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #E55C7E;
  border-radius: 8px;
  z-index: 1;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item--choose p:after {
  position: absolute;
  right: 2px;
  bottom: 4px;
  content: '';
  display: block;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  background: #E55C7E;
  z-index: 1;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item--choose p .label {
  background: #E55C7E;
}

.bsk1712-multiCategory__body__tile__item__body__progressList_item--additional p .content {
  color: #D1D1D1;
}

.js-multiCategory-progressList .owl-item:last-child .bsk1712-multiCategory__body__tile__item__body__progressList_item:before {
  content: none;
}

.js-multiCategory-progressList .owl-controls {
  margin: 0;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div {
  width: 18px;
  height: 22px;
  transform: translateY(-50%);
  background: #EEEEEE;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-prev {
  display: flex;
  border-radius: 11px 0 0 11px;
  align-items: center;
  justify-content: center;
  left: 0 !important;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-prev:hover {
  opacity: 0.7;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-prev:before {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(45deg) translate(25%, -25%);
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-next {
  display: flex;
  border-radius: 0 11px 11px 0;
  align-items: center;
  justify-content: center;
  right: 0 !important;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-next:hover {
  opacity: 0.5;
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.owl-next:before {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translate(-25%, 25%);
}

.js-multiCategory-progressList .owl-controls .owl-buttons div.disabled.owl-prev,
.js-multiCategory-progressList .owl-controls .owl-buttons div.disabled.owl-next {
  display: none;
}

.bsk1712-cmnTtl.bsk1712-cmnTtl--noIcon {
  padding-left: 0;
}

.bsk1712-lateBuy__tab {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  background: transparent;
}

.bsk1712-lateBuy__tab:after {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  content: "";
  background-color: #d5d5d5;
}

.bsk1712-lateBuy__tab__item {
  border-bottom: 3px solid #D5D5D5;
  z-index: 1;
}

.bsk1712-lateBuy__tab__item a {
  position: relative;
  display: block;
  padding: 18px 32px 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #333333;
}

.bsk1712-lateBuy__tab__item a:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
}

.bsk1712-lateBuy__tab__item a.lateBuy:before {
  background: url(/resource/images/shared/icn/basket-icn-lateBuy.png) no-repeat;
}

.bsk1712-lateBuy__tab__item a.repurchase:before {
  background: url(/resource/images/shared/icn/basket-icn-repurchase.png) no-repeat;
}

.bsk1712-lateBuy__tab__item:not(.bsk1712-lateBuy__tab__item--cr) a:hover {
  background: #F1F5F9;
  text-decoration: none;
}

.bsk1712-lateBuy__tab__item--cr {
  border-color: #183D9F;
}

.bsk1712-lateBuy__tab__item--cr a {
  pointer-events: none;
  cursor: default;
  color: #183D9F;
}

.bsk1712-lateBuy__tab__item a span {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
  color: #fff;
  background-color: #183d9f;
  border-radius: 13px;
  vertical-align: middle;
}

.bsk1712-lateBuy__latestDate {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 21px;
}

.bsk1712-lateBuy__repurchaseDate {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bsk1712-lateBuy__repurchaseDate span {
  font-size: 13px;
  font-weight: 300;
  margin-left: 15px
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart.bsk1712-itemTotal__bottom__toCart--orange a {
  border-bottom: 1px solid #e79656;
  background: #fda128;
  background: -webkit-linear-gradient(#fda128, #fd8629);
  background: linear-gradient(#fda128, #fd8629);
  color: #fff !important;
  padding: 0 30px 0 50px;
  border: none;
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart.bsk1712-itemTotal__bottom__toCart--orange a:hover {
  background: #fd8629;
  background: -webkit-linear-gradient(#fd8629, #fda128);
  background: linear-gradient(#fd8629, #fda128);
}

.bsk1712-lateBuy .bsk1712-cartTbl .bsk1712-itemTotal__bottom__toCart.bsk1712-itemTotal__bottom__toCart--orange a span{
  top: 5px;
  left: 27px;
  width: 21px;
  height: 17px;
  background: url(/resource/images/shared/2018new_sprite_common.png) no-repeat;
  background-position: -205px -65px;
}

.bsk1712-confirmModal--narrow {
  width: 550px;
}

.bsk1712-confirmModal__ttlCaption {
  padding-bottom: 20px;
  font-size: 13px;
}
.bsk1712-confirmModal__errBlock {
  margin: 20px 0 0;
  padding: 12px;
  border-radius: 4px;
  background: #fadfe1;
  font-size: 13px;
  line-height: 24px;
}

.bsk1712-confirmModal__errBlock__ttl {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #d80000;
}

.bsk1712-confirmModal__errBlock__ttl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/resource/images/shared/2015new_sprite_md01.png) -170px -150px no-repeat;
}

.bsk1712-confirmModal__errBlock__ttl + .bsk1712-confirmModal__errBlock__txt {
  margin-top: 5px;
}

.bsk1712-confirmModal__errBlock__txt {
  padding-left: 30px;
  line-height: 1.5;
}

.bsk1712-confirmModal__text {
  font-size: 13px;
  line-height: 1.5;
}