#cartCounterContents {
  margin-bottom: 10px;
}
#cartCounterContents .cartCounterBox .cartCounterTab .cartCounterTabBtn{
  display: inline-block;
  width: 50%;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterBox .cartCounterTab .cartCounterTabInfo{
  background-color: #fff;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-top-left-radius: 6px; 
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px; 
  cursor: pointer;
}
#cartCounterContents .cartCounterBox .cartCounterTab .cartCounterTabCoupon{
  background-color: #fff;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-top-left-radius: 6px; 
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px; 
  cursor: pointer;
}
#cartCounterContents .cartCounterBox .cartCounterTab .select{
  background-color: #f5f3f1;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-bottom: #f5f3f1 solid 1px;
  cursor: default;
}
#cartCounterContents .cartCounterBox .cartCounterMain{
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  background-color: #f5f3f1;
}
#cartCounterContents .cartCounterBox .cartCounterMain .cartCounterMainInfo{
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterBox .cartCounterMain .cartCounterMainCoupon{
  display: none;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#cartCounterContents .infoTtl{
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 5px;
}
#cartCounterContents .infoRead{
  font-size: 80%;
  line-height: 1.5em;
  margin: 0 0 15px 0;
}
#cartCounterContents .cartCounterProgressWrap{
  text-align: center;
  margin-bottom: 20px;
}
#cartCounterContents .infoMessage{
  position: relative;
  background-color: #fff;
  padding: 10px 10px 10px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
  max-width: 780px;
}
#cartCounterContents .infoMessage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 35px solid #bf0000;
  border-right: 35px solid transparent;
}
#cartCounterContents .infoMessage::after {
  content: "\e616";
  font-family: 'rb-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 125%;
  color: #FFF;
}
#cartCounterContents .infoMessageRed{
  font-size: 180%;
  color: #bf0000;
  font-weight: bold;
}
#cartCounterContents .infoProgressBox{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
#cartCounterContents .infoProgressTotal{
  position: relative;
  width: 170px;
  margin-top: 22px;
  padding-left: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
#cartCounterContents .infoProgressTotal:before{
  content: "\e60f";
  font-family: 'rb-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
}
#cartCounterContents .infoProgressTotalTtl{
  text-align: center;
  border-bottom: #666 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#cartCounterContents .infoProgressTotalYen{
  text-align: center;
}
#cartCounterContents .infoProgressTotalYen span{
  display: inline-block;
  padding: 0 0.5em;
  color: #bf0000;
  font-weight: bold;
}
#cartCounterContents .infoProgressBar{
  width: auto;
  margin-left: 180px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .infoProgressBarWrap{
  width: 100%;
  height: 34px;
  position: relative;
  margin-bottom: 5px;
}
#cartCounterContents .infoProgressBarRed{
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 24px;
  background-color: #bb0000;
}
#cartCounterContents .infoProgressBarImg{
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url('//image.books.rakuten.co.jp/books/img/e-book/img/top/progressBar.png');
    background-repeat: repeat-x; 
}
#cartCounterContents .infoProgressCoupon{
  margin-bottom: 2px;
}
#cartCounterContents .infoProgressCoupon .c10per{
  display: inline-block;
  width: 28.6%;
  text-align: center;
}
#cartCounterContents .infoProgressCoupon .c15per{
  display: inline-block;
  width: 39.9%;
  text-align: center;
}
#cartCounterContents .infoProgressCoupon .c20per{
  display: inline-block;
  width: 31.5%;
  text-align: right;
}
#cartCounterContents .infoProgressCoupon .perBox{
  display: inline-block;
  width: auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  font-size: 80%;
  color: #bf0000;
  z-index: 10;
  padding: 0.5em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
#cartCounterContents .infoProgressCoupon .perBox:after, #cartCounterContents .infoProgressCoupon .perBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#cartCounterContents .infoProgressCoupon .perBox:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
#cartCounterContents .infoProgressCoupon .perBox:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ccc;
	border-width: 6px;
	margin-left: -6px;
}
#cartCounterContents .infoProgressBarCou{
  margin-bottom: 2px;
}
#cartCounterContents .infoProgressBarCou .c10per{
  display: inline-block;
  width: 28.6%;
  text-align: center;
}
#cartCounterContents .infoProgressBarCou .c15per{
  display: inline-block;
  width: 39.9%;
  text-align: center;
}
#cartCounterContents .infoProgressBarCou .c20per{
  display: inline-block;
  width: 31.5%;
  text-align: right;
}
#cartCounterContents .infoProgressBarCou .couBox{
  display: inline-block;
  width: auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 3px 10px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
  font-size: 200%;
  color: #bf0000;
}
#cartCounterContents .infoProgressBarCou .couBoxGet{
  font-size: 200%;
  color: #fff;
	background: #bf0000;
}
#cartCounterContents .infoProgressMoney{
  margin-top: 5px;
}
#cartCounterContents .infoProgressMoney .m500yen{
  display: inline-block;
  width: 28.6%;
  text-align: center;
}
#cartCounterContents .infoProgressMoney .m1700yen{
  display: inline-block;
  width: 39.9%;
  text-align: center;
}
#cartCounterContents .infoProgressMoney .m3500yen{
  display: inline-block;
  width: 31.5%;
  text-align: right;
}
#cartCounterContents .infoProgressMoney .yenBox{
  display: inline-block;
  width: auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  font-size: 80%;
  color: #666;
}
#cartCounterContents .infoAttention{
  font-size: 60%;
  line-height: 1.5;
  padding-right: 60px;
}
#cartCounterContents .reloadCart{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#cartCounterContents .reloadCart a{
    display: inline-block;
    background-color: #fff;
    padding: 3px 10px 2px 10px;
    border: #ccc solid 1px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;
    color: #666;
}
#cartCounterContents .reloadCart a .reload{
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-right-color: transparent;
    border-radius: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    margin-right: 5px;
}
#cartCounterContents .reloadCart a .reload:before{
    position: absolute;
    top: 3px;
    right: -3px;
    content: "";
    height: 50%;
    border: 3px solid transparent;
    border-top: 4.5px solid;
    background: transparent;
    transform-origin: left top;
    transform: rotate(-40deg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cartCounterContents .cartCounterMainCoupon .couponBox{
  margin: 0 auto 5px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 780px;
  text-align: left;
}
#cartCounterContents .cartCounterMainCoupon .couponWrap{
  background-color: #fff;
  padding: 10px 0;
  border: #666 solid 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterMainCoupon .couponWrap.grayOut{
  opacity: 0.3;
}
#cartCounterContents .cartCounterMainCoupon table{
  width: 100%;
	border-collapse: collapse;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterMainCoupon table .tbll{
  width: 35%;
  color: #bf0000;
  font-size: 300%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: #ccc dashed 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterMainCoupon table .tbll span{
  font-size: 60%;
}
#cartCounterContents .cartCounterMainCoupon table .tblr{
  width: 60%;
  padding-left: 1rem;
  color: #333;
  font-size: 100%;
  line-height: 1.5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cartCounterContents .cartCounterMainCoupon .couponLink{
  margin: 0 auto;
  text-align: right;
  max-width: 780px;
}
#cartCounterContents #loader{
  text-align: center;
  padding: 100px 0;
}
#cartCounterContents .cartCountClearfix:after {
  content:"";
  display:block;
  clear:both;
}