@charset "utf-8";



/* ec-form
   ========================================================================== */

#contents .ec-form {
  margin: 20px 0 30px;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
}

#contents .ec-form .btn-normal,
#contents .ec-form .btn-submit,
#contents .ec-form .btn-link {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

#contents .ec-form .btn-normal {
  background: #AEA28E;
}

#contents .ec-form .btn-submit,
#contents .ec-form .btn-link {
  background: #FE6D71;
  background: -webkit-gradient(linear,83% 0%,83% 100%,color-stop(0, rgb(254,133,136)),color-stop(1, rgb(254,109,113)));
  background: -webkit-linear-gradient(-90deg,rgb(254,133,136) 0%,rgb(254,109,113) 100%);
  background: linear-gradient(180deg,rgb(254,133,136) 0%,rgb(254,109,113) 100%);
}

#contents .ec-form .btn-link {
  width: 340px;
}

#contents .ec-form .btn-link:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 4px;
  height: 5px;
  margin-top: -2px;
  background: url(../img/icon_btn_arrow.png) no-repeat;
}

#contents .ec-form .btn-normal:hover,
#contents .ec-form .btn-submit:hover,
#contents .ec-form .btn-link:hover {
  opacity: .75;
}

#contents .ec-form .btn-zip {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  border: solid 1px #E3E3E3;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

#contents .ec-form .btn-zip:hover {
  opacity: .6;
}

#contents .ec-form .status-required {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 8px;
  border-radius: 3px;
  background: #FE7477;
  color: #fff;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

#contents .ec-form p {
  margin: 10px 0;
  line-height: 1.6;
}

#contents .ec-form p img {
  display: inline-block;
}

#contents .ec-form .list {
  margin: 10px 0;
}

#contents .ec-form strong {
  font-weight: bold;
}

#contents .ec-form .alert {
  color: #FF4D4D;
  font-weight: normal;
}

#contents .ec-form .note {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 12px;
  border-radius: 5px;
  background: #D5B96F;
  color: #fff;
  font-weight: normal;
}

#contents .ec-form .information {
  margin: 10px 0;
  padding: 32px;
  border: solid 1px #EEE;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .information {
    padding: 0 40px;
  }
  
}

#contents .ec-form .information p {
  margin-top: 25px;
  margin-bottom: 25px;
}

#contents .ec-form .error-box {
  margin: 20px 0;
  color: #F34A67;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

#contents .ec-form .layout-form {
  margin-left: -30px;
}

#contents .ec-form .layout-form .col {
  float: left;
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .layout-form {
    margin-left: 0;
  }
  
  #contents .ec-form .layout-form .col {
    float: none;
    width: auto;
    padding-left: 0;
  }
  
}

/* contact */

#contents .ec-form .contact {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 20px 5px;
  border: solid 1px #EEE;
  border-radius: 5px;
  background: #fff;
}

#contents .ec-form .contact + .contact {
  margin-top: -16px;
}

#contents .ec-form .contact h3 {
  overflow: hidden;
  margin: 0 -20px 15px;
  padding: 14px 15px;
  border-bottom: solid 1px #EEE;
  background: #F7F7F7;
}

#contents .ec-form .contact h3.data {
  font-size: 14px;
  padding-bottom: 10px;
}

#contents .ec-form .contact h3.data ul {
  float: left;
}

#contents .ec-form .contact h3.data ul + ul {
  float: right;
  text-align: right;
}

#contents .ec-form .contact h3.data li {
  padding-bottom: 5px;
}

#contents .ec-form .contact h3.data .status {
  display: block;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .contact {
    overflow: visible;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 0;
  }
  
  #contents .ec-form .contact h3 {
    margin: 0 -10px 5px;
    padding: 10px 10px;
    border: solid 1px #EEE;
  }
  
  #contents .ec-form .contact h3.data {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  
  #contents .ec-form .contact h3.data ul,
  #contents .ec-form .contact h3.data ul + ul {
    float: none;
    text-align: left;
  }
  
  #contents .ec-form .contact h3.data li {
    padding-bottom: 10px;
  }
  
  #contents .ec-form .contact h3.data .status {
    display: inline-block;
  }
  
}

#contents .ec-form .contact h4 {
  margin: 20px 0 -5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #EEE;
  font-size: 16px;
}

/* form elements */

#contents .ec-form .input-list {
  margin: 10px 0;
}

#contents .ec-form p + .input-list {
  margin-top: -10px;
}

#contents .ec-form .input-list li {
  display: inline-block;
  margin-right: 10px;
}

#contents .ec-form .input-list li#security-code input{
    width:80px;
  }

@media screen and (max-width: 660px) {

    #contents .ec-form .input-list li#security-code{
    margin-top:2em;
  }
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .input-list li {
    display: block;
    margin-right: 0;
  }
  
  #contents .ec-form .input-list li + li {
    margin-top: 10px;
  }
  
  #contents .ec-form .input-list li.sp-inline {
    display: inline-block;
    margin-right: 10px;
  }
  
   #contents .ec-form .input-list li.sp-inline .input-date{
    display: inline-block;
  }

}

#contents .ec-form input[type="text"],
#contents .ec-form select,
#contents .ec-form textarea {
  border: solid 1px #C6C6C6;
  margin: 0 2px;
  padding: 4px;
  font-size: inherit;
  vertical-align: middle;
}

#contents .ec-form textarea {
	width: 80%;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form input[type="text"],
  #contents .ec-form select,
  #contents .ec-form textarea {
    padding: 8px;
	display:block;
  }
  #contents .ec-form textarea {
	width: 100%;
  }
  
}

#contents .ec-form textarea {
  resize: vertical;
  height: 120px;
  line-height: 1.6;
}

#contents .ec-form .input-text {
  width: 100%;
}

#contents .ec-form .input-name,
#contents .ec-form .input-furigana {
  width: 230px;
}

#contents .ec-form .input-address {
  width: 60%;
}

#contents .ec-form .input-zip,
#contents .ec-form .input-tel {
  width: 12%;
}

#contents .ec-form .input-pref {
  width: 20%;
  min-width: 120px;
}

#contents .ec-form .input-card {
  width: 170px;
}

#contents .ec-form .input-date {
  width: 70px;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .input-name {
    width: 90%;
  }
  
  #contents .ec-form .input-furigana {
    width: 87%;
  }
  
  #contents .ec-form .input-address {
    width: 100%;
  }
  
  #contents .ec-form .input-zip,
  #contents .ec-form .input-tel {
    width: 25%;
  }
  
  #contents .ec-form .input-pref {
    width: 40%;
    min-width: 0;
  }
  
  #contents .ec-form .input-card {
    width: 280px;
  }
  
}

/* .form-statement-table */

#contents .ec-form .form-statement-table {
  width: 100%;
  margin: 20px 0 10px;
  border-spacing: 0 .6em;
  font-size: 14px;
  line-height: 1.2;
}

#contents .ec-form .form-statement-table .col-name {
  width: 60%;
}

#contents .ec-form .form-statement-table .col-volume {
  width: 20%;
}

#contents .ec-form .form-statement-table .col-price {
  width: 20%;
}

#contents .ec-form .form-statement-table th,
#contents .ec-form .form-statement-table td {
  vertical-align: middle;
  padding-right: 10px;
}

#contents .ec-form .form-statement-table th + td,
#contents .ec-form .form-statement-table td + td {
  padding-left: 10px;
  padding-right: 0;
}

#contents .ec-form .form-statement-table td {
  text-align: right;
  white-space: nowrap;
}

#contents .ec-form .form-statement-table tfoot th,
#contents .ec-form .form-statement-table tfoot td {
  margin-top: .8em;
  padding-top: .8em;
  border-top: solid 1px #EEE;
}

#contents .ec-form .form-statement-table tfoot th {
  text-align: right;
}

/* .form-text */

#contents .ec-form .form-text {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* .form-radios */

#contents .ec-form .form-radios {
  margin: 15px 0;
}

#contents .ec-form .form-radios > li {
  margin-bottom: 10px;
}

#contents .ec-form .form-radios_bordered > li + li {
  margin-top: 15px;
  padding-top: 20px;
  border-top: solid 1px #EEE;
}

#contents .ec-form .form-radios > li > .title {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.6;
}

#contents .ec-form .form-radios > li > .title input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.6em;
  margin: 0;
}

/* .form-table */

#contents .ec-form .form-table {
  width: 100%;
  margin: 10px 0;
  border: solid  #F7F7F7 10px;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .form-table {
    width: auto;
    margin: 20px -10px;
    border-radius: 0;
  }
  
}

#contents .ec-form .form-table th {
  width: 19%;
  padding: 12px 15px;
  background: #FAFAFA;
  text-align: center;
  vertical-align: middle;
}

#contents .ec-form .form-table td {
  padding: 5px 15px;
  vertical-align: middle;
}

#contents .ec-form .form-table tr + tr th,
#contents .ec-form .form-table tr + tr td {
  border-top: solid 1px #EEE;
}

@media screen and (max-width: 600px) {
  
  #contents .ec-form .form-table,
  #contents .ec-form .form-table tbody,
  #contents .ec-form .form-table tr,
  #contents .ec-form .form-table th,
  #contents .ec-form .form-table td{
    display: block;
  }
  
  #contents .ec-form .form-table tr {
    overflow: hidden;
  }
  
  #contents .ec-form .form-table tr .status-required {
    float: right;
    margin-top: -3px;
  }
  
  #contents .ec-form .form-table th {
    width: auto;
    text-align: left;
  }
    
  #contents .ec-form .form-table td {
    padding: 0 10px;
  }
  
  #contents .ec-form .form-table tr + tr td {
    border-top: none;
  }
  
}

/* submit */

#contents .ec-form .submit,
#contents .ec-form .links {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

#contents .ec-form .links {
  margin-top: 30px;
}

#contents .ec-form .submit ul,
#contents .ec-form .links ul {
  position: relative;
  left: 50%;
  float: left;
  margin: -5px;
}

#contents .ec-form .submit li,
#contents .ec-form .links li {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
}

/* history */

#contents div.ec-form p#shopnohistory {
  min-height: 200px;
  font-size: 120%;
  text-align: center;
  margin-top: 3em;
}

.ec-form div.item-title {
  text-align: left;
  display: inline;
  float: left;
  margin: 5px 0;
}

.ec-form div.item-value {
  text-align: right;
  float: right;
  display: inline-block;
  margin: 5px 0;

}

.ec-form .ec-history li {
  clear: both;
}

@media screen and (max-width: 600px) {
    .ec-form div.item-value {
      float: none;
      width: 8em;
    }
      .ec-form .ec-history ul {
         margin-top: 5px;
      }
      .ec-form div.item-title, .ec-form div.item-value {
          margin: 0;
      }
}

