@charset "utf-8";

/* CSS Document */

.c01 {
    color: #72472C;
}
.f01 {
    color: #663300;
    font-size: 12px;
}
.remittance-box {
    width: 100%;
    height: auto;
}
.remittance-box .words {
    color: #72492E;
    background: url(../data/wrapper/line.png) bottom center no-repeat;
    font-size: 13px;
    width: 100%;
    height: 30px;
    margin: auto;
    margin-bottom: 0px;
    padding: 3px 10px 10px 10px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.remittance-box .form-box {
    width: 100%;
    height: auto;
    margin: auto;
}
.eparated {
    background: url(../data/wrapper/separated.png) 125px 50% no-repeat;
}

/****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: #B20000;
    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;
}