img {
	vertical-align: bottom;
}
#top {
	padding: 73px 0 40px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	background-color: #eaeae0;
}
#top span {
	font-size: 34px;
}
#mainContainer h1 {
	width: 100%;
	padding: 50px 0 0px;
	text-align: center;
	background-color: #eaeae0;
	line-height: 36px;
	font-size: 3.4rem;
	height:75px;
	background-position:center 100px;
}
#mainContainer h1 span {
	font-size: 2.4rem;
	vertical-align: top;
}
#mainContainer h1 .lead {
	display: block;
	margin-top: 30px;
}
#mainContainer #main .car_ul {
	width: 1001px;
	margin: 0 auto;
	padding-left: 2px;
	box-sizing: border-box;
}
#mainContainer #main ul .carList {
	width: 333px;
	position: relative;
	float: left;
	border-right: 1px #e0e0e0 solid;
/*	border-top: 1px #e0e0e0 solid;*/
	border-bottom: 1px #e0e0e0 solid;
	box-sizing: border-box;
/*	overflow: hidden;*/
}
#mainContainer #main ul .carList a {
	text-decoration: none;
	color: inherit;
}
#mainContainer #main ul .carList:nth-child(3n+1) {
	border-left: 1px #e0e0e0 solid;
}
#mainContainer #main ul .carList:nth-child(1),
#mainContainer #main ul .carList:nth-child(2),
#mainContainer #main ul .carList:nth-child(3) {
	border-top-width: 0;
}
#mainContainer #main ul .carList .pic {
	position: relative;
	overflow: hidden;
}
#mainContainer #main ul .carList .pic .date {
	position: absolute;
	color: #fff;
	bottom: 10px;
	/* left: 10px; */
	right:0;
	padding-left: 95px;
	line-height: 24px;
	font-size: 1.3rem;
	height: 24px;
	z-index: 10;
}
#mainContainer #main ul .carList.pickup .pic:before {
	content: " ";
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/pc/search/images/result/icon_pickup.png) 0 0 no-repeat;
	z-index: 10;
}
#mainContainer #main ul .carList .date:after {
	content: " ";
	background: url(/pc/search/images/detail/icon_fav_st_01.png) 0 0 no-repeat;
	background-size: 86px auto;
	display: block;
	width: 86px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainContainer #main ul .carList .pic .offers {
	font-weight: bold;
	border: solid 1px #ffffff;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.1rem;
	margin-right: 3px;
}
#mainContainer #main ul .carList .pic .offers:after {
	content: none;
}


#mainContainer #main ul .carList.st2 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_02.png) 0 0 no-repeat;
	background-size: 86px auto;
}
#mainContainer #main ul .carList.st3 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_03.png) 0 0 no-repeat;
	background-size: 86px auto;
}
#mainContainer #main ul .carList.st4 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_04.png) 0 0 no-repeat;
	background-size: 86px auto;
}
#mainContainer #main ul .carList.st5 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_05.png) 0 0 no-repeat;
	background-size: 86px auto;
}
#mainContainer #main ul .carList .favBox {
	position: absolute;
    top: auto;
    right: 14px;
		bottom: 14px;
    width: 38px;
    height: 38px;
    z-index: 10;

}
#mainContainer #main ul .carList .favIcon {
	display: block;
	background: url(/pc/search/images/result/btn_fav_off.png) 0 0 no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
/*
	top: 230px;
	right: 10px;
*/
	z-index: 10;
}
#mainContainer #main ul .carList.fav .favIcon {
	background: url(/pc/search/images/result/btn_fav_on.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList .name {
	padding: 15px 0px 15px 20px;
	font-size: 1.4rem;
	/* font-weight: bold; */
	position: relative;
	/* text-align: center; */
	color: #2e2e2e;
	line-height: 1;
}
#mainContainer #main ul .carList .name .car__price {
	/* padding: 15px 10px 21px 15px; */
	font-size: 1.8rem;
	font-weight: bold;
	/* position: relative; */
	text-align: center;
	color: #666;
}
#mainContainer #main ul .carList .name .car__price{
	display: block;
}
#mainContainer #main ul .carList.new .name span:first-child:before {
	/*content: "NEW";
    color: #fff;
    font-size: 1.1rem;
    background-color: #ff6151;
    display: inline-block;
    line-height: 1.5rem;
    box-sizing: border-box;
    padding: 0 4px;
    vertical-align: text-top;
	margin-right: 7px;*/
	content: " ";
	display: inline-block;
	width: 34px;
	height: 15px;
	background: url(../img/icon_new.png) 0 0 no-repeat;
	vertical-align: text-bottom;
	position: absolute;
	top: 0;
	left: 0;
}
#mainContainer #main ul .carList .name span,
#mainContainer #main ul .carList .name div span {
	/*display: block;*/
	display: inline-block;
	line-height: 1;
	position: relative;
	/* margin-bottom: 8px; */
}
#mainContainer #main ul .carList .name .get__maker__in__english{
	font-size: 1.2rem;
	display:block;
	margin-bottom: 14px;
	color: #ccc;
	font-weight: 500;
}
#mainContainer #main ul .carList .name .get__car__title{
	font-size: 1.6rem;
	display:block;
	margin-bottom: 5px;
}
#mainContainer #main ul .carList .name .get__car__location{
	font-size: 1.0rem;
	display:block;
	margin-bottom: 20px;
}
/*任意保険込*/
#mainContainer #main ul .carList .name .ins_cap {
	color:#00aeff;
}
/*ヤスナル価格*/
#mainContainer #main ul .carList .name .term_discount__price{
	color:#ff3091;
	font-weight:bold;
	height: 21px;
	vertical-align: middle;
}
#mainContainer #main ul .carList .name .term_discount__caption{
	color:#ff3091;
	font-weight:normal;
	font-size: 10px;
}
#mainContainer #main ul .carList .name .normal__caption{
	/* color:#ff3091; */
	font-weight:normal;
	font-size: 10px;
	display: block;
}
/*.get__car__title{
	display: inline-block;
	padding-right: 45px;
}*/
#mainContainer #main ul .carList .name span.get__car__nenshiki{
	display: block;
}
.plan_name{
	font-size: 18px;
	height: 21px;
}
.plan_name sup{
	vertical-align:middle;
	font-size:10px;
}

.plan_name .earnest_money {
	padding-left: 30px;
}

.css__arrow sup{
	vertical-align:middle;
	font-size:10px;
}
/*矢印*/
.css__arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 18px;
}
.css__arrow::before,
.css__arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.term_discount__price::before{
left: 4px;
top:-4px;
box-sizing: border-box;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 6px solid #ff3091;
}
.term_discount__price::after{
left: 0;
top:-4px;
width: 8px;
height: 6px;
border-left: 4px solid #ff3091;
}
/*矢印*/



#mainContainer #main ul .carList.new .name span:first-child {
	padding-left: 44px;
}

#mainContainer #main ul .carList.st4 .pic:after,
#mainContainer #main ul .carList.st4 .name:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pc/search/images/detail/bg_fav_st_02.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#mainContainer #main ul .carList.st5 .pic:after,
#mainContainer #main ul .carList.st5 .name:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pc/search/images/detail/bg_fav_st_02.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#pageNav {
	text-align: center;
	vertical-align: top;
	margin: 0px 0px 30px;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	width: 100%;
	position: relative;
	top: -1px;
}
#pageNav .inner {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}
#pageNav p {
	text-align: center;
	color: #00aeff;
	line-height: 80px;
}
#pageNav .btn {
	width: 170px;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
}
#pageNav .btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	text-decoration: none;
	font-size: 1.6;
	font-weight: bold;
	color: #000;
}
#pageNav .prevBtn {
	left: 0;
}
#pageNav .nextBtn {
	right: 0;
}
#pageNav .prevBtn a:after {
	content: " ";
	display: block;
	background: url(/pc/search/common/images/icon_pager_prev.png) 0 0 no-repeat;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 20px;
}
#pageNav .nextBtn a:after {
	content: " ";
	display: block;
	background: url(/pc/search/common/images/icon_pager_next.png) 0 0 no-repeat;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 20px;
}
.search_all_disclaimer{
	width:1000px;
	margin: 0 auto 30px;
}

#mainContainer #main .backTopBtn {
	width: 490px;
	margin: 0 auto 70px;;
}
.actionCircle {
	display: none;
	position: absolute;
	width: 588px;
	height: 588px;
	top: 50%;
	margin-top: -294px;
	margin-left: -294px;
	left: 50%;
}

#mainContainer #main ul .carList .pic.discount_icon:after {
	content: "";
	display: inline-block;
	width:80px;
	height: 80px;
	position:absolute;
	top:0;
	left:0;
  background: url(/pc/search/images/detail/bg_plan_naga_01.png) top left no-repeat;
	background-size: 80px;
	z-index:1;
}
/*セールアイコン*/
#mainContainer #main ul .carList .pic.sale_icon:after {
	content: "";
	display: inline-block;
	width:80px;
	height: 80px;
	position:absolute;
	top:0;
	left:0;
  background: url(/pc/search/images/detail/bg_plan_sale_01.png) top left no-repeat;
	background-size: 80px;
	z-index:1;
}
/*セール価格*/
#mainContainer #main ul .carList .name .sale__price{
	color:#ff9630;
	font-weight:bold;
	height: 12px;
	vertical-align: middle;
}
#mainContainer #main ul .carList .name .sale__caption{
	color:#ff9630;
	font-weight:normal;
	font-size: 10px;
}
/*セール用矢印*/
.sale__price::before{
left: 4px;
box-sizing: border-box;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 6px solid #ff9630;
}
.sale__price::after{
left: 0;
width: 8px;
height: 6px;
border-left: 4px solid #ff9630;
}
/*カタログ販売用バナー*/
.catalog_banner_wrapper{
	background-color: #eaeae0;
	text-align: center;
	padding-bottom: 25px;
}
.catalog_banner_wrapper a{
}
