@charset "utf-8";
/* CSS Document */

.mainArea{padding:50px 0}

.code_img{ margin-top:-20px}

.formBox { }

 .formList > li, .formList input[type="text"], .formList input[type="password"], .formList select, .formList textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.formList input[type="text"], .formList input[type="password"], .formList select {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contentBox .leftBox {
  padding-right: 50px;
}

.passwordBox {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}

.orderTxt {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: .08em;
  color:#666;
}

.orderTxt span {
  color: #edbc48;
}

.passwordBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 5px;
}

.passwordBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #434343;
}

.passwordBox em {
  margin-left: 3px;
  color: #edbc48;
}

.passwordBox input[type="text"], .passwordBox input[type="password"], .passwordBox select, .passwordBox textarea {
  height: 40px;
  padding: 15px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.passwordBox input[type="text"], .passwordBox input[type="password"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

/*註冊頁面*/
.section {
  margin-top: 40px;
  border:#dcdcdc 1px solid; padding:30px; border-radius:5px;
}

.section:first-child {
  margin: 0;
}

.section .title01 {
  margin-bottom: 18px;
  font-size:28px; 
  color:#006833;
  font-weight:bold;
}

.section .title01.line {
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

.condition .textEditor {
  height: 250px;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #fff;
  overflow-y: scroll;
}

.condition .agree {
  margin-top: 20px;
}

.condition .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.condition .agree input[type="checkbox"] + label {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.condition .agree input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 2px solid #A40B5E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.condition .agree input[type="checkbox"] + label span:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
      -ms-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.condition .agree .check {
  display: none;
}

.condition .agree .check:checked + label {
  color: #A40B5E;
}

.condition .agree .check:checked + label span {
  background: #A40B5E;
}

.condition .agree .check:checked + label span:before {
  top: 5px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.formList.full > li {
  width: 100%;
   padding: 0 20px;
}

.formList > li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.formList > li.full {
  width: 100%;
}


.formList > li.nameBox .left {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.formList > li.nameBox .left span {
    display: block;
    min-height: 27px;
    line-height: 27px;
}

.formList > li.nameBox .left ul {
    display: inline-block;
    padding-left: 10px;
}

.formList > li.nameBox .left ul li {
    display: inline-block;
}

.formList .left {
  margin-bottom: 12px;
  font-size: 18px;
  color: #000;
  letter-spacing: .05em;
}

.formList .left em {
  color: #C00;
}

.formList .inputTxt {
  font-size: 18px;
  letter-spacing: .1em;
}

.formList .noteTxt {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.formList input[type="text"]:focus, .formList select:focus, .formList textarea:focus {
  outline: none;
   font-size: 18px;
  border-color: #95b1bf;
}

.formList input[type="text"]:focus, .formList input[type="password"]:focus, .formList select:focus, .formList textarea:focus {
  border-color: #95b1bf;
   font-size: 18px;
}

.formList input[type="text"], .formList input[type="password"], .formList select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #e0e0e0;
 font-size: 18px;
}

.formList textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
   font-size: 18px;
  border: 1px solid #e0e0e0;
}




.formList .radioSet label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formList .addressList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 5px ;
}

.formList .addressList select[name="City"] {
  width: 180px;
  margin-right:5px;
}

.formList .addressList select[name="Town"] {
  width: 180px;
   margin-right:5px;
}

.formList .addressList input[name="zcode"] {
  width: 120px;
   margin-right:5px;
}
.formList .addressList input[name="addr"] {
  width:100%;
   margin-right:0px;
}



.formList .checkArea {
	margin:0 auto;
}

.formList .checkArea .btn01 {
  margin-top: 20px;

}

.formList .checkArea .btn01 a {
   display:inline-block;
}

/*history.php 歷史訂單列表*/
.orderList table {
  border-collapse: collapse;
  color: #222;
}

.orderList th {
  padding: 15px;
  letter-spacing: .1em;
  font-size: 15px;
  color: #fff;
  border: 1px solid #ececec;
  background-color: #95b1bf;
}

.orderList td {
  padding: 15px 10px;
  font-size: 13px;
  color: #434343;
  letter-spacing: .05em;
  background: #fff;
  border: 1px solid #ececec;
}

.orderList a {
  color: #95b1bf;
}

.orderList a:hover {
  text-decoration: underline;
}


.repayment {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 9pt;
    line-height: 2 !important;
    vertical-align: middle;
    color: #FFF !important;
    border-radius: 4px;
    outline: none;
}
.repayment.orange{
    background:#FFA724;
    border:1px solid #e0a82f;
    text-shadow: 0 -1px #e0a82f;
}


@media (max-width: 640px) {
  .formList > li {
    width: 100%;
	padding:0 20px;
  }
  .formList .addressList {
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formList .addressList select[name="City"], .formList .addressList select[name="Town"], .formList .addressList input[name="zcode"]{
    width: 100% !important;
  }
  .formList .addressList select[name="City"], .formList .addressList select[name="Town"], .formList .addressList input[name="zcode"]{
    margin-bottom: 10px;
  }
  
  .section {
  margin-top: 30px;
  padding:15px; 
}

.code_img{ margin-top:0px}

}

@media (max-width: 480px) {
  .formList .checkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formList .checkArea .btn01 {
    margin: 20px 0 0 0;
  }
  
   .formList .checkArea .btn01 a{
	 min-width: 185px;
	 max-width:100%;
  }
}