@charset "utf-8";


/** 買取キャンペーン用 **/

.reserve {
    background: #3a69a2;
    color: #fff;
    padding: 1em;
    border-radius: 7px;
    line-height: 1.6;
    margin-top: 1em;
}

p.reserve_store {
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #e0e9e9b5;
    margin-bottom: .5em;
}

p.reserve_store span {
    font-weight: bold;
    color: #ff20ec;
}


.reserve.tex.forPc {
    width: 57%;
    margin: 1em auto 0;
}

.reserve.forPc p.reserve_store {
    border-bottom: 1px dashed;
}

