

/*** 車両購入フォーム 汎用CSS ***/




/* Basic */


* {
    padding: 0;
    margin: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style:none;
}


html {
    height: 100%;
    width: 100%;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
    letter-spacing: -0.001em;
    color: #555;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; overflow: hidden; }


img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}


a {
    color: #555;
    text-decoration: underline;
}


a:hover {
    color: #000;
    text-decoration: none;
}


.b-m10 { padding: 0; margin: 0 0 10px 0; }
.b-m15 { padding: 0; margin: 0 0 15px 0; }
.b-m20 { padding: 0; margin: 0 0 20px 0; }
.b-m25 { padding: 0; margin: 0 0 25px 0; }
.b-m15cb { padding: 0; margin: 0 0 15px 0; clear: both; }
.b-m20cb { padding: 0; margin: 0 0 20px 0; clear: both; }
.b-m25cb { padding: 0; margin: 0 0 25px 0; clear: both; }
.b-m30cb { padding: 0; margin: 0 0 30px 0; clear: both; }
.b-m35cb { padding: 0; margin: 0 0 35px 0; clear: both; }
.b-m40cb { padding: 0; margin: 0 0 40px 0; clear: both; }
.b-m45cb { padding: 0; margin: 0 0 45px 0; clear: both; }
.b-m70cb { padding: 0; margin: 0 0 70px 0; clear: both; }


.tac {
    text-align: center;
    margin: 15px auto;
}


.indent1em {
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0;
}


.nobreak {
    white-space: nowrap;
}


.hide-sp {
    display: none;
}

@media screen and (min-width: 641px) {
    .hide-sp {
        display: inline;
    }
}


.show-sp {
    display: inline;
}

@media screen and (min-width: 641px) {
    .show-sp {
        display: none;
    }
}





/* Header */


#header {
    width: 100%;
    height: auto;
    background-color: #fafafa;
}


#header #hrbody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 1rem 20px;
    margin: 0 auto;
    text-align: center;
}


#header h1 {
    display: inline-block;
    width: 86px;
    height: 36px;
    margin: 0 auto 0 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url(../../vcsImg/img/avix/head_logo.png);
    background-repeat: no-repeat;
    background-positiom: center center;
}


#header .form-navi {
    display: inline-block;
    width: 160px;
    height: 25px;
}


#header .form-status {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
}


#header .status-entry {
    background-image: url(../../vcsImg/img/avix/status-entry.png);
    background-repeat: no-repeat;
    background-positiom: center center;
}


#header .status-complete {
    background-image: url(../../vcsImg/img/avix/status-complete.png);
    background-repeat: no-repeat;
    background-positiom: center center;
}


#header .active {
    width: 50%;
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: bold;
    color: #ff4b27;
    text-align: center;
}


#header .deactive {
    width: 50%;
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
}





/* Footer */


#footer {
    width: 100%;
    height: auto;
    background-color: #fafafa;
}


#footer #ftbody {
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 1rem 3%;
    margin: 0 auto;
    text-align: center;
}


#footer p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #2a356c;
}





/* Contents */


#msp {
    width: 100%;
    height: auto;
}


.mmbody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}


.section-entry {
    width: 1000%;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .section-entry {
        width: 65%;
    }
}


.section-car {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}

@media screen and (min-width: 992px) {
    .section-car {
        width: 35%;
        padding: 0 0 0 30px;
    }
}


.mmbody p {
    font-size: 1.2remx;
    line-height: 1.8em;
    margin-bottom: 2.5em;
}


.msg {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10rem 0;
}


.msg p {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: left;
    clear: both;
}


.mmbody h2.h2msgtxt {
    display: table;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 0 auto 2rem auto;
}


.mmbody h3.h3nom2 {
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff4b27;
}

@media screen and (min-width: 641px) {
    .mmbody h3.h3nom2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}





/* Car info */


.regi_carinfo {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    border: 1px dotted #ccc;
}

@media screen and (min-width: 481px) {
    .regi_carinfo {
        max-width: 640px;
        padding: 20px;
    }
}

@media screen and (min-width: 641px) {
    .regi_carinfo {
        max-width: 640px;
    }
}


.regi_carinfo img {
    display: block;
    width: 35%;
    height: auto;
    margin: 0 auto;
    float: left;
}

@media screen and (min-width: 481px) {
    .regi_carinfo img {
        width: 30%;
    }
}

@media screen and (min-width: 992px) {
    .regi_carinfo img {
        width: 100%;
        float: none;
    }
}


.regi_carinfo .rci_cc {
    display: block;
    width: 60%;
    height: auto;
    padding: 5px 0;
    float: right;
}

@media screen and (min-width: 481px) {
    .regi_carinfo .rci_cc {
        width: 65%;
    }
}

@media screen and (min-width: 992px) {
    .regi_carinfo .rci_cc {
        width: 100%;
        padding: 15px 0 5px 0;
        float: none;
    }
}


.regi_carinfo .rci_cc h3.rci_carname {
    font-size: 1.2rem;
    line-height: 1.4em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}


.regi_carinfo .rci_cc p.rci_price1 {
    font-size: 1rem;
    line-height: 1.4em;
    margin-bottom: 0 !important;
}


.regi_carinfo .rci_cc p.rci_price1 strong {
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #222;
}





/* Entry infos */


.form-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    border: 1px dotted #ff4b27;
}


table.ts01 {
    width: 100%;
    margin: 0 auto;
}


table.ts01 tr th {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
    background: #f6f6f6;
    border-bottom: 1px dotted #999;
}

@media screen and (min-width: 641px) {
    table.ts01 tr th {
        display: table-cell;
        width: 30%;
        height: 48px;
        vertical-align: middle;
        background: #f6f6f6;
        border-bottom: 1px dotted #f04155;
    }
}

@media screen and (min-width: 992px) {
    table.ts01 tr th {
        width: 30%;
    }
}


table.ts01 tr th.required {
    background: #ffe9ce;
}


table.ts01 tr td {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: left;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px dotted #999;
}

@media screen and (min-width: 641px) {
    table.ts01 tr td {
        display: table-cell;
        width: 70%;
        height: 48px;
        vertical-align: middle;
        padding: 5px 10px;
        border-bottom: 1px dotted #999;
    }
}

@media screen and (min-width: 992px) {
    table.ts01 tr td {
        width: 70%;
    }
}


.hissu {
    display: inline-block;
    width: 40px;
    height: auto;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color:#ff4b27;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.formbox250 {
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
    .formbox250 {
        width: 300px;
    }
}


.formbox150 {
    width: 150px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}


.formbox100 {
    width: 100px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}


.formbox750 {
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}


form input#submit,
form input.formbtn {
    width: 250px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    background-color: #ff4b27;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    form input#submit,
    form input.formbtn {
        font-size: 1.6rem;
    }
}


form input#submit:hover,
form input.formbtn:hover {
    color: #fff;
    background-color: #d45035;
}


input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ddd;
}


label {
    display: inline-block;
    margin: 0 15px 0 0;
    cursor: pointer;
}


h3 label {
    margin: 0;
}


h3 label input[type="checkbox"] {
    margin: 0 0 0 5px;
}





/* delivery form */


#delivery-info {
    display: none;
}


#delivery-info p.indent1em {
    font-size: 1.2rem;
    line-height: 1.8em;
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 20px 0;
}


#delivery-info .disabled {
    color: #dddddd;
}


#delivery-info label.disabled {
    cursor: default;
}





/* override validationEngine.jquery.css */

table.ts01 tr td {
    position: relative;
}

.formError {
    top: 23px !important;
    left: 10px !important;
}

.formError .formErrorArrowBottom {
    margin: 0 !important;
    top: 1px !important;
}

.formError .formErrorContent {
    background: #fff !important;
    color: #ee0101 !important;
    min-width: 90px !important;
    border: 1px solid #ccc !important;
    -moz-box-shadow: 0 0 5px #ccc !important;
    -webkit-box-shadow: 0 0 5px #ccc !important;
    -o-box-shadow: 0 0 5px #ccc !important;
    box-shadow: 0 0 5px #ccc !important;
    padding: 2px 5px 2px 5px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    margin: 0;
    left: -6px;
}

.formError .formErrorArrow div {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    background: #fff !important;
}

.formError .formErrorArrow .line1 {
    display: none !important;
}

.formError .formErrorArrow .line2 {
    display: none !important;
}

.formError .formErrorArrow .line3 {
    border-right: none !important;
    border-left: none !important;
    background: #ddd !important
}

.formError .formErrorArrow .line9 {
    width: 13px !important;
}

.formError .formErrorArrow .line10 {
    border-right: none !important;
    border-left: none !important;
}





