@charset "UTF-8";
/* clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/*servicestation
---------------------------------------------------------------------------*/
.station_map{
	}
#station_box{
	display:block;
    border: 5px solid #DDD;
    border-radius: 3px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
	}

#station_box h4{
	font-size:22px;
	}

#station_box .inner{
	padding: 20px;
	}

#station_box .shopphoto{
	display:inline-block;
	padding: 10px 0px;
	vertical-align:top;
	margin-right:20px;
	}

#station_box .shop {
	display:inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 16px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#station_box .shop ul{
	padding:10px;
	font-size:14px;	
}

#station_box .shop li{
	line-height:2.6em;
	border-bottom:dashed 1px #ddd;
}
 #station_box .shop span.spec1{
	float:left;
	font-weight:700;
}
 #station_box .shop span.spec2{
	display: block;
	margin-left: 70px;
}

/*shaken
---------------------------------------------------------------------------*/
.shaken_point{
	position:relative;
	}

.shaken_point .text01{
	position:absolute;
	left:26px;
	top:100px;
	font-size:14px;
	}
.shaken_point .text02{
	position:absolute;
	left:270px;
	top:100px;
	font-size:14px;
	}
.shaken_point .text03{
	position:absolute;
	left:510px;
	top:100px;
	font-size:14px;
	}
	
/*car_dealership
---------------------------------------------------------------------------*/
#service .attention {
  margin: 0 25px 30px 25px;
  font-size: 15px;
  line-height: 24px;
}
#service .listEnd{
  margin: 0 0 30px 0;
}
#service h4.pointList {
  font-size: 18px;
  margin:  0 25px 10px 25px;
	padding:7px 0 5px 0 ;
  color: #ED6D00;
	background: #FFF2D6;
  border-bottom: solid 1px #ED6D00;
  vertical-align:middle;
  }
#service h4.pointList img {
	padding:0 7px 3px 7px ;
  vertical-align:middle;
  }

#service .attentionImg {
  padding: 0 10px 0 0;
  width: 50%;
}
#service h3.attention {
  margin: 0 25px 20px 25px;
}

#service ul.serviceList{
  margin: 25px 0 0  0;
}
#service ul.serviceList li{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
#service ul.serviceList li img{
  margin: 0 5px;
  padding: 0 0 0 0;
  vertical-align: middle;
}
#service .pointImg{
  background-image:url(../service/img/car_dealership_left02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#service .plan img{
  margin: 10px 0 0 0 ;
}


/*keeper
---------------------------------------------------------------------------*/

#keeperMerit {
	margin-bottom:35px;
	}

#keeperMerit img{
	vertical-align:bottom;
	margin-right:1em;
	}
	
#merit dt {
  margin-top: 0.5em;
  padding:8px 10px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0,0,0,.4);
  background-color: #004679;
  border-radius:3px;
}

#merit dd {
	padding:10px;
	line-height:1.5em;
  margin-left: 0;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-radius:3px;
  border-color: #004679;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#keeperLineup {
	margin-bottom:15px;
	}
	
#Lineup {
  float: left;
  width: 20%;
  padding: 1%;
  margin: .4em 1%;
  text-align: center;
  background-color: #efefef;
  border: 2px solid #069;
  border-radius: 3px;
}
#Lineup dt { 
	border-bottom: 1px dotted #6a6a68;
	font-weight:700;
	}
#Lineup dd {
  margin-left: 0;
  font-size: .8em;
}



/*rentacar
---------------------------------------------------------------------------*/
#rentacar_box{
	display:block;
    border-radius: 3px;
    background-color: #f8f8f8;
    margin:10px 0 30px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	}

#rentacar_box .inner{
	padding: 0px;
	}
	
#rentacar_box .shopname{
	padding:12px;
	background-color:#004679;
	border-radius:3px;
	color:#fff;
	}
	
#rentacar_box .shopphoto{
	display:inline-block;
	padding: 20px 0px 20px 20px;
	vertical-align:top;
	margin-right:20px;
	}

#rentacar_box .shop {
	display:inline-block;
	margin-top:20px;
	padding:0 20px;
    border-radius: 5px;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#rentacar_box .shop ul{
	padding:10px;	
}

#rentacar_box .shop li{
	line-height:2.6em;
	border-bottom:dashed 1px #ddd;
}
#rentacar_box .shop li.last{
	border:none;
	margin-top:10px;
}
 #rentacar_box .shop span.spec1{
	float:left;
	font-weight:700;
}
 #rentacar_box .shop span.spec2{
	display: block;
	margin-left: 80px;
}


/*industry
---------------------------------------------------------------------------*/
dl.industry {
    width: 100%;
	padding:10px 20px 6px;
}

dl.industry dt {
    float: left;
    padding: 0 0 0 10px;
	font-weight:700;
	border-left: 5px solid #f00;
}

dl.industry dd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 0 1px 14em;
}

ul.industry {
	width:100%;
}
ul.industry li{
	background-color: #eee;
	display: inline-block;
	width: 31%;
	padding:6px;
	margin-bottom:6px;
}



---------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	
	/*service
---------------------------------------------------------------------------*/
#card img{
	width:100%;
	}
	
	}

	

@media screen and (max-width:600px){

/*service
---------------------------------------------------------------------------*/
#logo{
	width:100px;
	}
h1{
	display:none;
	}

#service img{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#keeperMerit img{
	display:none;
	}
/*service rere
---------------------------------------------------------------------------*/
#service h4.pointList img {
	display:none;
  }

#service ul.serviceList li img{
	display:none;
  }
  
#service h4.pointList {
  padding: 0 10px ;
  }

#service ul.serviceList li{
  padding: 0 10px ;
  }
  
#service .pointImg{
  background-image:none;
}
#service .attention {
  margin: 0 0 30px 0;
}
#service h4.pointList {
    margin: 0 0 10px 0;
    padding: 7px 0 5px 10px;
}
#service h3.attention {
    margin: 0 0 20px 0;
}
/*card
---------------------------------------------------------------------------*/
#card img{
	width:100%;
	}

/*ss
---------------------------------------------------------------------------*/
#station_box .inner{
	padding: 0px;
	}

#station_box .shopphoto img{
	width:100%;
	}

/*rentacar
---------------------------------------------------------------------------*/

#rentacar_box {
	padding:1px;
}

#rentacar_box .shop {
	display: block;
	margin-top:0;
}

	
#rentacar_box .shop ul{
	padding:0 0 20px;	
}

#rentacar_box .shop li{
	margin-right:40px;
}

}