@charset "utf-8";
/* CSS Document */
#form_box{
    width: 100%;
    margin: 0 auto;
}
#form_box .info{
    width: 100%;
    padding: 13px;
    font-size: 13px;
    margin-bottom: 23px;
    border: 1px solid #BECBDC;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#form_box .info span{
    color: #4579E5;
}
#form_box .form-style{
    width: 100%;
    margin: 0 auto;
    background: #F1F4F8;
    padding: 35px 65px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.content_ok .pages2{
    background: none;
}
.content_ok{
    text-align: center;
    padding-top: 100px;
    line-height: 25px;
    color: #868686;
}
.contact_title{
    width: 100%;
    height: 33px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    text-decoration: underline;
}
.contact_title:before{
    content: '';
    width: 100%;
    height: 72px;
    display: block;
    background: url(../images/contact/icon.jpg)center no-repeat;
    position: absolute;
    top: -105px;
}