@charset "UTF-8";


/*
 * Top Page
 */

.bnr_area {
	display: none;
	background-color: #2e2925;
}
.bnr_area .inner {
	background-color: #2e2925;
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.bnr_area ul.bnr {
	width: 1280px;
	margin: 0 auto;
	font-size: 0;
}
.slider_prev {
	z-index: 1;
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 378px;
	background: rgba(0, 0, 0, 0.6);
}
.slider_next {
	z-index: 1;
	position: absolute;
	top: 0;
	right: -100%;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 378px;
	background: rgba(0, 0, 0, 0.6);
}
.bnr_area .bnr li {
	display: table-cell;
}
.bnr_area .bnr li img.sp {
	display: none;
}
.bnr_area .thum {
	width: 1280px;
	margin: 0 auto;
	padding: 6px 0 4px;
	text-align: center;
}
.bnr_area .thum .slick-slide {
	display: inline-block;
	margin: 6px 6px 0;
	border-radius: 3px;
}
.bnr_area .thum.no-slider-2 .slick-slide, .bnr_area .thum.no-slider-3 .slick-slide {
	margin: 6px 12px 0;
}
.bnr_area .thum .slick-slide.slick-current {
	margin-top: 0;
	border-top: 6px solid #e70012;
}
.bnr_area .thum .slick-slide img{
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
}
.bnr_area .thum .slick-slide.slick-current img{
	border-radius: 0 0 3px 3px;
}

.revisit_area .favorite_area .icon_360:before {
	width: 30px;
	height: 30px;
}

.revisit_area {
	padding: 40px 0;
	background: #f2f0eb;
}
.revisit_area .inner {
	width: 1280px;
	margin: 0 auto;
}
.revisit_area h5 {
	margin-bottom: 27px;
	font-size: 18px;
}
.revisit_area h5::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	margin-bottom: 4px;
	background: url(/U-Car/resource/img/icon/icn_heading_03.png?v=20200401);
	vertical-align: middle;
}
.revisit_area .search_history_area {
	display: inline-block;
	width: 508px;
	vertical-align: top;
}
.revisit_area .favorite_area {
	position: relative;
	margin-right: 64px;
	display: inline-block;
	width: 708px;
	vertical-align: top;
}
.revisit_area .favorite_area ul,
.revisit_area .favorite_area dl {
	font-size: 0;
}
.revisit_area .favorite_area ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	vertical-align: top;
}
.revisit_area .favorite_area ul li:last-child {
	margin-right: 0;
}
.revisit_area .favorite_area ul li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.revisit_area .favorite_area ul li:hover {
	color: #e70012;
	cursor: pointer;
}
.revisit_area .favorite_area dl dt,
.revisit_area .favorite_area dl dd {
	display: inline-block;
	vertical-align: top;
}
.revisit_area .favorite_area dl dt {
	position: relative;
	max-width: 132px;
	margin-right: 21px;
	font-size: 10px;
}
.revisit_area .favorite_area dl .totalprice dt {
	font-size: 12px;
}
.revisit_area .favorite_area dl dt.icon {
	min-width: 132px;
	min-height: 98px;
	overflow: hidden;
}
.revisit_area .favorite_area dl dt img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.revisit_area .favorite_area dl dd {
	width: 192px;
	line-height: 1.5;
	font-size: 12px;
}
.revisit_area .favorite_area dl dd .carname {
	font-weight: bold;
}
.revisit_area .favorite_area dl dd .carname.icon_car {
	position: relative;
	display: inline-block;
	min-height: 32px;
	padding-left: 38px;
}
.revisit_area .favorite_area dl dd .carname.icon_car::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/U-Car/resource/img/icon/icon_car.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.revisit_area .favorite_area dl dd .value {
	font-size: 16px;
	font-weight: bold;
}
.revisit_area .favorite_area dl dd.detail .bodyprice dt,
.revisit_area .favorite_area dl dd.detail .totalprice dt,
.revisit_area .favorite_area dl dd.detail .expenses dt {
	width: 60px;
	margin-right: 3px;
	vertical-align: middle;
}
.revisit_area .favorite_area dl dd.detail .bodyprice dd,
.revisit_area .favorite_area dl dd.detail .totalprice dd,
.revisit_area .favorite_area dl dd.detail .expenses dd {
	width: auto;
	line-height: 1.3;
	vertical-align: middle;
}
.revisit_area .favorite_area dl dd.detail .totalprice dd span {
	font-size: 20px;
	color:red;
}
.revisit_area .favorite_area dl dd.detail .shopname {
	display: block;
	margin-top: 8px;
}
.revisit_area .favorite_area .more {
	position: absolute;
	top: 12px;
	right: 6px;
	margin: 0;
}
.revisit_area .favorite_area .more a {
	padding-right: 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.revisit_area .favorite_area .more a::after,
.revisit_area .search_history_area ul li a::after {
	content: url(/U-Car/resource/img/icon/icn_right_link.png?v=20200401);
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	line-height: 6px;
	margin: auto;
}
.revisit_area .favorite_area .more a:hover,
.revisit_area .search_history_area ul li a:hover {
	color: #e70012;
}
.revisit_area .search_history_area ul li {
	position: relative;
	border-bottom: 1px solid #d6d1c9;
}
.revisit_area .search_history_area ul li:last-child {
	border-bottom: none;
}
.revisit_area .search_history_area ul li a {
	display: block;
	width: 97%;
	padding: 4px 0;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.revisit_area .search_history_area ul li a .carname {
	font-weight: bold;
}

#main {
	margin:0 auto;
	width: 1280px;
}
.container {
	float:left;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 63px;
	position: relative;
}

#ucar-top h2 {
	padding-left: 1.2em;
	color: #332f2b;
	font-size: 36px;
	text-indent: -1.2em;
}
#ucar-top h2::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 4px;
	background: url("/U-Car/resource/img/icon/icn_heading_01.png?v=20200401");
	vertical-align: middle;
}

.r_navi{
	float:left;
	width:273px;
}
.r_navi .region-box {
	padding: 26px;
	color: #fff;
	background-color: #2e2925;
	border-radius: 5px;
}
.r_navi .region-box h4 {
	width: 84%;
	margin: 0;
	padding-left: 35px;
	font-size: 22px;
	background: url("/U-Car/resource/img/icon/icn_region.png?v=20200401") no-repeat left top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.r_navi .region-box h4 span.head {
	display: block;
	font-size: 12px;
	line-height: 1.0;
}
.r_navi .region-box p {
	margin: 20px auto 0;
	font-size: 12px;
}
.r_navi .region-box p.btn a {
	display: block;
	padding: 6px 0 5px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #e70012;
	border: 1px solid #e70012;
	border-radius: 5px;
}
.r_navi .region-box p.btn a:hover {
	color: #e70012;
	background-color: #fff;
}
.r_navi .recommended_area {
	margin-top: 38px;
	border: 1px solid #e8e6e1;
	border-radius: 5px;
}
.r_navi .recommended_area .recommended-title {
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #e8e6e1;
}
.r_navi .recommended_area .recommended-title img {
	margin-right: 8px;
}
.r_navi .recommended-grid > li > dl {
	width: 81.55%;
	margin: 26px auto;
}
.r_navi .recommended-grid > li > dl dt:hover a span {
	opacity: .7;
}
.r_navi .recommended-grid > li > dl dt:hover + dd a,
.r_navi .recommended-grid > li > dl a:hover {
	color: #e70012;
}
.r_navi .recommended-grid > li > dl a {
	color: #332f2b;
	text-decoration: none;
}
.r_navi .recommended-grid > li > dl > dt a {
	display: flex;
	width: 220px;
	height: 165px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.r_navi .recommended-grid > li > dl > dt a span {
	position: relative;
}
.r_navi .recommended-grid > li > dl > dt img {
	max-width: 220px;
	max-height: 165px;
}
.r_navi .recommended-grid > li > dl > dd.carname {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
.r_navi .recommended-grid > li > dl > dd.carname.icon_car {
	position: relative;
	display: inline-block;
	padding-left: 48px;
}
.r_navi .recommended-grid > li > dl > dd.carname.icon_car::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/U-Car/resource/img/icon/icon_car.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.r_navi .recommended-grid > li > dl > dd.carname span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.r_navi .recommended-grid > li > dl > dd.online {
	font-size: 12px;
	font-weight: bold;
	color: #ff6700;
}
.r_navi .recommended-grid dt {
	display: inline-block;
	font-size: 11px;
}
.r_navi .recommended-grid dd {
	font-size: 11px;
}
.r_navi .recommended-grid dd dl {
	margin: 0;
	line-height: 1.5;
}
.r_navi .recommended-grid dd dd {
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
}
.r_navi .recommended-grid dd.bodyprice dd .value,
.r_navi .recommended-grid dd.expenses dd .value {
	font-size: 15px;
	font-weight: bold;
}
.r_navi .recommended-grid dd.expenses dt {
	margin-right: 13px;
}
.r_navi .recommended-grid dd.guarantee dt{
	padding-right: 8px;
}
.r_navi .recommended-grid dd.totalprice dd .value {
	font-size: 18px;
	font-weight: bold;
	color: #e20a1c;
}
.r_navi .recommended-grid dd.prace {
	line-height: 15px;
	margin-top: 6px;
}
span.modalIcondescription{
	font-size: 12px;
    font-weight: 100;
    display: block;
}

span.modalIcondescription a{
	padding-left:5px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 24px;
}

span.note{
    vertical-align: bottom;
    font-size: 15px;
    float: right;
    margin-top: 5px;
}


/* ==========================================================================
   .btn-utility
   ========================================================================== */
.btn-utility {
	position: absolute;
	top: 0;
	right: 0;
	font-size:12px; font-size:1.2rem;
}
.btn-utility ul {
	display: table;
	margin: 0;
}
.btn-utility ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 20px;
}
.btn-utility ul li:first-child {
	padding: 0px;
}

/* ==========================================================================
   #sp-shortcut
   ========================================================================== */
#sp-shortcut ul {
    margin: 0 0 15px;
    text-align: right;
}
#sp-shortcut li {
    display: inline;
    margin-left: 15px;
    font-size: 1.2rem;
}

/* ==========================================================================
   .car-counter
   ========================================================================== */
.car-counter {
	text-align: right;
	font-weight: bold;
	font-size:12px; font-size:1.2rem;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
}
.car-counter-total {
	font-size: 26px;
}
.car-counter-total:before {
	content: "中古車掲載台数";
	font-weight: normal;
	font-size: 15px;
}
.car-counter-today {
	font-size: 18px;
}
.car-counter-today:before {
	content: "本日更新";
	font-weight: normal;
	font-size: 15px;
}
.car-counter-total:before,
.car-counter-today:before {
	margin-left: 10px;
	margin-right: 5px;
}
.car-counter-total:after,
.car-counter-today:after {
	content: "台";
	margin-left: 2px;
	font-weight: normal;
	font-size: 15px;
}


/* ==========================================================================
   .search-top
   ========================================================================== */
.search-top{
	width:100%;
}
.search-top:before,
.search-top:after { content: " "; display: table; }
.search-top:after { clear: both; }
.search-top { *zoom: 1; }

.search-top .search-section:before,
.search-top .search-section:after { content: " "; display: table; }
.search-top .search-section:after { clear: both; }
.search-top .search-section { *zoom: 1; }

.btn-select {
	width: 29%;
	height: auto;
	padding: 24px 5% 23px 2%;
	color: #332f2b;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	background: url(/U-Car/resource/img/icon/icn_btn_plus.png?v=20200401) #f2f0eb no-repeat right 25px center;
	background-color: #f2f0eb;
	border: none;
	border-bottom: 1px solid #d1cec9;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-select span {
	font-size: 15px;
	font-weight: normal;
}
.btn-select:hover {
	color: #e70012;
	text-decoration: none;
	background-color: #ebe9e4;
}
.search-carname .btn-select {
	font-size: 15px;
	font-weight: normal;
}
.search-carname .btn-select span {
	font-size: 18px;
	font-weight: bold;
}
.search-maker {
	font-size: 0;
}
.search-maker em.multi {
	display: inline-block;
	position: relative;
	margin: 0 2.75%;
	padding: 0;
	width: 1px;
	height: 35px;
	background: #666;
	transform: rotate(45deg);
	vertical-align: middle;
}
.search-maker em.multi::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -17px;
	width: 35px;
	height: 1px;
	margin-top: -1px;
	background: #666;
}
.btn-value {
	display: inline-block;
	width: 49%;
}
.btn-value .select-wrap {
	border: none;
}
.btn-value .select-wrap::after {
	background: none;
}
.btn-value .select-wrap .val {
	height: auto;
	padding: 25px 20% 24px 8%;
	color: #332f2b;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.0 !important;
	background: url(/U-Car/resource/img/icon/icn_btn_plus.png?v=20200401) #f2f0eb no-repeat right 25px center;
	background-color: #f2f0eb;
	border: none;
	border-bottom: 1px solid #d1cec9;
	border-radius: 5px;
}
.btn-value .select-wrap select {
	opacity: 0;
	padding: 20px 20% 19px 8%;
	color: #332f2b;
	font-size: 18px;
	font-weight: bold;
}
.btn-value .select-wrap select option {
	color: #332f2b;
	font-size: 15px;
	background: #fff;
}
.btn-value .select-wrap:hover .val {
	color: #e70012;
	background-color: #ebe9e4;
}
.btn-value .select-wrap select:hover option {
	color: #332f2b;
}
.btn-value .select-wrap:first-child .val {
	border-radius: 5px 0 0 5px;
}
.btn-value .select-wrap:last-child .val {
	border-radius: 0 5px 5px 0;
}
.btn-value .select-wrap + .select-wrap {
	margin-left: 1px;
}
.btn-search {
	width: 14.6%;
	height: auto;
	margin-left: 1%;
	padding: 25px 2% 24px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	background: url(/U-Car/resource/img/icon/icn_btn_search.png) #e70012 no-repeat right 35px center;
	border: 1px solid #e70012;
	border-radius: 5px;
}
.btn-search img {
	margin-left: 10px;
	padding-bottom: 4px;
	vertical-align: middle;
}
.btn-search:hover {
	color: #e70012;
	background: url(/U-Car/resource/img/icon/icn_btn_search_on.png?v=20200401) #fff no-repeat right 35px center;
	text-decoration: none;
}

/* ==========================================================================
   .search-multi
   ========================================================================== */
.search-multi {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.search-multi-body {
	border: 1px solid #ccc;
	padding: 20px 24px;
}
.search-multi-body .button {
	width: 100%;
}
.search-multi-body dl:before,
.search-multi-body dl:after { content: " "; display: table; }
.search-multi-body dl:after { clear: both; }
.search-multi-body dl { *zoom: 1; }

.search-multi-body dt {
	width: 30%;
	text-align: left;
	float: left;
	line-height: 32px;
	box-sizing: border-box;
}
.search-multi-body dd {
	float: right;
	width: 70%;
	box-sizing: border-box;
}

.search-multi-body dl.search-maker dt,
.search-multi-body dl.search-area dt {
	line-height: 32px;
}
.search-multi-body dl.search-maker dd,
.search-multi-body dl.search-area dd {
	line-height: 32px;
}

.search-multi-body .line-01 dd {
	line-height: 40px;
	padding-right: 0.5em;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


.search-multi-body > div,
.search-multi-body > dl {
	margin: 0 0 12px 0;
}
.search-multi dt{
	font-weight: bold;
}
.search-multi .search-price dd {
	letter-spacing: -0.4em;
}
.search-multi .search-price dd > .select-wrap {
	width: 45%;
}
.search-multi .search-price dd > span {
	letter-spacing: 0em;
	width: 10%;
	display: inline-block;
	text-align: center;
}
.search-multi .search-price dd > input[type="radio"] + label, input[type="checkbox"] + label{
	margin:0px;
}
.search-price p, .search-month-price p {
text-align:right; display: inline-block;position: absolute; width:100%; top:40px;right: 0;
}
input[type=checkbox] + label:before,
input[type=checkbox] + .chk_box:before {
	left: 7px;
	height: 12px;
	margin-top: -11px;
	box-shadow: 2px -1px 3px -1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px -1px 3px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px -1px 3px -1px rgba(0,0,0,0.5);
}
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + .chk_box:after {
	background-color: #e70012;
	border: none;
}
input[type="checkbox"] + label:hover {
	color: #e70012;
}
.search-multi .search-price {
	margin: 0 0 9px 0;
}
.search-multi .search-price .search-price-select {
	line-height: 1.3;
}

.search-multi .search-month-price {
	padding: 10px;
	background: #ddd;
}
.search-multi .search-month-price dt {
	width: 28.9%;
	font-weight: normal;
}
.search-multi .search-month-price dt span {
	display: block;
	font-size: 11px;
	line-height: 1.2;
}
.search-multi .search-month-price dd {
	width: 71.1%;
	letter-spacing: -0.4em;
}
.search-multi .search-month-price dd > .select-wrap {
	width: 43%;
}
.search-multi .search-month-price dd > span {
	letter-spacing: 0em;
	width: 14%;
	display: inline-block;
	text-align: center;
}
.search-multi .search-month-price dd > input[type="radio"] + label, input[type="checkbox"] + label{
	margin:0px;
}

.search-multi .search-tvalue dt {
	position: relative;
	text-indent: -9999px;
	background: url("/U-Car/resource/img/icon/logo_tvalue_l.png") no-repeat left 20%;
}
.search-multi .search-tvalue dt::after {
	content: "のクルマ";
	display: block;
	position: absolute;
	top: -3px;
	left: 64px;
	font-size: 10px;
	text-indent: 0;
}
.search-multi .search-tvalue .select-wrap {
	width: 100%;
}
.search-multi .search-safety {
	margin: 0 0 19px 0;
}
.search-multi .search-safety dt {
	position: relative;
	padding: 9px 0 39px;
	background: url("/U-Car/resource/img/icon/icon_safety.png") no-repeat left bottom;
	line-height: 1;
}
.search-multi .search-safety dt a.question {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.search-multi .search-safety dd:last-child {
	margin-top: 10px;
}
.search-multi .search-view_360 dt {
	text-indent: -9999px;
	background: url("/U-Car/resource/img/icon/icon_view360_02.png") no-repeat left 20%;
	background-size: contain;
}
/*.search-multi .search-view_360 dd {
	font-weight: bold;
}*/
.search-multi .search-new dt {
	line-height: 18px;
}
.search-multi .search-new dd{
	line-height: 18px;
}
.search-multi .search-view_360 {
	margin: 0 0 9px 0;
}

.search-multi .search-bottom {
	margin: 20px 0 0;
}


/* ==========================================================================
   .search-bodytype
   ========================================================================== */
/*.search-bodytype {
	width: 49%;
	float: right;
	box-sizing: border-box;
}*/
.search-section h3 {
	margin-top: 55px;
	margin-bottom: 30px;
	font-size: 27px;
	color: #332f2b;
}
.search-section h3 span {
	font-size: 15px;
	font-weight: normal;
}
.search-section h3::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 26px;
	margin-right: 15px;
	margin-bottom: 4px;
	background: url("/U-Car/resource/img/icon/icn_heading_02.png?v=20200401");
	vertical-align: middle;
}
.search-section .note {
	margin-top: 10px;
	font-size: 12px;
}


.list-bodytype,
.list-ranking {
	font-size: 0;
}
.list-bodytype li,
.list-ranking li {
	display: inline-block;
	margin-left: -1px;
	padding: 6px 2.5% 6px 5px;
	color: #332f2b;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 15px center, url(/U-Car/resource/img/tab_bdr.png) no-repeat right 0 bottom;
	border-bottom: 1px solid #d6d1c9;
	box-sizing: border-box;
	cursor: pointer;
}
.list-bodytype li.hybrid {
	width: 15%;
}
.list-bodytype li.compact {
	width: 13.6%;
}
.list-bodytype li.sedan {
	width: 11%;
}
.list-bodytype li.sporty {
	width: 14%;
}
.list-bodytype li.wagon {
	width: 10.9%;
}
.list-bodytype li.minivan {
	width: 12.4%;
}
.list-bodytype li.suv {
	width: 10.2%;
}
.list-bodytype li.minicar {
	width: 12.9%;
}
.list-ranking li {
	width: 25%;
	padding: 6px 0;
	text-align: center;
	background: url(/U-Car/resource/img/tab_bdr.png) no-repeat right bottom;
}
.list-ranking li:first-child {
	background: url(/U-Car/resource/img/tab_bdr.png) no-repeat left bottom, url(/U-Car/resource/img/tab_bdr.png) no-repeat right bottom;
}
.list-car > .list-ranking.col-5 li {
	width: 20%;
}
.list-car > .list-ranking.col-6 li {
	width: 16.64%;
}
.list-ranking li span {
	padding-right: 14px;
	background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right center;
}
.list-bodytype li:last-child {
	background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 15px center;
}
.list-bodytype li.act,
.list-ranking li.act {
	color: #b8b6b4;
	border-bottom: 6px solid #2e2720;
	border-radius: 5px 5px 0 0;
	background: url(/U-Car/resource/img/icon/icn_btn_tab_act.png) #59534c no-repeat right 15px center;
}
.list-ranking li.act {
	background: #59534c;
}
.list-car > .list-ranking li.act {
	border-bottom: 4px solid #2e2720;
	background: url(/U-Car/resource/img/tab_bdr.png) no-repeat left bottom, url(/U-Car/resource/img/tab_bdr.png) no-repeat right bottom;
	background-color: #fff;
}
.list-ranking li.act span {
	background: url(/U-Car/resource/img/icon/icn_btn_tab_act.png) no-repeat right center;
}
.list-bodytype li:hover,
.list-ranking li:hover {
	color: #0447b3;
}
.list-bodytype li.act:hover,
.list-ranking li.act:hover {
	opacity: .8;
	color: #b8b6b4;
}
.bodytype-box {
	position: relative;
	margin-top: 2px;
}
.bodytype-box .list-car {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}
.bodytype-box .list-car.act {
	display: block;
	position: relative;
}
.bodytype-box .list-car li {
	display: inline-block;
	max-width: 236px;
	vertical-align: top;
}
.bodytype-box .list-car li a {
	display: block;
	text-decoration: none;
}
.bodytype-box .list-car li a:hover span.img {
	opacity: .7;
}
.bodytype-box .list-car li a:hover span {
	color: #e70012;
}
.bodytype-box .list-car li span.img {
	display: flex;
	width: 236px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.bodytype-box .list-car li span.img img {
	max-width: 236px;
	height: auto;
}
.bodytype-box .list-car li span.name {
	display: table;
	margin: 10px auto;
	padding-right: 34px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #332f2b;
	text-align: center;
	background: url(/U-Car/resource/img/icon/icn_car_link.png?v=20200401) no-repeat right top;
}

.btn-look {
	display: block;
	height: auto;
	padding: 19px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0 !important;
	background-image: none;
	background-color: #e70012;
	border: 1px solid #e70012;
	border-radius: 5px;
}
.btn-look:hover {
	color: #e70012;
	background-color: #fff;
	text-decoration: none;
}
.btn-look > span {
	padding-right: 36px;
	background: url(/U-Car/resource/img/icon/icn_car_link.png?v=20200401) no-repeat right 1px center;
}

.search-carname .btn-select {
	width: 48.6%;
	text-align: center;
	background: url(/U-Car/resource/img/icon/icn_search_link.png?v=20200401) #f2f0eb no-repeat right 25px center;

}
.search-carname .btn-select:hover {
	background-color: #ebe9e4;
}
.search-carname .btn-select + .btn-select {
	margin-left: 2.2%;

}
.list-value-box .search-section {
	display: inline-block;
	width: 48.7%;
	vertical-align: top;
}
.search-month-price {
	margin-left: 2%;
}
.list-value-box .search-section div {
	display: table;
	width: 105%;
	margin: 11px -11px 0;
	border-spacing: 11px 0;
}
.list-value-box .search-section div a {
	display: table-cell;
}

.btn-price {
	width: 145px;
	height: auto;
	padding: 20px 0;
	color: #332f2b;
	font-size: 12px;
	line-height: 1.0 !important;
	background-image: none;
	background-color: #f2f0eb;
	border: none;
	border-bottom: 1px solid #d1cec9;
	border-radius: 5px;

}
.btn-price:hover {
	color: #e70012;
	background-color: #ebe9e4;
	text-decoration: none;
}
.btn-price em {
	padding-right: 3%;
	font-size: 34px;
	letter-spacing: -3px;
}
.search-month-price-select {
	margin-top: 25px;
	font-size: 12px;
}
.search-month-price-select label {
	float: right;
}

.search-ranking .ranking-box {
	position: relative;
	font-size: 0;
}
.search-ranking .ranking-box .list-car {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 15px;
}
.search-ranking .ranking-box .list-car.act {
	display: block;
	position: relative;
}
.search-ranking .ranking-box .car-box {
	display: inline-block;
	width: 295px;
	margin-top: 43px;
	border: 1px solid #e8e6e1;
	border-radius: 5px;
	vertical-align: top;
}
.search-ranking .ranking-box .car-box + .car-box {
	margin-left: 2.7%;
}
.search-ranking .ranking-box .car-box:hover span.img {
	opacity: .7;
}
.search-ranking .ranking-box .car-box:hover span,
.search-ranking .ranking-box .car-box:hover span.btn {
	color: #e70012;
}
.search-ranking .ranking-box .car-box a {
	position: relative;
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
}
.search-ranking .ranking-box .car-box span {
	display: block;
	padding: 10px 0;
	color: #332f2b;
	font-size: 18px;
	text-align: center;
}
.search-ranking .ranking-box .car-box span.car-name {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 5%;
	line-height: 1.25;
}
.search-ranking .ranking-box .car-box span.img {
	display: flex;
	width: 240px;
	height: 140px;
	margin: 15% auto 0;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.search-ranking .ranking-box .car-box span.img img {
	max-width: 240px;
	height: auto;
}
.search-ranking .ranking-box .car-box span.btn {
	display: table;
	margin: 0 auto;
	padding: 5px 34px 0 0;
	color: #332f2b;
	font-size: 15px;
	background: url(/U-Car/resource/img/icon/icn_car_link.png?v=20200401) no-repeat right center;
}
.search-ranking .ranking-box .car-box a:before {
	content: "";
	display: block;
	width: 70px;
	height: 82px;
	margin: -37px auto 0;
}
.search-ranking .ranking-box .car-box.first {
	border-top: 8px solid #ed2618;
}
.search-ranking .ranking-box .car-box.first a:before {
	background: url(/U-Car/resource/img/icon/icn_ranking_no01.png) no-repeat center;
}
.search-ranking .ranking-box .car-box.second {
	border-top: 8px solid #fa5914;
}
.search-ranking .ranking-box .car-box.second a:before {
	background: url(/U-Car/resource/img/icon/icn_ranking_no02.png) no-repeat center;
}
.search-ranking .ranking-box .car-box.third {
	border-top: 8px solid #f0a505;
}
.search-ranking .ranking-box .car-box.third a:before {
	background: url(/U-Car/resource/img/icon/icn_ranking_no03.png) no-repeat center;
}
.search-ranking .ranking-box .car-box.fourth {
	margin-left: 0;
}
.search-ranking .ranking-box .car-box.fourth a:before {
	background: url(/U-Car/resource/img/icon/icn_ranking_no04.png) no-repeat center;
}
.search-ranking .ranking-box .car-box.fifth a:before {
	background: url(/U-Car/resource/img/icon/icn_ranking_no05.png) no-repeat center;
}
.search-ranking .ranking-box .car-box.fourth,
.search-ranking .ranking-box .car-box.fifth {
	width: 457px;
	margin-top: 38px;
	border-top: 8px solid #59534c;
}
.search-ranking .ranking-box .car-box.fourth a,
.search-ranking .ranking-box .car-box.fifth a {
	display: inline-block;
	padding: 0 23.9% 20px;
}
.search-ranking .ranking-box .car-box.fourth span.car-name,
.search-ranking .ranking-box .car-box.fifth span.car-name {
	margin-top: 3%;
}
.search-ranking .ranking-box .car-box.fourth a:before,
.search-ranking .ranking-box .car-box.fifth a:before {
	width: 52px;
	height: 52px;
	margin: -20px auto 0;
}

.search-feature .feature-box {
	display: table;
	margin-left: -12px;
	margin-right: -12px;
	font-size: 0;
	border-spacing: 12px 0;
}
.search-feature .feature-box li {
	display: table-cell;
	width: 306px;
	font-size: 15px;
	background: url(/U-Car/resource/img/icon/icn_search_link.png?v=20200401) #f2f0eb no-repeat right 11px bottom 11px;
	border-bottom: 1px solid #d1cec9;
	border-radius: 5px;
	vertical-align: top;
}
.search-feature .feature-box li img {
	width: 100%;
}
.search-feature .feature-box li.online {
	position: relative;
}
.search-feature .feature-box li.online .link-txt {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 40px 10px 0;
	font-size: 14px;
}
.search-feature .feature-box li:hover {
	background-color: #ebe9e4;
}
.search-feature .feature-box li a {
	display: block;
	text-decoration: none;
}
.search-feature .feature-box li a:hover,
.search-feature .feature-box li a:hover small {
	color: #e70012;
}
.search-feature .feature-box li p {
	margin: 0;
	padding: 20px 20px 60px;
}
.search-feature .feature-box li span {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.search-feature .feature-box li span small {
	font-size: 12px;
}

.search-ability .ability-box {
	display: table;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 11px;
	font-size: 0;
	border-spacing: 12px 0;
}
.search-ability .ability-box li {
	display: table-cell;
	width: 306px;
	background-color: #f2f0eb;
	border-bottom: 1px solid #d1cec9;
	border-radius: 5px;
}
.search-ability .ability-box li:hover {
	background-color: #ebe9e4;
}
.search-ability .ability-box li a:hover {
	color: #e70012;
}
.search-ability .ability-box li img {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.search-ability .ability-box li a {
	display: block;
	text-decoration: none;
}
.search-ability .ability-box li p {
	display: inline-block;
	max-width: calc(100% - 90px);
	margin: 20px 8px  20px 0;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.search-ability .ability-box li span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.charm_area {
	margin-top: 60px;
	padding: 80px 0 90px;
	background-color: #f2f0eb;
}
.charm_area .inner {
	width: 1280px;
	margin: 0 auto;
	color: #fff;
	text-align: right;
}
.charm_area h2 {
	padding-left: 1.2em;
	color: #332f2b;
	font-size: 36px;
	text-indent: -1.2em;
}
.charm_area h2::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 4px;
	background: url("/U-Car/resource/img/icon/icn_heading_01.png?v=20200401");
	vertical-align: middle;
}
.btm_line {
	margin-bottom: 38px;
	padding-bottom: 23px;
	border-bottom: 1px solid #d6d1c9;
}
.charm_area .side_line {
	margin: 0 auto 30px;
	font-size: 27px;
	font-weight: bold;
	color: #332f2b;
	text-align: center;
}
.charm_area .side_line:before,
.charm_area .side_line:after {
	display: inline-block;
	content: "";
	width: 27%;
	height: 1px;
	background-color: #d6d1c9;
	vertical-align: middle;
}
.charm_area .side_line:before {
	margin-right: 5px;
}
.charm_area .side_line:after {
	margin-left: 5px;
}
.charm_area .charm-box {
	margin-bottom: 38px;
	font-size: 0;
}
.charm_area .charm-box li {
	display: inline-block;
	width: 400px;
	color: #332f2b;
	font-size: 27px;
	text-align: left;
}
.charm_area .charm-box li.sp {
	display: none;
}
.charm_area .charm-box li span {
	display: block;
	min-height: 160px;
	margin-top: 5px;
	padding-right: 80px;
	font-size: 15px;
}
.charm_area .charm-box li strong {
	font-weight: bold;
}
.charm_area .charm-box li + li {
	margin-left: 39px;
}
.charm_area .charm-box li.bg-01 {
	background: url(/U-Car/resource/img/bg_charm_01.png) no-repeat right top 20%;
}
.charm_area .charm-box li.bg-02 {
	background: url(/U-Car/resource/img/bg_charm_02.png) no-repeat right top 20%;
}
.charm_area .charm-box li.bg-03 {
	background: url(/U-Car/resource/img/bg_charm_03.png) no-repeat right top 20%;
}
.charm_area .img{
	margin: 38px auto;
}
.charm_area .img img {
	border-radius: 5px;
}
.btn-charm {
	width: 48.4375%;
	height: auto;
	padding: 0;
	border-radius: 5px;
}
.btn-charm:hover {
	opacity: .8;
}
.btn-charm img {
	width: 100%;
}
.btn-charm + .btn-charm {
	margin-left: 3.125%;
}
.sellcars_area {
	margin-top: 60px;
}
.sellcars_area .inner {
	width: 1280px;
	margin: 0 auto;
	color: #fff;
	text-align: right;
}
.sellcars_area h2 {
	padding-left: 1.2em;
	color: #332f2b;
	font-size: 36px;
	text-indent: -1.2em;
}
.sellcars_area h2::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 4px;
	background: url("/U-Car/resource/img/icon/icn_heading_01.png?v=20200401");
	vertical-align: middle;
}
.sellcars_area .banner {
	max-width: 100%;
}
.sellcars_area .banner a:hover {
	opacity: .8;
}
.sellcars_area .banner img {
	max-width: 100%;
}
.nearshop_area {
	margin-top: 80px;
}
.nearshop_area .inner {
	width: 1280px;
	margin: 0 auto;
	color: #fff;
}
.nearshop_area .title_area h2 {
	float:left;
	padding-left: 1.2em;
	color: #332f2b;
	font-size: 36px;
	text-indent: -1.2em;
}
.nearshop_area .title_area h2::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 4px;
	background: url("/U-Car/resource/img/icon/icn_heading_01.png?v=20200401");
	vertical-align: middle;
}
.nearshop_area .title_area h2 span {
	display: inline-block;
	margin-left: 35px;
	padding-bottom: 10px;
	font-size: 18px;
	text-indent: 0;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
	background-size: 4px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: text-top;
}
.nearshop_area .title_area h2 a {
	text-decoration: none;
}
.nearshop_area .title_area .region {
	float:right;
	max-width: 55%;
}
.nearshop_area .region {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	color: #332f2b;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
	background-size: 4px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.nearshop_area .region::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 16px;
	margin-right: 10px;
	background: url(/U-Car/resource/img/icon/icn_position.png?v=20200401);
	vertical-align: middle;
}
.nearshop_area .region > span {
	display: inline-block;
	max-width: 68%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.nearshop_area .nearshop-box {
	font-size: 0;
}
.nearshop_area .nearshop-box li {
	display: inline-block;
	width: 426px;
	color: #332f2b;
	vertical-align: top;
}
.nearshop_area .nearshop-box li p.img {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.nearshop_area .nearshop-box li p.img span {
	display: flex;
	width: 188px;
	height: 144px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.nearshop_area .nearshop-box li p.img span img {
	max-width: 188px;
	max-height: 144px;
}
.nearshop_area .nearshop-box li dl {
	display: inline-block;
	width: 215px;
	margin: 0 10px;
	font-size: 12px;
	vertical-align: middle;
}
.nearshop_area .nearshop-box li dt {
	display: block;
	font-size: 18px;
	font-weight: bold;
	word-break: break-word;
	line-height: 1.6em
}
.nearshop_area .nearshop-box li dd + dd {
	margin-top: 15px;
	font-weight: bold;
}
.nearshop_area .nearshop-box li dl dd > p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nearshop_area .nearshop-box li dd p.shop_time {
	max-height: 7.5em;
	padding-left: 1.0em;
	text-indent: -1.0em;
	white-space: initial;
}
.nearshop_area .nearshop-box li .link {
	padding-right: 12px;
	color: #332f2b;
	text-decoration: none;
	background: url(/U-Car/resource/img/icon/icn_right_link.png?v=20200401) no-repeat right center;
}
.nearshop_area .nearshop-box li .link:hover {
	color: #e70012;
}

/* ==========================================================================
   .search-shop
   ========================================================================== */

.search-shop {
	clear: both;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	line-height: 0;
}
.search-shop .ucar-search-top h4{
	display: none;
}
.search-shop ul{
	padding: 20px 24px;
}
.search-shop ul li{
	margin-bottom: 20px;
}
.search-shop ul li:before,
.search-shop ul li:after { content: " "; display: table; }
.search-shop ul li:after { clear: both; }
.search-shop ul li { *zoom: 1; }

.search-shop ul li:last-child{
	margin-bottom: 0;
}
.search-shop .list-search-shop{
	display: block;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.search-shop .list-search-shop li a.link_r {
	display: inline-block;
	margin: 5px 0;
	box-sizing: border-box;
	line-height: 1.2;
}

.search-shop .list-search-shop dl{
	margin: 0;
	width: 100%;
	letter-spacing: -0.4em;
}
.search-shop .list-search-shop dt{
	clear: both;
	padding: 0;
	text-align: left;
	width: auto;
	letter-spacing: 0em;
	box-sizing: border-box;
	font-weight: bold;
}
.search-shop .list-search-shop li:last-child dt{
	width: 100px;
	line-height: 40px;
}
.search-shop .list-search-shop dd{
	display: inline-block;
	overflow: visible;
	box-sizing: border-box;
}
.search-shop .list-search-shop dd:nth-child(2){
	width:74%;
	letter-spacing: -0.4em;
}

.search-shop .list-search-shop dd:nth-child(3) .button{
	width: 200px;
}

.search-shop .list-search-shop dd .select-wrap {
	margin-right: 15px;
}
.search-shop .list-search-shop .select-wrap:nth-child(1){
	width: 20%;
}
.search-shop .list-search-shop .select-wrap:nth-child(2){
	width: 40%;
}
.search-shop .list-search-shop .select-wrap:nth-child(3){
	width: 30%;
	margin-right: 0;
}

@-moz-document url-prefix() {
	.search-shop .list-search-shop .select-wrap:nth-child(3) select {
		min-width: 254px;
	}
}

.search-shop .list-search-shop li.search_area {
	margin-bottom: 0px;
}

.search-shop .list-search-shop li.search_area dl {
	width:100%;
}
.search-shop .list-search-shop li.search_area dl dt{
	display: inline-block;
	overflow: visible;
	box-sizing: border-box;
	width:74%;
}
.search-shop .list-search-shop li.search_area dl dd{
	width:20%;
}
.search-shop .list-search-shop li.search_area dl dd .button{
	width: 200px;
}



/* ==========================================================================
   .summary-grid
   ========================================================================== */
.summary-grid{
	*zoom: 1;
	width: 102%;
	margin-left: -2%;
}
.summary-grid:before,
.summary-grid:after { content: " "; display: table; }
.summary-grid:after { clear: both; }
.summary-grid { *zoom: 1; }

.summary-grid dd.tvalue-class img,
.summary-grid li.new dt a,
.summary-grid li.new dt a:after{
	width: 100%;
	height:auto;
}

.summary-grid li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2%;
	width: 23%;
	border-bottom: 0;
}
/*.summary-grid li:nth-child(6n){

	padding-left: 0;
}*/
.summary-grid li:nth-child(n + 5){
	margin-top:15px;
}

.summary-grid li{
	padding-bottom:5px;
}
.summary-grid li > dl {
	margin: 0;
}
.summary-grid > li > dl > dt {
	width: 204px;
	min-height:153px;
	background:#f2f2f2;
	overflow: hidden;
	position: relative;
}
.summary-grid li dt img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.summary-grid dd.tvalue-class img {
	height: auto;
	min-height: 34px;
}

.summary-grid dd.carname{
	margin: 8px 5px 0;
}
.summary-grid dd.carname a:hover{
	text-decoration: underline;
}
.summary-grid dd dt{
	margin-right: 10px;
	margin-left:5px;
}
.summary-grid dd.bodyprice dl,
.summary-grid dd.totalprice dl,
.summary-grid dd.year dl,
.summary-grid dd.milage dl{
	overflow: hidden;
}
.summary-grid dd.hidden dl,
.summary-grid dd.incidentalplan p{
	display: none;
}
.summary-grid dd.incidentalplan.visible p{
	display: block;
}
.summary-grid dd.bodyprice dt,
.summary-grid dd.totalprice dt{
	margin-top: 4px;
}
.summary-grid dd.bodyprice .value,
.summary-grid dd.totalprice .value{
	display: inline-block;
}
.summary-grid dd.incidentalplan{
	height: 20px;
	margin-bottom: 8px;
}
.summary-grid dd.incidentalplan p{
	padding-left: 58px;
}

.summary-grid dd.incidentalplan,
.summary-grid dd.year,
.summary-grid dd.milage{
	margin-top: 5px;
}

.summary-grid li.new dd.carname:after {
	content: "NEW";
	color :#fff;
	font-size:12px; font-size:1.2rem;
    width: 40px;
    background-color: #c54844;
    margin-left: 5px;
	padding: 1px 4px 0px;
}
.summary-grid dd.carname a {
	font-weight: bold;
	text-decoration: none;
}
.summary-grid dd.carname a:hover {
	color: #ccc;
	text-decoration: none;
}

.summary-grid dd.bodyprice dt,
.summary-grid dd.totalprice dt {
	margin-top: 4px;
}
.summary-grid dd.bodyprice dd .value,
.summary-grid dd.totalprice dd .value {
	font-weight: bold;
	font-size:16px; font-size:1.6rem;
}
.summary-grid dd.bodyprice dd .value {
	color: #c54844;
}
.summary-grid dd.totalprice dd .value {
	color: #4f719c;
}
.summary-grid dd.carname .value{
	font-weight: bold;
	margin-left:4px;
}
.summary-grid li.pre-price dd.bodyprice dd .value:before,
.summary-grid li.pre-price dd.totalprice dd .value:before {
    content: "予定 ";
    color: #43484c;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.summary-grid dd dl {
	margin: 0;
}
.summary-grid dd dt {
	margin-right: 10px;
}
.summary-grid dd dt,
.summary-grid dd dd {
	float: left;
	font-size:12px; font-size:1.2rem;
}
.summary-grid dd.date{
	font-size:12px; font-size:1.2rem;
	margin-top:4px;
}
.summary-grid dd.linkdetail{
	font-size:12px; font-size:1.2rem;
	margin-top:10px;
	text-align: center;
}
.summary-grid dd.linkdetail a{
	padding:0px 40px 2px 30px;

}


.summary-grid .date.new:after,
.summary-grid .date.exhibition span:after,
.summary-grid .date.intend-exhibition span:after{
	display: block;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size:10px; font-size:1.0rem;
	padding: 1px 5px 0;
	background-color: #668fc5;
	text-align: center;
	box-sizing: border-box;
}


/* ==========================================================================
   .search-direct
   ========================================================================== */
.search-direct {
	margin: 0;
	width: 102%;
	margin-left: -2%;
}
.search-direct:before,
.search-direct:after { content: " "; display: table; }
.search-direct:after { clear: both; }
.search-direct { *zoom: 1; }


.search-direct li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2%;
	margin-bottom:15px;
	width: 23%;
	display: block;
	border: solid 1px #ccc;
	text-indent: -7777px;
}
.search-direct li:nth-child(5),
.search-direct li:nth-child(6) {
	margin-bottom: 0;
}


.search-direct li a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.search-direct li a:hover{
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
.search-direct li.safety a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-safty.png");
}
.search-direct li.mileage a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-mileage.png");
}
.search-direct li.modelyear a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-model-year.png");
}
.search-direct li.environment a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-environment.png");
}
.search-direct li.price a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-price.png");
}
.search-direct li.driving a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-driving.png");
}
.search-direct li.c4wd a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-4wd.png");
}
.search-direct li.import a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-import.png");
}
.search-direct li.shouyou a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-shouyou.png");
}
.search-direct li.welcab a{
	background-image: url("/U-Car/resource/img/banners/smartsearch-welcab.png");
}

/* ==========================================================================
   .search-state
   ========================================================================== */
.search-state {
}
.search-state:before,
.search-state:after { content: " "; display: table; }
.search-state:after { clear: both; }
.search-state { *zoom: 1; }

.search-state dt {
	clear: left;
	width: 130px;
	height: 14px;
	padding: 0 20px;
	font-weight: bold;
	line-height: 16px;
}
.search-state dt,
.search-state dd {
	float: left;
	box-sizing: border-box;
}
.search-state dd ul {
	margin: 0;
}
.search-state dd ul li {
	float: left;
	margin-bottom: 8px;
	padding: 0 25px 0 5px;
	line-height: 16px;
	box-sizing: border-box;
}
.search-state dd ul li a {
	color: #555;
	text-decoration: underline;
}
.search-state dd ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}


/* ==========================================================================
   .explanation
   ========================================================================== */
.explanation {
	clear:both;
	width: 100%;
	margin-top: 20px;
	padding: 20px 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.explanation p {
	margin: 0 auto;
	font-size:12px; font-size:1.2rem;
	line-height: 1.6;
}

/* ==========================================================================
   cp_bnr
   ========================================================================== */
.cp_bnr_wrap {
	text-align: center;
}
.cp_bnr {
	overflow: hidden;
	position: relative;
	margin: 10px 0 0;
	padding-top: 24.713%;
}
.cp_bnr li {
	position: absolute;
	top: 0;
	left: 0;
}
.cp_bnr li:first-child {
	z-index: 60;
}
.cp_bnr li:nth-child(2) {
	z-index: 50;
}
.cp_bnr li:nth-child(3) {
	z-index: 40;
}
.cp_bnr li:nth-child(4) {
	z-index: 30;
}
.cp_bnr li:nth-child(5) {
	z-index: 20;
}
.cp_bnr li:last-child {
	z-index: 10;
}

ul.cp_bnr_locator li {
	height: 8px !important;
	width: 7px !important;
	margin: 0 7px 0 0 !important;
}
.cp_bnr_locator li:last-child {
	margin: 0 !important;
}


/*tm追記*/
.carnew a:after {
	content: "NEW";
	width: 40px;
	background-color: #c54844;
	margin-left: 5px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size:10px;
	font-size:1.0rem;
	padding: 0px 3px;
	}


/* ==========================================================================
   #modal-supportcar
   ========================================================================== */

#modal-supportcar.modal.modal-01 {
	width: 840px;
}
#modal-supportcar .supportcar-link a {
	display: block;
	width: 640px;
	padding: 18px 0;
	background: url(/U-Car/resource/img/modal/blank_img_gray.gif) no-repeat right 4% bottom 55% #999;
	background-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
#modal-supportcar .supportcar-link a:hover {
	opacity: 0.5;
}
#modal-supportcar figure,
#modal-supportcar figure img,
#modal-supportcar figure figcaption {
	display: inline-block;
	vertical-align: top;
}
#modal-supportcar figure {
	width: 410px;
}
#modal-supportcar figure:first-of-type {
	margin-right: 20px;
}
#modal-supportcar figure figcaption {
	width: 290px;
	margin-left: 15px;
}
#modal-supportcar figure figcaption dl {
	margin: 0;
}
#modal-supportcar figure figcaption dt {
	background: #00a79e;
	color: #fff;
	padding-left: 10px;
}
#modal-supportcar figure figcaption dd {
	line-height: 1.6;
}
#modal-supportcar .supportcar-note li {
	padding-left: 1em;
	text-indent: -1em;
}
#modal-supportcar .supportcar-note li::before {
	content: '※';
}

/* ==========================================================================
   #modal-brake
   ========================================================================== */

#modal-brake.modal.modal-01 {
	width: 840px;
}
#modal-brake .brake-text,
#modal-brake figure {
	display: inline-block;
	vertical-align: top;
}
#modal-brake .brake-text {
	width: 362px;
	margin-right: 14px;
}
#modal-brake figure {
	width: 450px;
}
#modal-brake figure img {
	width: 100%;
}

/* ==========================================================================
   #modal-pedal
   ========================================================================== */

#modal-pedal.modal.modal-01 {
	width: 840px;
}
#modal-pedal .pedal-text,
#modal-pedal figure {
	display: inline-block;
	vertical-align: top;
}
#modal-pedal .pedal-text {
	width: 362px;
	margin-right: 14px;
}
#modal-pedal figure {
	width: 450px;
}
#modal-pedal figure img {
	width: 100%;
}


@media screen and (max-width: 768px) {

	span.dealerNm{
		padding-left:10px;
	}

	.modalIcondescription{
		text-align: right;
	}

	#main {
		margin:0 auto 10%;
		width: 100%;
	}
	.container {
		float:none;
		width: 100%;
		margin: 8% 0 0 0;
		padding-left: 0px;
		padding-right: 0px;
	}

	#ucar-top h2 {
		display: inline-block;
		width: 54%;
		margin-top: 3%;
		margin-bottom: 5%;
		font-size: 24px;
		line-height: 1.0;
	}
	#ucar-top h2::before {
		width: 26px;
		height: 26px;
		margin-right: 3%;
		background: url(/U-Car/resource/img/icon/icn_heading_01.png?v=20200401) no-repeat;
		background-size: 26px;
	}
	.nearshop_area .title_area h2 {
		width: 100%;
		font-size: 24px;
	}
	.nearshop_area .title_area h2::before {
		width: 26px;
		height: 26px;
		margin-right: 3%;
		background-size: 26px;
	}
	.nearshop_area .title_area h2 span {
		margin-top: 2%;
		margin-left: 3%;
		padding-bottom: 1%;
		font-size: 11px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.r_navi{
		float: none;
		display: block;
		width: 100%;
	}
	.r_navi .recommended_area {
		width: 96%;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		border: none;
	}
	.r_navi .recommended_area span.modalIcondescription a {
		text-align: right;
	}
	.r_navi .recommended-grid > li {
		display: inline-block;
		width: 47%;
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
		background-size: 4px 1px;
		background-position: 0 99.8%;
		background-repeat: repeat-x;
		vertical-align: top;
	}
	.r_navi .recommended-grid > li +li {
		margin-left: 3%;
	}
	.r_navi .recommended-grid > li > dl {
		width: 100%;
		margin: 0 auto 8%;
		font-size: 0;
	}
	.r_navi .recommended-grid > li > dl > dt {
		width: 100%;
	}
	.r_navi .recommended-grid > li > dl a,
	.r_navi .recommended-grid > li > dl span {
		display: block;
	}
	.r_navi .recommended-grid > li > dl > dt a {
		width: 100%;
	}
	.r_navi .recommended-grid > li > dl > dt img {
		width: 100%;
		border-radius: 5px;
	}
	.r_navi .recommended-grid > li > dl dd dl span {
		display: inline-block;
	}
	.search-top{
		width:96%;
		margin: 0 auto;
	}

	.rel .error{
		margin: 10px auto;
	}

	.sp-pad {
		width:96%;
		margin: 0 auto;
	}
	.bnr_area .inner {
		width: 100%;
		margin: 0 auto;
	}
	.bnr_area ul.bnr{
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	.bnr_area .bnr li {
		width: 25%;
		margin: 0 auto;
	}
	.bnr_area .bnr li img,
	.bnr_area .thum li img {
		width: 100%;
	}
	.bnr_area .bnr li img.pc {
		display: none;
	}
	.bnr_area .bnr li img.sp {
		display: block;
	}
	.bnr_area .thum {
		width: 100%;
		padding: 3% 3% 2%;
		text-align: left;
	}
	.bnr_area .thum .slick-slide {
		width: 14%;
		margin: 3px 0.2% 0;
	}
	.bnr_area .thum.no-slider-2 .slick-slide {
		margin: 3px 4% 0;
	}
	.bnr_area .thum.no-slider-3 .slick-slide {
		margin: 3px 1% 0;
	}
	.bnr_area .thum .slick-slide.slick-current {
		margin-top: 0;
		border-top: 3px solid #e70012;
	}
	.revisit_area {
		padding: 4% 0;
	}
	.revisit_area .inner {
		width: 96%;
	}
	.revisit_area h5 {
		margin: 2% auto;
	}
	.revisit_area .search_history_area h5 {
		margin-top: 8%;
	}
	.revisit_area h5 + p {
		margin-top: 0;
	}
	.revisit_area .favorite_area .more {
		top: 1%;
	}
	.revisit_area .favorite_area,
	.revisit_area .search_history_area {
		display: block;
		width: 100%;
	}
	.revisit_area .favorite_area ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.revisit_area .favorite_area dl dt {
		font-size:12px; font-size:1.2rem;
	}
	.revisit_area .favorite_area dl dt.icon {
		width: 40%;
		min-width: initial;
		margin-right: 5%;
		text-align: center;
		vertical-align: middle;
	}
	.revisit_area .favorite_area dl dt.icon span {
		position: relative;
		display: block;
	}
	.revisit_area .favorite_area dl dt.icon span:after {
		content: "";
		display: block;
		padding-top: 75%;
	}
	.revisit_area .favorite_area dl dt.icon img {
		max-width: 100%;
		height: auto;
	}
	.revisit_area .favorite_area dl dd {
		width: 100%;
	}
	.revisit_area .favorite_area dl .detail {
		width: 54%;
		padding-bottom: 4%;
	}
	.revisit_area .favorite_area dl .under {
		width: 85%;
		border-bottom: 1px solid #e4e0da;
	}
	
	.revisit_area .favorite_area dl .detail .bodyprice dd {
		width: auto;
		vertical-align: bottom;

	}
	.revisit_area .search_history_area ul li {
		border-bottom: 1px solid #e4e0da;
	}
	.revisit_area .search_history_area ul li a {
		padding: 3% 0;
	}
	.charm_area {
		width: 100%;
		margin: 0 auto;
		padding: 15% 0;
		border: none;
	}
	.charm_area .inner {
		width: 100%;
		margin: 0 auto;
	}
	.charm_area h2 {
		display: block;
		font-size: 24px;
		padding-right: 3%;
		padding-left: 10%;
	}
	.charm_area h2::before {
		width: 26px;
		height: 26px;
		margin-right: 3%;
		background-size: 26px;
	}
	.btm_line {
		margin: 0 3% 11%;
		padding-bottom: 8%;
	}
	.charm_area .side_line {
		position: relative;
		margin-right: -3.3%;
		font-size: 17px;
		text-align: left;
		line-height: 1.3;
	}
	.charm_area .side_line span {
		z-index: 1;
		position: relative;
		background-color: #f2f0eb;
	}
	.charm_area .side_line:before {
		display: none;
	}
	.charm_area .side_line:after {
		position: absolute;
		bottom: 24%;
		right: 0;
	}
	.charm_area .charm-box {
		margin-right: -3.3%;
	}
	.charm_area .charm-box li {
		width: 100%;
		font-size: 17px;
		font-weight: bold;
		border: none;
	}
	.charm_area .charm-box li + li {
		margin-top: 10%;
		margin-left: 0;
	}
	.charm_area .charm-box li.bg-01 {
		background: url(/U-Car/resource/img/bg_charm_01_sp.png) no-repeat right top;
		background-size: 35%;
	}
	.charm_area .charm-box li.bg-02 {
		background: url(/U-Car/resource/img/bg_charm_02_sp.png) no-repeat right top;
		background-size: 35%;
	}
	.charm_area .charm-box li.bg-03 {
		background: url(/U-Car/resource/img/bg_charm_03_sp.png) no-repeat right top;
		background-size: 35%;
	}
	.charm_area .charm-box li span {
		min-height: auto;
		padding-right: 15%;
		padding-bottom: 3%;
		font-size: 14px;
		font-weight: normal;
	}
	.charm_area .charm-box li img {
		width: 97%;
	}
	.charm_area .img {
		padding-right: 3%;
		padding-left: 3%;
	}
	.charm_area .img img {
		width: 100%;
	}
	.btn-charm {
		display: block;
		width: auto;
		margin: 2% 3%;
	}
	.sellcars_area {
		width: 100%;
		margin: 15% auto;
		border: none;
	}
	.sellcars_area .inner {
		width: 94%;
		margin: 0 auto;
	}
	.sellcars_area h2 {
		display: block;
		font-size: 24px;
		padding-right: 3%;
		padding-left: 10%;
	}
	.sellcars_area h2::before {
		width: 26px;
		height: 26px;
		margin-right: 3%;
		background-size: 26px;
	}
	.nearshop_area {
		margin-top: 15%;
	}
	.nearshop_area .inner {
		width: 94%;
		margin: 0 auto;
	}
	.nearshop_area .nearshop-box li {
		display: block;
		width: auto;
		padding-bottom: 5%;
		border-top: 1px solid #d6d1c9;
	}
	.nearshop_area .nearshop-box li > p a {
		display: block;
		padding-right: 26px;
		color: #332f2b;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		background: url(/U-Car/resource/img/icon/icn_search_link_s.png?v=20200401) no-repeat right 0 center;
		background-size: 18px;
		text-decoration: none;
	}
	.nearshop_area .nearshop-box li > p a:hover {
		color: #0447b3;
	}
	.nearshop_area .nearshop-box li p.img {
		width: 45%;
	}
	.nearshop_area .nearshop-box li p.img a {
		padding: 0;
		background: none;
	}
	.nearshop_area .nearshop-box li p.img span,
	.nearshop_area .nearshop-box li p.img span img {
		width: 100%;
	}
	.nearshop_area .nearshop-box li p.img span {
		height: auto;
	}
	.nearshop_area .nearshop-box li p.img span img {
		vertical-align: top;
	}
	.nearshop_area .nearshop-box li dl {
		width: 51%;
		margin: 0 0 0 3%;
	}
	.nearshop_area .nearshop-box li dl dd > p a.tel {
		display: inline;
		color: #332f2b;
		text-decoration: none;
	}
	.nearshop_area .nearshop-box li dd p.shop_time {
		max-height: initial;
	}
	.nearshop_area .nearshop-box li .link {
		float: right;
		padding-top: 2%;
		padding-bottom: 2%;
		background-image: url(/U-Car/resource/img/icon/icn_right_link.png?v=20200401), linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
		background-size: 6px 6px, 4px 1px;
		background-position: right center, bottom;
		background-repeat: no-repeat, repeat-x;
		vertical-align: text-top;
	}
	.nearshop_area .btn-look {
		padding: 5% 0;
		text-align: left;
	}
	.nearshop_area .btn-look span {
		display: block;
		line-height: 1.5;
	}


	/* ==========================================================================
	   .btn-utility
	   ========================================================================== */
	.btn-utility {
		position: relative;
	}
	.btn-utility:before,
	.btn-utility:after { content: " "; display: table; }
	.btn-utility:after { clear: both; }
	.btn-utility { *zoom: 1; }

	.btn-utility ul {
		float: right;
	}

	/* ==========================================================================
	   .car-counter
	   ========================================================================== */
	.car-counter {
		float: right;
		position: relative;
		top: inherit;
		width: 46%;
		margin-bottom: 5%;
		text-align: right;
	}
	.car-counter-total,
	.car-counter-today {
		display: inline-block;
		font-size: 16px;
		text-align: left;
		letter-spacing: 0;
	}
	.car-counter-today {
		margin-left: 3%;
	}
	.car-counter-total:before {
		content: "掲載数";
	}
	.car-counter-total:before,
	.car-counter-today:before {
		display: block;
		margin: 0;
		text-align: left;
		font-size: 12px;
	}
	.car-counter-total:after,
	.car-counter-today:after {
		font-size: 12px;
	}

	/* ==========================================================================
	   .banner-wrap
	   ========================================================================== */
	.banner-wrap {
		margin: 20px auto;
		overflow: hidden;
		width: 100%;
	}
	.sp-pad .banner-wrap {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
	}

	/* ==========================================================================
	   .search-multi
	   ========================================================================== */
	.search-multi {
		width: 100%;
		float: none;
	}
	.search-multi h3 {
		margin-top: 0px;
	}
	.search-multi-body {
		padding: 20px 16px;
	}

	.search-multi .search-tvalue dt {
		line-height: 2;
	}
	.search-multi .search-tvalue dt::after {
		content: "";
	}
	.search-multi .search-tvalue dt span {
		display: block;
		text-indent: 0;
		font-size: 1.1rem;
		line-height: 1;
	}
	.search-multi .search-month-price input[type=checkbox] + label {
		font-size: 1.1rem;
	}
	.search-multi .search-new,
	.search-multi .search-view_360 {
		margin: 0 0 12px 0;
	}
	.search-multi .search-view_360 dd,
	.search-multi .search-new dd {
		line-height: 16px;
	}
	.search-multi .search-view_360 dd {
		padding-top: 2%;
	}
	.search-multi input[type=checkbox] + label {
		font-size: 12px; font-size: 1.2rem;
	}

	/* ==========================================================================
	   .search-maker
	   ========================================================================== */
	.search-multi-body dl.search-maker dt {
		line-height: 20px;
	}

	.btn-select {
		font-size: 16px;
	}
	.search-maker .btn-select {
		width: 39.6%;
		padding: 3.3% 10% 3.2% 4%;
		line-height: 1.0;
		background-size: 12px;
		background-position: right 15% center;
	}
	.search-maker em.multi {
		height: 15px;
		margin: 0 3%;
	}
	.search-maker em.multi::before {
		left: -7px;
		width: 15px;
	}
	.btn-value {
		width: 53%;
	}
	.btn-value .select-wrap {
		width: 49.4%;
	}
	.btn-value .select-wrap + .select-wrap {
		margin-left: 0.75%;
	}
	.btn-value .select-wrap .val {
		padding: 20px 40% 20px 15%;
		font-size: 16px;
		white-space: inherit;
		text-overflow: normal;
		background-size: 12px;
		background-position: right 15% center;
	}
	.btn-value .select-wrap select {
		min-width: auto;
		padding: 20px 40% 21px 15%;
		font-size: 16px;
		white-space: inherit;
		text-overflow: normal;
		line-height: 1.0;
	}
	.btn-search {
		display: block;
		width: 100%;
		margin: 8% auto 0;
		padding: 6% 0;
		font-size: 16px;
		background: url(/U-Car/resource/img/icon/icn_btn_search_s.png) #e70012 no-repeat;
		background-size: 4.5%;
		background-position: right 40% center;
	}
	.btn-search:hover {
		background: url(/U-Car/resource/img/icon/icn_btn_search_on_s.png?v=20200401) no-repeat;
		background-size: 4.5%;
		background-position: right 40% center;
	}
	.btn-search img {
		width: 4%;
	}
	.search-section h3 {
		margin: 8% auto 4%;
		font-size: 22px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.search-section h3 span {
		font-size: 14px;
	}
	.search-section h3::before {
		width: 5%;
		background: url(/U-Car/resource/img/icon/icn_heading_02_s.png?v=20200401);
		background-size: 100% 100%;
	}
	.search-section h3.ttl {
		padding: 10px 0px 0px 20px;
	}	
	.bodytype-box,
	.search-ranking .ranking-box {
		height: auto;
		margin-top: 2%;
		padding: 0;
	}
	.bodytype-box .list-car li {
		max-width: 100%;
		width: 49.5%;
		padding: 0 1%;
	}
	.bodytype-box .list-car li span.img,
	.bodytype-box .list-car li span.img img {
		width: 100%;
	}
	.bodytype-box .list-car li span.name {
		margin: 0 auto;
		font-size: 16px;
		background: url(/U-Car/resource/img/icon/icn_car_link_s.png?v=20200401) no-repeat right top;
		background-size: 20px;
	}
	.bodytype-box > p {
		margin: 10% auto 0;
	}
	.btn-look {
		padding: 6% 0;
		font-size: 18px;
	}
	.btn-look > span {
		display: block;
		padding: 0 15% 0 5%;
		line-height: 1.3;
		text-align: left;
		background: url(/U-Car/resource/img/icon/icn_car_link_s.png?v=20200401) no-repeat right 5% center;
		background-size: 6%;
	}
	.search-carname .btn-select {
		width: 100%;
		margin: 0 auto 1%;
		padding: 8% 5%;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		background: url(/U-Car/resource/img/icon/icn_search_link_s.png?v=20200401) #f2f0eb no-repeat right 25px center;
		background-size: 6%;
	}
	.search-carname .btn-select + .btn-select {
		margin-left: auto;
		margin-bottom: 0;
	}
	.search-carname .btn-select span {
		font-size: 16px;
		font-weight: bold;
	}
	.list-value-box .search-section {
		width: 100%;
	}
	.search-month-price {
		margin-left: 0;
	}
	.list-value-box .search-section div {
		width: 101.5%;
		margin: 5px -5px 0;
		border-spacing: 5px 0;
	}
	.list-value {
		font-size: 0;
	}
	.list-value li {
		display: inline-block;
		width: 49.5%;
		margin-top: 0;
		margin-left: -1px;
		padding: 0 0 6px;
		text-align: center;
		color: #332f2b;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0;
		background: url(/U-Car/resource/img/tab_bdr.png) no-repeat right bottom;
		border-bottom: 1px solid #d1cec9;
	}
	.list-value li:last-child {
		background: none;
	}
	.list-value li.act {
		border-bottom: 3px solid #e70012;
	}
	.list-value li span {
		padding-right: 14px;
		background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right center;
	}
	.list-value li.act span {
		opacity: .3;
		background: url(/U-Car/resource/img/icon/icn_btn_tab_act_sp.png) no-repeat right center;
		background-size: 6px;
	}
	.list-value-box {
		position: relative;
		margin-top: 3%;
	}
	.list-value-box .search-section {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.list-value-box .search-section.act {
		position: relative;
		display: block;
	}
	.search-month-price-select {
		text-align: right;
	}
	.search-month-price-select input[type=checkbox] + label {
		padding-right: 0;
	}
	.btn-price {
		width: 33%;
		padding: 20px 5px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.btn-price em {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.search-ranking .ranking-box .list-car {
		width: 100%;
		margin-top: 0;
	}
	.search-ranking .ranking-box .car-box {
		display: block;
		width: 100%;
	}
	.search-ranking .ranking-box .car-box span.img,
	.search-ranking .ranking-box .car-box span.img img {
		width: 100%;
	}
	.search-ranking .ranking-box .car-box span {
		font-size: 18px;
		font-weight: bold;
	}
	.search-ranking .ranking-box .car-box span:first-child {
		padding: 10px 5%;
		line-height: 1.4;
	}
	.search-ranking .ranking-box .car-box span.btn {
		margin-top: 3%;
		padding-top: 2px;
		font-weight: normal;
		background: url(/U-Car/resource/img/icon/icn_car_link_s.png?v=20200401) no-repeat right center;
		background-size: 20px;
	}
	.search-ranking .ranking-box .car-box + .car-box {
		display: inline-block;
		width: 48%;
		margin-top: 10%;
		margin-left: 0;
	}
	.search-ranking .ranking-box .car-box.first{
		margin-top: 13%;
	}
	.search-ranking .ranking-box .car-box.third,
	.search-ranking .ranking-box .car-box.fifth {
		margin-left: 3.5%;
	}
	.search-ranking .ranking-box .car-box.fourth a,
	.search-ranking .ranking-box .car-box.fifth a {
		display: block;
		padding: 0 0 20px;
	}
	.search-ranking .ranking-box .car-box.fourth a:before,
	.search-ranking .ranking-box .car-box.fifth a:before {
		width: 40px;
		height: 40px;
		background-size: contain;
	}
	.search-feature .feature-box li {
		display: block;
		width: 100%;
		margin-bottom: 5%;
		font-size: 14px;
		background-image: none;
	}
	.search-feature .feature-box li:last-child {
		margin-bottom: 0;
	}
	.search-feature .feature-box li p {
		padding: 5% 8%;
	}
	.search-feature .feature-box li span {
		margin-bottom: 3%;
	}
	.search-feature .feature-box li.online .link-txt {
		display: none;
	}
	.search-ability .list-ability .ability-box {
		width: 100%;
		margin: 0 auto;
		border-spacing: 0;
	}
	.search-ability .list-ability .ability-box li {
		display: block;
		width: 100%;
		margin-bottom: 2%;
	}
	.search-ability .list-ability .ability-box li:last-child {
		margin-bottom: 0;
	}
	.search-ability .list-ability .ability-box li a {
		min-height: 91px;
		padding: 20px 0;
	}
	.search-ability .list-ability .ability-box li img {
		width:20%;
	}
	.search-ability .list-ability .ability-box li p {
		width:64%;
		margin: 0 4%;
		font-size: 16px;
	}
	.slick-dots {
		margin: 4% auto 0;
		font-size: 0;
		text-align: center;
	}
	.slick-dots li {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 4px;
		background: #c7c4bf;
		border-radius: 7px;
	}
	.slick-dots li.slick-active {
		background: #2ec1e6;
	}
	.slick-dots li button {
		opacity: 0;
		height: 8px;
		margin-left: -2px;
		border: none;
		border-radius: 5px;
	}

	/* ==========================================================================
	   .search-price
	   ========================================================================== */
	.search-multi .search-price {
		margin: 0 0 11px 0;
	}

	/* ==========================================================================
	   .search-month-price
	   ========================================================================== */
	.search-multi .search-month-price {
		padding: 2.497%;
	}
	.search-multi .search-month-price dt {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.2;
	}
	.search-multi .search-month-price dt span {
		margin-top: 10px;
	}
	.search-multi .search-month-price-select {
		margin-top: 10px !important;
		line-height: 16px;
	}

	/* ==========================================================================
	   .search-safety
	   ========================================================================== */

	.search-multi .search-safety dt a.question {
		right: 5px;
	}
	.search-multi .search-safety dd:last-child input[type=checkbox] + label {
		line-height: 1.7;
	}
	.search-safety dd:last-child a.question:before {
		top: -14px;
		left: 38px;
	}

	/* ==========================================================================
	   .search-bodytype
	   ========================================================================== */
	.search-bodytype {
		width: 100%;
		float: none;
	}
	.type-select {
		display: inline-block;
		width: 30%;
		margin: 0;
		font-size: 14px;
		line-height: 1.3;
		vertical-align: middle;
	}
	.list-bodytype,
	.list-ranking {
		width: 70%;
		display: inline-block;
		border: none;
	}
	.list-bodytype::after,
	.list-ranking::after {
		background: none;
	}
	.list-bodytype .val,
	.list-ranking .val {
		padding: 4% 15% 4% 8%;
		font-size: 15px;
		font-weight: bold;
		background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 24px center;
		background-color: #f2f0eb;
		border-bottom: 1px solid #d1cec9;
		border-radius: 5px;
	}
	.list-bodytype select,
	.list-ranking select {
		opacity: 0;
		padding: 4% 15% 4% 8%;
		font-size: 15px;
		font-weight: bold;
		background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 24px center;
		background-color: #f2f0eb;
		border-bottom: 1px solid #d1cec9;
		border-radius: 5px;
	}
	.list-bodytype select option,
	.list-ranking select option {
		background-color: #fff;
	}
	.list-ranking li,
	.list-car > .list-ranking li {
		float: none;
		display: none;
		width: 100% !important;
		height: auto;
		width: 100%;
		margin: 0;
		padding: 4% 15% 4% 8%;
		border: 0;
		background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 24px center;
		background-color: #f2f0eb;
		border-bottom: 1px solid #d1cec9;
		border-radius: 5px;
	}
	.list-ranking li.act,
	.list-car > .list-ranking li.act {
		display: block;
		width: 100%;
		color: #332f2b;
		background: url(/U-Car/resource/img/icon/icn_btn_tab.png?v=20200401) no-repeat right 24px center;
		background-color: #f2f0eb;
		border-bottom: 1px solid #d1cec9;
		border-radius: 5px;
	}
	.list-ranking li span,
	.list-ranking li.act span {
		display: block;
		text-align: left;
		background: none;
	}


	/* ==========================================================================
	   .search-shop
	   ========================================================================== */

	.search-shop ul{
		padding: 0;
	}
	.search-shop ul li{
		margin-bottom: 0;
	}

	.search-shop .list-search-shop li a.link_r {
		display: inline-block;
		margin: 0;
		line-height: 40px;
		width: 100%;
		padding: 0 15px;
		border-bottom: 1px solid #ccc;
		background-position: right center;
	}

	.search-shop .list-search-shop dt,
	.search-shop .list-search-shop li:last-child dt{
		float: none;
		padding: 15px;
		width: 100%;
		line-height: 1.2;
	}
	.search-shop .list-search-shop dd{
		display: block;
		height: auto;
	}
	.search-shop .list-search-shop dd:nth-child(2){
		width: 100%;
		padding: 0 15px;
	}
	.search-shop .list-search-shop dd:nth-child(3){
		width: 100%;
		padding: 10px 15px 15px;
	}
	.search-shop .list-search-shop dd:nth-child(3) .button{
		width: 100%;
	}
	.search-shop .list-search-shop dd .select-wrap {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.search-shop .list-search-shop .select-wrap:nth-child(1){
		width: 100%;
	}
	.search-shop .list-search-shop .select-wrap:nth-child(2){
		width: 100%;
	}
	.search-shop .list-search-shop .select-wrap:nth-child(3){
		width: 100%;
		margin-right: 0;
	}

	/* ==========================================================================
	   #recomend
	   ========================================================================== */

	#recomend {
		height: auto;
	}

	/* ==========================================================================
	   .summary-grid
	   ========================================================================== */

	.summary-grid li{
		width: 48%;
		margin-bottom:20px;
	}
	.summary-grid li:nth-child(n + 5){
		margin-top:0px;
	}
	.summary-grid > li > dl > dt {
		width: 100%;
		min-height: initial;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	.summary-grid > li > dl > dt > a {
		display: block;
		height: 130px !important;
	}
	.summary-grid li dt img{
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.summary-grid li dd.bodyprice dd,
	.summary-grid li dd.totalprice dd {
		margin-left: 5px;
	}

	/* ==========================================================================
	   .search-direct
	   ========================================================================== */

	.search-direct li {
		float: left;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 10px;
		position: relative;
		padding-top: 22%;
	}
	.search-direct li:nth-child(6n) {
		margin-right: inherit;
	}
	.search-direct li:nth-child(5),
	.search-direct li:nth-child(6) {
		margin-bottom: 10px;
	}

	.search-direct li a {
		min-height: inherit;
		background-position: right center;
		background-size: contain;
		font-size: 0;
		position: absolute;
		top: 0;
		background-size:100%;
	}


	/* ==========================================================================
	   .search-state
	   ========================================================================== */

	.search-state dl {
		margin: 0 0 5px;
		border: 1px solid #ccc;
	}

	.search-state dt,
	.search-state dd {
		float: none;
		border: 0;
	}

	.search-state dt {
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 0 20px;
		margin: 0 0 0 0;
		text-align: center;
	}
	.search-state dt.show {
		margin-bottom: 0;
	}
	.search-state dd.show {
		margin-bottom: 5px;
	}

	.search-state dd ul {
		margin: 0;
	}
	.search-state dd ul li {
		width: 100%;
		float: none;
		margin-bottom: 0;
		padding: 0;
		border-top: 1px solid #ccc;
	}
	.search-state dd ul li:last-child {
		border-bottom: 0;
	}
	.search-state dd ul li a {
		display: inline-block;
		width: 100%;
		color: #555;
		text-decoration: none;
		text-align: center;
		line-height: 36px;
		padding: 2px 20px 0;
		background: url("/U-Car/resource/img/icon/ico_arrow_right.png") transparent no-repeat right 8px center;
	}
	.search-state dd ul li a:hover {
		color: inherit;
		text-decoration: inherit;
	}

	/* ==========================================================================
	   .explanation
	   ========================================================================== */
	.explanation {
		width: 100%;
		margin-top: 20px;
		padding: 20px 10px;
		border-top: 1px solid #ccc;
	}
	.explanation p {
		margin: 0;
		font-size:12px; font-size:1.2rem;
		line-height: 1.6;
	}


	/* ==========================================================================
	   cp_bnr
	   ========================================================================== */
	.cp_bnr {
		margin: 10px 0 20px;
		padding-top: 51.6125%;
	}
	.locator {
		margin: 0 auto 0 !important;
	}

	/* ==========================================================================
	   #modal-supportcar
	   ========================================================================== */

	#modal-supportcar.modal.modal-01,
	#modal-supportcar .supportcar-link a {
		width: 100%;
	}
	#modal-supportcar .supportcar-link a {
		padding: 5%;
		text-align: left;
		line-height: 1.6;
		background: url(/U-Car/resource/img/modal/blank_img_gray.gif) no-repeat right 5% bottom 20% #999;
		background-size: 6%;
	}
	#modal-supportcar .supportcar-link a span {
		display: block;
		font-weight: normal;
		margin-top: 2%;
	}
	#modal-supportcar figure {
		width: 100%;
	}
	#modal-supportcar figure:first-of-type {
		margin-right: 0;
		margin-bottom: 5%;
	}
	#modal-supportcar figure img {
		width: 25%;
	}
	#modal-supportcar figure figcaption {
		width: 70%;
		margin-left: 5%;
	}

	/* ==========================================================================
	   #modal-brake
	   ========================================================================== */

	#modal-brake.modal.modal-01 {
		width: 100%;
	}
	#modal-brake .brake-text,
	#modal-brake figure {
		display: block;
	}
	#modal-brake .brake-text {
		width: 100%;
		margin-right: 0;
	}
	#modal-brake figure,
	#modal-brake figure img {
		width: 100%;
	}

	/* ==========================================================================
	   #modal-pedal
	   ========================================================================== */

	#modal-pedal.modal.modal-01 {
		width: 100%;
	}
	#modal-pedal .pedal-text,
	#modal-pedal figure {
		display: block;
	}
	#modal-pedal .pedal-text {
		width: 100%;
		margin-right: 0;
	}
	#modal-pedal figure,
	#modal-pedal figure img {
		width: 100%;
	}

}

@media screen and (max-width: 345px) {
		/* ==========================================================================
	   .search-multi
	   ========================================================================== */
	.search-multi .search-new dt {
		line-height: 32px;
	}
}

@media screen and (max-width: 768px) and (min-width: 500px) {
	.charm_area .charm-box li. {
		padding-left: 15%;
	}
	.charm_area .charm-box li.bg-01 {
		background: url(/U-Car/resource/img/bg_charm_01_sp.png) no-repeat left top;
		background-size: 8%;
	}
	.charm_area .charm-box li.bg-02 {
		background: url(/U-Car/resource/img/bg_charm_02_sp.png) no-repeat left top;
		background-size: 8%;
	}
	.charm_area .charm-box li.bg-03 {
		background: url(/U-Car/resource/img/bg_charm_03_sp.png) no-repeat left top;
		background-size: 8%;
	}
}

span.price_decimal {
    font-size: 0.8em!important;
}
div.price_note {
	display: none;
}
@media screen and (max-width: 768px) {
	div.price_note {
		display: block;
		font-size: 12px;
		position: absolute;
		right: 25px;
		top: 145px;
	}
}
#pc-price-comment,#sp-price-comment {
  display: none;
}
#pc-price-comment.act,#sp-price-comment.act {
  display: contents;
}

