.page-header,
dl.article-info
/*h3.contTtl,
h4.ttl.type1*/
{display:none;}


.is_dealer .l-pagemenu__sub > li > span > a:after {
    background: url(../../common2016/img/arrows.svg) no-repeat -1em -2em;
    background-size: 2em 6em;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    top: 20px;
    right: 6px;
    width: 1em;
}

/* PC */
@media (min-width: 1280px) {
    .l-section-wrap .SdPosition  .cck_page + .cck_page .l-selection{
        float:left;
        margin-left: 96px;
    }
    section.l-section.ucar{
        margin-left:96px;
    }
    .is_dealer .l-pagemenu__sub > li > span > a{
        background-color: #333333;
        border-top: 1px solid #555555;
        color: #f5f5f5;
        display: block;
        padding: 20px 40px 20px 24px;
        line-height: 1;
        overflow: hidden;
        position: relative;
    }
    .is_dealer .l-pagemenu__sub > li > span > a:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        background-image: url(../../common2016/img/arrows.svg);
        background-position: -1em -2em;
        -webkit-background-size: 2em 6em;
        background-size: 2em 6em;
    }
    .l-section#ucar_none{
        margin-left:96px;
    }
}

@media (max-width: 1279px) and (min-width: 768px){
    .is_dealer .l-pagemenu__sub > li > span > a{
        background-color: #333333;
        border-top: 1px solid #555555;
        color: #f5f5f5;
        display: block;
        padding: 22px 30px 22px 10px;
        line-height: 1;
        overflow: hidden;
        position: relative;
    }
    .l-section#ucar_none{
        margin-left:0;
    }
}

@media (max-width: 767px){
    .is_dealer .l-pagemenu__sub > li > span > a{
        background-color: #333333;
        border-top: 1px solid #555555;
        color: #f5f5f5;
        display: block;
        padding:16px 30px 16px 10px;
        line-height: 1;
        overflow: hidden;
        position: relative;

    }

    /* 展示車/試乗車リスト */
    p.dealer-exhibition__list-text br:not(.lineend)
    {
        display:none;
    }
    .l-section#ucar_none{
        margin-left:0;
    }    
}

.dealer-icon__both:before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: url(../img2016/icons_yoko.svg);
    -webkit-background-size: 28px 14px;
    background-size: 28px 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.dealer-icon__both{
    padding-left:32px;
}


.dealer-car__btn input{
    cursor:pointer;
    -webkit-appearance: none;
    border-radius:0px;
}

/* 商談予約ボタン */

/* Arrow -------------------- 
.arrow:after {
        background-image: url(../img/arrows.svg);
        background-position: -1em 0;
        background-repeat: no-repeat;
        background-size: 2em 6em;
        content: "";
        display: inline-block;
        height: 1em;
        position: relative;
        vertical-align: top;
        width: 1em;
}
*/

/* 中古車ページ商談予約ボタン用 */
p.dealer-car__btn.input_frm{
    position:relative;
}
