@charset "utf-8";

/* ===================================================================
CSS information

 file name  :contact.css
 author     :PCBrain
 style info :Contact
=================================================================== */
#pageTitle{
    background: url(../img/contact/h1_bg.png) no-repeat center center;
}

#main article.shortBox .floatL{
    width: 470px;
    margin-right: 50px;
    font-size: 15px;
}

#main .formBox table {
    margin-bottom: 20px;
}

#main .formBox th {
    vertical-align: top;
}

#main .formBox th span {
    background: #b80000;
    color: #fff;
    font-size: 12px;
    float: right;
    padding: 0 5px;
    margin-top: 3px;
}

#main .formBox th span.any {
    background: #b0b0b0;
}

#main .formBox td {
    padding: 10px ;
    font-weight: bold;
    vertical-align: middle;
    font-size: 13px;
}
#main .formBox td .wpcf7c-elm-step1{
    font-size: 13px;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
    padding: 5px;
    height: 30px;
    /*line-height: 30px;*/
    width: 100%;
    border: 1px solid #CCC;
    box-sizing: border-box;
}
#main .formBox td textarea{
    width: 100%;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

#main .formBox .submit {
    text-align: center;
}

#main .formBox .submit input {
    padding: 15px 50px 15px;
    width: 246px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none;
border-radius: 5px;
background: -webkit-linear-gradient(90deg, #4394d5 0%, #83c2e9 100%);
background: -moz-linear-gradient(90deg, #4394d5 0%, #83c2e9 100%);
background: -o-linear-gradient(90deg, #4394d5 0%, #83c2e9 100%);
background: -ms-linear-gradient(90deg, #4394d5 0%, #83c2e9 100%);
background: linear-gradient(0deg, #4394d5 0%, #83c2e9 100%);
}

#main .formBox .submit input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#main .formBox .submit input[type="button"] {
    margin-right: 10px;
}

#main .formBox td input.wpcf7c-conf,
#main .formBox td select.wpcf7c-conf{
    border: none;
    background: #efefef;
}

#main .formBox td select.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

#main .formBox td select.wpcf7c-conf::-ms-expand {
  display: none;
}

#main .formBox td input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #efefef inset;
}