@charset "utf-8";

/* CSS Document */

.contact-info {
    width: 430px;
    height: auto;
    float: left;
    line-height: 25px;
}
.s01 {
    color: #B98C4C;
    font-size: 16px;
    letter-spacing: 0px;
}
.s02 {
    font-size: 15px;
    letter-spacing: 0px;
}
.s03 {
    color: #3D130B;
}
.f01 {
    color: #72462C;
    font-size: 12px;
}
.contact-info .dealer {
    color: #72462C;
    text-decoration: underline;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
.contact-info .dealer:hover {
    color: #900;
    text-decoration: none;
}
.contact-box {
    width: 570px;
    height: auto;
    float: right;
}
.contact-box .words {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box .form-box {
    width: 100%;
    height: auto;
    margin: auto;
}

/****contact_ok***************************/

.contact-ok-box {
    width: 100%;
    height: auto;
}
.contact-ok-box .words {
    text-align: center;
    color: #B20000;
    width: 400px;
    height: auto;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    background: #E7E7E7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.contact-ok-box .txt-info {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 0 0 0;
    text-align: center;
}
.contact-ok-box .contact a {
    color: #E53704;
    text-decoration: underline;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
.contact-ok-box .contact a:hover {
    color: #900;
    text-decoration: none;
}