@charset "UTF-8";

.body-box h1{
  margin-bottom: 17px;
  padding: 0 0 0 32px;
  background: url(/ec/images/common/form.gif) no-repeat left center;
  background-size: 20px auto;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.0;

  image-rendering: pixelated;
}
.body-box h1.history{
  background: url(/ec/images/common/history.gif) no-repeat left center;
  background-size: 19px auto;
}
.body-box h1.fav{
  background: url(/ec/images/common/fav.gif) no-repeat 5px center;
  background-size: 17px auto;
}
.body-box h1.barcode{
  background: url(/ec/images/common/barcode.gif) no-repeat left 3px;
  background-size: 23px auto;
}
.body-box h1.mail{
  background: url(/ec/images/common/mail.gif) no-repeat left center;
  background-size: 23px auto;
  image-rendering: auto;
}
.body-box h1.review{
  background: url(/ec/images/common/review.gif) no-repeat left center;
  background-size: 23px auto;
  image-rendering: auto;
}
.body-box h1.login_title{
  margin-bottom: 10px;
  padding: 33px 0 0;
  background: none;
}
.body-box h2{
  margin: 0 0 20px;
  font-size:18px;
  font-weight:normal;
  line-height: 1.0;
}

.body-box .main-box,
.body-box .main-box2,
.body-box .main-box_sh{
  margin-bottom:30px;
}
.body-box .main-box2{
  margin-bottom: 60px;
}
.main-box2{
  width: 700px;
  margin: 0 auto;
  float: right;
}

.main-box2 h3,
.body-box .reg_mag h4,
.body-box .main-box h3,
.body-box .main-box_sh h3,
.body-box .cart h3{
  clear: both;
  font-size: medium;
  background: #e1e1e1;
  padding: 5px 15px;
  margin:0 0 10px 10px;
  color: #666;
  text-align: left;
}

.cart .lead,
.body-box .reg_mag .lead{
  background: url(/ec/images_common/icn_lead.gif) no-repeat left 5px;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.body-box .main-box .lead{
  font-size: 12px;
}
.body-box .main-box_sh .lead{
  font-size: 12px;
}
.body-box .main-box .lead span{
  font-size: 10px;
}
.body-box .main-box_sh .lead span{
  font-size: 10px;
}
.body-box .main-box .lead .link{
  display: block;
  margin: 5px 0 0;
  text-align: left;
}
.body-box .main-box_sh .lead .link{
  display: block;
  margin: 5px 0 0;
  text-align: left;
}
.body-box .main-box2 .lead span{
  display: block;
  font-size: 10px;
}
h3 span{
  font-size: small;
  margin-left: 15px;
}

.select{
  position: absolute;
  width: 170px;
  height: 28px;
  margin: 0;
  padding: 0 14px;
  background: none;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 26px;
  z-index: 1;
}
.select:after{
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #555;
  border-left: solid 1px #555;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
.body-box .main-box table{
  width: 100%;
  margin: 15px 0 39px 0;
/*  background: url(/ec/images_common/line_dot.gif) repeat-x left bottom;*/
  border-collapse: collapse;
}
.body-box .main-box_sh table{
  width: 100%;
  margin: 15px 0 20px 0;
/*  background: url(/ec/images_common/line_dot.gif) repeat-x left bottom;*/
  border-collapse: collapse;
}

.body-box .main-box th{
  width: 129px;
  text-align: left;
/*  background: #f1f1f1 url(/ec/images_common/line_dot.gif) repeat-x left top;*/
  background: #f1f1f1;
}
.body-box .main-box_sh th{
  width: 129px;
  text-align: left;
/*  background: #f1f1f1 url(/ec/images_common/line_dot.gif) repeat-x left top;*/
  background: #f1f1f1;
}

.body-box .main-box td{
/*  background: url(/ec/images_common/line_dot.gif) repeat-x left top;*/
}
.body-box .main-box_sh td{
/*  background: url(/ec/images_common/line_dot.gif) repeat-x left top;*/
}

.body-box .main-box td input{
  height: 28px;
  padding: 0 10px;
  background: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.body-box .main-box_sh td input{
  height: 28px;
  padding: 0 10px;
  background: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.body-box .main-box td input[type=image]{
  height: auto;
  padding: 0;
  background: none;
}
.body-box .main-box_sh td input[type=image]{
  height: auto;
  padding: 0;
  background: none;
}

.body-box .main-box th,
.body-box .main-box td{
  font-size: 12px;
  font-weight: normal;
  padding: 15px 0 15px 15px;
  border: solid 1px #ccc;
}
.body-box .main-box_sh th,
.body-box .main-box_sh td{
  font-size: 12px;
  font-weight: normal;
  padding: 15px 0 15px 15px;
  border: solid 1px #ccc;
}

.body-box .main-box tr.name1 td{
  padding: 15px 15px 15px 25px;
}
.body-box .main-box_sh tr.name1 td{
  padding: 15px 15px 15px 25px;
}

.body-box .main-box tr.card th,
.body-box .main-box tr.card td{
  padding: 10px 15px 12px;
}
.body-box .main-box_sh tr.card th,
.body-box .main-box_sh tr.card td{
  padding: 10px 15px 12px;
}

.body-box .main-box tr.mailmaga td{
  padding: 10px 15px 4px;
}
.body-box .main-box_sh tr.mailmaga td{
  padding: 10px 15px 4px;
}

.body-box .main-box td .small{
  font-size: 10px !important;
}
.body-box .main-box_sh td .small{
  font-size: 10px !important;
}

.body-box .main-box td .ex{
  font-size: 0;
}
.body-box .main-box_sh td .ex{
  font-size: 0;
}

.body-box .main-box td .ex span{
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.body-box .main-box_sh td .ex span{
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  vertical-align: middle;
}

.body-box .main-box td .ex .small{
  margin: 0;
}
.body-box .main-box_sh td .ex .small{
  margin: 0;
}

.body-box .main-box th.no_border{
      background: #f1f1f1;
}
.body-box .main-box_sh th.no_border{
      background: #f1f1f1;
}

.body-box .main-box td.no_border{
      background: none;
}
.body-box .main-box_sh td.no_border{
      background: none;
}


.body-box .main-box .btn_register-box,
.body-box .cart .btn_register-box{
  text-align:center;
  margin-bottom:50px;
}
.body-box .main-box_sh .btn_register-box,
.body-box .cart .btn_register-box{
  text-align:center;
  margin-bottom:50px;
}

.body-box .main-box .btn_register-box p.txt{
  margin: 30px 0 50px;
}
.body-box .main-box_sh .btn_register-box p.txt{
  margin: 30px 0 50px;
}

.body-box .main-box .btn_register-box input{
  margin: 0 20px;
  /* margin: 0 10px;*/
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box_sh .btn_register-box input{
  margin: 0 20px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.body-box .main-box .btn_register-box input:hover{
  opacity: .7;
}
.body-box .main-box_sh .btn_register-box input:hover{
  opacity: .7;
}

.body-box .main-box .btn_register-box .btn_back,
.body-box .main-box .btn_register-box .btn_send,
.body-box .main-box_sh .btn_register-box .btn_back,
.body-box .main-box_sh .btn_register-box .btn_send,
.body-box .cart .btn_register-box .btn_back,
.body-box .cart .btn_register-box .btn_send{
  display: inline-block;
}

.body-box .main-box .btn_register-box.member{
  margin: 0 -20px;
  font-size: 0;
}
.body-box .main-box_sh .btn_register-box.member{
  margin: 0 -20px;
  font-size: 0;
}

.body-box .main-box .btn_register-box.member span{
  display: inline-block;
}
.body-box .main-box_sh .btn_register-box.member span{
  display: inline-block;
}

.body-box .textStyle{
  border:1px solid #7A96DF;
  background-color:#ffffff;
}

.body-box .errTextStyle{
  border:1px solid #7A96DF;
  background-color:#ffff99;
}

.body-box .main-box .btn_confirm{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box_sh .btn_confirm{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.body-box .main-box .btn_confirm:hover{
  opacity: .7;
}
.body-box .main-box_sh .btn_confirm:hover{
  opacity: .7;
}

.body-box.lgpass .main-box .btn_register-box .btn_send{
  float: none;
  margin-right: 0;
}

/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
.cart{
  width: 100%;
  float: left;
  padding: 0 0 17px;
  /*margin-right: 15px;*/
}

.cart table{
  width: 100%;
  border-collapse: collapse;
}
.closet{
  margin: 20px 0 0;
}
div.PageNavi + .closet{
  margin: 0;
}
.body-box .main-box2 .closet table{
  margin: 0 0 5px;
  border-collapse: collapse;
  background: none;
  border-bottom: solid 1px #ccc;
}
.body-box .main-box .cart table td{
  border: none;
}
.body-box .main-box_sh .cart table td{
  border: none;
}

.history th,
.cart th{
  background: #f1f1f1 url(/ec/images_common/dot.gif) repeat-y right top;
  padding: 5px;
  text-align: center;
}
.body-box .main-box2 .closet th{
  height: 60px;
  background: #f3f3f3;
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  text-align: center;
}
.body-box .main-box2 .closet th:first-of-type{
  padding: 0 0 0 30px;
  text-align: left;
}
.body-box .main-box2 .closet table .none,
.cart table .none{
  background: none;
}

.cart td{
  padding: 5px;
}
.body-box .main-box2 .closet td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.body-box .main-box2 .cart .orderDetail .noBorder td{
  background: none;
}


.body-box .main-box2 .closet .negative{
  background: url(/ec/images_common/bg_closet.gif);
  color: #999;
}

.body-box .main-box2 .closet .negative a{
  color: #81bedc;
}
table.orderDetail{
  width: 680px;
  margin: 0 0 0 20px;
}
table.orderDetail tr + tr {
  border-top: solid 1px #eee;
}
.body-box .main-box table.orderDetail tr:first-of-type td,
table.orderDetail tr:first-of-type td{
  padding: 10px 0 12px;
}
.body-box .main-box table.orderDetail tr:last-of-type td,
table.orderDetail tr:last-of-type td{
  padding: 20px 0 0;
}
.body-box .main-box table.orderDetail td,
table.orderDetail td {
  padding: 20px 0 12px;
  line-height: 1.5;
  vertical-align: middle;
}
table.orderDetail td.products {
  width: 510px;
}
table.orderDetail td.quantity {
  width: 55px;
  padding: 10px 0 0;
}
table.orderDetail td.price {
  position: relative;
  width: 115px;
  padding: 10px 0 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
table.orderDetail td.products span {
  display: block;
  font-size: 14px;
}
table.orderDetail td.products .brand {
  margin: 0 0 18px;
  font-size: 10px;
}
table.orderDetail td.products .brand .logo {
  display: inline-block;
  margin: 0 10px 0 0;
}
table.orderDetail td.products > div {
  margin: 5px 0 2px;
}
table.orderDetail td.products .color,
table.orderDetail td.products .design {
  margin: 0 10px 0 0;
}

table.orderDetail td.products .color,
table.orderDetail td.products .size,
table.orderDetail td.products .design {
  float: left;
  font-size: 10px;
}


.cart table .color,
.cart table .size,
.cart table .price,
.cart table .price2,
.cart table .delete,
.cart table .taxClsf{
  font-size: x-small;
  text-align: center;
}

.body-box .main-box2 .closet .date,
.body-box .main-box2 .closet .date2,
.body-box .main-box2 .closet .stoc,
.body-box .main-box2 .closet .delete,
.body-box .main-box2 .closet .number,
.body-box .main-box2 .closet .detail,
.body-box .main-box2 .closet .status,
.body-box .main-box2 .closet .review{
  font-size: 12px;
  text-align: center;
}

.body-box .main-box2 .closet .number2{
  width: 128px;
  text-align: center;
}
.body-box .main-box2 .closet .status{
  width: 70px;
  text-align: center;
}
.body-box .main-box2 .closet .detail{
  width: 100px;
}
.body-box .main-box2 .closet .detail .writeSend input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box2 .closet .detail .writeSend input:hover{
  opacity: .7;
}
.body-box .main-box2 .closet .date2{
  width: 128px;
  min-height: 105px;
  padding: 0 0 0 20px;
  font-size: 12px;
  text-align: left;
}
.body-box .main-box2 .closet .date2 p{
  position: relative;
  padding: 0 0 10px;
}
.body-box .main-box2 .closet .date2 input{
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box2 .closet .date2 input:hover{
  opacity: .7;
}
.body-box .main-box2 .closet .address,
.body-box .main-box2 .closet .detail,
.body-box .main-box2 .closet .status,
.body-box .main-box2 .closet .review{

}

.body-box .main-box2 .closet td {
  padding: 22px 0 26px;
  box-sizing: border-box;
}
.body-box .main-box2 .closet .date{
  width: 128px;
  padding: 0 0 0 20px;
  font-size: 12px;
  text-align: left;
}

.body-box .main-box2 .closet .review{
  width: 90px;
}

.body-box .main-box2 .closet .photo{
  width: 100px;
}

.body-box .main-box2 .closet .products{
  width: 367px;
  padding: 0 0 0 18px;
  font-size: 14px;
  line-height: 1.3;
}
.body-box .main-box2 .closet .products a{
  display: block;
}
.body-box .main-box2 .closet .products span{
  display: block;
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.6;
}
.body-box .main-box2 .closet .products .brand{
  margin: -9px 0 19px;
  line-height: 1.8;
}
.body-box .main-box2 .closet .delete{
  width: 105px;
  padding: 10px 0 0;
}
.body-box .main-box2 .closet .delete input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box2 .closet .delete input:hover{
  opacity: .7;
}
.body-box .main-box2 .closet .stoc{
  width: 110px;
  padding: 5px 0;
}

 .btn_closet{
  width: 770px;
  text-align: right;
  margin-top: 10px;
}

.body-box .main-box2 .closet .btn_closet_b{
  margin-top: 3px;
}

.body-box .main-box2 .cart .orderDetail th.right,
.body-box .main-box2 .cart .orderDetail td.quantity,
.body-box .main-box2 .cart .orderDetail td.price2,
.body-box .main-box2 .cart .orderDetail td.price{
  text-align: right;
}

div.cart + div.cart h2{
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}
.cart:last-of-type{
  border-bottom: solid 1px #ccc;
}
.cart table .products{
  width: 400px;
}

.cart table .price2{
  font-weight: bolder;
  color: #e1993f;
}

.cart table .taxClsf{
  font-weight: bolder;
  color: #e1993f;
  text-align: left;
}

.cart .delete{
  padding: 5px;
  background: #f1f1f1 url(/ec/images_common/line_dl.gif) repeat-x left top;
  padding-bottom: 1px;
}

.cart .calc{
  background: #fff6e7  url(/ec/images_common/line_calc.gif) repeat-x left top;
  height: 26px;
  position: relative;
  margin-bottom: 1px;
}

.cart .calc ul{
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
}

.cart .calc li{
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}

.cart .line{
  height: 1px;
  background: #fff6e7 url(/ec/images_common/line_dl.gif) repeat-x left top;
  margin-bottom: 1px;
  line-height: 1px;
}

.cart .wrap{
  background: #fff6e7 url(/ec/images_common/line_dl.gif) repeat-x left top;
  padding: 20px;
  position: relative;
}

.cart .wrap > div{
  width: 330px;
  float: left;
}


.cart .review{
  width: 150px;
  text-align: right;
}
.cart .review input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.cart .review input:hover{
  opacity: .7;
}

.main-box2 .wrap{
  width: auto;
  background: #f3f3f3;
  padding: 18px 20px 14px;
  position: relative;
}

.main-box2 .time dt{
  position: absolute;
}

.main-box2 .time dd{
  padding-left: 7em;
}

.cart .wrap .buttons{
  width: 400px;
  float: left;
}

.cart .wrap .buttons .btn_decide{
  margin: 40px 0 0 20px;
}

.cart .wrap li{
  float: left;
  margin: 0 12px 10px 0;
}

.cart .wrap p{
  clear: both;
  font-size: x-small;
}

.main-box2 .wrap > dl,
.cart .wrap > dl{
  width: 330px;
  float: right;
}
.cart .wrap dl{
  width: 330px;
}
.cart .wrap > div > dl{
  margin: 0 0 5px;
}
.cart .wrap > div > dl > dt{
  display: table-cell;
  position: relative;
  width: 54px;
  font-weight: bold;
}
.main-box2 .wrap dt,
.cart .wrap dt{
  position: absolute;
  font-weight: normal;
}

.main-box2 .wrap dd,
.cart .wrap dd{
  padding-left: 100px;
  text-align: right;
  margin: 0 0 10px;
}
.cart .wrap dd:nth-last-child(3){
  margin: 0 0 15px;
}
.cart .wrap > div > dl > dd{
  display: table-cell;
  position: relative;
  padding: 0;
  font-weight: bold;
}
.main-box2 .wrap dl dt.all{
  padding: 25px 0 0;
}
.main-box2 .wrap dl dd.all{
  margin: 0;
  padding-top: 10px;
  border-top: solid 1px rgba(85,85,85,.3);
  font-size: 24px;
  font-weight: bold;
}
.main-box2 .wrap dl dd.all span{
  font-size: 10px;
  font-weight: normal;
}
.cart:first-of-type{
  padding: 0 0 30px;
}
.cart .point{
  padding: 10px 20px 7px;
  border-top: solid 5px #fff;
}
.cart .point dl{
  float: right;
}
.cart .point dl dt{
  display: block;
  width: auto;
  font-size: 14px;
}
.cart .point dl dd{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.cart .point dl dd span{
  font-size: 12px;
}

.cart .purchase{
  background: #fff6e7  url(/ec/images_common/line_dl.gif) repeat-x left top;
  padding: 15px 20px;
}


.cart .purchase p{
  font-weight: bolder;
}

.cart .purchase dl{
  margin: 0 20px;
  text-align: left;

}

.cart .purchase dt{
  position: absolute;
  font-weight: bolder;
}

.cart .purchase dd{
  padding-left: 5em;
}

.cart .purchase .decide{
  width: 341px;
  background: #fff;
  margin: 10px auto 10px auto;
  border: 1px solid #999;
}

.cart .purchase .decide2 h3,
.cart .purchase .guest h3{
  text-indent: -6px;
}

.cart .purchase .decide ul{
  margin: 10px 0 0 8px;
}

.cart .purchase .decide p{
  clear: both;
  font-size: x-small;
  padding: 5px 0 10px 0;
  text-align: center;
}

.cart .purchase .left,
.cart .purchase .right{
  width: 343px;
  float: left;
}

.cart .purchase .decide2,
.cart .purchase .guest{
  background: #fff;
  min-height: 210px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;

}

.cart .purchase .decide .attention,
.cart .purchase .btn_decide2 .attention{
  font-weight: normal;
  color: #f00;
}

.cart .purchase .left{
  margin: 10px 10px 0 13px;
}

.cart .purchase .guest{
  margin-top: 10px;
}

.cart .purchase .guest p{
  margin: 5px 8px 0 8px;
  font-weight: normal;
}

.cart .purchase .guest h4{
  font-size: small;
  margin-left: 8px;
}

.cart .purchase .guest .btn_guest{
  position: absolute;
  left: 80px;
  bottom: 15px;
}

.cart .purchase .btn_decide2,
.cart .purchase .btn_guest{
  background: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding-bottom: 10px;
}

* html .cart .purchase .btn_decide2,
* html .cart .purchase .btn_guest{
  height: 80px;
}

.cart .purchase .btn_decide2 p{
  font-size: x-small;
  text-align: center;
}

.cart .purchase .btn_guest{
  text-align: center;
}

.cart .purchase .btn_guest p{
  margin-bottom: 10px;
}

.cart .purchase .btn_decide2 ul{
  margin: 0 0 10px 8px;
}

.cart .purchase .decide li,
.cart .purchase .btn_decide2 li{
  float: left;
  margin-right: 3px;
}

.cart .purchase .decide2 p{
  clear: both;
  padding: 5px 8px 14px 8px;
  font-size: small;
  font-weight: normal;
}

.cart .purchase .decide2 p span{
  font-size: x-small;
  padding-left: 10px;
}

.cart .purchase .decide2 .forget{
  font-size: x-small;
  padding: 2px 0 0 9em;
}

.cart .purchase .decide2 dl{
  margin: 0 8px;
}

.cart .purchase .decide2 dt{
  position: absolute;
  font-weight: bolder;
}

.cart .purchase .decide2 dd{
  padding-left: 6em;
}

.cart .purchase .decide2 dd,
.cart .purchase .decide2 dt{
  margin-top: 3px;
}

.cart .purchase .decide2 dd input{
  width: 95%;
}

.cart .indent{
  padding-left: 20px;
}

.cart dt{
  float: left;
  font-weight: bold;
}

.cart dd{
  margin: 0 0 3px;
}
.cart dd:last-child{
  margin: 0;
}
.cart.delivery h2{
  margin: 0 0 15px;
}
.cart.delivery dd{
  margin: 0 0 10px;
}
.cart.delivery dd:last-child{
  margin: 0;
}


.body-box .main-box .main-box2x table.orderDetail{
  margin: 0;
}

/* ------ */

.calam-r .help{
  background: #e1f2fb;
  padding: 20px;
  margin-bottom: 20px;
}

.calam-r .help h3{
  font-size: small;
  font-weight: bolder;
}

/* ------ */
.body-box .status-box{
  width: 100%;
  margin: 40px 0;
}

/* ------ */

.body-box .main-box .customer-box{
  padding: 10px;
  border: 3px solid #d8d8d8;
  margin: 0 0 10px 0;
}

.body-box .main-box .customer-box dt{
  position: absolute;
}

.body-box .main-box .customer-box dd{
  padding-left: 5em;
}

/* ------ */

.body-box .main-box .indent{
  margin-left: 40px;
}

.body-box .main-box2 .radiobox,
.body-box .main-box form .radiobox{
  margin-bottom: 20px;
}

.body-box .main-box form .radiobox2{
  padding-left: 2em;
}

.body-box .main-box form .kanyu{
  width: 605px;
  margin: 30px auto 45px auto;
  padding:10px 20px 20px 20px;
  border:1px solid #CCC;
}

.body-box .main-box form .kanyu h3{
  margin: 0;
  padding: 0;
}

.body-box .main-box form .kanyu h4{
  font-weight: bolder;
  color: #e59100;
  padding: 15px 20px 0 20px;
}

.body-box .main-box form .kanyu p{
  margin: 0 20px;
  padding-left: 1em;
}

.body-box .main-box form .kanyu .register{
  text-align: center;
  margin-top: 15px;
}
.body-box .main-box form .kanyu .register input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box form .kanyu .register input:hover{
  opacity: .7;
}

.body-box .main-box form .name,
.body-box .main-box form .kana,
.body-box .main-box form .tel,
.body-box .main-box form .zip2,
.body-box .main-box form .country,
.body-box .main-box form .comment,
.body-box .main-box form .pc_mail,
.body-box .main-box form .mobile_mail{
  width: 212px;
}

.body-box .main-box form .zip,
.body-box .main-box form .id,
.body-box .main-box form .pass{
  width: 112px;
}

.body-box .main-box form .city,
.body-box .main-box form .street,
.body-box .main-box form .tel2,
.body-box .main-box form .mail{
  width: 310px;
}

.body-box .main-box form .yubin{
  width: 123px;
}

.body-box .main-box form option{
  padding: 0 5px;
  background: #fff;
}

.body-box .main-box form .comment,
.cart .comment{
  width: 755px;
  height: 80px;
}

/* ------ */
.use_point{
  margin: 10px 0 0;
  padding: 17px 20px 15px;
  background: #f3f3f3;
  box-sizing: border-box;
}
.use_point dt{
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 22px;
}
.use_point dt:before{
  display: inline-block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/ec/gift/gift_images_common/icon_point.gif) no-repeat center center;
  background-size: 15px;
}
.use_point p{
  margin: 0 0 10px;
}
.use_point p span{
  font-size: 12px;
  font-weight: bolder;
  color: #e72b1e;
}
.use_point p span strong{
  font-size: 16px;
}
.use_point p.small{
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-size: 10px;
}
.use_point p.small:before{
  direction: inline-block;
  content: "※";
  position: absolute;
  left: 0;
}
.use_point ul{
  margin: 10px 0 0;
}
.use_point li{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.use_point li input[type=text]{
  width: 50px;
  height: 28px;
  margin: 0 2px 0 0;
  padding: 0 5px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.point-r{
  padding: 17px 20px 15px;
  background: #f3f3f3;
  box-sizing: border-box;
}
.point-r dl{
  overflow:hidden;
}
.point-r dl dt{
  clear: both;
  float: left;
}
.point-r dl dt:nth-child(1){
  margin: 0 0 13px;
}
.point-r dl dd{
  float: right;
  text-align: right;
}
.point-r dl dd span{
  font-size: 10px;
}

.point-r dl .all2{
  margin: 8px 0 0;
  padding-top: 22px;
  position: relative;
}
.point-r dl .all2:before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 1px;
  border-top: solid 1px rgba(85,85,85,.3);
}

.point-r dl .all{
  padding-top: 17px;
  font-size: 24px;
  font-weight: bold;
}
.point-r dl .all span{
  font-weight: normal;
}

.lead2{
  padding: 5px 0 0 1em;
  color: #666;
}

.settleBox{
  width: 640px;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.settleBox .lead{
  padding: 0 0 0 20px;
}
.body-box .main-box .settleBox .lead span{
  font-size: 12px;
}
.body-box .main-box .settleBox .lead span img{
  vertical-align: text-bottom;
}
.settle{
  padding: 16px 0px 17px;
  margin: 0 0 0 20px;
}
.settle:first-of-type{
  padding: 14px 0 20px;
}
.settle + .settle{
  border-top: solid 1px #eee;
}
.body-box .main-box form .settle .radiobox{
  margin-bottom: 5px;
}
.settle .settle-l{
  width: 320px;
  float: left;
}

.settle .settle-l .chushaku{
  padding-left: 24px;
}
.settle .chushaku{
  margin: 0 0 12px;
}
.settle > .chushaku{
  padding: 0 0 0 26px;
}
.settle .chushaku > span > span{
  display: block;
  font-size: 10px;
}
.settle .settle-r{
  width: 280px;
  float: right;
  color: #666;
}

.settle > ul{
  padding: 0 0 0 26px;
}
.settle:nth-of-type(3) ul{
  margin: 10px 0 0;
}
.settle:nth-of-type(3) li span{
  margin: 0 0 7px;
}
.settle > .radiobox:nth-child(3){
  padding: 0 0 0 26px;
}
.settle .radiobox strong{
  font-size: 14px;
}
.body-box .main-box .settle .radio{
  padding: 0 0 0 15px;
}
.body-box .main-box .settle .radio:after{
  top: -2px;
  left: -7px;
}
.body-box .main-box .settle .radio:before{
  top: -2px;
  left: -3px;
}
.settle .settle-r li{
  font-size: 10px;
}
.settle .settle-r li:nth-child(1){
  margin: 0 0 13px;
}
.settle .settle-r li:nth-child(2),
.settle .settle-r li:nth-child(3){
  position: relative;
  padding: 0 0 0 10px;
}

.settle .settle-r li:nth-child(2):before,
.settle .settle-r li:nth-child(3):before{
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.settle .settle-r li:nth-child(3){
  margin: 0 0 25px;
}
.settle .settle-r li span{
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
}

.settle dl{
}

.settle dt{
  position: absolute;
  padding: 5px 0 0;
}

.settle dd{
  padding-left: 116px;
  padding-bottom: 15px;
}
.settle dd:nth-child(6){
  padding-bottom: 35px;
}

.settle dd .card_no{
  width: 170px !important;
  height: 28px;
  padding: 0 10px;
  background: #eee;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.settle dd .card_no.security{
  width: 90px !important;
}

.settle dd .card_no_amex{
  width: 60px;
}

.settle dd .card_limit_y,
.settle dd .card_limit_m{
  width: 50px !important;
  height: 28px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #eee;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.settle dd .card_limit_m{
  margin: 0 5px 0 15px;
}

.settle-l dd{
  position: relative;
}
.settle-l dd p.caution{
  position: absolute;
  bottom: 13px;
  left: 0;
  font-size: 10px;
}

.settle .select.payCnt{
  width: 90px;
}
.settle .select.payCnt + select{
  width: 90px;
}
.settle li > a{
  display: block;
  margin: 0 0 5px;
}
.settle li span{
  display: block;
}
.settle li span.inline{
  display: inline;
}
.settle:last-of-type li > a{
  margin: 0 0 10px;
}
.coupon{
  width: 640px;
  padding: 20px 0;
  border-top: solid 1px #ccc;
}
.coupon > div{
  padding: 0 0 0 20px;
}
.coupon .lead{
  margin-bottom: 5px;
}
.coupon input{
  width: 310px;
  height: 28px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  background: #eee;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ------ */
.body-box .wrapping{
  clear: both;
  width: 913px;
  margin: 0 auto 40px auto;
}

.body-box .wrap-l,
.body-box .wrap-c,
.body-box .wrap-r{
  float: left;
}

.body-box .wrap-l{
  width: 260px;
  margin-right: 15px;
}

.body-box .wrap-c{
  width: 300px;
}

.body-box .wrap-c h3{
  font-size: medium;
  font-weight: bolder;
  margin-bottom: 10px;
}

.body-box .wrap-c .number{
  font-size: x-small;
  color: #999;
}

.body-box .wrap-c .price{
  font-size: medium;
  color: #f00;
}

.body-box .wrap-c .price .text_bold{
  font-weight: bolder;
}

.body-box .wrap-c .point{
  font-size: x-small;
  color: #c90;
  padding-left: 21px;
  background: url(/ec/images_common/icn_point.gif) no-repeat left center;
  margin-bottom: 10px;
}

.body-box .wrap-c .attention{
  font-size: x-small;
}

.body-box .wrap-l table{
  width: 100%;
  font-size: x-small;
  border-collapse: collapse;
  background:  url(/ec/images_common/line_dl.gif) repeat-x left bottom;
  margin: 10px 0;
}

.body-box .wrap-l th{
  width: 4em;
  text-align: left;
  background: #f1f1f1 url(/ec/images_common/line_dl.gif) repeat-x left top;
}

.body-box .wrap-l td{
  background: url(/ec/images_common/line_dl.gif) repeat-x left top;
}

.body-box .wrap-l th,
.body-box .wrap-l td{
  padding: 5px 10px;
}

.body-box .wrap-r{
  width: 285px;
  background: #f1f1f1;
  padding: 10px;
}

.body-box .wrap-r h4{
  margin-bottom: 10px;
}

.body-box .wrap-r .chu_col,
.body-box .wrap-r .chu_qua{
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
}

.body-box .wrap-r .chu_go-cart{
  margin: 0;
  text-align: center;
}

.body-box .wrap-r .chu_go-cart input{
  margin-bottom: 10px;
}


.chumon_att{
  font-weight: normal;
}


/* ------ */
.main-box .order_no{
  padding: 20px;
  background: #fff6e7;
  text-align: center;
  margin-bottom: 30px;
}

.main-box .order_no .number{
  font-size: x-large;
}

.main-box .order_no .number span{
  padding-left: 1em;
}

.main-box .apr{
  text-align: center;
  margin: 20px 0;
}
.main-box .apr a{
  text-decoration: underline;
}
.main-box .apr .thanks{
  font-size: x-large;
  color: #e72b1e;
}

.main-box .apr .multi-note {
  border: 2px solid #FFCCCC;
  font-size: 120%;
  margin-bottom: 10px;
  padding: 10px;
}

.main-box .apr .multi-note span{
  color: #c00;
}

.main-box .apr .multi-note img{
  margin-right: 10px;
  vertical-align: middle;
}


/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/

/* ------ */
.body-box .membermenu-box{
  width: 220px;
  font-size: 12px;
  margin: 0 0 60px;
  float: left;
}
.body-box .membermenu-box .title{
  margin: -3px 0 15px;
  font-size: 18px;
  line-height: 1.4;
}
.body-box .membermenu-box .membermenu{
  border-bottom: solid 1px rgba(85,85,85,.3);
}
.body-box .membermenu-box .membermenu .member_info{
  text-align: center;
}

.body-box .membermenu-box .membermenu .member_info .point,
.body-box .membermenu-box .membermenu .member_info .point2{
  padding: 10px 0 15px;
  background: #f3f3f3;
  font-size: 12px;
}

.body-box .membermenu-box .membermenu .member_info .membership{
  text-align: center;
  margin-top:5px;
  width: 150px;
  height: 33px;
  background: url(/ec/images/MY/membership.gif) no-repeat;
  color: #fff;
}
.body-box .membermenu-box .membermenu .member_info .name{
  height: 34px;
  background: #888;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.body-box .membermenu-box .membermenu .member_info .name strong{
  font-size: 14px;
}
.body-box .membermenu-box .membermenu .member_info .membership span{
  display: block;
  padding-top: 7px;
  font-weight: bolder;
}
.body-box .membermenu-box .membermenu .member_info .point .icn{
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
  color: #555;
  font-size: 12px;
}
.body-box .membermenu-box .membermenu .member_info .point .icn:before{
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/ec/gift/gift_images_common/icon_point.gif) no-repeat center center;
  background-size: 15px;
  text-align: center;
}
.body-box .membermenu-box .membermenu .member_info .point span{
  color: #e72b1e;
  font-size: 16px;
  font-weight: normal;
}
.body-box .membermenu-box .membermenu .member_info .point span strong{
  font-size: 24px;
  font-weight: normal;
}
.body-box .membermenu-box .membermenu .member_info .point .more-txt{
  font-size: 12px;
}
.body-box .membermenu-box .membermenu .member_info .point2 span{
  font-size:  small;
  color: #e72b1e;
  font-weight: bolder;
}

.body-box .membermenu-box .membermenu li{
  height: 41px;
  border-bottom: solid 1px rgba(85,85,85,.3);
  font-size:12px;
  line-height:39px;
}
.body-box .membermenu-box .membermenu li:last-child{
  border-bottom: none;
}
.body-box .membermenu-box .membermenu li span{
  padding-left: 11px;
}

.body-box .membermenu-box .membermenu li.multi-line{
  height: 45px;
}
.body-box .membermenu-box .membermenu li.multi-line div{
  padding-top: 7px;
  padding-left: 10px;
  line-height: 16px;
}

.body-box .membermenu-box .membermenu li a:link,
.body-box .membermenu-box .membermenu li a:visited{
  color: #555;
  text-decoration: none;
}

.body-box .membermenu-box .membermenu li a:hover,
.body-box .membermenu-box .membermenu li a:hover span,
.body-box .membermenu-box .membermenu li a:active{

  text-decoration: none;
}

.body-box .membermenu-box .membermenu .current{
  background: #888;
  color: #fff;
}

.body-box .membermenu-box .membermenu li a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.body-box .membermenu-box .membermenu li a:before{
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 13px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.body-box .membermenu-box .membermenu ul + p{
  height: 25px;
  padding: 0 0 0 11px;
  background: #f3f3f3;
  font-size: 12px;
  line-height: 25px;
}
/* ------ */

.body-box .btn_oversea{
  position: relative;
  top: -20px;
  left: 675px;
  width: 81px;
}

/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
/* ------ */
.main-box .rule{
  padding: 15px;
  border: 1px solid #555;
  margin-top: 15px;
  height: 250px;
  overflow: auto;
}

.main-box .rule h4{
  font-size: small;
  font-weight: bolder;
  margin:30px 0 10px 0;
}
.main-box .rule h5{
  font-size: small;
  font-weight: bolder;
  margin:10px 0 5px 0;
}
.main-box .rule p{
  margin-bottom:10px;
}

/* ------ */
.main-box .reg_comp{
  margin: 35px 0 26px;
  text-align: left;
}
.main-box.comp p{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
}

.main-box .reg_comp .comTxt{
  line-height: 2.0;
  text-align: center;
}
.barcode-box .reg_comp{
  margin: 13px 0 38px;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
  text-align: left;
}
.barcode-box .reg_comp + div {
  padding: 16px 20px;
  background: #f3f3f3;
}
.barcode-box .reg_comp + div p{
  line-height: 2.0;
}
.barcode-box .reg_comp p{
  margin: 0 0 5px;
}
.barcode-box .reg_comp .img{
  width: 180px;
  float: left;
  margin: 0 18px 0 0;
}
.barcode-box .reg_comp .img img{
  width: 180px;
  height: auto;
}
.barcode-box .reg_comp .img span{
  display: block;
  margin: 5px 0 0;
  white-space: nowrap;
}

.main-box .rank-l{
  float: left;
}

.main-box .rank-r{
  float: right;
}

.main-box .ttl_ranking,
.main-box .ttl_ranking-m{
  width: 384px;
  text-align: right;
}

.main-box .ranking,
.main-box .ranking-m{
  width: 384px;
}

.main-box .ranking{
  clear: both;
  border: 3px solid #ff415d;
  background: url(/ec/images/SR/bg_ranking.gif) repeat-y;
  margin-bottom: 40px;
}

.main-box .ranking-m{
  clear: both;
  border: 3px solid #000;
  background: url(/ec/images/SR/bg_ranking-m.gif) repeat-y;
  margin-bottom: 40px;
}

.main-box .ranking .first,
.main-box .ranking .second,
.main-box .ranking .third,
.main-box .ranking-m .first,
.main-box .ranking-m .second,
.main-box .ranking-m .third{
  float: left;
}

.main-box .ranking .first,
.main-box .ranking .second,
.main-box .ranking .third,
.main-box .ranking-m .first,
.main-box .ranking-m .second,
.main-box .ranking-m .third{
  width: 128px;
}

.main-box .ranking h4,
.main-box .ranking-m h4{
  text-align: center;
  margin-top: 14px;
}

.main-box .ranking .p_ranking,
.main-box .ranking-m .p_ranking{
  text-align: center;
}

.main-box .ranking .name,
.main-box .ranking-m .name{
  font-size: x-small;
  padding: 7px;
}

.main-box .ranking .name a:link,
.main-box .ranking .name a:visited,
.main-box .ranking-m .name a:link,
.main-box .ranking-m .name a:visited{
  color: #39c;
  text-decoration: underline;
  font-weight: bolder;
}

.main-box .ranking .name a:hover,
.main-box .ranking .name a:active,
.main-box .ranking-m .name a:hover,
.main-box .ranking-m .name a:active{
  color: #39c;
  text-decoration: none;
  font-weight: bolder;
}




/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
.attention_id{
  margin: 10px 0 0 160px;
  padding-left: 15px;
  background: url(/ec/images_common/icn_chishiki.gif) no-repeat left center;
}

/* ----------*/
.main-box2 .newitem,
.main-box .newitem{
  height: 231px;
  float: left;
  margin-bottom: 37px;
}

.main-box2 h3{
  /*width: 760px;*/
}

.main-box2 .newitem .title,
.main-box .newitem .title{
  height: 31px;
}

.main-box2 .newitem .title h3,
.main-box .newitem .title h3{
  width: 163px;
  float: left;
}

.main-box2 .newitem .title .btn_list,
.main-box .newitem .title .btn_list{
  float: right;
  margin-top: 5px;
}

.main-box2 .newitem .item,
.main-box .newitem .item{
  width: 143px;
  height: 200px;
  background: #f1f1f1;
  float: left;
  margin-right: 6px;
  text-align: left;
}

.main-box .newitem .last,
.main-box2 .newitem .last{
  margin-right: 0;
}

.main-box2 .newitem .item .p_newitem,
.main-box .newitem .item .p_newitem{
  text-align: center;
  margin-top: 3px;
}

.main-box2 .newitem .item h4,
.main-box2 .newitem .item .number,
.main-box2 .newitem .item .price,
.main-box .newitem .item h4,
.main-box .newitem .item .number,
.main-box .newitem .item .price{
  padding: 0 9px;
  line-height: 1.4em;
}

.main-box2 .newitem .item h4,
.main-box .newitem .item h4{
  font-size: small;
  margin-top: 2px;
}

.main-box2 .newitem .item h4 a:link,
.main-box2 .newitem .item h4 a:visited,
.main-box .newitem .item h4 a:link,
.main-box .newitem .item h4 a:visited{
  color: #39c;
  text-decoration: underline;
  font-weight: bolder;
}

.main-box2 .newitem .item h4 a:hover,
.main-box2 .newitem .item h4 a:active,
.main-box .newitem .item h4 a:hover,
.main-box .newitem .item h4 a:active{
  color: #39c;
  text-decoration: none;
  font-weight: bolder;
}


.main-box2 .newitem .item .number,
.main-box2 .newitem .item .price,
.main-box .newitem .item .number,
.main-box .newitem .item .price{
  font-size: x-small;
}

.main-box2 .PageNavi{
  font-size: 10px;
}
.main-box2 .closet{
}

.zipsch{
  position: absolute;
  right: 0;
}

/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
.ttl_leave{
  font-size: medium;
  font-weight: bolder;
  color: #666;
}

.leave_message{
  border: 3px solid #555;
  padding: 15px;
  margin: 20px 0 20px;
}
.leave_message strong{
  display: block;
  margin: 0 0 5px;
}
.leave_message p{
  margin: 0 0 5px;
}
.leave_message p:last-child{
  margin: 0;
}
.go_leave{
  text-align: center;
}

.btn_leave{
  text-align: center;
  margin-top: 20px;
}
.btn_leave input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.btn_leave input:hover{
  opacity: .7;
}
.btn_pw_edit{
  text-align: center;
  font-size: 0;
  margin: 0 -20px;
}
.btn_pw_edit input{
  margin: 0 20px;
  font-size: 12px;
}
.review_product{
  margin: 25px 0 0 1.5em;
}

.review_product .photo,
.review_product .text{
  float: left;
}

.review_product .photo{
  width: 80px;
  margin-right: 20px;
}
.review table .select{
  width: 212px;
}
.review table select{
  width: 212px;
}
.review table textarea{
  width: 450px;
  background: #eee;
  border: none;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.review table textarea:focus{
  outline-color: #4f8be0;
}
/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
.mysize{
  background: url(/ec/images/MY/bg_mysize.gif) no-repeat right top;
  margin: 20px;
}

.mysize .size{
  padding: 5px;
  background: #f1f1f1;
  border: 3px solid #e6e6e6;
}

.mysize .size,
.mysize .button,
.mysize .best{
  float: left;
}

.mysize .button{
  padding-top: 10px;
}

.mysize .best{
  border: solid 1px;
  width: 130px;
  padding: 10px 20px;
  text-align: center;
  border: solid 3px #e6e6e6;
}

.mysize .best input{
  border: 1px solid #fff;
  font-weight: bolder;
  color: #f90;
  font-size: medium;
}

.mysize .size{
  width: 200px;
}

.mysize .size dt{
  position: absolute;
  padding: 2px 0;
}

.mysize .size dd{
  padding-left: 8em;
  padding: 2px 0 2px 8em;
}

.mysize .size dd span{
  font-size: x-small;
}

.mysize h4{
  font-weight: bolder;
  color: #f90;
  margin-bottom: 5px;
}

.mysize .att p{
  margin: 0 280px 0 1em;
}

.main-box input.textStyle{
  height:28px;
  margin: 0 16px 0 0;
  padding: 0 14px;
  background: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  ime-mode: active;
  vertical-align: middle;
}
.main-box input.textStyle:nth-child(2) span{
  margin: 0 20px 0 10px;
}
.body-box .main-box tr.name1 td input.textStyle{
  margin: 0 20px 0 0;
}
.body-box .main-box tr.name1 td input.textStyle:nth-child(2){
  margin: 0 28px 0 0;
}
.body-box .main-box tr.name1 td input.mr{
  margin: 0 28px 0 0;
}
.body-box .main-box tr:nth-child(n+12) td input.textStyle{
  margin: 0 20px 0 0;
}


.body-box .main-box .errTextStyle{
  height: 28px;
  margin: 0 20px 0 0;
  background-color:rgba(231,43,30,.1) !important;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.body-box .main-box tr.name1 td input.errTextStyle{
  margin: 0 20px 0 0;
}
.body-box .main-box tr.name2 td input.errTextStyle{
  margin: 0 16px 0 0;
}
.body-box .main-box tr.name1 td input.errTextStyle:nth-child(2) {
    margin: 0 28px 0 0;
}
/*input.NumStyle{
  border:1px solid #DCDCDA;
  background-color:#ffffff;
  ime-mode:inactive;
  height:20px;
}*/

input.NumStyle,
input.ImeOffStyle{
  display: inline-block;
  height: 28px;
  padding: 0 14px;
  margin: 0 20px 0 0;
  background: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
  ime-mode:disabled;
  vertical-align: middle;
}
.barcode-box .btn_area_left,
.barcode-box .btn_area_right {
}

.barcode-box hr {
  width: 95%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.barcode-box .titleInfo {
  margin-top: 20px;
  margin-left: 65px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.barcode-box h1.notxt{
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.barcode-box h1.notxt .lead{
  text-align: center;
}
.barcode-box .lead{
  width: 480px;
  margin: 0 auto;
  line-height: 2.0;
}
.barcode-box .barcode-img{
  position: relative;
  width: 480px;
  height: 180px;
  margin: 15px auto 13px;
  border: solid 1px rgba(85,85,85,.3);
}
.barcode-box .barcode-img img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: auto;
  margin: auto;
}
.barcode-box .lead:last-of-type{
  line-height: 1.7;
}

/* マイページ　スマートフォン用会員証発行 */
.btn_pointcardArea{ margin: 37px auto 30px ; }
.btn_pointcardArea p{
  margin: 0 0 18px;
}
#javascriptBox{ width:700px; background:#fff; border:1px solid #c8c8c8; margin:0 auto; padding:0; }
#javascriptBox .titleInfo2{ font-weight:bold; background:#c8c8c8; width:680px; padding:10px; }
/* 会員登録　ポイントカードを持っていない　バーコード会員証発行 */
/*.dontHavePtCard{ width:500px; background:#fff; border:1px solid #c8c8c8; margin:0 auto 30px auto; padding:0; }*/

/* 会員登録追加 201402 */
.txtLink_cardlist{
  margin: 0 0 8px;
  font-size: 10px;
  text-align: left;
}
.txtLink_cardlist a{
  display: inline-block;
  position: relative;
}
.txtLink_cardlist a:after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 92%;
  height: 1px;
  background: #555;
}
.txtLink_cardlist a:hover{
  text-decoration: none;
}
.txtLink_cardlist a:hover:after{
  opacity: 0;
}

.body-box .main-box input[type=radio],
.body-box .main-box input[type=checkbox]{
  display: none;
}
.body-box .main-box .radio,
.body-box .main-box .check{
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.body-box .main-box .radio{
  margin: 0 20px 0 0;
}
.body-box .main-box .check{
  margin: 0 0 11px;
  padding: 0 0 0 17px;
}
.body-box .main-box tr.dm .check{
  margin: 0;
}
.body-box .main-box .radio:after,
.body-box .main-box .check:after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border: solid 1px #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.body-box .main-box .check:after{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.body-box .main-box .radio:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #e72b1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
.body-box .main-box input[type=radio]:checked + .radio:before,
.body-box .main-box input[type=checkbox]:checked + .check:before {
  opacity: 1;
}

.check:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 2px;
  height: 6px;
  border-right: 2px solid #ff0e0e;
  border-bottom: 2px solid #ff0e0e;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.body-box .main-box select{
  position: relative;
  width: 170px;
  height: 28px;
  padding: 0 10px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.body-box .main-box tr.bd td .select{
  display: inline-block;
  width: 90px;
}
.body-box .main-box tr.bd td select{
  width: 90px;
}
.body-box .main-box tr.bd .ex{
  display: inline-block;
  font-size: 10px;
}
.body-box .main-box tr.mailmaga .ex{
  font-size: 10px;
  margin: 0 0 9px;
}

td .txt{
  margin: 0 15px 0 5px;
}

.main-box2 .left{
  font-size: 10px;
  font-weight: bold;
}
.main-box2 .page{
  position: relative;
  right: -8px;
  float: right;
}
.body-box .main-box.comp {
    margin-bottom: 60px;
}
.btnBox{
  font-size: 0;
}
.btnBox a{
  display: inline-block;
  margin: 0 15px;
}
.body-box .main-box .pw_edit{
  margin: 30px 0 0;
}
.body-box .main-box .pw_edit.mailmagazine tr td{
  padding: 0 0 10px;
  border: none;
}
.body-box .main-box .pw_edit input{
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box .pw_edit input:hover{
  opacity: .7;
}
.body-box .main-box .pw_edit{
  width: 100%;
  margin: 30px 0 0;
}
.body-box .main-box .pw_edit tr th{
  padding: 15px 10px 15px 15px;
  font-size: 12px;
}
.body-box .main-box .pw_edit tr td{
  padding: 10px 0 10px 15px;
  border: solid 1px #ccc;
}
.body-box .main-box .pw_edit tr td p{
  margin: 0 0 5px;
  font-size: 10px;
}
.body-box .main-box .pw_edit tr td input{
  width: 170px;
  height: 28px;
  padding: 0 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.body-box .main-box .pw_edit tr td span{
  margin: 0 10px 0 0;
}

.body-box .main-box .ad_group table td input[type=text]{
  height: 28px;
  padding: 0 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.body-box .main-box .ad_group table td input[type=submit]{
  width: 50px;
  height: 28px;
  margin: 0 0 0 20px;
  background: none;
  border: solid 1px #555;
  color: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.body-box .main-box .ad_group table td input[type=submit]:hover{
  opacity: .7;
}
/*トップページへ戻る*/
.body-box .main-box .toppage{
  text-align: center;
  margin: 50px 0 0;
}
/* 20170901 Ins-Start */
.body-box .main-box table.orderDetail tr:last-of-type td,
table.orderDetail tr:last-of-type td.products{
  padding: 20px 0 20px 20px;
}
.body-box .main-box table.orderDetail tr:last-of-type td,
table.orderDetail tr:last-of-type td.photo{
  padding: 20px 0 20px 20px;
}
/* 20170901 Ins-End */