/********************************************************************************************

lite

********************************************************************************************/

/*** common ***/
body{
  font-size: 10px;
  font-size: 1.0rem;
}

.header{
  height: 60px;
}

.ccs{
  font-size: 1em;
}

.g_nav{
  display: none;
}

.sp_menuWrap{
  position: relative;
}

.headerWrap .logo{
}

.spDisplayNone{
  display: block;
}


@media screen and (max-width: 320px) {
  .g_nav_sp ul{
    font-size: 1.2em;
  }
}


.pageTitle__icon {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
}

.contentsWrap{
  width: 100%;
}
#carsListWrapper{
  padding-bottom:50px;
}


/*** top ***/


#slideWindow {
  width:  100%;
  margin: 0 auto 0 auto;
  
}
#slideWindow li {
  width:  100%;
  
}
#slideWindow li img {
  width:  100%;
  
}
#slideInner nav{
  display:none;
  }
.bnrWindow{
  width: 100%;
  margin: 0 auto 0;
}

.contentCardWrap{
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
}

.contentCard {
  width: 48%;
  margin:7px 1% 5px 1%;
  box-sizing: border-box;
}
.spDemoCar{
   width: 97%;
   height:120px;
   overflow:hidden;
  }

.spDemoCar .contentCard_inner{
  position: absolute;
  top:0;
  right:0;
  width:50%;
  padding:20px 0 0 0;
}
.spDemoCar .contentCard_inner:after{
  content:url(../img/icon_arrow.png);
  position:absolute;
  top:100px;
  right:10px;
}

.contentCardLeaflet{
  height: auto;
}
.contentCardLeaflet .contentCard_inner{
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 5px 0 0 0;
}


.contentCard_inner span {
  font-size: 0.7em;
  display: block;
}

.contentCard_title span {
  padding-top: 10px;
}


.contentCard_title_ex{
  margin-top: 5px;
  padding-bottom: 21px;
}


.contentCard_service{
  width: 92%;
  float: none;
  border-bottom: 1px solid #bfbfbf;
  margin:0 auto 20px auto;
}
.contentCard_title_service:after{
  bottom:-25px;
}

.contentCard_service:last-child{
  border-bottom: 0;
}

.contentCard_service + .contentCard_service{
  margin-left: auto;
}


.contentsWrap_service {
  padding: 25px 0;
  background-color: #fff;
}

.contentCard_service .ContentCard_hero {
    margin-bottom: 0;
}

.contentCard_service .ContentCard_hero img.ContentCard_icon {
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.contentCard_service .contentCard_title {
    padding-bottom: 20px;
    margin-top: 5px;
}

.carsListHead{
  font-size: 0.8em;
  padding: 25px 5px;
}

.hansha li{
  width: 49%;
  font-size: 1.1em;
}

.hansha li:nth-child(2n){
  margin-left: 2%;
}


/*** sr_map ***/
#shopSearchNav {
  padding: 10px 0 5px ;
}
#shopSearchNav li {
  cursor: pointer;
  width: 49%;
  height: 55px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  margin: 0 0 5px 0;
  background:#FFFFFF;
  position: relative;
}
#shopSearchNav li:nth-child(2n) {
  margin: 0 0 5px 1%;
}
#shopSearchNav li:after {
  display: none;
}

#map-canvas {
  height: 250px;
  margin: 0 auto 25px;
}

.mapFormWrap .searcFormArea {
  width: 100%;
}

.mapFormWrap div{
  display: block;
  margin: 0 auto;
}

.mapFormWrap .searcFormButton{
  width: 45%;
}

.mapFormWrap .searcFormButton input {
  margin: 15px 0 0 0;
  padding: 20px 0;
}

/*** showroom ***/
.tableLayout th:nth-child(1) {
  width: 17%;
}

.tableLayout th:nth-child(2) {
  width: 13%;
}

.tableLayout th:nth-child(3) {
  width: 15%;
}

.tableLayout th:nth-child(4) {
  width: 20%;
}

.tableLayout th:nth-child(5) {
  width: 17.5%;
}

.tableLayout th:nth-child(6) {
  width: 17.5%;
}

.tableLayout td {
  padding: 2px;
}

.listStyle th {
  width: 20%;
}

.listStyle td {
  padding: 4px 10px;
}

.listStyle td img{
  width: 95%;
}


/*** leaflet ***/
.leaflet dd img{
  width: 35px;
}

/*** lineup ***/
#blockLineup li {
  width: 48%;
  margin: 0 0 2% 1%;
}

#blockLineup li:nth-child(5n-3) {
  margin: 0 0 2% 1%;
}

#blockLineup li:nth-child(2n+1) {
  margin: 0 0 2% 2%;
}


/*** teams ***/
.contents--info{
  width: 94%;
  margin: 0 auto;
}
