@charset "utf-8";

.description {
    background-color: #660000;
    color: #FFF;
    padding: 3px;
}

.description a,
.description a:link,
.description a:visited {
    color: #FFF;
}

.description a:hover {
    text-decoration: underline;
}

.desc_contents {
    width: 970px;
    margin: auto;
}

.desc_sm {
    float: left;
    font-size: 11px;
}

.desc_contact {
    float: right;
    font-size: 11px;
}

header {
    width: 970px;
    margin: auto;
    background-color: #FFF;
    padding: 15px 0;
    border-left: 10px solid #FFE1AA;
    border-right: 10px solid #FFE1AA;
}

.service_info {
    width: 400px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    text-indent: 100%;
    background-image: url(./img/sm-logo-credix.png);
    background-repeat: no-repeat;
    margin-left: 50px;
    margin-bottom: 50px;
}

.head_title {
    width: 800px;
    height: 0;
    padding-top: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-image: url(./img/title-credix.png);
    background-repeat: no-repeat;
    margin: 0 100px;
    padding-bottom: 25px;
}

.main {
    background-color: #FFF;
    width: 970px;
    margin: auto;
    padding-bottom: 25px;
    border-left: 10px solid #FFE1AA;
    border-right: 10px solid #FFE1AA;
    border-bottom: 10px solid #FFE1AA;
}

.main_desc {
    font-size: 14px;
    padding-left: 120px;
    
}

.x-form {
    width: 740px;
    margin: 15px auto;
}

.x-form table th {
    background-color: #367b9f;
    color: #FFF;
}

.x-form .form_txt input {
    width: 300px;
}

.x-form .form_txt.address2 input,
.x-form .form_txt.address3 input {
    width: 400px;
}

footer {
    margin-top: 60px;
    background-color: #333;
    color: #FFF;
}