@charset "utf-8";





/* CSS Document */





.dealer-info {


    width: 100%;


    height: auto;


    float: left;


    line-height: 25px;


    color: #3D140B;


}


.s01 {


    color: #B98C4C;


    font-size: 16px;


}


.s02 {


    font-size: 15px;


    color: #72482D;


}


.s03 {


    color: #3D130B;


}


.s04 {


    color: #AA834C;


    font-size: 16px;


    font-weight: bold;


}


.f01 {


    color: #72462C;


    font-size: 12px;


}


.border-t {


    background: url(../data/wrapper/line.png) top center repeat-x, url(../data/wrapper/line.png) bottom center repeat-x, url(../data/wrapper/line2.png) left center repeat-y, url(../data/wrapper/line2.png) right center repeat-y, url(../data/dealer/bg.jpg);


}


.border-2 {


    background: url(../data/wrapper/line2.png) left center repeat-y, url(../data/wrapper/line2.png) right center repeat-y, url(../data/wrapper/line.png) bottom center repeat-x;


}


.dealer-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;


}


.dealer-info .dealer:hover {


    color: #900;


    text-decoration: none;


}


.dealer-box {


    width: 100%;


    height: auto;


    float: right;


}


.dealer-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;


}


.dealer-box .form-box {


    width: 100%;


    height: auto;


    margin: auto;


}





/****dealer_ok***************************/





.dealer-ok-box {


    width: 100%;


    height: auto;


}


.dealer-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;


}


.dealer-ok-box .txt-info {


    width: 100%;


    height: auto;


    margin: auto;


    padding: 20px 0 0 0;


    text-align: center;


}


.dealer-ok-box .dealer 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; 


}


.dealer-ok-box .dealer a:hover { color: #B20000; text-decoration: none; 


}
