/*
Theme Name: jcar_2023
Theme URI: http://www.jcar.co.jp/
*/
@charset "utf-8";
/* CSS Document */


body {
    color: #777;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 150%;
    text-align: center;
    font-size: 12px;
}

.edit a.post-edit-link{
    display: inline-block;
    margin:10px 0;
    color: rgb(42, 131, 252);
    font-size: 130%;
    font-weight: bold;
}

.wp-pagenavi,.pagenavi{ text-align: center; }
.wp-pagenavi a,.wp-pagenavi span{ padding: 3px 8px; display: inline-block; font-weight:bold; }

.pagenavi{ margin: 20px 0 50px; padding: 20px 0 20px; border-top: 1px dotted rgb(204, 204, 204); border-bottom: 1px dotted rgb(204, 204, 204);  }
.pagenavi a,.pagenavi span{ line-height: 30px; padding: 0; display: inline-block; }
.pagenavi .page-numbers{ border: 1px solid rgb(155, 155, 155); height: 30px; width: 30px; font-weight:bold; }
.page-numbers:hover,.pagenavi .current{ background: #000; border-color: rgb(155, 155, 155); color: #fff; text-decoration: none; }
.pagenavi .navi{ font-size: 120%; font-weight: bold; }

 /* 共通クラス
------------------------------------------------- */
.ttl_bar_l{
    font-size: 180%;
    color: #000;
    line-height: 1.5;
    border-bottom: 2px solid #555;
    margin-bottom: 20px;
}
.ttl_bar_l span{
    display: block;
    line-height: 1.4;
    border-left: 6px solid #999;
    padding-left: 10px;
    margin-bottom: 5px;
}
.ttl_line_b {
    font-size: 170%;
    color: #000;
    line-height: 1.5;
    border-bottom: 2px solid #555;
    margin-bottom: 20px;
}
.ttl_bar_c{
    border-bottom: 2px solid #999;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #000;
}
.ttl_bar_c span{ position: absolute; left: 0; background: #fff; padding-right: 8px; margin-top: -.5em;}

.bg_ttl_bd03{ background: url(/wp/img/back_h01.gif) repeat-x bottom; padding-bottom: 12px; }

table {
    font-size: 100%;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0%;
    height: 0px;
    text-indent: -9999px;
}
.clearer {
    clear: both;
}
.v_middle {
    vertical-align: middle;
}
/* clearfixハック */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */


/*配置設定クラス*/
.alignL {
    text-align: left !important;
}
.alignC {
    text-align: center !important;
}
.alignR {
    text-align: right !important;
}
.mg_10 {
    margin: 10px;
}
.mg_lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mg_lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mg_lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mg_lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mg_lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mg_lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.mg_lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.mg_t3 {
    margin-top: 3px;
}
.mg_t5 {
    margin-top: 5px;
}
.mg_t10 {
    margin-top: 10px;
}
.mg_t15 {
    margin-top: 15px;
}
.mg_t20 {
    margin-top: 20px;
}
.mg_t25 {
    margin-top: 25px;
}
.mg_t30 {
    margin-top: 30px;
}
.mg_t40 {
    margin-top: 40px !important;
}
.mg_t50 {
    margin-top: 50px !important;
}
.mg_t100 {
    margin-top: 100px;
}
.mg_l5 {
    margin-left: 5px;
}
.mg_l10 {
    margin-left: 10px;
}
.mg_l15 {
    margin-left: 15px;
}
.mg_l20 {
    margin-left: 20px;
}
.mg_l30 {
    margin-left: 30px;
}
.mg_l40 {
    margin-left: 40px;
}
.mg_l50 {
    margin-left: 50px;
}
.mg_r5 {
    margin-right: 5px;
}
.mg_r10 {
    margin-right: 10px;
}
.mg_r15 {
    margin-right: 15px;
}
.mg_r20 {
    margin-right: 20px;
}
.mg_r30 {
    margin-right: 30px;
}
.mg_r40 {
    margin-right: 40px;
}
.mg_b5 {
    margin-bottom: 5px;
}
.mg_b10 {
    margin-bottom: 10px;
}
.mg_b15 {
    margin-bottom: 15px;
}
.mg_b20 {
    margin-bottom: 20px;
}
.mg_b30 {
    margin-bottom: 30px;
}
.mg_b40 {
    margin-bottom: 40px;
}
.mg_b50 {
    margin-bottom: 50px;
}
.mg_l1em {
    margin-left: 1em;
}
.pd_10 {
    padding: 10px;
}
.pd_t5 {
    padding-top: 5px;
}
.pd_t10 {
    padding-top: 10px;
}
.pd_t20 {
    padding-top: 20px;
}
.pd_t30 {
    padding-top: 30px;
}
.pd_l5 {
    padding-left: 5px;
}
.pd_l10 {
    padding-left: 10px;
}
.pd_l20 {
    padding-left: 20px;
}
.pd_l30 {
    padding-left: 30px;
}
.pd_r5 {
    padding-right: 5px;
}
.pd_r10 {
    padding-right: 10px;
}
.pd_r20 {
    padding-right: 20px;
}
.pd_r30 {
    padding-right: 30px;
}
.pd_b5 {
    padding-bottom: 5px;
}
.pd_b10 {
    padding-bottom: 10px;
}
.pd_b20 {
    padding-bottom: 20px;
}
.pd_b30 {
    padding-bottom: 30px;
}
.pd_l1em {
    padding-left: 1em;
}
.pd_l2em {
    padding-left: 2em;
}
.indent-1 {
    text-indent: -1em;
    margin-left: 1em;
}
.indent-05 {
    text-indent: -0.5em;
    margin-left: 0.5em;
}
.indent_1 {
    text-indent: 1em;
}
.mg_l1em {
    margin-left: 1em;
}
/* リンク設定
-------------------------------------------------*/

a:link {
    color: #666666;
    text-decoration: none;
}
a:active {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #959595;
    text-decoration: underline;
}

a img:hover {
    opacity: .75;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}
@-webkit-keyframes flash {
    0% { opacity: .4;}
    100% { opacity: .75;
    }
}
@keyframes flash {
    0% { opacity: .4;}
    100% {opacity: .75;
    }
}


.filter07 a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
a:hover img.img_hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* フォント設定 ------------------------------------------------- */

.fontS {
    font-size: 80% !important;
}
.fontL {
    font-size: 120% !important;
    line-height: 170% !important;
}
.meiryo {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    font-weight: bold;
}

.fontW-normal {
    font-weight: 500 !important;
}

.fontW-bold {
    font-weight: 700 !important;
}

/* メニュー--------------------------------------------*/
    .pulldw{display: none;}

    #header-nav nav{
        margin: 5px 0 0;
    }
    #header-nav ul#menu-header_gnavi{
        text-align: center;
        height: 30px;
    }
    #header-nav ul li.menu-item {
      position: relative;
      z-index: 3;
      text-align: center;
      display: inline-block;
      width: 13%;
    }
    #header-nav ul li#menu-item-12144{
      width: 19%;
}

    #header-nav ul li.menu-item a{
      display: block;
      padding-top: 2px;
      height: 32px;
      line-height: 30px;
      color: #5F5F5F;
      font-size: 14px;
      text-decoration: none;
    }

    #header-nav ul li.menu-item a:hover/*,
    #header-nav ul li.current-menu-item a,
    #header-nav ul li.current-menu-parent a,
    #header-nav ul li.current-post-ancestor a*/ {
      color: #FFF;
    }

    #header-nav ul li.menu-item a:hover {
      background-color: #636363;
    }

    #header-nav ul li ul.sub-menu {
      display: none;
      position: absolute;
      border-top: 1px solid #EEE;
      width: 100%;
    }
    #header-nav ul li:hover ul.sub-menu {
      display: block;
    }
    #header-nav ul.sub-menu li{
        text-align: center;
        width: 100%;
    }
    #header-nav ul li ul.sub-menu li{
      float: none;
      padding: 0;
    }

    #header-nav ul li ul.sub-menu li a {
      border: 1px solid #eee;
      border-top: none;
      padding: 0 10px;
      background-color: #FFF;
      color: #666;
      text-align: center;
    }

    #header-nav ul li ul.sub-menu li.current-menu-item a {
      display: block;
      margin-top: -1px;
      text-align: center;
      background-color: RGBA(0, 0, 0, 0.33);
      border-top: 1px solid #555;
      color: #fff;
    }


/* ボディ
------------------------------------------------- */

.wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
.top_wrapper{ background: #f1f1f1; margin: 25px 0 15px;}
.top_wrapper .inner{ width: 980px; margin: 0 auto; padding: 20px 0; color: #fff; }
.top_wrapper .ttl{ margin-bottom: 5px; background: #222; line-height: 2.7em; font-size: 140%; font-weight: bold; color:rgb(212, 212, 212); }
.top_wrapper .ttl span{ margin-left: 10px; color: #fff; }
.top_wrapper p{ display: inline-block; width: 312px; margin: 10px 0 0 10px; padding: 2px; background: #999; }
.top_wrapper select {
    width: 100%;
    color: #333;
    font-size: 125%;
    font-weight: bold;
    padding: .3em .5em;
    line-height: 25px;
    height: 35px;
    border: none;
    box-shadow: inset 0 0 4px 1px #ccc;
    -webkit-box-shadow: inset 0 0 4px 1px #ccc;
    border-radius: 2px;
}
.top_wrapper #maker{ margin-left: 0; }
.index_wrapper {
    margin-top: 30px;
}
.wrapperL {
    float: left;
    width: 700px;
}
.index_wrapperL {
    float: left;
    width: 730px;
}
.wrapperR {
    float: right;
    width: 250px;
}

/* スライドショー
------------------------------------------------- */

.bx-wrapper {
    width: 100% !important;
    overflow: hidden;
    position: relative !important;
}
.bx-window {
    width: 980px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    height: 300px;
}
.main_slide .bx-wrapper {
    border-bottom: 19px solid #008BC2;
}
.main_slide{
    width: 100%;
    height: 350px;
background: rgb(252, 240, 224);

}
.main_slide .metaslider{ text-align: center; }
.main_slide .flex-control-nav {
    margin: 0 0 0 -38px;
    width: 1200px;
}

/* prev next */
.prev-next {
    width: 700px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
.main_slide .bx-prev, .main_slide .bx-next {
    display: block;
    width: 25px;
    height: 41px;
    position: absolute;
    top: -200px;
    text-decoration: none;
    text-indent: -9999px;
}
.main_slide .bx-prev {
    left: 35px;
    background: transparent url(/wp/img/arrow_slide_l.png) no-repeat 0 0;
}
.main_slide .bx-next {
    right: 35px;
    background: transparent url(/wp/img/arrow_slide_r.png) no-repeat 0 0;
}
.main_slide .bx-prev:hover {
    left: 35px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.main_slide .bx-next:hover {
    right: 35px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#bx-pager {
    position: relative;
    z-index: 100;
    width: 980px;
    margin: -55px auto 0px;
    text-align: left;
    padding-left: 25px;
}
#bx-pager img {
    border: solid 1px #ffffff;
}
#bx-pager a.pager-active img {
    border: solid 1px red;
}
.pager-link {
    display: none;
}

/*ml-slider main------------------------------------------*/
.main_slide .flex-control-thumbs li{ float: none; }
/* main 2cul slide-------------------------- */
li.slide-16754.ms-image.flex-active-slide{ width: 980px!important; }
img.slider-16746 { width: 740px !important; margin-left: 240px!important; }
.flex-active-slide img.slider-16746 { margin-left: 0px!important; }
#metaslider_16746 .flex-active-slide+li,
#metaslider_16746 .flex-active-slide+li+li{ width: 740px !important; }
#metaslider_16746 .flex-active-slide+li>img,
#metaslider_16746 .flex-active-slide+li>a img,
#metaslider_16746 .flex-active-slide+li+li>img{ margin-left:0!important; }
#metaslider_16746{ text-align: center; }
.main_slide .flex-control-nav{ margin: 10px -50px; width: auto; display: inline-block; }

.main_slide_bn {
    position: absolute;
    z-index: 1;
    right: 0;
}

.top_header.dp::after{ height: 75px; }/*----------------------------------反映時に 735 heightへ適用*/

.main_slide .flex-viewport{
    overflow: visible!important;
}
.metaslider .flex-control-thumbs li img.flex-active{}
.main_slide .flexslider .flex-next,.main_slide .flexslider .flex-prev{
    opacity: 0.5;
}
.main_slide .flex-direction-nav .flex-next {
    right: -34px!important;
}
.main_slide .flex-direction-nav .flex-prev {
    left: -34px!important;
}
.main_slide .flex-direction-nav a {
    width: 35px!important;
    height: 35px!important;
    margin: -50px 0 0!important;
    background-size: cover!important;
}

/*ml-slider sub*/
.slide_bn .flex-control-nav li{
    float: left;
}
.slide_bn .flex-direction-nav a {
    margin: -40px 0 0!important;
}
/* ヘッダ
------------------------------------------------- */
.header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}


.header .inner{
    width: 980px;
    margin: 0 auto;
}

.top_header {
    max-width: 100%;
    min-width: 980px;
    overflow: hidden;
    margin-top: 0;
}

#upper_box{
    height: 60px;
    background: #eee;
}

#head_description {
    position: absolute;
    color: #555;
    font-size: 10.5px;
    line-height: 26px;
    font-weight: 400;
    margin: 19px 0 0 5px;
}

.head_nav {
/*    float: right;*/
    padding-top: 1px;
    margin: 16px 250px 0 0;
    position: relative;
}
.head_nav li {
    display: inline;
    line-height: 30px;
    font-size: 13px;
}
.head_nav li.sns {
    margin-right: 10px;
    padding-top:7px;
    width:30px;
    position: relative;
}
.head_nav li.sns img{
    width: 30px;
}
#mid_box{
    margin: 1px 0 0 0;
}
#mid_box .logo {
    display: inline-block;
    margin-left: 5px;
    width: 270px;
}
#mid_box .logo a {
    display: block;
    height: 60px;
    text-indent: -9999px;
    background: url(/wp/img/common/sanwa_logo.png) no-repeat 0 5px;
    background-size: contain;
    cursor: pointer;
}
#mid_box .logo a:hover {
    opacity: 0.7;
}
#mid_box .logo_right{
    float: right;
    margin: 0 150px 0 0;
    display: inline-block;
}
#mid_box .logo_right li{
/*    float:left;*/
}

#mid_box .logo_right .btn{
    display: inline-block;
    margin: 17px 0 0 25px;
    width: 120px;
    text-align: center;
    position: absolute;
}
#mid_box .logo_right .btn a{
    display: block;
    line-height: 25px;
    background: #e64141;
    color: #fff;
    text-decoration: none;
    border-radius:3px;
}
#mid_box .logo_right a:hover{
    opacity: 0.7;
}

.hd_r_bn { display: none;
    position: absolute;
    width: 980px;
    text-align: right;
    margin: 10px 0 0 0px;
}
.hd_r_bn #video{
    position: relative;
    z-index: 999;
}

/*----- ヘッダーバー ------*/
#header-nav:after {
    content:"";
    display:block;
    height:4px;
    width:100%;
    background:#000000;
/*background: -moz-linear-gradient(left,  #c3c3c3 0%, #f8f8f8 49%, #c3c3c3 100%);
background: -webkit-linear-gradient(left,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
background: linear-gradient(to right,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 );*/
}
#mid_box:after{
    content:"";
    display:block;
    height:25px;
    width:100%;
background: -moz-linear-gradient(left,  #c3c3c3 0%, #f8f8f8 49%, #c3c3c3 100%);
background: -webkit-linear-gradient(left,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
background: linear-gradient(to right,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 );
}
.top_header #mid_box:after{
height: 16px;
background: -moz-linear-gradient(left,  #c3c3c3 0%, #f8f8f8 49%, #c3c3c3 100%);
background: -webkit-linear-gradient(left,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
background: linear-gradient(to right,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 );

}
.top_header:after {
    content:"";
    display:block;
    height:63px;
    width:100%;
    border-top: 4px solid #000000;
background: -moz-linear-gradient(left,  #c3c3c3 0%, #f8f8f8 49%, #c3c3c3 100%);
background: -webkit-linear-gradient(left,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
background: linear-gradient(to right,  #c3c3c3 0%,#f8f8f8 49%,#c3c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 );
}


/*--------バナープルダウン---------*/
#mid_box a.trigger{
    width: 100%;
    z-index: 100;
    position: relative;
}

#mid_box .logo_right li.hdnv01{
    width: 103px;
    display: inline-block;
}
#mid_box .logo_right li.hdnv02{
    width: 103px;
    display: inline-block;
}
#mid_box .logo_right li.hdnv03{
    width: 120px;
    display: inline-block;
}
#mid_box .site_nav .pulldw{
    position: absolute;
    margin: 0 auto 0;
    padding: 10px;
    width: 115px;
    background: #fff;
    z-index: 100;
    background: url(/wp/img/bg_open.png);
box-shadow: rgba(92, 92, 92, 0.4) 0px 5px 5px 1px;
-webkit-box-shadow: rgba(92, 92, 92, 0.4) 0px 5px 5px 1px;
-moz-box-shadow: rgba(92, 92, 92, 0.4) 0px 5px 5px 1px;
}
#mid_box .site_nav .pulldw li{
    width: 100%;
    padding: 3px 5px;
    display: block;
}
#mid_box .site_nav .pulldw li a{
    color:#fff;
}

/*--------content---------*/
/*TOP*/
h2.nomal{
    width: 700px;
    height: 35px;
    line-height: 45px;
    border-bottom: 3px solid #000000;;
    font-weight: 600;
    font-size: 20px;
    color: #696969;
}
.nomal span {
    float: right;
    font-weight: 400;
}

h2.nomal+hr{
    width: 700px;
    margin: 0;
    border-top: 5px solid #cccccc;
}


/* サイト共通クラス
-------------------------------------------------*/
.wrapperR h2{
    margin-top: 15px;
    padding: 0 5px;
    height: 35px;
    line-height: 37px;
    color: #696969;
    background:#cfcfcf;
    border-top:2px solid #aaa;
    border-right: 2px solid #aaa;
    border-bottom:2px solid #b74b38;
    border-left:2px solid #aaa;
}
.wrapperR h2 span{
    float: right;
    font-weight: 400;
    font-size: 88%;
}
.wrapperR h2 a{ display: block; }
.wrapperR h2:hover{
    border-top:2px solid rgb(183, 75, 56);
    border-right: 2px solid rgb(183, 75, 56);
    border-left:2px solid rgb(183, 75, 56);
}
.wrapperR h2 a:hover{ text-decoration: none; color: rgb(183, 75, 56); }

.to_top {
    text-align: right;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.back_index .to_top {
    background: none;
    padding-top: 0px;
}
.to_top a {
    background: url(/wp/img/mark_to_top.gif) no-repeat left center;
    color: #696969 !important;
    padding-left: 15px;
}
.to_top a:hover {
    background: url(/wp/img/mark_to_top_on.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.bread {
    width: 980px;
    margin: -25px auto 20px;
    text-align: left;
    font-size: 12px;
    color: #555;
    text-indent: 10px;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.bread a {
    color: #555 !important;
}
.title_bd {
    font-size: 18px;
    color: #696969;
    background: url(/wp/img/back_h01.gif) repeat-x bottom;
    padding-bottom: 12px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    width: 700px;
}
.dot_btm {
    border-bottom: 1px dashed #aaaaaa;
}
.dot_top {
    border-top: 1px dashed #aaaaaa;
}
.back_newcar02 {
    background: url(/wp/img/back_newcar02.gif) no-repeat bottom;
    padding: 10px 17px 20px;
}


/* サイドカラム
------------------------------------------------- */

.r_special {
    border-right: 2px solid #b74b38;
    border-bottom: 2px solid #b74b38;
    border-left:2px solid #b74b38;
    background: #efefef;
    padding: 0 10px;
    margin-bottom: 20px;
}
.r_special li {
    border-bottom: 2px dotted #aaaaaa;
    padding: 10px 0;
}
.r_special h3 {
    font-size: 100%;
    margin-bottom: 5px;
    color: #696969 !important;
}
.r_special h3 a {
    color: #696969 !important;
}
.r_special h3 a:hover {
    color: #cb2f05;
}
.r_special .img_hover img {
    border: solid 1px #CDCDCD;
}
.r_special .red {
    font-size: 110%;
}
.w_105 {
    width: 105px;
}
.to_special {
    font-size: 90%;
    margin: 5px 0 10px;
}
.to_special a {
    background: url(/wp/img/mark_r01.gif) no-repeat left center;
    color: #696969 !important;
    padding-left: 15px;
}
.to_special a:hover {
    background: url(/wp/img/mark_r01_on.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.bn_area img {
    margin-top: 20px;
}
/*  フッタ
------------------------------------------------- */

.back_footer {
    min-width: 980px;
    border-top: 13px solid #000000;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
background: -moz-linear-gradient(left,  #c3c3c3 0%, #ededed 49%, #c3c3c3 100%);
background: -webkit-linear-gradient(left,  #c3c3c3 0%,#ededed 49%,#c3c3c3 100%);
background: linear-gradient(to right,  #c3c3c3 0%,#ededed 49%,#c3c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 );
}
.footer {
    margin: 0 auto;
    width: 980px;
    height: 35px;
    text-align: left;
}
.footer .ft_box{
    margin: 5px auto 0;
    width: 980px;
}
.footer .ft_box p{
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    color: #000;
}
.footer .ft_box ul{
    display: inline-block;
    float: right;
}
.footer .ft_box ul li{
    display: inline-block;
    margin-left: 5px;

}
/* フッタナビ
------------------------------------------------- */
#footer_nav a {
    font-size: 14px;
    color: #575757;
    cursor: pointer;
}
#footer_nav {
    width: 980px;
    margin: 10px auto;
    color: #575757;
    font-size: 15px;
    text-align: left;
    overflow: hidden;
}
#footer_nav .ft_box{
    margin: 13px 0;
    width: 100%;
    overflow: hidden;
}
#footer_nav .ft_box p,
#footer_nav .ft_box nav{
    overflow: hidden;
}
#footer_nav .ft_box nav{
    max-width: 840px;
    margin-left:10px;
}
#footer_nav .ft_box nav li{
    display:inline-block;
    paddimg-left: 15px;
        border-right:solid 1px #686868;
        padding-right:15px;
        margin-bottom:10px;
}
#footer_nav .ft_box nav li:last-child{
        border-right:none;
}
#footer_nav .ft_box nav li:nth-child(8){
        border-right:none;
}
#footer_nav .ft_box p{
    font-weight:bold;
    margin-bottom:5px;
}


/* トップページ
------------------------------------------------- */

.slide_bn {
    width: 700px;
}
.slide_bn .bx-wrapper {
    width: 700px;
    overflow: hidden;
    position: relative !important;
}
.slide_bn .bx-viewport {
    width: 700px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    height: 113px;
}

.slide_bn .flex-control-nav {
    margin: 12px auto;
}

.slide_bn .metaslider .flex-control-thumbs li{width: 19%;margin-right: 1%;}
.slide_bn .metaslider .flex-control-thumbs li img{width: 100%;}

#slideBn li {
    width: 700px;
    display: none;
}
.index_info {
    width: 700px;
}
.index_info li {
    border-bottom: 1px dashed #9c9c9c;
    padding: 10px 0;
}
.index_info img {
    float: left;
    margin-right: 15px;
    border: solid 1px #cdcdcd;
}
.to_info_list {
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}
.to_info_list a {
    background: url(/wp/img/mark_arrow_brown.gif) no-repeat left center;
    color: #696969 !important;
    padding-left: 15px;
}
.to_info_list a:hover {
    background: url(/wp/img/mark_arrow_red.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.index_review {
    margin-top: 15px;
}
.index_review li {
    border: solid 1px #aaaaaa;
    background: #efefef;
    width: 162px;
    float: left;
    margin-right: 15px;
}
.index_shop li:nth-child(4n){
    margin-right: 0;
}
.index_review h3 {
    font-size: 100%;
    font-weight: normal;
}
.index_review .img_area {
    background: #ffffff;
    overflow: hidden;
    display: block;
    height: 107px;
}
.index_review .img_area a img{
    width: 100%;
    height: auto;
}

.index_review .txt {
    margin: 5px;
    height: 35px;
    max-height: 35px;
    overflow: hidden;
}
.back_dot_top10 {
    border-top: 1px dashed #9c9c9c;
    padding-top: 10px;
}
.index_new {
    margin-top: 15px;
    padding-bottom: 10px;
}
.index_new h3 {
    font-size: 100%;
    font-weight: normal;
}
.index_new li {
    width: 164px;
    float: left;
    margin-right: 15px;
}
.index_new img {
    border: solid 1px #CDCDCD;
}
.index_new .txt {
    margin-top: 5px;
    font-size: 100%;
    font-weight: normal;
}
.index_blog {
    height: auto;
    overflow: hidden;
}
.index_blog h3 {
    font-size: 100%;
    font-weight: normal;
}
.index_blog li {
    width: 164px;
    height: 167px;
    float: left;
    margin: 15px 15px 0px 0px;
    border-bottom: 1px dashed #9c9c9c;
}
.index_blog img {
    border: solid 1px #CDCDCD;
}
.index_blog .txt {
    margin-top: 5px;
}
.index_shop {
    margin-top: 15px;
    border-bottom: 1px dashed #aaaaaa;
    padding-bottom: 10px;
    line-height: 140%;
    width: 702px;
}
.index_shop li {
    width: 164px;
    float: left;
    margin-right: 15px;
}
.index_shop img {
    border: solid 1px #CDCDCD;
    margin-bottom: 5px;
}
/* 下層バック
------------------------------------------------- */

/*body.faq {
    background: url(/wp/img/back_faq.jpg) no-repeat center top;
}
body.info {
    background: url(/wp/img/back_info.jpg) no-repeat center top;
}
body.review {
    background: url(/wp/img/back_review.jpg) no-repeat center top;
}
body.legal {
    background: url(/wp/img/back_legal.jpg) no-repeat center top;
}
body.contact {
    background: url(/wp/img/back_contact.jpg) no-repeat center top;
}
body.staff {
    background: url(/wp/img/back_staff.jpg) no-repeat center top;
}
body.thanks {
    background: url(/wp/img/back_contact.jpg) no-repeat center top;
}
body.transport {
    background: url(/wp/img/back_transport.jpg) no-repeat center top;
}
body.warrant {
    background: url(/wp/img/back_warrant.jpg) no-repeat center top;
}
body.check_repair {
    background: url(/wp/img/back_check.jpg) no-repeat center top !important;
}
body.check {
    background: url(/wp/img/back_aboutus.jpg) no-repeat center top;
}
body.aboutus {
    background: url(/wp/img/back_aboutus.jpg) no-repeat center top;
}
body.shop {
    background: url(/wp/img/back_shop.jpg) no-repeat center top;
}
body.special {
    background: url(/wp/img/back_special.jpg) no-repeat center top;
}
body.insurance {
    background: url(/wp/img/back_insurance.jpg) no-repeat center top;
}
body.interview {
    background: url(/wp/img/back_interview.jpg) no-repeat center top;
}
body.interview02 {
    background: url(/wp/img/back_interview02.jpg) no-repeat center top;
}
body.sitemap {
    background: url(/wp/img/back_sitemap.jpg) no-repeat center top;
}
body.stock {
    background: url(/wp/img/back_stock.jpg) no-repeat center top;
}
body.newcar {
    background: url(/wp/img/back_newcar.jpg) no-repeat center top;
}
body.newstock {
    background: url(/wp/img/back_newstock.jpg) no-repeat center top;
}
body.cm {
    background: url(/wp/img/back_cm.jpg) no-repeat center top;
}
body.ldjdesign, body.afterparts {
    background: url(/wp/img/back_ldj.jpg) no-repeat center top;
}*/


/* よくあるご質問
------------------------------------------------- */

.back_q {
    background: url(/wp/img/back_q.gif) no-repeat;
    color: #ffffff;
    font-size: 17px;
    padding: 25px 0 23px 75px;
    font-weight: bold;
    margin-top: 15px;
}
.back_faq_dot {
    border-bottom: 1px dashed #9c9c9c;
    margin-top: 10px;
}
.back_a {
    background: url(/wp/img/back_a.gif) no-repeat;
    font-size: 17px;
    color: #696969;
    font-weight: bold;
    padding: 10px 0 10px 45px;
}
.faq_body {
    margin-top: 10px;
    margin-bottom: 30px;
}
/* 新着情報一覧
-------------------------------------------------*/

.info_list {
}
.info_list h3 {
    font-size: 17px;
}
.info_list li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 15px;
}
.info_list li img {
    float: left;
    margin-right: 15px;
    border: solid 1px #cdcdcd;
}
.prev {
    float: left;
    line-height: 100%;
}
.prev a {
    background: url(/wp/img/mark_arrow_brown02.gif) no-repeat left center;
    padding-left: 15px;
    color: #696969;
}
.prev a:hover {
    background: url(/wp/img/mark_arrow_red02.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.next {
    float: right;
    line-height: 100%;
}
.next a {
    background: url(/wp/img/mark_arrow_brown.gif) no-repeat left center;
    padding-left: 15px;
    color: #696969;
}
.next a:hover {
    background: url(/wp/img/mark_arrow_red.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.back_list {
    float: right;
    margin-left: 7px;
    line-height: 100%;
}
.back_list a {
    background: url(/wp/img/mark_triangle2.gif) no-repeat left center;
    padding-left: 27px;
    color: #696969;
}
.back_list a:hover {
    background: url(/wp/img/mark_triangle2_red.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.nextpostslink {
    display: block;
    float: right;
    line-height: 100%;
    background: url(/wp/img/mark_arrow_brown.gif) no-repeat left center;
    padding-left: 15px !important;
    color: #696969 !important;
    border: none !important;
}
.nextpostslink:hover {
    background: url(/wp/img/mark_arrow_red.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.previouspostslink {
    display: block;
    float: left;
    line-height: 100%;
    background: url(/wp/img/mark_arrow_brown02.gif) no-repeat left center;
    padding-left: 15px !important;
    color: #696969 !important;
    border: none !important;
}
.previouspostslink:hover {
    background: url(/wp/img/mark_arrow_red02.gif) no-repeat left center;
    color: #cb2f05 !important;
}
.info_tit {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}
.info_body {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.info_body h4 {
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}
.alignleft {
    float: left;
    margin-right: 15px;
    magin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    magin-bottom: 15px;
}
/* 通信販売法に関する表記
-------------------------------------------------*/

.back_regal_tbl {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.regal_tbl {
    width: 100%;
    font-size: 100%;
    border-top: solid 1px #686868;
    border-left: solid 1px #686868;
}
.regal_tbl th {
    border-bottom: solid 1px #686868;
    border-right: solid 1px #686868;
    font-weight: normal;
    text-align: left;
    background: #F4F4F4;
    padding: 0 10px;
}
.regal_tbl td {
    border-bottom: solid 1px #686868;
    border-right: solid 1px #686868;
    padding: 0 10px;
}
.regal_box {
    border: solid 1px #686868;
    background: #F4F4F4;
    padding: 15px;
}
/* お問い合わせ
-------------------------------------------------*/

.contact_list {
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    line-height: 140%;
}
.contact_list li {
    width: 164px;
    float: left;
    margin-right: 14px;
    color: #000000;
}
.contact_list li.last {
    margin-right: 0px;
}
.contact_list img {
    border: solid 1px #CDCDCD;
    margin-bottom: 5px;
}
.caution {
    color: #ff0000;
}
.contact_tbl {
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
}
.contact_tbl th {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    width: 160px;
}
.contact_tbl th .caution {
    margin-left: 5px;
}
.contact_tbl td {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.contact_txt {
    border: solid 1px #cccccc;
    padding: 5px;
    width: 95%;
}
.contact_area {
    border: solid 1px #cccccc;
    padding: 5px;
    width: 95%;
}
.wpcf7-not-valid-tip {
    color: #CC0000 !important;
    display: block;
    border: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
div.wpcf7-validation-errors {
    border-color: #CC0000 !important;
    text-align: center !important;
    color: #CC0000 !important;
}
div.wpcf7-mail-sent-ok {
    display: none !important;
}
.xf_block img {
    display: none;
}
table.xf_block {
    width: 100%;
}
table.xf_block th {
    border-bottom: 1px dashed #9c9c9c;
    padding: 10px;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    width: 200px;
}
table.xf_block td {
    border-bottom: 1px dashed #9c9c9c;
    padding: 10px;
}
.xf_block0 {
    margin-top: -50px;
}
/* スタッフ紹介
------------------------------------------------- */

.staff_shop_list {
    border-bottom: 1px dashed #aaaaaa;
    padding-bottom: 15px;
}
.staff_shop_list li {
    float: left;
    width: 164px;
    margin-right: 15px;
    margin-top: 15px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
}
.staff_shop_list li a {
    display: block;
    color: #ffffff !important;
    padding: 5px 0 5px 10px;
    background: #686868;
}
.staff_shop_list li a:hover {
    text-decoration: none;
}
.staff_shop {
    margin-top: 15px;
    padding-bottom: 5px;
}
.staff_shop h2 {
    font-size: 18px;
    color: #696969;
    background: url(/wp/img/back_h01.gif) repeat-x bottom;
    padding-bottom: 12px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    width: 700px;
}
.staff_shop ul li {
    float: left;
    width: 128px;
    margin-right: 15px;
    margin-top: 15px;
}
.staff_shop ul li:nth-last-child(1){ margin-right: 0; }
.staff_shop ul li h3 {
    color: #696969;
    font-size: 15px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    margin-top: 10px;
    width: 128px;
    background: url(/wp/img/back_staff_top.gif) no-repeat bottom;
    padding-bottom: 24px;
}
.staff_shop ul li p {
    width: 112px;
    _width: 128px;
    background: url(/wp/img/back_staff_btm.gif) no-repeat bottom;
    padding: 0px 8px 10px;
}
/* 陸送料金
------------------------------------------------- */
.price_area {
    background: url(/wp/img/line_dot.gif) no-repeat;
    padding-bottom: 10px;
    margin-top: 20px;
}
.price_area h2 {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    color: #ffffff;
    background: #686868;
    border-bottom: solid 3px #000;
    padding: 7px 0 5px 20px;
    font-size: 18px;
}
.price_area table {
    width: 340px;
    border-top: solid 1px #686868;
    border-left: solid 1px #686868;
    font-size: 14px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    margin-top: 10px;
}
.price_area table th {
    width: 100px;
    border-right: solid 1px #686868;
    border-bottom: solid 1px #686868;
    background: #F4F4F4;
    text-align: center;
    padding: 7px 0 4px;
    color: #251e1c;
}
.price_area table td {
    border-right: solid 1px #686868;
    border-bottom: solid 1px #686868;
    text-align: center;
    padding: 7px 0 4px;
    color: #686868;
    font-weight: bold;
}
.transport_attention {
    border-top: 1px dashed #686868;
    padding-top: 10px;
    margin-top: 20px;
}
/* 安心保障
------------------------------------------------- */
.warrant_content {
    margin-top: 20px;
}
.warrant_content div {
    width: 323px;
    _width: 343px;
    height: 212px;
    _height: 232px;
    padding: 10px;
}
.warrant_content h3 {
    text-align: right;
}
.warrant_content p {
    margin-top: 10px;
}
.back_warrant01 {
    background: url(/wp/img/back_warrant01.jpg) no-repeat;
}
.back_warrant02 {
    background: url(/wp/img/back_warrant02.jpg) no-repeat;
}
.back_warrant03 {
    background: url(/wp/img/back_warrant03.jpg) no-repeat;
}
.back_warrant04 {
    background: url(/wp/img/back_warrant04.jpg) no-repeat;
}
.back_warrant05 {
    background: url(/wp/img/back_warrant05.jpg) no-repeat;
}
.back_warrant06 {
    background: url(/wp/img/back_warrant06.jpg) no-repeat;
}
/* 安心保障
------------------------------------------------- */
.back_repair01 {
    width: 687px;
    _width: 700px;
    height: 73px;
    _height: 88px;
    background: url(/wp/img/back_repair01.gif) no-repeat;
    padding: 15px 0 0 13px;
}
.back_repair_amenity {
    border-bottom: 1px dashed #9c9c9c;
    padding-bottom: 15px;
    margin-top: 20px;
}
/* 会社概要
------------------------------------------------- */
.aboutus dl {
    width: 520px;
}
.aboutus dt, .aboutus dd {
    float: left;
    padding-bottom: 5px;
}
.aboutus_general dt {
    width: 90px;
}
.aboutus_general dd {
    width: 430px;
}
.aboutus_history dt {
    width: 110px;
}
.aboutus_history dd {
    width: 410px;
}
/* 特選車両
-------------------------------------------------*/
.special_list {
    float: left;
    width: 730px;
}
/* clearfixハック */
.special_list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.special_list ul {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .special_list ul {
    height: 1%;
}
.special_list ul {
    display: block;
}
/* End hide from IE-mac */

.special_list ul {
    border-bottom: 1px dashed #aaaaaa;
    padding-bottom: 20px;
    width: 702px;
}
.special_list li {
    width: 31%;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
.special_list li:nth-child(4n){
    margin-right: 0;
}
.special_list li img{ width: 100%; height: auto; }
.special_list .heightLine-2 img {
    border: solid 1px #CDCDCD;
}
.special_list h3 {
    font-size: 13px;
    height: 70px;
    overflow: hidden;
}
.special_list .bd {
    border-top: 1px dashed #ccc;
    padding-top: 5px;
    margin-top: 5px;
}
.special_list span {
    color: #b74b38;
}
.special_list .meiryo {
    font-size: 18px;
}

.special .wp-pagenavi .current{ background: rgb(183, 75, 56); border-color: rgb(183, 75, 56); color: #fff; }
.special .wp-pagenavi a:hover,.special .wp-pagenavi span.current{ text-decoration: none; background: rgb(183, 75, 56); border-color: rgb(183, 75, 56); color: #fff; }
.special .wp-pagenavi a.nextpostslink:hover{ background: url(/wp/img/mark_arrow_brown.gif) no-repeat left center; color: #000; }
.special .wp-pagenavi a.previouspostslink:hover{ background: url(/wp/img/mark_arrow_brown02.gif) no-repeat left center; color: #000; }
/* 保険業務
------------------------------------------------- */
.insurance_list li {
    background: url(/wp/img/mark_triangle.gif) no-repeat;
    padding-left: 20px;
    font-size: 18px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #696969;
}
.insurance_box {
    background: url(/wp/img/back_insurance02.gif) no-repeat;
    width: 677px;
    _width: 700px;
    height: 118px;
    _height: 148px;
    margin-top: 20px;
    padding: 15px 11px 15px 12px;
}
.back_insurance_top {
    background: url(/wp/img/back_insurance_top.gif) no-repeat;
    width: 677px;
    padding: 15px 11px 0 12px;
    margin-top: 20px;
}
.back_insurance_btm {
    background: url(/wp/img/back_insurance_btm.gif) no-repeat bottom;
    width: 677px;
    padding: 15px 11px 15px 12px;
}
.insurance_back03 {
    width: 643px;
    _width: 673px;
    background: url(/wp/img/back_insurance03.gif) no-repeat left bottom #ffffff;
    padding: 0 15px 15px;
}
.insurance_url dt {
    background: url(/wp/img/mark_triangle.gif) no-repeat left 10px;
    padding-left: 20px;
    font-size: 18px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.insurance_url dt a {
    color: #696969;
}
.insurance_url dd {
    padding-left: 20px;
}
.insurance_history {
    padding-top: 10px;
}
.insurance_history li {
    padding-left: 5px;
}
.insurance_btn_area {
    width: 700px;
    height: 82px;
    background: url(/wp/img/back_insurance01.jpg) no-repeat;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}
/* ショップ一覧
------------------------------------------------- */

.shopBox {
    border-bottom: 1px dashed #9c9c9c;
    padding-bottom: 20px;
    margin-top: 20px;
}
.shopBox_last {
    background: none !important;
}
/* インタビュー
------------------------------------------------- */

.back_interview01 {
    background: url(/wp/img/back_interview01.gif) no-repeat bottom;
    padding: 0 15px 15px;
}
.back_interview01 h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.back_interview01 ul {
    font-size: 12px;
    margin-top: 5px;
}
.back_interview01 ul li {
    float: left;
    margin-right: 20px;
}
.interviewBox {
    margin-top: 30px;
}
.interviewBox h3 {
    border-bottom: 1px dashed #9c9c9c;
    font-size: 18px;
    color: #696969;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.interviewBox h4 {
    color: #696969;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: normal;
}
.interviewBox .img01 {
    float: left;
    margin-right: 55px;
    width: 167px;
}
.interviewBox .img02 {
    float: right;
    margin-left: 15px;
    width: 167px;
}
.interviewBox .img03 {
    float: right;
    margin-left: 15px;
    width: 250px;
}
.interviewBox .img04 {
    float: left;
    margin-right: 55px;
    width: 250px;
}
.interviewBox p {
    text-indent: -2.5em;
    margin-left: 3em;
    margin-bottom: 20px;
}
.interviewBox p.caption {
    font-size: 10px;
    margin-top: 5px;
    line-height: 150%;
    text-indent: 0em;
    margin-left: 0em;
    margin-top: -15px;
}
.interviewBox .img03 p.caption {
    margin-bottom: 0px;
}
.next_tit {
    color: #696969;
}
.interview_paging {
    border-top: 1px dashed #9c9c9c;
    padding-top: 10px;
    text-align: right;
    line-height: 100%;
    margin-top: 5px;
}
.interview_paging span {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #666666;
}
.interview_paging a {
    color: #696969 !important;
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #666666;
}
.interview_paging a.mark_next {
    background: url(/wp/img/mark_circle01.gif) no-repeat right center;
    padding-right: 17px;
    border: none;
}
.interview_paging02 span {
    border-right: none;
    border-left: solid 1px #666666;
}
.interview_paging02 a {
    border-right: none;
    border-left: solid 1px #666666;
}
.interview_paging a.mark_prev {
    background: url(/wp/img/mark_circle02.gif) no-repeat left center;
    padding-left: 17px;
    border: none;
}
/* サイトマップ
------------------------------------------------- */
.sitemapBox {
    font-size: 18px;
    line-height: 200%;
}
.sitemapBox div, .sitemapBox dl {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.sitemapBox p a, .sitemapBox dt a {
    background: url(/wp/img/mark_sitemap.gif) no-repeat left center;
    padding-left: 20px;
}
.sitemapBox dt {
    float: left;
    margin-right: 30px;
}
.sitemapBox dd {
    float: left;
}
.sitemapBox dd a {
    display: block;
    background: url(/wp/img/mark_sitemap02.gif) no-repeat left center;
    padding-left: 15px;
}
/* 新車コンプリートアフターパーツ
------------------------------------------------- */

.newcar_ldj {
    background: #E9E9E9;
    padding: 10px 0;
}
.newcar_ldj li {
    border-left: solid 7px #959595;
    float: left;
    margin-left: 20px;
    margin-right: 15px;
    padding-left: 10px;
}
.newcar_ldj li .heading {
    margin: 5px 0 10px;
    font-size: 185%;
    letter-spacing: 2px;
    font-weight: 600;
}
.tit_back_gold {
    width: 680px;
    height: 28px;
    background: url(/wp/img/back_newcar01.jpg) no-repeat;
    font-size: 18px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0 0 20px;
    border-radius: 5px;
}
.completeBox {
    margin-top: 20px;
    position: relative;
    border-bottom: 1px dashed #9c9c9c;
    padding-bottom: 15px;
}
.completeBox h4 {
    background: url(/wp/img/mark_triangle.gif) no-repeat;
    font-size: 18px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    font-weight: bold;
    color: #696969;
    padding-left: 22px;
}
.completeBox h4 span {
    float: right;
 *margin-top:-20px;
    margin-bottom: 10px;
}
.compR {
    float: right;
    width: 340px;
}
.comp_img {
    position: absolute;
    bottom: 15px;
    width: 340px;
}
.comp_txt {
    height: 120px;
    overflow-y: scroll;
}
.newcar_flow {
    margin-top: 20px;
}
.newcar_flow li {
    float: left;
    height: 200px;
}
.newcar_flow li.newcar_flowB {
    border: solid 2px #C0C0C0;
    padding: 10px;
    width: 136px;
    background: #E5E5E5;
}
.newcar_flow li.arrow {
    display: block;
    width: 20px;
    background: url(/wp/img/mark_triangle_red.gif) no-repeat center center;
    text-indent: -9999px;
    height: 215px;
}
.newcar_flow .heading {
    margin-bottom: 10px;
}
.newcar_voice {
    padding-bottom: 10px;
    margin-top: 20px;
}
.newcar_voice li {
    float: left;
    width: 318px;
    border: solid 1px #C0C0C0;
    padding: 10px 10px 0;
    height: 215px;
}
.newcar_voice li .floatR {
    width: 197px;
}
.newcar_voice h4 {
    font-size: 15px;
    color: #777;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
    margin-bottom: 10px;
}
.newcar_voice h4 span {
    font-size: 14px;
}
.mg_none {
    margin: 0px !important;
}
.mgb_none {
    margin-bottom: 0px !important;
}
.pd_none {
    padding: 0px !important;
}
.txt_none {
    text-indent: -9999px;
}
.bg_none {
    background: none !important;
}
/* CM
------------------------------------------------- */

.cmheading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #aaaaaa;
}
.cmbox {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #aaaaaa;
}
.cmbox h3 {
    line-height: 34px;
    padding-left: 37px;
    color: #FFFFFF;
    margin-bottom: 16px;
    background: #686868;
    border-radius: 5px;
}
.cmbox .cmbox_youtube {
    background-color: #EAEAEA;
    padding: 24px 29px 24px;
    border-radius: 5px;
}
.cmbox .cmbox_youtube iframe {
    margin: 0px auto;
}
/* 店舗別ページ
------------------------------------------------- */
#shop_template #shop_info {
    width: 175px;
    height: 380px;
    float: right;
    background: #efefef;
    padding: 10px 7px 10px 8px;
    margin-bottom: 10px;
    position: relative;
    border:1px solid #aaaaaa;
}
#shop_info h2{
    font-size: 170%;
    font-weight: 400;
    height: 27px;
    border-bottom: 1px dashed;
}
#shop_template #shop_img {
    float: left;
    width: 508px;
    padding: 0px;
    margin: 0px;
}
#shop_template #shop_img img {
    padding: 0px;
    margin: 0px;
    width: 500px;
}
ul#shop_img_s {
    margin: 0 -9px 0 0;
    padding: 0;
    clear: both;
}
ul#shop_img_s .small {
    float: left;
    padding: 0px 9px 13px 0px
}
ul#shop_img_s .small img {
    width: 168px;
}
#shop_template #shop_map {
    border-top: 1px dashed #9c9c9c;
    padding: 24px 0px 0px;
    clear: both;
}
#shop_template #shop_map h2 {
    margin-bottom: 14px;
}
#shop_template #shop_info p {
    padding: 4px 0px 7px;
    border-bottom: dashed #aaa 1px;
}
#shop_template h1 {
    background: url(/wp/img/h1_shop_name.gif) no-repeat bottom left;
    height: 32px;
    color: #696969;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 0px;
}
#shop_template #shop_info .shop_info_contact {
    position: absolute;
    display: block;
    width: 173px;
    bottom: 30px;
    left: 7px;
}
a.zaiko_link {
    margin: 15px auto 0;
    width: 173px;
    display: inline-block;
    background: rgb(230, 65, 65);
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    border-radius: 5px;
}
a.zaiko_link:hover{ opacity: .7; text-decoration: none; }
.shop_info_contact a{
    background:#717171;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 200%;
    font-size: 154%;
    font-weight: 600;
    margin-bottom: 5px;
}
.shop_info_contact a:hover{
    background:#aaa;
    text-decoration: none;
}

#shop_template .shop_btm_btn {
    border-top: 1px dashed #9c9c9c;
    padding: 24px 0px 0px;
    clear: both;
    margin-top: 13px;
    height: 180px;
}
#shop_template .shop_btm_btn li {
    float: left;
    padding-right: 10px;
    list-style: none;
    width: 164px;
}
#shop_template .index_shop li {
    width: 164px;
    float: left;
    margin-right: 11px;
    color: #000000;
    margin-bottom: 11px;
}
/* LDJ */
#ldj-slide {
    background: #000000;
    height: 410px;
    margin-bottom: 35px;
}
#ldj-slider {
    padding-bottom: 24px;
    margin-left: 30px;
    width: 640px;
    position: relative;
    overflow: hidden;
}
.ldj_sample {
    margin-top: 20px;
}
.ldj_sample li {
    float: left;
    padding: 0 8px 8px 0;
}
.ldj_sample li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#ldj-slide .bx-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 30px;
    height: 250px;
    text-indent: 0px;
}
#ldj-slide .bx-next {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 250px;
    text-indent: 0px;
}
#ldj-slide .bx-prev:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#ldj-slide .bx-next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.par_con_set{
    padding-top:16px;

}
.sz_area_splitter_wrapper{
    clear:both;
}
.sz_as_contents{
    width:50%;
    float:left;
}
.sz_file_block{
    text-align: center;
    padding-bottom:8px;
}
.sz-content{
    padding-bottom:16px;
}


 /* ユーザーレビューボックス
------------------------------------------------- */

.review_list{

}
.reviewG{
    float:left;
    width:210px;
    padding:9px;
    border:solid 1px #ccc;
    margin:20px 8px 0 7px;
}
.reviewG .img{
    height:157px;
    overflow:hidden;
    margin-bottom:10px;
    margin-top:5px;
}
.reviewG .ttl{
    font-size:15px;
    margin-top:10px;
}

.album_img_box{width: 100%;margin-top: 5px;margin-bottom: 10px;overflow: hidden;}
.album_img_box a{display: block;}
.album_img{width: 100%;height: 150px;transition:all .2s linear 0s;}
.album_img:hover{transform:scale(1.1);}

.to_top02{
    text-align:right;
    margin-top:10px;
    background:url(/wp/img/back_index_new.gif) repeat-x;
    padding-top:10px;
}

.to_top02 a{
    background:url(/wp/img/mark_to_top.gif) no-repeat left center;
    color:#558ed5 !important;
    padding-left:15px;
}
.to_top02 a:hover{
    background:url(/wp/img/mark_to_top_on.gif) no-repeat left center;
    color:#cb2f05 !important;
}


.head_history{
    margin-top:20px;
    border:dotted 2px #aaaaaa;
    padding:15px;
}

.head_history h3{
    margin-bottom:10px;
    color: #aaaaaa;
    topborder-bottom: dotted 1px #aaaaaa;
}
.head_history table th{
    padding:5px 20px 5px 0;
    text-align:left;
    font-weight:normal;
}
.head_history table td{
    padding:5px 0;
}


 /* トップヘッダ下バナー
------------------------------------------------- */

.index_bn_pager{
    margin-top:10px;
}
.index_bn_pager li{
    float:left;
    width:150px;
    margin-right:10px;
    line-height:0%;
}
.index_bn_pager li img{
    width:150px;
}
.index_bn_pager li a img{
    border:solid 1px #ccc;
}
.index_bn_pager li a.pager-active img{
    border:solid 1px #000;
}

 /* トップ新着在庫
------------------------------------------------- */

.top_new_box{
    width:302px;
    border:solid 4px #000;
    padding:0 15px 15px;
    margin-top:20px;
    margin-right:25px;
    min-height: 308px;

}
.top_new_box h3 img{
    float:left;
    margin-right:10px;

}
.top_new_box h3 span{
    display:inline-block;
    padding-top:20px;
    float:left;
}
.top_new_box li span,.top_new_box li a{
    display:inline-block;
}
.top_new_box_d li span.name{
    margin: 10px 0 0 80px;
}
.top_new_box_j li span.name{
    margin: 0 0 0 80px;
}

.top_new_box li a.zaiko{
    float:right;
    margin-top:10px;
    text-decoration:underline;
}
.top_new_box_j li a.zaiko{
    margin: 0;
}

.top_new_box_d li{
    margin-bottom:13px;
    height: 50px;
}
.top_new_box_j li{
    margin: 13px 0 0;
    height: 70px;
}
.top_new_box li img{
    position: absolute;
    width: 70px;
}

.top_new_box.shoplink{
    min-height: 0;
}
.top_new_box.shoplink li span.name{
    margin: 0 0 0 80px;
    font-size: 9px;
    letter-spacing: 0;
}
.top_new_box.shoplink li{
    margin: 10px 0 10px -6px;
}
.top_new_box.shoplink li span img{
    width: 160px;
    margin-top: 3px;
}

.icon_tel{
    background:url(/wp/img/icon_tel.gif) no-repeat left center;
    padding-left:25px;
    margin:5px 0;
}
.icon_tel .red{
    color:#FF0000 !important;
}

@media screen and (max-width:980px) {
.header .inner{
    overflow: hidden;
 }
}



 /* コンプリート詳細
------------------------------------------------- */

.lato{
font-family: 'Lato', sans-serif;
}
.compleat_point{
	margin: 15px 10px 0;
}
.compleat_point .lato{
	font-weight:900;
	font-style: italic;
	font-size:30px;
	margin-bottom: 10px;
}
.compleat_point01{
	float:left;
}
.compleat_point02{
	float:left;
	margin-left:80px;
}
.compleat_point03{
	float:right;
}


.ttl_complete span{
	float:right;
	margin-right:20px;
}

.item_img{
	width:780px;
}
.compleat_cont{
	color:#000;
	font-size:13px;
}
.compleat_list_page{

}
.compleat_list_page li{
	float:left;
	width:335px;
	margin-top:20px;
}
.compleat_list_page li:nth-child(even){
	float:right;
}
.compleat_list_page h3{
	margin:10px 0;
	font-size:18px;
	line-height:140%;
}
.compleat_list_page .cat{
	background:#4D4D4D;
	color:#fff;
	padding:5px 10px;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	font-weight:bold;
}

.item_img{
	width:520px;
	margin: 0 auto;
}
.item_img_slider li{
}
.item_img .slick-list{
}
.item_img_slider img{
	width:100%;
}
.item_pager{
	margin: 20px 0 0 115px;
}
.item_pager li{
	width:150px !important;
	margin:0 5px;
}
.item_pager li img{
	width:100%;
}
.compleat_txt_box{
	border:solid 1px #ccc;
	padding:20px;
}
.compleat_list_page .cat span{
	float:right;
}

 /* ヘッダ修正
------------------------------------------------- */

.header h1#head_description{
	width:100%;
	background: #4D4D4D;
	color: #fff;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
}
.header h1#head_description span{
	display: block;
	width:990px;
	margin: 0 auto;
}
#upper_box{
	background:none;
	height: 20px;
}
#mid_box .logo_right .btn{
	right: 0;
	top:55px;
	width:195px;
}
.header .inner{
	position:relative;
}

#mid_box .logo{
	margin-top:20px;
	margin-right: 100px;
	width:300px;
	float:left;
}
#mid_box .logo a{
	height:85px;
	width:350px;
}

.head_nav {
	margin-right:100px;
}

 /* フッタ修正
------------------------------------------------- */

.back_footer{
	background: #4D4D4D;
	color:#fff;
	border:none;
}
#footer_nav{
	color:#fff;
}
#footer_nav a{
	color:#fff;
}
#footer_nav .ft_box nav li.menu-item-has-children,
#footer_nav .ft_box nav li#menu-item-12320,
#footer_nav .ft_box nav li#menu-item-13141,
#footer_nav .ft_box nav li#menu-item-13299{
	background: url(/wp/img/icon_footer.png) left top no-repeat;
	padding-left: 20px !important;
}
#footer_nav .ft_box nav li#menu-item-13301{
	display:none;
}

#footer_nav .ft_box nav li{
	border-right: none;
	margin-bottom: 10px;
	float: left;
	margin-right: 25px;
}
#footer_nav .ft_box nav li#menu-item-12320{
	margin-right: 0;
}
#footer_nav .ft_box nav .sub-menu {
	margin-top:10px;
}
#footer_nav .ft_box nav .sub-menu li{
	display: block;
	float: none;
	margin-right: 0;
}
#footer_nav .ft_box nav{
	max-width:100%;
}
.footer_logo_area{
	background:#fff;
	border-top: solid 5px #808080;
	margin-top: 50px;
}
.footer_logo_area #mid_box{
	background:#fff;
		width:980px;
	margin: 20px auto 0;
	text-align: left;
	position: relative;
	padding-bottom: 20px;
}
.footer_logo_area #mid_box:after{
	background:#fff;
	height: 0px;
}
.footer_logo_area #mid_box .logo{
	margin-top:0;
	margin-right: 100px;
	width:300px;
}
.footer_logo_area #mid_box .logo a{
	height:85px;
	width:350px;

}
.footer_logo_area #mid_box .btn a {
    display: block;
    line-height: 25px;
    background: #e64141;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.footer_logo_area #mid_box .logo_right .btn {
    right: 0;
    top: 0px;
}
.footer_logo_area #mid_box .logo_right{
	margin-right:220px;
}
.footer{
	background: #000;
	color: #fff !important;
	width:100%;
	height: auto;
}
.footer .ft_box{
	margin:0 auto;
	padding: 20px 0;
}
.footer a{
	color:#fff !important;
}
.footer .ft_box p{
	color:#fff;
}
.footer .ft_box ul{
	vertical-align:middle !important;
}
.footer .ft_box ul li{
	float:left;
	padding-top: 5px;
}
.footer .ft_box ul li.sns{
	padding-top: 0px;
}

 /* グロナビ修正
------------------------------------------------- */

#header-nav{
	background:#000;
}
#header-nav ul li.menu-item {
	color:#fff;
	line-height: 250% !important;
	height:40px !important;
}
#header-nav ul li.menu-item a{
	color:#fff;
}
#header-nav ul li#menu-item-13315{
	display:none;
}

#header-nav ul li ul.sub-menu li a {
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	border: none;
	text-align:left;
	font-size:16px;

}
#header-nav ul li ul.sub-menu {
	border: none;
}
#header-nav ul li.menu-item{
	width:19%;
	font-size:16px;
}
#header-nav ul li.menu-item ul.sub-menu li{
	width:100%;
    box-shadow: rgba(46, 46, 46, 0.65) 0px 0px 11px 1px;
    -webkit-box-shadow: rgba(46, 46, 46, 0.65) 0px 0px 11px 1px;
    -moz-box-shadow: rgba(46, 46, 46, 0.65) 0px 0px 11px 1px;
}
#header-nav ul li.menu-item a{
	height:35px;
	font-size:16px;
	padding-top:5px;
}
#header-nav ul li#menu-item-12144 a{
	height:33px;
}
#header-nav ul#menu-header_gnavi{
	height:40px;
}
#header-nav ul li ul.sub-menu li a{
	padding-top:5px;
}
#header-nav ul li.menu-item-has-children{
	padding-top:4px;
    cursor: default;
}


 /* 変更
------------------------------------------------- */

.newcar_voice .floatR img{
	display:none;
}
.newcar_voice .floatR p{
	text-align:left !important;
}
.newcar_voice .floatL img{
	width:113px;
}

.newcar_voice li:nth-child(even){
	float:right;
}
.newcar_voice li{
	height:auto;
	padding-bottom: 10px;
	margin-top: 20px;
}
.newcar_voice{
	margin-top:0px;
}

.loan_cont .txt01{
	font-size:25px;
	font-weight: bold;
	line-height: 160%;
}

.bonus_box{
	border:solid 2px #9a9a9a;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	padding:20px 15px;
	background: #fff;
	margin-top: 20px;
	font-weight: bold;
}
.bonus_box h3{
	background: url(/wp/img/compleat/icon_bonus01.gif) left center no-repeat;
	padding-left: 30px;
	font-size:29px;
	margin-bottom: 10px;
}
.bonus_box h3 .red{
	color:#bc1616 !important;
}
.bonus_box h3 .mini{
	font-size: 17px;
}
.bonus_box .txt01{
	font-size:25px;
	margin-top: 10px;
	vertical-align: middle !important;
	border-bottom:dotted 1px #999;
	padding-bottom: 10px;
}
.bonus_box .txt01 label{
	background: #cc4a4f;
	color: #fff;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	padding: 0 10px;
	margin-right: 5px;
}
.bonus_box .txt01 .mini{
	font-size:17px;
}
.bonus_box .txt01 .red{
	color:#bc1616 !important;
	font-size:45px;
}
.bonus_box .txt01 label,.bonus_box .txt01 span{
	display:inline-block;
	float:left;
}
.bonus_box .txt02{
	font-size:20px;
	margin-top: 10px;
}
.bonus_box .txt02 p{
	float:left;
}
.bonus_box .txt02 .red{
	color:#bc1616 !important;
	font-size:35px;
}
.bonus_box .txt02 .en{
	text-align: right;
	line-height: 140%;
}
.bonus_box .txt02 .label{
	background: #cc4a4f;
	color: #fff;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	padding: 8px 10px 3px;
	margin-right: 5px;
	font-size:18px;
}
.bonus_box .txt02 .en .mini{
	font-size:15px;
}
.bonus_box .txt02 .red02{
	font-size:45px;
}
.compleat_list_page .btn img{
	width:100%;
}


 /* 安城店追加
------------------------------------------------- */

.top_new_box_d,.top_new_box_j{
	width:662px;
}
.top_new_box_d li,.top_new_box_j li{
	float:left;
	width:320px;
}
.top_new_box_d li:nth-child(even),.top_new_box_j li:nth-child(even){
	float:right;
}
.top_new_box_d {
	min-height: 240px;
}
.top_new_box_j {
	min-height: 135px;
}


 /* リーズナブル
------------------------------------------------- */
.carlease_cont{
	margin-top: 40px;
	font-size: 14px;
}

#lease_cars{ margin: 0 auto 8%; }

#lease_cars .flex-viewport{ max-width: 945px; margin: 0 auto; }

#lease_cars .slides{ height: 285px; overflow: hidden; margin: 10px auto 0; }
#lease_cars .flex-direction-nav{ position: relative; margin: -14% 0 14%; }
#lease_cars .flex-direction-nav a.flex-next{ background: url(/wp/img/carlease/navi_right.png)no-repeat; right: 0; width: 14px; height: 36px; }
#lease_cars .flex-direction-nav a.flex-prev{ background: url(/wp/img/carlease/navi_left.png)no-repeat; left: 0; width: 14px; height: 36px; }

#lease_cars h2{
    font-size: 250%;
    line-height: 3;
    text-align: center;
    color: #000;
    background: url(/wp/img/carlease/arrow_dw.png)no-repeat 0 100%;
    background-size: contain;
}
#lease_cars a{ text-decoration: none; }
#lease_cars a:hover{ opacity: .7; }
#lease_cars li{ float: left; text-align: center; margin: 0 5px; }
#lease_cars li .btn {
    background: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
}
#lease_cars li .btn:hover{ background:#bbb; color: #000; }

#lease_cars li h3{ color: #000; padding: 10px 0 3px; border-bottom: 2px solid #ddd; line-height: 1.4; }
#lease_cars li h3 span{ font-weight: normal; display: block; font-size: 73%; }
#lease_cars li h3 span:nth-child(1){ font-weight: bold; font-size: 100%; margin-bottom: 4px; }
#lease_cars p.price{ display: block; padding: 10px 0; color: rgb(228, 0, 127); font-weight: bold; }
#lease_cars p.price i{ font-style:normal; font-weight: bold; padding: 2px 2px 0 5px; margin: 0 5px 0 0;  line-height: 1.5; color:#fff; background: rgb(0, 160, 232); text-align: center; letter-spacing: 3px; }
#lease_cars p.price span{ font-size: 145%; line-height: 1.2; }

.carlease_list01{
    padding-left:15px;
    padding-right: 15px;
    padding-top: 15px;
    background: #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.carlease_list01 h2{
    font-size: 250%;
    line-height: 1.2;
    text-align: center;
    padding: 3% 0 2.3%;
    color: #000;
    background-size: 200%;
    background-position: 50% 100%;
    margin: 0 5px;
}
.carlease_list01 h2 span{ display: inline-block; margin: 0 5px; }
.carlease_list01 h2 span:nth-child(2){ color: rgb(228, 0, 127); }

.carlease_list01 li{
	float:left;
	width:300px;
	margin-right: 15px;
}
.carlease_list01 li .img{
	margin-bottom: 10px;
}
.carlease_list01 li .txt{
	line-height: 160%;
}
.carlease_list01 li .txt strong{
	color: #e4007f;
}
.carlease_list01 li .attention{
	font-size:12px;
}
.img_carlease03{
	margin-top: 1px;
}

.btn_carlease{
	width:620px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 40px;
	margin-bottom: 40px;
}
.btn_carlease a{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height: 70px;
	line-height: 70px;
	background: #e4007f;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn_carlease a:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* leasenable */
.btn_red{ text-align: center; }
.btn_red a{ margin:15px 0 50px; display: inline-block; width: 400px; font-size: 150%; font-weight: bold; background: rgb(228, 0, 127); color: #fff; padding: 12px 0; position: relative; }
.btn_red a::after{ content:"＞"; font-size: 90%; padding: 2px 10px 0; position: absolute; right:0; }
.btn_red a:hover{ background: rgb(236, 83, 168); text-decoration: none; }

#leasenable h1{ margin-bottom:35px; }
#lsnbl_cars { padding: 30px 35px 0; background: #f1f1f1; }
.top_level #lsnbl_cars { padding-bottom: 30px; }
#lsnbl_cars .slides{ padding: 10px 0;  overflow: hidden; }
.top_level #lsnbl_cars .slides{ height: 290px; }
#lsnbl_cars .flex-direction-nav{ position: relative; margin: -14% 0 14%; }
#lsnbl_cars .flex-direction-nav a {
    margin: -90px 0 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
#lsnbl_cars .flex-direction-nav a.flex-next{ background: url(/wp/img/carlease/navi_right_big.png)no-repeat; right: -20px; width: 16px; height: 53px; }
#lsnbl_cars .flex-direction-nav a.flex-prev{ background: url(/wp/img/carlease/navi_left_big.png)no-repeat; left: -20px; width: 16px; height: 53px; }
#lsnbl_cars .flex-direction-nav a:hover{
    margin: -90px 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

#lsnbl_cars h2{
    font-size: 250%;
    line-height: 3;
    text-align: center;
    color: #000;
    background: url(/wp/img/carlease/arrow_dw.png)no-repeat 0 100%;
    background-size: contain;
}
#lsnbl_cars a{ text-decoration: none; }
#lsnbl_cars li .image {display: block; height: 140px; background: #f8f8f8; width: 120%; margin-left: -10%; }
#lsnbl_cars li .image img{ width: auto; height: 100%; }

#lsnbl_cars li{
    float: left;
    text-align: center;
    margin: 0 5px 30px;
    width: 200px;
    max-width: 200px;
    background: #fff;
    box-shadow: 0 0 3px rgb(176, 176, 176);
    -moz-box-shadow: 0 0 3px rgb(176, 176, 176);
    -webkit-box-shadow: 0 0 3px rgb(176, 176, 176);
}
#lsnbl_cars li .inner{ border-top:3px solid #fff; border-right:3px solid #fff; border-left:3px solid #fff; overflow: hidden; }
#lsnbl_cars li .btn {
    background: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 113%;
}
#lsnbl_cars li .btn span{ font-size: 120%; }
#lsnbl_cars a:hover .inner{
    border-color: #000;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#lsnbl_cars li h3{ color: #000; padding: 5px 0 3px; border-bottom: 2px solid #ddd; line-height: 1.4; }
#lsnbl_cars li h3 span{ font-weight: normal; display: block; font-size: 83%; }
#lsnbl_cars li h3 span:nth-child(1){ font-weight: bold; font-size: 100%; margin-bottom: 4px; }
#lsnbl_cars p.price{ display: block; padding: 10px 0; color: rgb(228, 0, 127); font-size: 125%; font-weight: bold; }
#lsnbl_cars p.price i{ font-style:normal; font-weight: bold; padding: 2px 4px 0 5px; margin: 0 5px 0 0;  line-height: 1.5; color:#fff; background: rgb(0, 160, 232); text-align: center; letter-spacing: 2px; }
#lsnbl_cars p.price em{ font-style: normal; }
#lsnbl_cars p.price span{ font-size: 145%; line-height: 1.2; }

#leasenable .next,#leasenable .prev{ float: none; }

#leasenable .list01,#leasenable .list02,#leasenable .list03,#leasenable .list04{ margin-bottom: 50px; }
#leasenable .list01 li{ margin-bottom: 20px; display: block; overflow: hidden; }
#leasenable .list01 h3{
    margin: 20px 0;
    background: rgb(241, 241, 241);
    line-height: 1.7;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10px;
    font-size: 160%;
    letter-spacing: 1px;
}
#leasenable .list01 h3 span{
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 1.8;
    background: rgb(228, 0, 127);
    font-size: 80%;
    color: #fff;
}

#leasenable .list01 p{ float: left; }
#leasenable .list01 p.img{ width: 50%; border:2px solid #ddd; text-align: center;}
#leasenable .list01 p.txt{ display: inline-block; width: 46%; font-size: 122%; color: #000; line-height: 1.7; float: right; }
#leasenable .list01 p.txt span{ display: block; font-size: 80%; margin-top: 15px; }
#leasenable .list01 p strong{ color: rgb(228, 0, 127); font-weight: bold; }

#leasenable .list02 h3{ margin: 30px 0 5px; font-size: 185%; text-align: center; color: rgb(228, 0, 127); line-height: 1.5; }
#leasenable .list02 h3 span{ display: block; }

#leasenable .list03 li{ margin: 5px 0 25px; background: #f1f1f1; padding: 15px 15px 0; display: block; visible; }
#leasenable .list03 h3{ font-size: 130%; color: rgb(0, 0, 0); letter-spacing: 1px; line-height: 1.7; }
#leasenable .list03 h3 span{
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 1.8;
    background: rgb(0, 155, 228);
    font-size: 80%;
    color: #fff;
}
#leasenable .list03 p{ margin-top: 8px; padding-bottom: 15px; font-size: 110%; line-height: 1.6; color: #000; }
#leasenable .list03 li:nth-last-child(1) p.arrow_bt::before{ display: none; }
.arrow_bt{ position: relative; }
.arrow_bt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  border-top: 20px solid #f1f1f1;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

#leasenable .list04 table span{ display: inline-block; padding: 7px; font-size: 160%; font-weight: bold; margin-right: 10px; }
.list04 .row-1 span{ background: rgb(0, 155, 228); color: #fff; }
.list04 .row-2 span{ color: rgb(227, 0, 123); }
.list04 .row-1 td { vertical-align: middle; }

#leasenable .list04 h3{ font-size: 130%; color: rgb(0, 0, 0); letter-spacing: 1px; line-height: 1.7; border-bottom: 2px solid #ccc; }
#leasenable .list04 p{ margin: 5px 0 20px; padding-bottom: 15px; font-size: 110%; line-height: 1.6; color: #000; }

/* リースナブル 車両詳細 */
#leasenable .ttl_bar_l{ margin-top: 40px; }

#leasenable .list_s01{ margin-bottom: 10px; }
#leasenable .list_s01 .box1{
    float: right;
    width: 340px;
    overflow: hidden;
}
#leasenable .list_s01 .box2{
    float: left;
    width: 340px;
    overflow: hidden;
}

#leasenable .list_s01 .box1 .image{ width: 120%; margin-left: -10%; text-align: center; height: 255px; overflow: hidden; }
#leasenable .list_s01 .image img{ height: 100%; width: auto; }
#leasenable .list_s01 .desc{ padding: 10px; height: 115px; overflow: auto; color: #000; border: 1px solid #ccc; }
#leasenable .list_s01 .box1 .btn_red a{ margin-bottom: 25px; width: 100%; font-size: 130%; }

#leasenable .list_s01 table{ width: 100%; }
#leasenable .list_s01 td {
    font-size: 112%;
    padding: 5px 10px;
    line-height: 1.5;
    border-top: 2px solid rgb(204, 204, 204);
    border-bottom: 2px solid rgb(204, 204, 204);
    color: rgb(0, 0, 0);
}
#leasenable .list_s01 td.col-1 { font-weight: bold; background: #f1f1f1; }
.board_red{ margin-bottom: 15px; border: 5px solid rgb(227, 0, 123); display: block; padding:10px; font-weight: bold; font-size: 140%; }
.board_red .num-1{ margin-bottom: 7px; padding-bottom: 7px; color: rgb(227, 0, 123); border-bottom: 2px solid #999; position: relative; }
.board_red span{ display: inline-block; }
.board_red .num-1 span.bk{ background: #222; color: #fff; padding: 10px; height: 15px; }
.board_red .num-1 p{ display: inline-block; height: 35px; position: absolute; right: 10px; bottom: -5px; }
.board_red .num-1 p span{ font-size: 210%; margin: 0 2px 0 7px; }
.board_red .num-2 span{ width: 32.3%; font-size: 85%; text-align: center; background:rgb(227, 0, 123); color: #fff; padding: 8px 0; margin-right: 1.5%; }
.board_red .num-2 span span{ width: auto; margin: 0 1px 0 2px; padding: 0; font-size: 145%; }
.board_red .num-2 span:nth-child(3){ margin-right: 0; }

#leasenable .list_s02 li{ float: left; box-sizing: border-box; display: inline-block; width: 220px; margin: 10px 20px 10px 0; border:1px solid #ccc; overflow: hidden; }
#leasenable .list_s02 li:nth-child(3n){ margin-right: 0; }
#leasenable .list_s02 li h3{ background: #222; color: #fff; padding: 8px 10px; }
#leasenable .list_s02 li span.image{ display: block; height: 163.5px; overflow: hidden; width: 120%; margin-left: -10%; text-align: center; }
#leasenable .list_s02 li img{ height: 100%; width: auto; }
#leasenable .list_s02 li p{ padding: 8px 10px; color:#000; }
#leasenable .carlease_list01{ padding: 20px; margin-bottom: 12px; }
#leasenable .carlease_list01 li{ width: 210px; color: #000; overflow: hidden; }
#leasenable .carlease_list01 li:nth-child(3n){ margin-right:0; }
#leasenable .carlease_list01 li img{ width: 100%; }
#leasenable .carlease_list01 li .attention{ font-size: 92%; }

/* リースナブル カウンター */
.recpt_shop{ margin-bottom: 10px; }
.recpt_shop .box{ margin: 25px 0 30px; }
.recpt_shop h3{ padding-bottom: 10px; font-size: 130%; color: rgb(0, 0, 0); letter-spacing: 1px; line-height: 1.7; }
.recpt_shop .box1{ float: right; width: 330px; overflow: hidden; }
.recpt_shop .box1 .image{ width: 120%; margin-left: -10%; text-align: center; height: 247.5px; overflow: hidden; }
.recpt_shop .image img{ height: 100%; width: auto; }

.recpt_shop .box2{ float: left; width: 350px; }
.recpt_shop table{ width: 100%; }
.recpt_shop td{ font-size: 120%; padding: 7px 0 10px; line-height: 1.7; border-top:2px solid #ccc; border-bottom: 2px solid #ccc; color: #000; }
.recpt_shop td.col-1{ padding-left: 10px; font-weight: bold; }