html {
    height: 100%;
}
body {
    background: #010101;
    padding: 30px 10px 20px 10px;
}
div.clear {
    clear: both;
}
.pie {
    behavior: url(htc/PIE.htc);
}
* {
    font-family: 'PT Sans',Verdana ,Arial, serif;
}

#logo {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: url('../images/h-logo.png') no-repeat;
    -pie-background: url('images/h-logo.png') no-repeat;
    background-size: 100% 100%;
}

#contact-content {
    max-width: 620px;
    padding: 5px 15px 20px 15px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
}
#contact-content .h1 {
    display: block;
    color: #111111;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#contact-content .txt-1 {
    color: #333333;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
}
#contact-content .txt-1 span {
    font-weight: bold;
}
#contact-content form {
    display: block;
    padding-top: 10px;
}
.input-wrap-c {    
    height: 40px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.email-c {
    width: 49%;
}
.input-wrap-c input {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    color: #666666;
    border: none;
    background: none;
}
.input-wrap-c input::-webkit-input-placeholder {
    color: #666666;
}
.input-wrap-c input:-moz-placeholder {
    color: #666666; 
}
.customSelectWrap-c {   
    width: 49%;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #cccccc;    
    box-sizing: border-box;
    position: relative;  
    float: right;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.customSelectWrap-c select {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 13px;
    color: #666666;
    position: absolute;
    top: 0;
    border: none;
    background: #ffffff;
}
.ta-wrap {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ta-wrap textarea {
    display: block;
    width: 100%;
    resize: none;
    font-size: 13px;
    color: #666666;
    border: none;
    background: none;
}
.ta-wrap textarea::-webkit-input-placeholder {
    color: #666666;
}
.ta-wrap textarea:-moz-placeholder {
    color: #666666; 
}
#contact-content .label {
    display: block;
    float: left;
    padding: 15px 20px 0px 0px;
    color: #333333;
    font-size: 13px;
}
#contact-content .capcha {
    width: 100px;
    height: 40px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}
#contact-content .security-code {
    width: 110px;
}
#contact-content button {
    display: block;
    width: 120px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: #f44336;
    color: #ffffff;
    font-size: 13px;
    float: right;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#contact-content .close-2 {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 15px;
    border: 1px solid #fff;
    background: url('../images/close-2.png') no-repeat;
    -pie-background: url('images/close-2.png') no-repeat;
}