@charset "UTF-8";
.nav-tabs {
    text-align: center;
}

table td:hover {
    cursor: pointer;
}

.td-today {
    background-color: #F7F8E0;
}

.unable {
    color: #cccccc;
}

.td-selected {
    background-color: #F5D0A9;
}

.alert-danger {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.btn-info{
    background: #FFF;
    border:1px solid #e9495e;
    color: #e9495e;
}

.call-btn, .btn-usedcar-ask{
    width: 50%;
    color: #FFF;
    background-color: #e9495e;
    /* box-shadow */
    box-shadow:0px 0px 12px 6px #e9e9e9;
    /* border-radius */
    border-radius:50px;
/* react native */
shadowColor:"#e9e9e9",
shadowOffset:{width:0,height:0},
shadowOpacity:1,
shadowRadius:6,
borderWidth:0,
borderColor:"#e9e9e9",
borderRadius:50
}

.map-btn{
    color: #FFF !important;
    background-color: #8ec321;
    border: 1px solid #8ec321;
}

.call-btn, .map-btn{
    line-height: 1.618em;
}

.card-img-top {
    opacity: 1;
}
@media (max-width: 768px) {
    .call-btn, .map-btn, .btn-usedcar-ask{
        width: 100%;
        margin: auto;
    }
    .btn0111{
        position: static !important;
        width: 100% !important;
        margin: 1em auto !important;
        display: block;
    }

}

.soubi-info-list img{
    width: 19%;
    height: auto;
    margin-bottom: 1%;
}

.soubi-info-list {
    padding-left: 1%;
    margin-top: 5%;
}
.card{
    width: 100%;
}

h1 > img{
    width:2.618rem;height: auto;
}

.car-body-price-display-area,.car-noridashi-price-display-area{
    font-weight: bold;
    color: #e50051;
}

.card-footer .ask-button-area button:hover{
    background-color: #e9495e !important;
    border:1px solid #e9495e !important;
    color: #FFF;
}

.card-footer .ask-button-area button.ask-button-area-ask-button:hover{
    border:1px solid #e9495e !important;
    background-color: #FFF !important;
    color: #e9495e;
}

.grayvback-patern-area{
    background: #FFF url(/common/img/gray_bk.jpg) !important;
    background-size: 250px auto !important;
}

.pill-btn-map{
    margin: auto;
    width: 10em;
    color: #FFF;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    background-color: #8ec321;
    border: 1px solid #8ec321;
    position: absolute;
    right:20px;
}
.pill-btn-call{
    margin: auto;
    width: 10em;
    color: #FFF;
    background-color: #e9495e;
    border-color: #e9495e;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
}