@charset "UTF-8";
/*-----------------------------------
fix - simple footer
-----------------------------------*/
br.flds {
  display: none;
}
.view2_cfx:after {
  content: ".";
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
/*-----------------------------------
overwrite - order_2014new
-----------------------------------*/
.lowInfoOuter {
  max-width: 1240px !important;
}

/*-----------------------------------
bsk1712 - common tip
-----------------------------------*/
.reg1712-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;
}

.reg1712-tip.js-shown {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.reg1712-tip span {
  display: block;
  position: absolute;
  background-image: url(/resource/images/order/1712_bg_sprite01.png);
  background-repeat: no-repeat;
}

/*-----------------------------------
reg1712 - common parts
-----------------------------------*/
.reg1712-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;
}

.reg1712-btn:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-btn.reg1712-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);
}

.reg1712-btn.reg1712-btn-orange:hover {
  background: #fd8629;
  background: -webkit-linear-gradient(#fd8629, #fda128);
  background: linear-gradient(#fd8629, #fda128);
}

.reg1712-btn.reg1712-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);
}

.reg1712-btn.reg1712-btn-blue:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

.reg1712-txtBox {
  position: relative;
}

.reg1712-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;
}

.reg1712-txtBox input::-ms-expand {
  display: none;
}

.reg1712-txtBox input[disabled] {
  background: #cecece !important;
  cursor: default;
}

.reg1712-selectBox {
  position: relative;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #cecece;
  border-radius: 4px;
}

.reg1712-selectBox:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-selectBox:hover {
  *background: #fff;
}

.reg1712-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;
}

.reg1712-selectBox select::-ms-expand {
  display: none;
}

.reg1712-selectBox select[disabled] {
  background: #cecece !important;
  cursor: default;
}

body.ie7 .reg1712-selectBox select,
body.ie8 .reg1712-selectBox select,
body.ie9 .reg1712-selectBox select {
  padding-right: 0;
}

.reg1712-selectBox span {
  display: block;
  *display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 30px;
  margin-top: -15px;
  background: url(/resource/images/shared/icn/nui-angle01.png) no-repeat 50% 12px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}

.reg1712-radio {
  display: block;
  cursor: pointer;
}

.reg1712-radio:hover .reg1712-icon {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-radio .reg1712-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;
}

.reg1712-radio .reg1712-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 .reg1712-radio > .reg1712-icon {
  width: 7px;
  height: 7px;
  border: 7px solid #449df5;
  background: #fff;
}

.js-inactive .reg1712-radio {
  opacity: .4;
  opacity: 1\9;
  color: #ccc\9;
  cursor: default;
}

.js-inactive .reg1712-radio:hover .reg1712-icon {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.js-inactive .reg1712-radio input,
.js-inactive .reg1712-radio .reg1712-icon {
  cursor: default;
}

.reg1712-checkbox {
  display: block;
  cursor: pointer;
}

.reg1712-checkbox:hover > .reg1712-icon {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-checkbox > .reg1712-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);
}

.reg1712-checkbox > .reg1712-icon:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-checkbox > .reg1712-icon > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  *background: none !important;
  z-index: 10;
  cursor: pointer;
}

.reg1712-checkbox > .reg1712-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 .reg1712-checkbox > .reg1712-icon {
  border-color: #449df5;
  background: #449df5;
  *background: #449df5 url(/resource/images/order/1712_icon_sprite01.png) -80px -160px no-repeat !important;
}

.js-active .reg1712-checkbox > .reg1712-icon > span {
  background: url(/resource/images/order/1712_icon_sprite01.png) -80px -160px no-repeat;
}

.js-inactive .reg1712-checkbox {
  opacity: .4;
  opacity: 1\9;
  color: #ccc\9;
  cursor: default;
}

.js-inactive .reg1712-checkbox:hover .reg1712-icon {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.js-inactive .reg1712-checkbox input,
.js-inactive .reg1712-checkbox span {
  cursor: default;
}

/*-----------------------------------
reg1712 - main
-----------------------------------*/
.reg1712-main {
  position: relative;
  margin: 25px auto 0;
  padding: 0 20px;
  max-width: 1240px;
}

.reg1712-main.reg1712-simple {
  margin-top: 0;
}

/*-----------------------------------
reg1712 - 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;
  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: 50%;
  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__lead {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.7;
}

.ttlBlock-1712__lead span {
  font-weight: bold;
}

.ttlBlock-1712__notion {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: #d80000;
}

/*-----------------------------------
reg1712 - error block
-----------------------------------*/
.reg1712-errBlock {
  min-height: 24px;
  margin: 15px 0 30px;
  padding: 12px;
  border-radius: 4px;
  background: #fadfe1;
  font-size: 13px;
  line-height: 24px;
}

.reg1712-errBlock__ttl {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #d80000;
}

.reg1712-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;
  vertical-align: top;
}

.reg1712-errBlock__txt {
  padding-left: 30px;
}

/*-----------------------------------
reg1712 - 2col structure
-----------------------------------*/
.reg1712-2col {
  position: relative;
  margin: 15px 0 0 0;
  padding: 0 340px 0 0;
}

.reg1712-2col__main {
  position: relative;
}

.reg1712-2col__side {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}

/*-----------------------------------
reg1712 - common title
-----------------------------------*/
.reg1712-cmnTtl {
  position: relative;
  margin-bottom: 28px;
  padding-left: 41px;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  -webkit-transition: font-size 250ms ease;
  transition: font-size 250ms ease;
}

.reg1712-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;
}

.reg1712-entry .reg1712-cmnTtl span {
  background-position: -80px -80px;
}

.reg1712-orderInfo__address .reg1712-cmnTtl span {
  background-position: 0 0;
}

.reg1712-orderInfo__date .reg1712-cmnTtl span {
  background-position: -40px 0;
}

.reg1712-orderInfo__payment .reg1712-cmnTtl span {
  background-position: -80px 0;
}

.reg1712-coupon .reg1712-cmnTtl span {
  background-position: -120px 0;
}

.reg1712-list .reg1712-cmnTtl span {
  background-position: 0 -40px;
}

.reg1712-total .reg1712-cmnTtl span {
  background-position: -40px -40px;
}

.reg1712-voice .reg1712-cmnTtl span {
  background-position: -80px -40px;
}

.reg1712-cancel .reg1712-cmnTtl span {
  background-position: -120px -40px;
}

/*-----------------------------------
reg1712 - entry
-----------------------------------*/
.reg1712-entry {
  padding-top: 10px;
  margin-bottom: 60px;
}

.reg1712-entry__in__head .reg1712-cmnTtl{
  display: inline-block;
}

.reg1712-entry__in__head .reg1712-btn{
  position: relative;
  left: 30px;
  bottom: 3px;
  font-size: 13px;
}

.reg1712-entry__data {
  overflow: hidden;
  margin-bottom: 30px;
}

.reg1712-entry__data__tbl01 table, .reg1712-entry__data__tbl02 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.reg1712-entry__data__tbl01 table th,
.reg1712-entry__data__tbl01 table td, .reg1712-entry__data__tbl02 table th,
.reg1712-entry__data__tbl02 table td {
  padding: 9px;
  font-size: 13px;
  text-align: left;
  line-height: 19px;
  border: 1px solid #cecece;
}

.reg1712-entry__data__tbl01 table th, .reg1712-entry__data__tbl02 table th {
  background: #eaf3fd;
}

.reg1712-entry__data__tbl01 {
  float: left;
  width: 42%;
}

.reg1712-entry__data__tbl02 {
  float: right;
  width: 55%;
}

.reg1712-entry__mail {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #2b9e28;
  border-radius: 4px;
}

.reg1712-entry__mail__ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 19px;
}

.reg1712-entry__mail__ttl span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 19px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -120px -80px no-repeat;
  vertical-align: top;
}

.reg1712-entry__mail__desc {
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 13px;
  line-height: 23px;
}

.reg1712-entry__mail__desc img {
  padding: 0 2px 0 5px;
  vertical-align: 0;
}

.reg1712-entry__mail__check {
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  padding-left: 35px;
}

.reg1712-entry__mail__check label {
  position: relative;
  padding-left: 36px;
}

.reg1712-entry__mail__check label span {
  position: absolute;
  left: 0;
  top: 0;
}

.reg1712-entry__leading {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: #fcf0e3;
  text-align: center;
}

.reg1712-entry__leading p {
  padding: 20px;
  font-size: 20px;
  line-height: 35px;
}

.reg1712-entry__leading p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url(/resource/images/order/1712_icon_sprite01.png) 0 -160px no-repeat;
  vertical-align: top;
}

.reg1712-entry__leading > span {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 29px;
  height: 31px;
  margin-left: -15px;
  background: url(/resource/images/order/1712_bg_sprite01.png) -40px 0 no-repeat;
}

/*-----------------------------------
reg1712 - order information
-----------------------------------*/
.reg1712-orderInfo {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.reg1712-orderInfo > div {
  position: relative;
  float: left;
  width: 33.33%;
  *width: 33%;
}

.reg1712-orderInfo__address {
  width: 32.22222%;
}

.reg1712-orderInfo__address__in {
  padding-right: 8.27586%;
  overflow: hidden;
}

.reg1712-orderInfo__address__in__head {
  margin-bottom: 28px;
  overflow: hidden;
}

.reg1712-orderInfo__address__in__head .reg1712-cmnTtl {
  float: left;
  margin-bottom: 0;
}

.reg1712-orderInfo__address__in__head > a {
  float: right;
  margin: 1px 0 0 10px;
  padding: 0 7px;
}

.reg1712-orderInfo__address__in p {
  font-size: 13px;
  line-height: 1.5;
}

.reg1712-orderInfo__address__in .reg1712-addressInput {
  margin: 10px 0;
}

.reg1712-orderInfo__address__in .reg1712-addressInput input {
  width: 60%;
  height: 26px;
  margin-right: 8px;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 13px;
}

.reg1712-orderInfo__address__in .reg1712-addressInput span {
  font-size: 13px;
}

.reg1712-orderInfo__address__in .reg1712-addressCheck {
  float: left;
  position: relative;
  margin-top: 10px;
  padding: 3px 23px 3px 0;
  font-size: 13px;
  line-height: 20px;
}

.reg1712-orderInfo__address__in .reg1712-addressCheck label {
  padding-left: 35px;
}

.reg1712-orderInfo__address__in .reg1712-addressCheck label .reg1712-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-orderInfo__address__in .reg1712-addressCheck .reg1712-help {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 17px;
  height: 17px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
}

.reg1712-orderInfo__date {
  width: 35.55556%;
}

.reg1712-orderInfo__date__in {
  padding: 0 8%;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}

.reg1712-orderInfo__date__in ul li {
  font-size: 13px;
  line-height: 1.5;
}

.reg1712-orderInfo__date__in ul li + li {
  margin-top: 8px;
}

.reg1712-orderInfo__date__in ul li .reg1712-saturday {
  font-weight: bold;
  color: #172397;
}

.reg1712-orderInfo__date__in ul li .reg1712-sunday {
  font-weight: bold;
  color: #d80000;
}

.reg1712-orderInfo__date__in ul li .reg1712-publicHoliday{
  font-weight: bold;
  color: #d80000;
}

.reg1712-orderInfo__payment {
  width: 32.22222%;
}

.reg1712-orderInfo__payment__in {
  padding-left: 8.27586%;
}

.reg1712-orderInfo__payment__in ul li {
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

.reg1712-orderInfo__payment__in ul li label {
  padding-left: 26px;
}

.reg1712-orderInfo__payment__in ul li label span {
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-orderInfo__payment__in ul li .reg1712-monthNote {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 0 0 5px 23px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-monthNote p {
  font-size: 12px;
  line-height: 18px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-monthNote span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
  vertical-align: top;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect {
  display: none;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect .reg1712-selectBox {
  margin-left: 26px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__noSave {
  font-size: 13px;
  margin-left: 26px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__noSave > a {
  margin-top: 7px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 0 0 5px 23px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security > p {
  font-size: 12px;
  line-height: 18px;
  color: #d80000;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
  vertical-align: top;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security > div {
  padding-top: 7px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security > div input {
  width: 60px;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__security > div > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
  vertical-align: middle;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__note {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 10px;
  background: #f7f7f7;
}

.reg1712-orderInfo__payment__in ul li .reg1712-creditSelect__note p {
  font-size: 12px;
  line-height: 18px;
}

.reg1712-orderInfo__payment__in ul li + li {
  margin-top: 12px;
}

/*-----------------------------------
reg1712 - coupon
-----------------------------------*/
.reg1712-coupon {
  position: relative;
  margin-bottom: 60px;
  padding-top: 28px;
  border-top: 1px solid #cecece;
}

.reg1712-coupon .reg1712-cmnTtl {
  margin-bottom: 0;
}

.reg1712-coupon__help {
  position: absolute;
  top: 28px;
  right: 0;
  padding-left: 245px;
}

.reg1712-coupon__help p {
  padding-top: 6px;
  font-size: 12px;
  line-height: 22px;
}

.reg1712-coupon__in {
  border-bottom: 1px solid #cecece;
  padding: 12px 0 20px;
}

.reg1712-coupon ul {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  letter-spacing: -.4em;
}

.reg1712-coupon li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 33%;
  margin: 1px 0;
  vertical-align: middle;
  letter-spacing: 0;
}

.reg1712-coupon li:nth-child(3n-2) {
  clear: both;
}

.reg1712-coupon li.js-clear {
  clear: both;
}

.reg1712-coupon li .reg1712-coupon__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 52px 0 0;
}

.reg1712-coupon li .reg1712-coupon__item__in {
  border: 1px solid #fff;
  border-radius: 4px;
}

.reg1712-coupon li .reg1712-coupon__item label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 14px 10px 14px 34px;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.reg1712-coupon li .reg1712-coupon__item label > span {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -10px;
}

.reg1712-coupon li .reg1712-coupon__item.js-active .reg1712-coupon__item__in {
  border: 1px solid #449df5;
  background: #eaf3fd;
}

.reg1712-coupon li .reg1712-coupon__item.js-hover .reg1712-coupon__item__in {
  background: #eaf3fd;
}

.reg1712-coupon li .reg1712-coupon__item > a {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 20px;
}

.reg1712-coupon li .reg1712-coupon__item > a span {
  position: absolute;
  left: 4px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -66px -130px no-repeat;
}

.reg1712-coupon li.reg1712-coupon__not {
  vertical-align: top;
}

.reg1712-coupon li.reg1712-coupon__not .reg1712-coupon__item {
  padding-right: 0;
}

.reg1712-coupon li.reg1712-coupon__code {
  width: auto;
  max-width: 66%;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__item > a {
  display: none;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__item__in {
  padding-bottom: 2px;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__item__in label {
  padding: 14px 0 4px 34px;
  vertical-align: top;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__item__in label span {
  top: 14px;
  margin: 0;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__parts {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 8px;
  padding: 7px 0 5px;
  overflow: hidden;
  vertical-align: top;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__parts__txt {
  float: left;
  height: 22px;
  width: 100px;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  line-height: 22px;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__parts__btn {
  width: 48px;
  height: 34px;
  margin-left: -1px;
  border: 1px solid #cecece;
  border-radius: 0 4px 4px 0;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__parts__btn:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__parts__btn[disabled] {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  cursor: default;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__txt {
  font-size: 13px;
  line-height: 1.6;
  padding-left: 2px;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__txt > p {
  display: none;
  padding: 3px 8px 9px;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__txt > p.reg1712-codeInit {
  color: #999;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__txt > p.reg1712-codeName {
  color: #333;
}

.reg1712-coupon li.reg1712-coupon__code .reg1712-coupon__code__txt > p.reg1712-codeError {
  color: #d80000;
}

.reg1712-coupon__price {
  display: none;
  margin: 10px 0 -30px;
}

.reg1712-coupon__price table {
  margin: 0 0 0 auto;
}

.reg1712-coupon__price table th,
.reg1712-coupon__price table td {
  line-height: 1.5;
  text-align: right;
}

.reg1712-coupon__price table th {
  font-size: 13px;
  font-weight: normal;
}

.reg1712-coupon__price table td {
  font-size: 16px;
}

.reg1712-coupon__price table td span {
  font-weight: bold;
  color: #d80000;
}

/*-----------------------------------
reg1712 - list
-----------------------------------*/
.reg1712-list {
  position: relative;
  margin-bottom: 60px;
}

.reg1712-list__type__head {
  position: relative;
}

.reg1712-list__type__head__ttl {
  position: relative;
  margin-bottom: 22px;
  padding: 12px 18px;
  background: #449df5;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  -webkit-transition: top 100ms ease-out;
  transition: top 100ms ease-out;
  color: #fff;
  z-index: 2;
}

.reg1712-list__type__head__ttl.js-fixed {
  z-index: 0;
}

.reg1712-list__type__head__ttl span {
  display: block;
  position: absolute;
  bottom: -8px;
  *bottom: -6px;
  left: 20px;
  width: 18px;
  height: 9px;
  display: block;
  background: url(/resource/images/order/1712_bg_sprite01.png) -20px 0 no-repeat;
}

.reg1712-list__type__head__price {
  position: relative;
  margin-bottom: 40px;
}

.reg1712-list__type__head__price > span {
  display: block;
  clear: both;
}

.reg1712-list__type__head__price__notion p {
  padding-right: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: -.02em;
}

.reg1712-list__type__head__price__notion p.reg1712-red {
  font-weight: normal;
  color: #d80000;
}

.reg1712-list__type__head__price__notion p.reg1712-normal {
  font-weight: normal;
}

.reg1712-list__type__head__price__notion p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-list__type__head__price__notion p + p {
  margin-top: 5px;
}

.reg1712-list__type__head__price__notion + .reg1712-list__type__head__price__assemble {
  margin-top:10px;
}

.reg1712-list__type__head__price__btn {
  clear: left;
  padding-top: 10px;
}

.reg1712-list__type__head__price__btn a {
  padding: 0 8px;
  font-size: 13px;
}

.reg1712-list__type__head__price__balloon {
  position: relative;
  max-width: 65%;
  float: right;
  border: 1px solid #cecece;
  border-radius: 4px;
  z-index: 1;
}

.reg1712-list__type__head__price__balloon + .reg1712-list__type__head__price__notion {
  width: 34%;
}

.reg1712-list__type__head__price__balloon > div {
  position: relative;
  padding: 10px;
  z-index: 2;
}

.reg1712-list__type__head__price__balloon > div > p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.38462;
  color: #d80000;
}

.reg1712-list__type__head__price__balloon > div > p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-list__type__head__price__balloon > div > ul li {
  position: relative;
  margin-bottom: 2px;
  padding: 3px 0;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -.02em;
}

.reg1712-list__type__head__price__balloon > div > ul li label {
  display: inline-block;
  padding-left: 26px;
}

.reg1712-list__type__head__price__balloon > div > ul li label:hover .reg1712-icon {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.reg1712-list__type__head__price__balloon > div > ul li label .reg1712-icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

.reg1712-list__type__head__price__balloon > div > ul li .reg1712-tip {
  top: 50%;
  left: 101%;
  width: 220px;
  padding: 11px 15px;
  font-size: 12px;
  line-height: 20px;
  z-index: 2;
  -webkit-transform-origin: 0 12px;
      -ms-transform-origin: 0 12px;
          transform-origin: 0 12px;
}

.reg1712-list__type__head__price__balloon > div > ul li .reg1712-tip > span {
  top: 50%;
  left: -10px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  background-position: -20px -25px;
}

.reg1712-list__type__head__price__balloon > div > div {
  padding-top: 5px;
  overflow: hidden;
}

.reg1712-list__type__head__price__balloon > div > div > p {
  float: right;
  position: relative;
  padding-right: 24px;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

.reg1712-list__type__head__price__balloon > div > div > p > span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
}

.reg1712-list__type__head__price__balloon > span {
  display: block;
  position: absolute;
  top: 29px;
  right: -20px;
  width: 20px;
  height: 13px;
  background: url(/resource/images/order/1712_bg_sprite01.png) 0 -10px no-repeat;
  z-index: 1;
}

.reg1712-list__type__head__price__assemble {
  float: left;
  padding: 12px 24px 12px 12px;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.reg1712-list__type__head__price__assemble p {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}

.reg1712-list__type__head__price__assemble div {
  position: relative;
  padding-right: 64px;
}

@media (max-width: 1040px) {
  .reg1712-list__type__head__price__assemble div {
    padding: 0 0 35px 0;
  }
}

.reg1712-list__type__head__price__assemble div table {
  width: 100%;
}

.reg1712-list__type__head__price__assemble div table th,
.reg1712-list__type__head__price__assemble div table td {
  font-size: 13px;
  line-height: 20px;
}

.reg1712-list__type__head__price__assemble div table th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.reg1712-list__type__head__price__assemble div table td {
  position: relative;
  padding-left: 1em;
  *word-break: break-all;
}

.reg1712-list__type__head__price__assemble div table td:before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-list__type__head__price__assemble div > a {
  position: absolute;
  bottom: 0;
  right: -12px;
  padding: 0 8px;
  font-size: 13px;
}

.reg1712-list__type__head__price__tbl {
  position: absolute;
  top: 0;
  right: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.reg1712-list__type__head__price__tbl th,
.reg1712-list__type__head__price__tbl td {
  padding-bottom: 1px;
  text-align: right;
  line-height: 23px;
  vertical-align: top;
}

.reg1712-list__type__head__price__tbl th {
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}

.reg1712-list__type__head__price__tbl th span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1em;
  font-size: 12px;
  color: #d80000;
}

.reg1712-list__type__head__price__tbl td {
  font-size: 16px;
}

.reg1712-list__type__head__price__tbl td span {
  font-weight: bold;
  color: #d80000;
}

.reg1712-list__type__head__txt {
  clear: both;
  margin: -15px 0 40px;
  font-size: 12px;
  line-height: 1.75;
}

.reg1712-list__type__dateSet__head {
  margin-bottom: 18px;
}

.reg1712-list__type__dateSet__head__ttl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-left: 36px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.reg1712-list__type__dateSet__head__ttl .reg1712-saturday {
  font-weight: bold;
  color: #172397;
}

.reg1712-list__type__dateSet__head__ttl .reg1712-sunday {
  font-weight: bold;
  color: #d80000;
}

.reg1712-list__type__dateSet__head__ttl .reg1712-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/resource/images/order/1712_icon_sprite01.png) 0 -80px no-repeat;
}

.reg1712-list__type__dateSet__head__scheduled {
  display: inline-block;
  \*display: inline;
  \*zoom: 1;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 5px;
}

.reg1712-list__type__dateSet__head__scheduled span{
  font-size: 20px;
}

.reg1712-list__type__dateSet__head .reg1712-btn {
  position: relative;
  left: 10px;
  bottom: 2px;
  padding: 0 8px;
  font-size: 13px;
  vertical-align: top;
}

.reg1712-list__type__dateSet__head__scheduled + .reg1712-btn {
  left:30px;
}

.reg1712-list__type__dateSet__head__notion {
  margin: 8px 0 0;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 22px;
  color: #d80000;
}

.reg1712-list__type__dateSet__head__notion 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;
  vertical-align: top;
}

.reg1712-list__type__dateSet__tbl {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #cecece;
  border-collapse: collapse;
  border-spacing: 0;
}

.reg1712-list__type__dateSet__tbl .reg1712-listTblTr > th,
.reg1712-list__type__dateSet__tbl .reg1712-listTblTr > td {
  border-bottom: 1px solid #cecece;
  font-size: 13px;
}

.reg1712-list__type__dateSet__tbl .reg1712-listTblTr > th {
  padding: 9px 0;
  background: #f7f7f7;
  font-weight: normal;
  line-height: 16px;
  vertical-align: middle;
  white-space: nowrap;
}

.reg1712-list__type__dateSet__tbl .reg1712-listTblTr > th span {
  display: block;
  font-size: 12px;
}

.reg1712-list__type__dateSet__tbl .reg1712-listTblTr > td {
  vertical-align: top;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo {
  padding: 22px 32px 22px 45px;
}

@media (max-width: 1040px) {
  .reg1712-list__type__dateSet__tbl .reg1712-itemInfo {
    padding: 22px 16px 22px 10px;
  }
}

body.ie7 .reg1712-list__type__dateSet__tbl .reg1712-itemInfo,
body.ie8 .reg1712-list__type__dateSet__tbl .reg1712-itemInfo {
  padding: 22px 16px 22px 10px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 90px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #fff;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__pic a:hover,
.reg1712-list__type__dateSet__tbl .reg1712-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;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main p {
  margin-bottom: 12px;
  line-height: 20px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main ul {
  margin-bottom: 12px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main ul > li {
  line-height: 23px;
  *word-break: break-all;
}

@media (max-width: 1040px) {
  .reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main ul > li {
    word-break: break-all;
  }
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main ul > li > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main .reg1712-memoInput input {
  width: 75%;
  max-width: 200px;
  padding: 10px 7px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.53846;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemInfo__in__main .reg1712-memoInput span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 8px;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: top;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemPrice {
  width: 12%;
  padding: 22px 0;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemPrice p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAmount {
  width: 12.22222%;
  padding: 22px 24px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .reg1712-list__type__dateSet__tbl .reg1712-itemAmount {
    padding: 22px 16px;
  }
}

body.ie7 .reg1712-list__type__dateSet__tbl .reg1712-itemAmount,
body.ie8 .reg1712-list__type__dateSet__tbl .reg1712-itemAmount {
  padding: 22px 16px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAmount span {
  position: relative;
  top: 10px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal {
  width: 22.5%;
  padding: 22px 45px 22px 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .reg1712-list__type__dateSet__tbl .reg1712-itemTotal {
    padding-right: 10px;
  }
}

body.ie7 .reg1712-list__type__dateSet__tbl .reg1712-itemTotal,
body.ie8 .reg1712-list__type__dateSet__tbl .reg1712-itemTotal {
  padding-right: 10px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal > p {
  margin-bottom: 18px;
  color: #d80000;
  font-size: 18px;
  line-height: 1.11111;
  font-weight: bold;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li {
  position: relative;
  line-height: 28px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal 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;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-tagAskul {
  color: #172397;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-tagAskul span {
  background-position: 0 -120px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-tagCoupon {
  color: #db4087;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-tagCoupon span {
  background-position: -40px -120px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-tagSweet {
  font-size: 12px;
  color: #999;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnChange {
  padding: 12px 0 3px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnChange > a {
  padding: 0 25px;
  font-size: 13px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnNoChange {
  padding: 12px 0 3px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnNoChange > p {
  height: auto;
  padding: 6px 25px;
  background: #cecece;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  cursor: default;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnNoChange > p:hover {
  background: #cecece;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemTotal ul li.reg1712-btnAssemblyService {
  padding: 12px 0 3px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble {
  padding: 16px 40px 22px 0;
  text-align: right;
}

@media (max-width: 1040px) {
  .reg1712-list__type__dateSet__tbl .reg1712-itemAssemble {
    padding-right: 10px;
  }
}

body.ie7 .reg1712-list__type__dateSet__tbl .reg1712-itemAssemble,
body.ie8 .reg1712-list__type__dateSet__tbl .reg1712-itemAssemble {
  padding-right: 10px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble > div {
  position: relative;
  margin-bottom: 12px;
  padding-right: 150px;
  overflow: hidden;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble__txt {
  font-size: 13px;
  line-height: 1.8;
  float: left;
  text-align: right;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble__txt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble__price {
  position: absolute;
  right: 0;
  top: 50%;
  color: #d80000;
  font-size: 18px;
  line-height: 1.11111;
  font-weight: bold;
  margin-top: -10px;
}

.reg1712-list__type__dateSet__tbl .reg1712-itemAssemble > a {
  height: 28px;
  margin: 0 0 5px 4PX;
  padding: 0 9px;
  font-size: 12px;
  line-height: 28px;
}

/*-----------------------------------
reg1712 - total
-----------------------------------*/
.reg1712-total {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.reg1712-total .reg1712-cmnTtl {
  margin-bottom: 26px;
}

.reg1712-total__num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  color: #d80000;
}

.reg1712-total__calc {
  margin-bottom: 15px;
  overflow: hidden;
  background: #f7f7f7;
  font-size: 0;
}

.reg1712-total__calc__box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 22%;
  text-align: center;
  vertical-align: middle;
}

.reg1712-total__calc__box__expense {
  padding: 18px 8px 8px;
  font-size: 13px;
  line-height: 16px;
}

.reg1712-total__calc__box__expense > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-total__calc__box__expense > span.reg1712-additional {
  margin: 0 1em 3px;
  color: #d80000;
}

.reg1712-total__calc__box__expense > span span {
  font-size: 12px;
}

.reg1712-total__calc__box__num {
  padding: 0 0 20px;
  font-size: 16px;
  *font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -.025em;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .reg1712-total__calc__box__num {
    font-size: 15px;
  }
}

.reg1712-total__calc__space {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 3.8%;
  background: #fff;
  vertical-align: middle;
}

.reg1712-total__calc__space span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
  background: #aaa;
}

.reg1712-total__calc__space span + span {
  width: 4px;
  height: 20px;
  margin: -10px 0 0 -2px;
}

.reg1712-total__aside {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  min-height: 30px;
}

.reg1712-total__aside table th,
.reg1712-total__aside table td {
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
  text-align: left;
}

.reg1712-total__aside table th > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: -3px;
}

.reg1712-total__aside table td {
  position: relative;
  padding: 0 0 0 1em;
}

.reg1712-total__aside table td:before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-total__aside > a {
  position: absolute;
  top: 50%;
  right: 0;
  height: 18px;
  margin-top: -16px;
  padding: 5px 11px;
  line-height: 18px;
}

.reg1712-total__aside > a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -80px -120px no-repeat;
  vertical-align: bottom;
}

.reg1712-total__credit {
  display: none;
  margin-bottom: 20px;
}

.reg1712-total__credit.js-unableConfirm {
  display: block;
}

.reg1712-total__credit__head {
  padding: 10px 10px 10px 10px;
  border-radius: 3px 3px 0 0;
  background: #fadfe1;
}

.reg1712-total__credit__head p {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  color: #d80000;
}

.reg1712-total__credit__head p 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;
}

.reg1712-total__credit__body {
  position: relative;
  padding: 12px;
  border: 1px solid #cecece;
  border-radius: 0 0 3px 3px;
}

.reg1712-total__credit__body ul {
  padding-right: 155px;
}

.reg1712-total__credit__body ul li {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}

.reg1712-total__credit__body ul li + li {
  margin-top: 15px;
}

.reg1712-total__credit__body ul li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
}

.reg1712-total__credit__body ul li p {
  font-size: 13px;
  line-height: 20px;
}

.reg1712-total__credit__body > a {
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: 28px;
  padding: 0 12px 0 39px;
  line-height: 28px;
}

.reg1712-total__credit__body > a span {
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  width: 17px;
  height: 20px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -20px -200px no-repeat;
}

.reg1712-total__error {
  display: none;
  width: 250px;
  position: relative;
  margin: 0 0 15px auto;
  padding: 10px;
  border-radius: 4px;
  background: #fadfe1;
}

.reg1712-total__error.js-unableConfirm {
  display: block;
}

.reg1712-total__error p {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #d80000;
}

.reg1712-total__error p 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;
}

.reg1712-total__error > span {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url(/resource/images/order/1712_bg_sprite01.png) 0 -25px no-repeat;
}

.reg1712-total__trans {
  position: relative;
}

.reg1712-total__trans__prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  padding-left: 14px;
  font-size: 13px;
  line-height: 20px;
}

.reg1712-total__trans__prev span {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -140px -130px no-repeat;
}

.reg1712-total__trans__next {
  overflow: hidden;
}

.reg1712-total__trans__next a {
  float: right;
  width: 270px;
  height: 23px;
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 22px;
}

.reg1712-total__trans__next a.js-inactiveConfirmBtn {
  background: #ccc !important;
  border-color: #bbb !important;
  cursor: default;
}

.reg1712-paymentMemoIcon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 25px;
  margin: 4px;
  background: url(/resource/images/order/1712_icon_sprite01.png) 0 -120px no-repeat;
  vertical-align: bottom;
}

/*-----------------------------------
reg1712 - voice
-----------------------------------*/
.reg1712-voice {
  margin-bottom: 60px;
}

.reg1712-voice .reg1712-cmnTtl {
  margin-bottom: 20px;
}

.reg1712-voice > p {
  font-size: 12px;
  line-height: 21px;
}

.reg1712-voice > p span {
  color: #d80000;
}

.reg1712-voice__area {
  margin-top: 14px;
  padding-right: 22px;
}

.reg1712-voice__area textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 13px;
  line-height: 20px;
  resize: vertical;
}

/*-----------------------------------
reg1712 - campaign
-----------------------------------*/
.reg1712-campaign {
  margin-bottom: 60px;
}

.reg1712-campaign img {
  max-width: 100%;
  height: auto;
}

.reg1712-campaign__ttl {
  margin-top: 6px;
}

.reg1712-campaign__ttl a {
  font-size: 13px;
  line-height: 20px;
}

/*-----------------------------------
reg1712 - cancel
-----------------------------------*/
.reg1712-cancel {
  padding-bottom: 80px;
}

.reg1712-cancel .reg1712-cmnTtl {
  margin-bottom: 20px;
}

.reg1712-cancel__box {
  padding: 16px;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.reg1712-cancel__box p {
  font-size: 13px;
  line-height: 21px;
}

.reg1712-cancel__box p + p {
  margin-top: 14px;
}

.reg1712-cancel__box p span {
  color: #d80000;
}

/*-----------------------------------
reg1712 - sideBox
-----------------------------------*/
.reg1712-sideBox {
  width: 270px;
  padding: 11px 14px 25px;
  border: 1px solid #cecece;
  background: #fff;
  border-radius: 4px;
}

.reg1712-sideBox__head01 {
  overflow: hidden;
  padding: 3px 0;
}

.reg1712-sideBox__head01__free {
  float: left;
  font-size: 13px;
  line-height: 22px;
  color: #2b9e28;
}

.reg1712-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;
}

.reg1712-sideBox__head01__about {
  float: right;
  font-size: 13px;
  line-height: 22px;
}

.reg1712-sideBox__head02 {
  position: relative;
  padding: 3px 0 3px 28px;
}

.reg1712-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;
}

.reg1712-sideBox__head02 p {
  font-size: 13px;
  line-height: 21px;
  color: #d80000;
}

.reg1712-sideBox__head02 p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
}

.reg1712-sideBox__summary {
  margin: 10px 0 21px;
  padding: 15px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.reg1712-sideBox__summary > p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -.02em;
}

.reg1712-sideBox__summary > p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  font-weight: bold;
}

.reg1712-sideBox__summary__num {
  position: relative;
  float: left;
  width: 37%;
}

.reg1712-sideBox__summary__num:before {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #cecece;
}

.reg1712-sideBox__summary__num span {
  font-size: 20px;
}

.reg1712-sideBox__summary__point {
  float: right;
  width: 63%;
  text-align: right;
}

.reg1712-sideBox__summary__point span {
  font-size: 16px;
}

.reg1712-sideBox__total {
  margin-bottom: 20px;
  overflow: hidden;
}

.reg1712-sideBox__total__txt {
  float: left;
  padding: 8px 0 5px;
  font-size: 13px;
  line-height: 14px;
}

.reg1712-sideBox__total__price {
  float: right;
  padding-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  color: #d80000;
}

.reg1712-sideBox__detail {
  width: 100%;
  margin-bottom: 25px;
  border-spacing: 0;
}

.reg1712-sideBox__detail th,
.reg1712-sideBox__detail td {
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 9px;
}

.reg1712-sideBox__detail th {
  font-weight: normal;
  text-align: left;
}

.reg1712-sideBox__detail th span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-sideBox__detail th span.reg1712-additional {
  margin-right: 1em;
  color: #d80000;
}

.reg1712-sideBox__detail td {
  text-align: right;
}

.reg1712-sideBox__error {
  display: none;
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  background: #fadfe1;
}

.reg1712-sideBox__error.js-unableConfirm {
  display: block;
}

.reg1712-sideBox__error p {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #d80000;
}

.reg1712-sideBox__error p 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;
}

.reg1712-sideBox__error > span {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url(/resource/images/order/1712_bg_sprite01.png) 0 -25px no-repeat;
}

.reg1712-sideBox__confirm {
  margin-bottom: 25px;
}

.reg1712-sideBox__confirm a {
  display: block !important;
  height: 23px;
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 22px;
}

.reg1712-sideBox__confirm a.js-inactiveConfirmBtn {
  background: #ccc !important;
  border-color: #bbb !important;
  cursor: default;
}

.reg1712-sideBox__print a {
  display: block !important;
  height: 18px;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
}

.reg1712-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;
}

/*-----------------------------------
reg1712 - modal common
-----------------------------------*/
.modalCmn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

/*-----------------------------------
reg1712 - deli modal
-----------------------------------*/
.reg1712-deliModal {
  width: 720px;
  position: relative;
}

.reg1712-deliModal__ttl {
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
  color: #d80000;
}

.reg1712-deliModal__aside {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 13px;
  line-height: 20px;
}

.reg1712-deliModal__main {
  width: 720px;
}

.reg1712-deliModal__main__list {
  border-bottom: 1px solid #cecece;
}

.reg1712-deliModal__main__list li {
  position: relative;
  padding: 22px 180px 22px 0;
  border-top: 1px solid #cecece;
}

.reg1712-deliModal__main__list li .reg1712-deliTitle {
  font-size: 16px;
}

.reg1712-deliModal__main__list li .reg1712-deliTitle span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.reg1712-deliModal__main__list li .reg1712-deliDate,
.reg1712-deliModal__main__list li .reg1712-deliShip {
  position: relative;
}

.reg1712-deliModal__main__list li .reg1712-deliDate th,
.reg1712-deliModal__main__list li .reg1712-deliDate td,
.reg1712-deliModal__main__list li .reg1712-deliShip th,
.reg1712-deliModal__main__list li .reg1712-deliShip td {
  font-weight: normal;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
}

.reg1712-deliModal__main__list li .reg1712-deliDate th,
.reg1712-deliModal__main__list li .reg1712-deliShip th {
  white-space: nowrap;
}

.reg1712-deliModal__main__list li .reg1712-deliDate th span,
.reg1712-deliModal__main__list li .reg1712-deliShip th span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1em;
  font-size: 12px;
  color: #d80000;
}

.reg1712-deliModal__main__list li .reg1712-deliDate td,
.reg1712-deliModal__main__list li .reg1712-deliShip td {
  position: relative;
  padding-left: 1em;
}

.reg1712-deliModal__main__list li .reg1712-deliDate td:before,
.reg1712-deliModal__main__list li .reg1712-deliShip td:before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}

.reg1712-deliModal__main__list li .reg1712-deliDate td span,
.reg1712-deliModal__main__list li .reg1712-deliShip td span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reg1712-deliModal__main__list li .reg1712-deliDate td.reg1712-red,
.reg1712-deliModal__main__list li .reg1712-deliShip td.reg1712-red {
  color: #d80000;
}

.reg1712-deliModal__main__list li .reg1712-deliShip {
  font-size: 16px;
}

.reg1712-deliModal__main__list li .reg1712-deliDate {
  margin-top: 10px;
  font-size: 13px;
}

.reg1712-deliModal__main__list li > a {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 146px;
  margin-top: -16px;
  padding: 0;
}

/*-----------------------------------
reg1712 - coupon modal
-----------------------------------*/
.couponModal-1712 {
  position: relative;
  width: 340px;
}

.couponModal-1712__main {
  width: 340px;
}


/*-----------------------------------

-----------------------------------*/
.reg1712-sideBox__head01 + .reg1712-sideBox__head03,
.reg1712-sideBox__head02 + .reg1712-sideBox__head03 {
  margin-top: 9px;
}

.reg1712-sideBox__head03 {
  position: relative;
  padding: 0 65px 3px 28px;
}

.reg1712-sideBox__head03 > 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;
}

.reg1712-sideBox__head03 p {
  font-size: 13px;
  line-height: 21px;
  color: #d80000;
}

.reg1712-sideBox__head03 p a {
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  height: 20px;
  margin: auto;
}

#paymentDestination{
  width: 560px;
  position: relative;
}
.reg1712-paymentDestinationModal__ttl {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
  color: #d80000;
}
.reg1712-paymentDestinationModal__aside {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}
.reg1712-paymentDestinationModal__main {
  width: 560px;
}
.reg1712-paymentDestinationModal__main__list {
  border-bottom: 1px solid #cecece;
}
.reg1712-paymentDestinationModal__main__list li{
  position: relative;
  padding: 16px 10px 16px 30px;
  border-top: 1px solid #cecece;
}
.reg1712-paymentDestinationTitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.reg1712-paymentDestinationTitle .reg1712-tagAskul{
  color: #172397;
  margin-left: 20px;
  font-size: 13px;
  line-height: 28px;
}
.reg1712-paymentDestinationTitle .reg1712-tagAskul 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;
  background-position: 0 -120px;
}
.reg1712-paymentDestinationDate {
  font-size: 13px;
  line-height: 1.5;
  width: 440px;
  margin-left: 60px;
}
.reg1712-paymentDestinationDate__category {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
  width: 120px;
}
.reg1712-paymentDestinationDate__num {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
  width: 120px;
}
.reg1712-paymentDestinationDate__num > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.reg1712-paymentDestinationDate__total {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
}
.reg1712-paymentDestinationDate__total__price {
  padding-top: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  color: #d80000;
  display: block;
}
.reg1712-paymentDestinationModal__notice {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}


/*-----------------------------------
180622 add
-----------------------------------*/

.dateIcon span {
  background-position: -40px 0;
}

.reg1712-orderInfo__payment__none {
  padding-left: 0;
}

.reg1712-orderInfo__date__in ul li .dateListDecoration:before {
  content: '・';
}

.reg1712-orderInfo__date__in ul li .date {
  display: inline-block;
  min-width: 164px;
  margin-bottom: 1px;
}

.reg1712-orderInfo__date__in ul li .holidayConfigIcon {
  width: 72px;
  height: 17px;
  vertical-align: text-bottom;
  display: inline-block;
  background-position: bottom 10px;
  text-align: center;
  font-size: 11px;
  color: #FFF;
  line-height: 18px;
  border-radius: 2px;
  margin-left: 13px;
  margin-bottom: 5px;
}

.reg1712-orderInfo__date__in ul li .holidayConfigIconOrange {
  background-color: #df6e00;
}

.reg1712-orderInfo__date__in ul li .holidayConfigIconBlue {
  background-color: #1368a3;
}

.reg1712-orderInfo__date__in ul li .appGoods {
  float: right;
  display: inline-block;
  padding-bottom: 5px;
}

/*--dropDownBox--*/

.reg1712-orderInfo__date__in .appGoods .dropDownBox{
  padding: 20px 0 0;
  width: 460px;
  position: absolute;
  margin-left:-145px;
  z-index: 999;
  margin-top:-20px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicable_products{
  border: solid 1px #999999;
  background-color: #fff;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title{
  padding:10px 15px 10px 10px;
  border-bottom: solid 1px #999999;
  font-size: 12px;
  width: 434px;
  position: relative;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title_inner:after{
  content: "";
  clear: both;
  display: block;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .date{
  padding-top:3px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  width: 56%;
  float: left;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .annotationArea{
  display: inline-block;
  width: 44%;
  float: right;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .annotationArea p:first-child{
  margin-top: 3px;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .date .time{
  margin-left: 5em;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .change_btn{
  line-height: 1.4;
  font-weight: normal;
  font-size: 13px;
  display: block;
  text-align: right;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .change_btn img{
  margin-right: 5px;
  vertical-align: middle;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .btnArea {
  text-align: left;
}
.reg1712-orderInfo__date__in .appGoods .dropDownBox .box_title .comments{
  text-align: right;
  margin-top:2px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .scrollInner dl{
  padding:10px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .scrollInner dt{
  float:left;
  margin: 0 10px 0 0;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .scrollInner dd{
  float:left;
  width: 330px;
  margin-bottom:10px;
  font-size: 13px;
  text-align: left;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .scrollInner dd span{
  display: block;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .total{
  border-top:solid 1px #999;
  padding:10px;
  text-align: right;
  font-size: 12px;
}

table td div.dropDownCalendar{
  display: inline-block;
  text-align: right;
  width:65px;
  margin-left : auto;
  margin-right : 0;
}

table td div.dropDownCalendar .dropDownBox{
  margin-top:0;
  padding:0;
  padding-top:20px;
}

.reg1712-orderInfo__date__in .dropDownCalendar .dropDownCalendarBtn{
  font-size: 12px;
  clear: both;
  margin-left: 5px;
  margin-right: 2px;
  color: #1b72e9;
}

.reg1712-orderInfo__date__in .dropDownCalendar .dropDownCalendarBtn img {
  margin: 0 6px 0 0;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
}

.reg1712-orderInfo__date__in .dropDownCalendar .dropDownCalendarBtn img.dropDownArrow {
  margin: 0 0 0 4px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicableProduct {
  overflow: auto;
  height: 243px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicableProduct dl{
  padding:10px;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicableProduct dt{
  float:left;
  margin: 0 10px 0 0;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicableProduct dd{
  float:left;
  width: 380px;
  margin-bottom:10px;
  font-size: 13px;
  text-align: left;
}

.reg1712-orderInfo__date__in .appGoods .dropDownBox .applicableProduct dd span{
  display: block;
}

/*--radio btn--*/

.reg1712-orderInfo__holidayConfigDate .reg1712-cmnTtl span {
  background-position: -80px 0;
}

.reg1712-orderInfo__holidayConfigDate {
  width: 32.22222%;
}

.reg1712-orderInfo__holidayConfigDate__in {
  padding-left: 8.27586%;
}

.reg1712-orderInfo__holidayConfigDate__in ul li {
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li label {
  padding-left: 26px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li label span {
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-monthNote {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 0 0 5px 23px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-monthNote p {
  font-size: 12px;
  line-height: 18px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-monthNote span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
  vertical-align: top;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect {
  display: none;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect .reg1712-selectBox {
  margin-left: 26px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__noSave {
  font-size: 13px;
  margin-left: 26px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__noSave > a {
  margin-top: 7px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 0 0 5px 23px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security > p {
  font-size: 12px;
  line-height: 18px;
  color: #d80000;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -210px no-repeat;
  vertical-align: top;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security > div {
  padding-top: 7px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security > div input {
  width: 60px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__security > div > span {
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
  vertical-align: middle;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__note {
  position: relative;
  margin: 15px 0 0 26px;
  padding: 10px;
  background: #f7f7f7;
}

.reg1712-orderInfo__holidayConfigDate__in ul li .reg1712-creditSelect__note p {
  font-size: 12px;
  line-height: 18px;
}

.reg1712-orderInfo__holidayConfigDate__in ul li + li {
  margin-top: 12px;
}

.reg1712-orderInfo__holidayConfigDate__in .reg1712-radio em.saturday {
  font-weight: bold;
  color: #172397;
}
.reg1712-orderInfo__holidayConfigDate__in .reg1712-radio em.sunday {
  font-weight: bold;
  color: #d80000;
}

.reg1712-holidayConfigDateMemoIcon {
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 25px;
  height: 25px;
  margin: 4px;
  background: url(/resource/images/order/1712_icon_sprite01.png) 0 -120px no-repeat;
  vertical-align: bottom;
}

/*--holidayConfigDateDestination--*/

#holidayConfigDateDestination{
  width: 560px;
  position: relative;
}
.reg1712-holidayConfigDateDestinationModal__ttl {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  background: no-repeat 0 50%;
  color: #d80000;
}
.reg1712-holidayConfigDateDestinationModal__aside {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}
.reg1712-holidayConfigDateDestinationModal__main {
  width: 560px;
}
.reg1712-holidayConfigDateDestinationModal__main__list {
  border-bottom: 1px solid #cecece;
}
.reg1712-holidayConfigDateDestinationModal__main__list li{
  position: relative;
  padding: 16px 10px 16px 30px;
  border-top: 1px solid #cecece;
}
.reg1712-holidayConfigDateDestinationTitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.reg1712-holidayConfigDateDestinationTitle .reg1712-tagAskul{
  color: #172397;
  margin-left: 20px;
  font-size: 13px;
  line-height: 28px;
}
.reg1712-holidayConfigDateDestinationTitle .reg1712-tagAskul 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;
  background-position: 0 -120px;
}
.reg1712-holidayConfigDateDestinationDate {
  font-size: 13px;
  line-height: 1.5;
  width: 440px;
  margin-left: 60px;
}
.reg1712-holidayConfigDateDestinationDate__category {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
  width: 120px;
}
.reg1712-holidayConfigDateDestinationDate__num {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
  width: 120px;
}
.reg1712-holidayConfigDateDestinationDate__num > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.reg1712-holidayConfigDateDestinationDate__total {
  font-size: 13px;
  line-height: 14px;
  vertical-align: bottom;
}
.reg1712-holidayConfigDateDestinationDate__total__price {
  padding-top: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  color: #d80000;
  display: block;
}
.reg1712-holidayConfigDateDestinationModal__notice {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

.reg1712-orderInfo__holidayConfigDate__none {
  padding-left: 0;
}

.reg1712-list__type__dateSet__head .desiredTime {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}

.ntp-ic {
  position: relative;
}

.ntp-ic > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/resource/images/order/2018new_sprite_common.png") no-repeat;
}

.ntp-ic_x-mark-blk01 > span {
  width: 13px;
  height: 12px;
  margin-top: -5px;
  background-position: -235px -60px;
}

.ntp-ic_x-mark-blk01{
  padding-left: 19px;
}

.usg1802__rtnItem__foot {
  padding-top: 20px;
  text-align: center;
}

.usg1802__rtnItem__foot a {
  width: 167px;
  height: 40px;
  padding: 0;
  line-height: 38px;
}

.ntp-pt_btn--gray, .ntp-pt_btn--orange, .ntp-pt_btn--blue, .ntp-pt_btn--dis, .ntp-pt_btn--cur {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 11px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.radiusTop.ntp-pt_btn--gray, .radiusTop.ntp-pt_btn--orange, .radiusTop.ntp-pt_btn--blue, .radiusTop.ntp-pt_btn--dis, .radiusTop.ntp-pt_btn--cur {
  border-radius: 4px 4px 0 0;
}

.radiusBtm.ntp-pt_btn--gray, .radiusBtm.ntp-pt_btn--orange, .radiusBtm.ntp-pt_btn--blue, .radiusBtm.ntp-pt_btn--dis, .radiusBtm.ntp-pt_btn--cur {
  border-radius: 0 0 4px 4px;
}

.ntp-pt_btn--gray {
  border: 1px solid #cecece;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  color: #333 !important;
}

.ntp-pt_btn--gray:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.ntp-pt_btn--blue {
  border-bottom: 1px solid #1579de;
  background: #4aa4fc;
  background: -webkit-linear-gradient(#4aa4fc, #3b94f0);
  background: linear-gradient(#4aa4fc, #3b94f0);
  color: #fff !important;
}

.ntp-pt_btn_margin {
  margin-left: 18px;
}

.ntp-pt_btn--blue:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa4fc);
  background: linear-gradient(#3b94f0, #4aa4fc);
}

.reg1712-addressCheck {
  float: left;
  position: relative;
  padding: 3px 23px 3px 0;
  font-size: 13px;
  line-height: 20px;
}

.reg1712-addressCheck label {
  padding-left: 35px;
}

.reg1712-addressCheck label .reg1712-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.reg1712-addressCheck label span.saturday {
  color: #172397;
}

.reg1712-addressCheck label span.sunday {
  color: #d80000;
}

.reg1712-addressCheck .reg1712-help {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 17px;
  height: 17px;
  background: url("/resource/images/order/2014new_sprite_registerIco.png") 0 -103px;
}

/*--deliveryholidayConfig--*/

#deliveryholidayConfig .deliveryholidayConfigModal {
  width: 600px;
  height: 310px;
}

#deliveryholidayConfig .reg1712-deliModal__main {
  width: 600px;
}

#deliveryholidayConfig .ttl {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 25px;
}
#deliveryholidayConfig .txt {
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 22px;
}

#deliveryholidayConfig .wrap {
  text-align: center;
  padding: 10px 0;
}
#deliveryholidayConfig .wrap-inner:after {
  content: "";
  clear: both;
  display: block;
}

#deliveryholidayConfig .wrap-inner {
  display: inline-block;
}

#deliveryholidayConfig .annotation {
  margin-top: 40px;
  font-size: 12px;
}

#deliveryholidayConfig .annotation p {
  margin-bottom: 6px;
}

/*-----------------------------------
reg1712 - holidayConfig
-----------------------------------*/
.reg1712-holidayConfig {
  width: 880px;
  position: relative;
}

#holidayConfig2col .reg1712-holidayConfig {
  width: 649px;
  position: relative;
}

.reg1712-holidayConfig__ttl {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 25px;
}

.reg1712-holidayConfig__aside {
  font-size: 13px;
  padding-bottom: 20px;
}

.reg1712-holidayConfig__aside span {
  font-weight: bold;
  color: #cc0000;
}

.reg1712-holidayConfig__main {
  width: 720px;
}

.reg1712-holidayConfig .js-modalScrBody {
  width: 230px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
}

.reg1712-holidayConfig .js-modalScrBodySP01 {
  border-left: none;
}

.reg1712-holidayConfig .js-modalScrBodySP02 {
  width: 416px;
  border-left: none;
}

.reg1712-holidayConfig .js-modalScrBody__in1 {
  margin-right: -720px;
}

.reg1712-holidayConfig .js-modalScrBody__scr {
  right: 0px;
}

.reg1712-holidayConfig .js-modalScrFoot {
  padding-top: 20px;
  text-align: center;
}

.reg1712-holidayConfig .js-modalScrFoot a {
  width: 167px;
  height: 40px;
  padding: 0;
  line-height: 38px;
}

.reg1712-holidayConfig .js-modalScrBody_wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.scrollConteiner {
  width: 440px;
  overflow: hidden;
  position: relative;
}
.scrollable {
  width: 440px;
  height: 243px;
  margin-right: -17px;
  padding-right: 17px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.adjustment {
  width: 440px;
  margin-right: 17px;
  padding: 1.3em 1.5em;
}
.scrollbar {
  height: 243px!important;
  position: absolute;
  bottom: 40px;
  right: 1px;
  width: 10px;
  background-color: #ddd;
  border-radius: 5px;
}
.scrollbar-thumb {
  height: 140px!important;
  background-color: #4ba4ff;
  border-radius: 5px;
}

.reg1712-holidayConfig .configSubtitle {
  width: 880px;
}
.reg1712-holidayConfig .configSubtitle:after {
  content: "";
  clear: both;
  display: block;
}
.reg1712-holidayConfig .configSubtitle p {
  width: 230px;
  float: left;
  display: inline-block;
  text-align: center;
  background-color:#f5f5f5;
  padding:10px 0;
  border:solid 1px #ccc;
  border-right: none;
  border-bottom: none;
  font-size: 14px;
}

.reg1712-holidayConfig p.configSubtitleTxt {
  width: 416px;
  border-right:solid 1px #ccc;
}

.reg1712-holidayConfig .configContent {
  padding-top: 10px;
  margin-left: 10px;
}

.reg1712-holidayConfig .configContent li:last-child {
  height: 45px;
}

.reg1712-holidayConfig__main__list li {
  width: 386px;
  padding: 10px 0;
  border-bottom: 1px solid #cecece;
}

.reg1712-holidayConfig__main__list li:first-child {
  padding-top: 0;
}

.reg1712-holidayConfig__main__list li:last-child {
  height: 100px;
  border-bottom: none;
}

.reg1712-holidayConfig__main__list li .reg1712-deliTitle {
  font-size: 16px;
}

.reg1712-holidayConfig .holiday_item {
  padding-top: 10px;
  margin-left: 10px;
}

.reg1712-holidayConfig .holiday_item li:after {
  content: "";
  clear: both;
  display: block;
}

.reg1712-holidayConfig .holiday_item li img {
  display: inline-block;
  width: 80px;
  margin-right: 6px;
}

.reg1712-holidayConfig .holiday_item li p {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
}