@charset "utf-8";
/* CSS Document */



/* category */
.tag-style{
	color: #FFF;
	font-size: 11px;
	padding: 0px 10px;
	border-radius: 5px;
	float: left; 
	margin-left: 5px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	font-weight: 700;
}

.c-4cycle{
	 background-color: #76D7A0;
	 color: #008611;
}

.c-parking{
	 background-color: #C695D7;
	 color: #9312C8;}

.c-roof{
	background-color: #92D2D8;
	color: #1C6CB0;
}

.c-2wheels{
	background-color:#F99F93;
	color:#E0160C;
}

.c-3wheels{
	background-color: #EDA759;
	color: #794E0C;
	padding: 0 20px;
}

.c-bicycle{
	background-color: #81D55E;
	color: #278407;
}

.c-2cycle{
	background-color:#F5BACA;
	color:#E7367C;
}

.c-scooter{
	background-color:#F7E2A6;
	color:#A05007;
	border: 1px solid #A05007;
}

.c-freeway{
	background-color:#9FAFE6;
	color:#182FAB;
}

/* category　ここまで */


/* ミニカー仕様 */


.tag-min{
	background-color:#F00;
	color: #FFF;
	font-size: 11px;
	padding: 0px 5px;
	/* border-radius: 5px; */
	float: left; 
	/* margin-left: 5px; */
	/* margin-bottom: 2px; */
	text-overflow: ellipsis;
}

.minicar-box{
	font-weight: 700;
	overflow: hidden;
	margin-top: 5px;
	border: 1px solid #F00;
	border-radius: 5px;
	background-color: #FFE7ED;
	margin-left: 6px;
	margin-right: 6px;
}

.minicar-price{
    font-size: 11px;
	
}
/* ミニカー仕様　ここまで */


.rental-img img{
	width:95%;
}

.rental-price {
	font-size: 15px;
	font-weight: 700;
	overflow:hidden;
}

.rental-price span{
	font-size: 22px;
}

.trntal-topics {
	font-size: 12px;
	margin-bottom: 8px;
	line-height:1.5em;
	height: 70px;
}


.rental_border {
	text-align: center;
	background-color: #FFF;
	padding:10px;
}

.rental_box {
	width: 290px;
	float: left;
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #222;
  	border-radius:10px;
	overflow:hidden;
	height: 523px;
}


.rental_ttl {
	background-color: #222;
	color: #FFF;
	list-style-type: none;
	padding: 10px;
	font-size: 20px;
} 

.recomend-banner-wrap{
	margin-top:24px;
	
	}

.recomend-banner-wrap ul{
	width:900px;
	margin:0 auto;
	padding:0;
	}
.recomend-banner-wrap li{
	list-style:none;
	float:left;
	width:432px;
	border:4px solid #eee;
	}
.recomend-banner-wrap li:first-child{
	margin-right:20px;
	}

.recomend-banner-wrap li:hover{
	border:4px solid #ccc;
	}

.recomend-banner-wrap li img{
	width:100%;
	}