#cartNumFixBar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff1d5;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
#cartNumFixBar .inner .claimBtn {
  display: block;
  background: #e2551e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: none !important;
  border-radius: 3px;
}
#cartNumFixBar .inner .claimBtn span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding-left: 22px;
  background: url(../img/ico-claimBtn_sp_001.png) left center no-repeat;
  background-size: 11px auto;
}
#cartNumFixBar .inner .claimBtn:hover {
  opacity: 0.7;
}
#cartNumFixBar .inner .claimBtn.noClick {
  opacity: 0.5;
  cursor: default;
}
#cartNumFixBar .inner .claimBtn.noClick span {
  cursor: default;
}
#cartNumFixBar .inner > div {
  display: table-cell;
  vertical-align: bottom;
}
#cartNumFixBar .inner > div.button {
  width: 200px;
  float: right;
  box-sizing: border-box;
  padding-right: 10px;
}
#cartNumFixBar .inner > div.button a span {
  height: 50px;
  line-height: 50px;
}
#cartNumFixBar .inner > div.num {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: calc(100% - 200px);
  /*padding-top: 20px;*/
  height: 50px;
  line-height: 50px;
}
#cartNumFixBar .inner > div.num strong {
  font-size: 28px;
  color: #ff802c;
  font-family: 'Roboto', sans-serif;
}
#cartNumFixBar .inner > div.fukidashi {
  position: absolute;
  text-align: center;
  width: calc(100% - 200px);
  top: -20px;
}
#cartNumFixBar .inner > div.fukidashi p {
  display: inline-block;
  width: 90px;
  text-align: center;
  padding: 5px 0;
  background: #fff;
  color: #0091d7;
  line-height: 1.3;
  border: 2px solid #0091d7;
  font-size: 10px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
#cartNumFixBar .inner > div.fukidashi p strong {
  font-size: 13px;
}
#cartNumFixBar .inner > div.fukidashi p:before, #cartNumFixBar .inner > div.fukidashi p:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
}
#cartNumFixBar .inner > div.fukidashi p:before {
  bottom: -10px;
  border-color: #008fd7 transparent transparent transparent;
}
#cartNumFixBar .inner > div.fukidashi p:after {
  bottom: -7px;
  border-color: #fff transparent transparent transparent;
}
#cartNumFixBar .inner > div.fukidashi.max10 {
  display: none;
}

/*# sourceMappingURL=nrw_local.css.map */
