/* -- detail -- */
.detail-header {
    margin-bottom: 10px;
}
.detail-description {
    margin: 5px 0;
}
.detail-listing {
    font-size: 1.15rem;
}
.detail-listing .detail-half p {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.detail-listing .detail-half p .label {
    color: #444;
}
.detail-images {
    padding: 15px 0;
}
@media screen and (orientation: landscape){
    .detail-listing .detail-half {
        padding: 5px;
        display: inline-block;
    }
    .detail-listing .detail-half p:first-child {
        border-top: 1px solid #ddd;
    }
}
@media screen and (orientation: portrait){
    .detail-listing .detail-half:first-child {
        border-top: 1px solid #ddd;
    }
    .detail-listing .detail-half {
        display: block;
    }
}

/* -- listing -- */
.listing-box .automotive-header {
    overflow-x: hidden;
    white-space: nowrap;
    height: 25px;
    background-color: var(--box-header);
    font-size: 1.2rem;
    color: var(--box-header-word);
    text-align: center;
}
.listing-box .automotive-image img {
    margin-bottom: -4px;
    width: 100%;
}
.listing-box .automotive-summary, .listing-box .automotive-status {
    box-sizing: border-box;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.15rem;
}
.listing-box .automotive-summary .summary-mileage {
    color: #888;
}
.listing-box .automotive-summary .summary-listen {
    text-align: center;
}
.listing-box .automotive-summary .summary-listen img {
    vertical-align: text-top;
    width: 95px;
    cursor: pointer;
}