form.origin label {
    margin-right: 5px;
    line-height: 1.6em;
}
form.origin input[type="radio"]{
    margin: 0 5px 0 0;
    padding: 3px;
}
form.origin input[type="text"], form input[type="password"], form textarea {
  border: 1px solid #00ad4f;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 1.2em;
}
form.origin textarea {
  height: 80px;
  padding: 10px;
  font-size: 0.9em;
}
input.normal {
  height: 40px;
  padding: 0 0px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
  font-size: 1.1em;
}
.select-wrap{
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
input.normal {
  height: 40px;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
ul{
    margin: 0px;
    padding: 0px;
}
li{
    list-style-type: none;
}
table.form th {
    font-weight: normal;
    vertical-align: middle;
    min-width: 150px;
}
table.form th span {
    padding: 10px;
    display:inline-block;
    color: #00ad4f;
    font-size: 0.8rem;
    line-height: 1.1rem;
}
table.form td {
    width: 100%;
    padding: 10px;
}
/* ------------------ ERROR MESSAGE ------------------ */
#message {
    width:88%;
    margin:10px auto;
    padding:10px 15px;
    border-radius:0px;
}
#message li{
    line-height:16px;
}
#message.error {
    background:#fff1f1;
}
#message.error li {
    color:#d00000;
}
#message.check {
    background:#ffffcc;
}
#message.check li {
    color:#ff471a;
}

/* ------------------ ERROR COMMNET TOOLTIP ------------------ */
label.tooltips {
    font-size:12px;
    position: absolute;
    color: #3B3737;
    background: #FFFFFF;
    border: 1px solid #D4C8C8;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0px 0px 3px #C4BCBC;
    left: 0;
    z-index:999;
    padding: 0px 20px;
    bottom: -47px;
}
label.tooltips:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0; height: 0;
    border-bottom: 12px solid #FFFFFF;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
label.tooltips:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
label.tooltips:hover {
    display: none;
    overflow: hidden;
    opacity: 0;
}
input.error, textarea.error{ 
    border: solid 2px #ec5256 !important;
    box-shadow: 0 1px 2px rgba(144, 11, 44, 0.3) inset !important;
    background-color: #fff0f0 !important;
}
/* ------------------ FORM ------------------ */

input[type=text]:valid, textarea:valid {
    color: #777777;
}
input[type=text]:invalid, textarea:invalid {
    color: #f44242;
    border: solid 1px #00ad4f;
}

/* ------------------ DETAILS ------------------ */

/*  */
._tokcd    { ime-mode: disabled; }
._login_pw { ime-mode: disabled; }

/* inquiry */
#inquiry ._shop_name, #inquiry ._contacter, #inquiry ._question {
    ime-mode: active;
}
#inquiry ._email, #inquiry ._email_rep {
    ime-mode: disabled;
}
/*  */
#report-sales ._codes { font-size:0.9em; ime-mode: disabled; height: 150px;}
#report-sales .bigbtn-area { margin: 20px auto;}
