@charset "utf-8";

/* base form */
input[type=text],input[type=email],input[type=password],input[type=tell],input[type=address],input[type=url],input[type=date],input[type=number],input[type=tel],select{
    border:solid 1px rgba(255,255,255,0);
    border-bottom:solid 2px #ccc;
    outline: #ccc;
    width:100%;
    color:#666;
    font-weight: 500;
    line-height:1.5;
    padding:.5em;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=tell]:hover,input[type=address]:hover,input[type=url]:hover,input[type=date]:hover,input[type=number]:hover,input[type=tel]:hover{
    background:#fafafa;
    border-top:solid 1px rgba(255,255,2550) !important;
    border-right:solid 1px rgba(255,255,2550) !important;
    border-left:solid 1px rgba(255,255,2550) !important;
    border-bottom:solid 2px;

}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tell]:focus,input[type=address]:focus,input[type=url]:focus,input[type=date]:focus,input[type=number]:focus,input[type=tel]:focus, textarea:focus{
    background:#fffef2;
    border-bottom:solid 2px #aaa;
    box-shadow:0px 6px 6px -2px #dedede;
    outline: #aaa;
}
input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=tell]:disabled,input[type=address]:disabled,input[type=url]:disabled,input[type=date]:disabled,input[type=number]:disabled,input[type=tel]:disabled, textarea:disabled,select:disabled{
    color:#111 !important;
    border:solid 1px #cacaca !important;
    background:#fafafa !important;
}
@media screen and (max-width:640px){
    input[type=text],input[type=email],input[type=password],input[type=tell],input[type=address],input[type=url],input[type=date],input[type=number],input[type=tel],select{
	    position: relative;
        font-size: 16px;
        transform: scale(0.8);
        left: -12%;
        width: 120% !important ;
    }
}
select{
    cursor: context-menu;
    background:url(../img/arrow-down.png);
    background-position: right;
    background-size: 12px;
    background-repeat: no-repeat;
}

input[type=radio],input[type=checkbox]{
    display: none;
    margin:0;
}
input[type=radio] + label,input[type=checkbox] + label{
    position: relative;
    display: inline-block;
    border:solid 1px #ccc;
    border-bottom:solid 2px #ccc;
    background:#fff;
    padding:4px 8px 4px 28px;
    margin-bottom:4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
input[type=radio]:disabled + label,input[type=checkbox]:disabled + label{
    color:#111 !important;
    border:solid 1px #cacaca !important;
    background:#fafafa !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    cursor: default;
}
input[type=radio]:hover + label,input[type=checkbox]:hover + label{
    background:#fffef2;
}
input[type=radio]:checked + label,input[type=checkbox]:checked + label{
    background:#fffef2;
}
input[type=radio] + label:before{
    content:"\f058";
    font-family: FontAwesome;
    position: absolute;
    left:6px;
    font-size:1.1rem;
    color:#ddd;
}
input[type=checkbox] + label:before{
    content:"\f00c";
    font-family: FontAwesome;
    position: absolute;
    left:6px;
    font-size:1.1rem;
    color:#ddd;
}
input[type=radio]:checked + label:before{
/*    content:"\f00c";*/
    content:"\f058";
    font-family: FontAwesome;
    position: absolute;
    left:6px;
    font-size:1.1rem;
    color:#111;
}
input[type=checkbox]:checked + label:before{
    content:"\f00c";
    font-family: FontAwesome;
    position: absolute;
    left:6px;
    font-size:1.1rem;
    color:#111;
}
textarea{
    border:solid 1px #cacaca;
    background:#fff;
    width:100%;
    min-height:140px;
    padding:.5rem;
}

/*button*/
.button {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s; 
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  border: 2px solid #333;
  color: #333;
  line-height: 32px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

a .fa,
button .fa,
.button .fa{
  display: inline-block;
  padding-right:0.5em;
}
.btn-pt{ /*positive*/
  color:#fff ;
  background:#ff9600;
  border:solid 2px #ff9600;
}
.btn-nt{ /*negative*/
  color:#fff ;
  background:#00ced1;
  border:solid 2px #00ced1;
}
.btn-dlt{ /*delete*/
  color:#fff ;
  background:#aaa;
  border:solid 2px #999;
}
.btn-etc{
    color:#fff ;
    background:#d6175a;
    border:solid 2px #d6175a;
}
@media screen and (min-width:641px){
    .button:hover {
      color: #333;
    }
    .button::after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      opacity: 0;
    }
    .button:hover::after {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
    }
    .btn-pt:hover{
      color:#ff9600 ;
    }
    .btn-nt:hover{
      color:#00ced1 ;
    }
    .btn-etc:hover{
      color:#d6175a ;
    }
}

/*add*/
.confirm-check{
    text-align: center;
    margin:.75rem 0;
    padding:1rem 0;
    background:#fffcd1;
    border:solid 1px #cacaca;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}


input::placeholder{ color: #bbb; }
input.required::placeholder{ color: #ecd0d0; }/*5fb4d0*/
input:-ms-input-placeholder{ color: #ecd0d0; }
input::-ms-input-placeholder{ color: #bbb; }



/* form accessories */
.required{
    position: relative;
    border-bottom:solid 2px #b30d0d !important;
}
.requir-title{
    position: relative;
}
.requir-title:before{
     content:"必須";
     position: absolute;
     left:-5em;
     display: inline-block;
/*     background: #ef5350;*/
     background: rgba(240,90,80,0.8);
     font-size:8px;
     color:#fff;
     padding:2px 6px;
     transform: rotate(24deg);
     -moz-transform: rotate(24deg);
     -webkit-transform: rotate(24deg);
}


.w18{ width:18% !important; min-width:180px; }
.w24{ width:24% !important; }
.w33{ width:32.1% !important;}
.w49{ width:49% !important; }
.w100{ width:100% !important; }
.w-auto{width:auto !important;}
@media screen and (max-width:1280px){
.w33{ width:100% !important;}
.w49{ width:100% !important; }
}



/* form button outer */
.button-outer{
    display: block;
    width:100%;
    padding:16px 0;
}

.button-outer-r{ text-align:right; padding-top:1rem; }
.button-outer-l{ text-align:left; padding-top:1rem; }
.button-outer-c{ text-align:center; padding-top:1rem; }
@media screen and (max-width:640px){
    .button-outer-r{ text-align:center; }
    .button-outer-l{ text-align:center; }
    .button-outer-c{ text-align:center; }
    .button-outer-r .button{ margin:4px 0; }
    .button-outer-l .button{ margin:4px 0 }
    .button-outer-c .button{ margin:4px 0 }
}

.disabled{
    display: inline-block;
    width:auto !important;
    max-width:19%;
    padding:0  !important;
    margin-top:0px;
    margin-bottom:8px;
    color:#aaa !important;
}


/*jve overwrite*/
.formError .formErrorContent{
    display: block !important;
    border:none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
	box-shadow: 0px 0px 0px black !important;
    -moz-box-shadow: 0px 0px 0px black !important;
    -webkit-box-shadow: 0px 0px 0px black !important;
    -o-box-shadow: 0px 0px 0px black !important;
}

/*drop frame*/
#DropFrame,
#DropFrameShipper,
#DropFrameCarrier {
    position: relative;
    width: 100%;
    height: 180px;
    border: 4px dashed #ccc;
}
#DropFrame p,
#DropFrameShipper p,
#DropFrameCarrier p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: #666;
    font-family: Arial;
}
#DropFrame input,
#DropFrameShipper input,
#DropFrameCarrier input{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}
#DropFrame button,
#DropFrameShipper button,
#DropFrameCarrier button{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}
#DropFrameShipper,
#DropFrameShipper button:hover,
#DropFrameCarrier button:hover{
    background: #149174;
    color: #0C5645;
}
#DropFrameShipper,
#DropFrameShipper button:active,
#DropFrameCarrier button:active{
    border:0;
}