@charset "shift_jis";
/* common
========================= */

.CMN-L{
  width: 100%;
}
.CMN-L__title{
  margin-bottom: 10px;
}

/* アンカーリンクボタン
========================= */

.CMN-L__anchorBtn{
  margin-bottom: 20px;
}
.CMN-L__anchorBtn-list{
  letter-spacing: -1em;
  word-spacing: -1em;
  text-align: center;
}
:root .CMN-L__anchorBtn-list{
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
.CMN-L__anchorBtn-item{
  display: inline-block;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 4px 10px;
}

.CMN-L__anchorBtn-item a{
  display: block;
}
.CMN-L__anchorBtn-item img{
  border: 0;
}


/* アンカーリンクテキスト
========================= */

.CMN-L__anchorText{
  margin-bottom: 20px;
}
.CMN-L__anchorText-list{
  letter-spacing: -1em;
  word-spacing: -1em;
  text-align: right;
}
:root .CMN-L__anchorText-list{
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
.CMN-L__anchorText-item{
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: normal;
  word-spacing: normal;
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  border-left: 1px solid #ddd;
  line-height: 1;
}
.CMN-L__anchorText-item:first-child{
  margin-left: 0;
  border-left: none
}
.CMN-L__anchorText-item--current{
  font-weight: bold;
}


/* クルマリスト
========================= */

.CMN-L__carList{
  overflow: hidden;
}

.CMN-L__carItem{
  width: 23%;
  margin: 0 1% 15px;
  float: left;
  padding: 10px 1%;
  box-sizing:border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.CMN-L__carItem-icon{
  overflow: hidden;
  margin-bottom: 10px;
}
.CMN-L__carItem-exhaust{
  float: left;
  display: inline-block;
}
.CMN-L__carItem-mileage{
  float: right;
  display: inline-block;
  min-width: 48%;
  text-align: right;
}
.CMN-L__carItem-mileage img{
  display: inline;
}
.CMN-L__carItem-img{
  text-align: center;
  margin-bottom: 5px;
}
.CMN-L__carItem-img img{
  border: 0;
}

.CMN-L__carItem-head{
  margin-bottom: 8px;
}
.CMN-L__carItem-name{
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .02em;
}
.CMN-L__carItem-head a{
  display: block;
}
.CMN-L__carItem-head a .CMN-L__carItem-name{
  text-decoration: underline;
}
.CMN-L__carItem-head a:hover .CMN-L__carItem-name{
  text-decoration: none;
}

.CMN-L__carItem-spec{
  background: #f7f7f7;
  font-size: 12px;
  padding: .8em;
  margin-bottom: 8px;
}
.CMN-L__carItem-specItem{
  overflow: hidden;
  margin-bottom: 8px;
}
.CMN-L__carItem-specItem:last-child{
  margin-bottom: 0;
}
.CMN-L__carItem-specItem h5{
  font-weight: bold;
  display: inline-block;
  float: left;
  line-height: inherit;
  padding-right: 1em;
}
.CMN-L__carItem-specItem p{
  display: inline-block;
  float: left;
}

.CMN-L__carItem-fuel{
  color: #023994;
  text-align: center;
  font-weight: bold;
}
.CMN-L__carItem-fuel:before{
  content: "";
  display: block;
  background-image: url(http://www.hondanet.co.jp/common-lineup/img/s/p009e2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center -4px;
  overflow: hidden;
  margin-bottom: 4px;
  width: 100%;
  height: 30px;
}

.CMN-L__pageTop{
  text-align: right;
  margin-bottom: 30px;
}
.CMN-L__pageTop a{
  display: inline-block;
  padding: 4px 8px;
  background: #999;
  color: #FFF;
  -webkit-transition: background .4s;
     -moz-transition: background .4s;
      -ms-transition: background .4s;
       -o-transition: background .4s;
          transition: background .4s;
}
.CMN-L__pageTop a:hover{
  background: #aaa;
}
.CMN-L__pageTop a:before{
  content: "\25B2";
}

.CMN-L__cautionList{
  font-size: 12px;
}
.CMN-L__cautionItem{
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  text-justify: auto;
}
.CMN-L__cautionItem--star{
  color: #023994;
}
.CMN-L__cautionItem:before{
  content: "\25cf";
}
.CMN-L__cautionItem--asterisk:before{
  content: "\203B";
}
.CMN-L__cautionItem--star:before{
  content: "\2605";
}

@media (min-width: 0) and (max-width: 767px){
  
.CMN-L__carItem{
  width: 48%;
}

.CMN-L__anchorBtn-item{
  max-width: 22%;
  margin: 0 1% 10px;
}


}