@charset "EUC-JP";

/*  #contents #main
---------------------------------------------------------- */
/*-- kantanSearch --*/
#kantanSearch .select .tit{
	width: 175px !important;
}

#kantanSearch .select ul.tabLinks{
	width: 332px !important;
}

#kantanSearch .select ul li.body{
	width: 167px !important;
	background: url(/common_v2/img/bg_kantan_area.gif) no-repeat 0 0 !important;
}

#kantanSearch .select ul li.body.current{
	background: url(/common_v2/img/bg_kantan_area_current.gif) no-repeat 0 0 !important;
}

#kantanSearch .select .slideSwitch{
	background: none !Important;
}

/*-- box_newCatalog --*/
#main .box_newCatalog h2.tit{
	background: url(/common_v2/img/icon_h_catalog.gif) no-repeat 0 1px;
}

#main .box_newCatalog .box_roundWhite{
	padding: 10px 0 10px 1px;
}

#main .box_newCatalog ul li{
	float: left;
	border-top:1px solid #f9f9f9;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #d6d6d6;
	width: 133px;
	padding: 7px 6px;
	margin-left: 7px;
	display: inline;
}

#main .box_newCatalog ul p{
	padding: 0 5px;
}

#main .box_newCatalog ul p.img{
	padding: 0;
}

#main .box_newCatalog ul p.img img{
	width: 133px;
	height: 67px;
	margin: 0 0 5px 0;
}

#main .box_newCatalog ul p.img span{
	margin: 0 0 0 3px;
}

#main .box_newCatalog ul p.date{
	margin: 2px 0 3px 0;
	font-size: 84%;
}

#main .box_newCatalog ul p.icon{
	color: #ffffff;
}

#main .box_newCatalog ul p.icon span{
	display: block;
	float: left;
	padding: 2px 0;
	margin: 0 1px 0 0;
	text-align: center;
	font-size: 84%;
}

#main .box_newCatalog ul p.icon span.newModel{
	width: 100px;
	background: #b5968c;
}

#main .box_newCatalog ul p.icon span.fullModel{
	width: 100px;
	background: #8baab5;
}

#main .box_newCatalog ul p.icon span.minorChange{
	width: 100px;
	background: #8b90b5;
}

#main .box_newCatalog ul p.icon span.add{
	width: 50px;
	background: #d38383;
}

#main .box_newCatalog ul p.icon span.reform{
	width: 50px;
	background: #cf87a8;
}

/*-- .box_searchUsedCar --*/
#main .box_searchUsedCar .box_roundWhite{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
}

#main .box_searchUsedCar h2.tit{
	background: url(/common_v2/img/icon_h_car_search.gif) no-repeat 0 0;
}

#main .box_searchUsedCar h2.tit em{
	padding: 0 0 0 34px;
}

#main .box_searchUsedCar .domestic ul,
#main .box_searchUsedCar .import ul{
	margin: 0;
}

#main .box_searchUsedCar .btn_area{
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
}

#main .box_searchUsedCar .btn_area .btn_roundGray a{
	width: 200px;
	text-align: center;
}

/*-- box_carMaker --*/
#main .box_carMaker{
	padding: 10px;
}

#main .box_carMaker em{
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
}

#main .box_carMaker ul{
	float: left;
	width: 280px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 20px;
}

#main .box_carMaker ul li{
	margin: 0 0 3px 0;
}

#main .box_carMaker ul.lineL{
	border-left: 1px solid #e5e5e5;
	padding: 0 0 0 25px;
	margin-left: -1px;
}

#main .box_carMaker ul.lineR{
	border-right: 1px solid #e5e5e5;
}

#main .box_carMaker ul li{
	list-style: disc;
	color: #999999;
}

/*20210819_GOO_OPE_PRJ-8019*/
.popular-car-catalog,
.new-car-report{
	padding-bottom: 56px;
}
.section--title{
	margin-bottom: 16px;
	height: 27px;
}
.section--icon{
	float: left;
	width: 18px;
	height: 20px;
	padding: 2px 3px;
	margin-right: 8px;
}
.recommend-used-car .section--title .section--icon{
	width: 20px;
	height: 18px;
	padding: 3px 2px;
}
.section--title h2{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
.section-item-block{
	width: 645px;
}
.popular-car__item a,
.car-smallconteiner a,
.car-report__item a,
.recommend__list .list__item a{
	color: #333;
	text-decoration: none;
}


    /*人気車種のカタログ*/
.popular-car-catalog{
	padding-top: 56px;
}
.car-item-conteiner{
	display: inline-block;
	border-bottom: 1px solid #D5D5D5;
}
.popular-car__item{
	width: 199px;
	float: left;
	margin: 16px 0 16px 24px;
	position: relative;
	transition: all .2s ease-out;
}
.popular-car__item:hover a .popular-car__image img,
.popular-car-small:hover a .popular-car__image img,
.car-report__item:hover a .car-report__image img,
.recommend__list .list__item a:hover .recommend-car__image img{
	opacity: .4;
}
.car-rank-best3{
	margin-top: 0;
}
.popular-car__item:nth-of-type(3n+1) {
	margin-left: 0;
}
.popular-car__image{
	margin: 16px auto;
	text-align: center;
}
.popular-car__image img{
	transition: all .2s ease-out;
}
.car-item--inner{
	font-size: 12px;
	color: #636363;
	line-height: 1.6;
}
.car-brand{
	font-size: 11px;
}
.popular-car__name{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	max-height: 3em;
	color: #1322ED;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popular-car__name::before,.popular-car__name::after{
	position: absolute;
}
.popular-car__name::before{
	content: '...';
	right: 0;
	top: 1.3em;
	background-color: #fff;
	width: 1.2em;
	height: 2em; 
}
.popular-car__name::after{
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.popular-car__text{
	max-height: 3em;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 4px 0 5px;
}
.popular-car__text::before,.popular-car__text::after{
	position: absolute;
}
.popular-car__text::before{
	content: '...';
	right: 1em;
	top: 1.3em;
	background-color: #fff;
	width: 1.4em;
	height: 1.5em; 
}
.popular-car__text::after{
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.car-popularity{
	margin: 4px 0;
}
.star__number{
	font-family: Helvetica, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: inline-block;
}
.star__mark li{
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
.car-smallconteiner{
	display: inline-block;
	border-bottom: 1px solid #D5D5D5;
}
.popular-car-small{
	width: 143px;
	float: left;
	margin: 16px 0 16px 24px;
}
.popular-car-small:first-of-type{
	margin-left: 0;
}
.popular-car__name-small{
	font-size: 12px;
	font-weight: bold;
	color: #1322ED;
	margin-top: 5px;
}

.car-rank{
	position: absolute;
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	z-index: 2;
}
.car-rank p{
	font-family:Helvetica, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.rank-number1{
	background-color: #DDBF17;
}
.rank-number2{
	background-color: #A1A4A8;
}
.rank-number3{
	background-color: #B5550F;
}
.rank-number4-6{
	background-color: #636363;
}
.rank-number7-10{
	width: 24px;
	height: 24px;
	background-color: #989898;
}
.rank-number7-10 p{
	font-size: 16px;
}
.image-size_1-6 img{
	width: 172px;
	height: 86px;
}
.image-size_7-10 img{
	width: 124px;
	height: 62px;
}

    /*新車試乗レポート*/
.car-report__item{
	width: 306px;
	padding: 16px 0;
	border-bottom: 1px solid #D5D5D5;
	float: left;
	line-height: 1.6;
}
.car-report__item:nth-of-type(even){
	float: right;
}
.car-report__item:nth-of-type(-n+2){
	padding-top: 0;
}
.car-report__item:nth-of-type(n+7){
	border: 0;
}
.car-report__item a{
	width: 100%;
	height: 100%;
}
.car-report__text{
	width: 190px;
    height: 75px;
	float: left;
	position: relative;
}
.report__title{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	max-height: 4em;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.report__title::before,.report__title::after{
	position: absolute;
}
.report__title::before{
	content: '...';
	right: 0;
	top: 2.5em;
	background-color: #fff;
	width: 1.5em;
	height: 2em; 
}
.report__title::after{
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.report__date{
	font-size: 12px;
	color: #636363;
	position: absolute;
    bottom: 0;
}
.car-report__image{
	float: right;
	width: 100px;
	height: 75px;
	background-color: #eee;
}
.car-report__image img{
	width: 100px;
	height: 75px;
	transition: all .2s ease-out;
}

	/*おすすめの中古車両*/
.recommend-used-car{
	padding-bottom: 12px;
}
.recommend__list{
	width: 645px;
}
.recommend__list .list__item{
	width: 116px;
	float: left;
	margin-left: 16px;
	margin-bottom: 25px;
}
.recommend__list .list__item:first-child,
.recommend__list .list__item:nth-child(6) {
    margin-left: 0;
}
.recommend__list .list__item:nth-child(5n+1) {
    clear: both;
}
.recommend-car__image img{
	width: 100%;
	transition: all .2s ease-out;
}
.recommend-car__name{
	font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
	padding-top: 5px;
	padding-bottom: 10px;
	max-height: 2em;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommend-car__name::before,.recommend-car__name::after{
	position: absolute;
}
.recommend-car__name::before{
	content: '...';
	right: 0;
	top: 1.6em;
	background-color: #fff;
	width: 1.3em;
	height: 1.3em;
	text-decoration: none;
}
.recommend-car__name::after{
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.recommend-car__data{
	padding-bottom: 5px;
	overflow: hidden;
}
.recommend-car__data dl{
	font-size: 80%;
    margin-top: 4px;
    width: 45px;
    float: left;
}
.recommend-car__data dt{
	font-size: 80%;
    margin-top: 4px;
    width: 45px;
    float: left;
}
.recommend-car__data dd{
	line-height: 1.4;
	font-size: 80%;
	float: right;
}
.recommend-car__data dt,
.recommend-car__data dd{
	vertical-align: middle;
}
.recommend-car__data .font_bold{
	font-size: 150%;
	font-weight: 700;
	font-family: "Roboto","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.payment--red{
    color: red;
}
.unit_yen{
	padding-left: 3px;
}
.unit_year{
	padding-left: 12px;
}
.unit_kilo{
	padding-left: 9px;
}
.sales-outlet{
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 80%;
	line-height: 1.4;
}

@supports (-webkit-line-clamp: 3) {
	.popular-car__name,
	.popular-car__text,
	.recommend-car__name{
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
	}
	.report__title{
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		position: relative;
	}
	.popular-car__name::before,.popular-car__name::after,
	.popular-car__text::before,.popular-car__text::after,
	.recommend-car__name::before,.recommend-car__name::after,
	.report__title::before,.report__title::after{
		content: normal;
	}
}