@charset "EUC-JP";
/* all */
button {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
select::-ms-expand {
	display: none;
}
.checkbox,.radio {
	display: none;
}

#main {
	margin-bottom: 35px;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}

#fancybox-close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #333;
}
#fancybox-close::before,
#fancybox-close::after {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	width: 2px;
	height: 18px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #fff;
	content: "";
}
#fancybox-close::before {
	transform: rotate(45deg);
}
#fancybox-close::after {
	transform: rotate(-45deg);
}

/* pager */
.page_ctrl{
	background-color: #f9f9f9;
}

/* title */
.title_large {
	margin-bottom: 8px;
}

/* sort_area */
.sort_area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 24px;
	margin-bottom: 8px;
	padding-left: 270px;
}
.sort_select_label {
	margin-right: 8px;
	font-size: 12px;
}
.sort_select_wrap {
	position: relative;
	width: 160px;
}
.sort_select_wrap > p {
	position: relative;
	width: 160px;
	height: 24px;
	padding: 4px 20px 4px 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-sizing: border-box;
	background: #fff url("https://img.goo-net.com/cache/newcar/common/icon_arrow_down.svg") no-repeat right 4px center;
	background-size: 16px;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.sort_select_wrap > select {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 24px;
	padding: 0 20px 0 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-sizing: border-box;
	font: inherit;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	outline: none;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* search_area */
.search_area {
	width: 230px;
	padding: 20px 10px 0;
	float: left;
	background-color: #fcfcfc;
}
.search_head {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.number {
	font-size: 16px;
}
.number > span {
	color: #eb0202;
	font-size: 28px;
	font-weight: bold;
}
.select_box {
	margin-bottom: 20px;
}
.select_wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.select_wrap > p {
	position: relative;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	padding: 11px 25px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select_wrap > p:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #777777 transparent transparent transparent;
	position: absolute;
	right: 13px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.caption {
	margin: 0 -8px 15px 0;
	font-size: 14px;
	font-weight: bold;
}
.caption_small {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}
.select_box > .select_wrap > select {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	line-height: 1;
}

.keyword_box .keyword {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.keyword_box .keyword::-webkit-input-placeholder {
	color: #9f9f9f;
}
.keyword_box .keyword::placeholder {
	color: #9f9f9f;
}

.question {
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: #5b5b5b;
	font-size: 11px;
	text-decoration: none;
	border-radius: 15px;
}
.question > a {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price_select_box {
	letter-spacing: -0.5em;
	margin-bottom: 29px;
}

.price_select_box > .select_wrap {
	width: 45%;
	margin: 0;
	vertical-align: middle;
	letter-spacing: normal;
}

.price_select_box > .select_wrap > p {
	margin-bottom: 0;
}

.price_select_box > span {
	width: 10%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
}

.select_btn {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
.select_btn > a {
	display: block;
	padding: 9px 10px 8px 40px;
	position: relative;
}
.select_btn > a:before {
	content: '+';
	color: #e60012;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 12px;
}
.select_bodytype,
.select_brandcars,
.select_maker_package {
	padding: 0 10px;
}
.select_bodytype > ul > li,
.select_brandcars > ul > li,
.select_maker_package > ul > li {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 5px;
	line-height: 15px;
	cursor: pointer;
}
.select_bodytype > ul > li > span,
.select_brandcars > ul > li > span,
.select_maker_package > ul > li > span {
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #5b5b5b;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
}

.bodycolor_select_box {
	letter-spacing: -0.5em;
}
.bodycolor_select_box > li {
	margin: 5px 10px;
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.bodycolor_select_box > li > label {
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
	cursor: pointer;
	background-image: url(https://img.goo-net.com/newcar/common/catalog/icon_refine_search.png?170914);
	background-repeat: no-repeat;
}
.bodycolor_select_box > li > label > span {
	display: block;
	height: 1em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.select_bodycolor_30 > label {
	background-position: -1px -76px;
}
.select_bodycolor_10 > label {
	background-position: -1px -102px;
}
.select_bodycolor_40 > label {
	background-position: -1px -128px;
}
.select_bodycolor_60 > label {
	background-position: -1px -154px;
}
.select_bodycolor_20 > label {
	background-position: -1px -180px;
}
.select_bodycolor_15 > label {
	background-position: -1px -206px;
}
.select_bodycolor_25 > label {
	background-position: -1px -232px;
}
.select_bodycolor_35 > label {
	background-position: -1px -258px;
}
.select_bodycolor_45 > label {
	background-position: -1px -284px;
}
.select_bodycolor_55 > label {
	background-position: -1px -310px;
}

.bodycolor_select_box > li > label > .checkbox:checked + span:after {
	content: "";
	width: 5px;
	height: 8px;
	display: block;
	transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 6px;
	left: 9px;
}
.bodycolor_select_box > .select_bodycolor_10 .checkbox:checked + span:after,
.bodycolor_select_box > .select_bodycolor_40 .checkbox:checked + span:after,
.bodycolor_select_box > .select_bodycolor_45 .checkbox:checked + span:after,
.bodycolor_select_box > .select_bodycolor_60 .checkbox:checked + span:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.capacity_select_box {
	letter-spacing: -0.5em;
}

.capacity_select_box>.select_wrap {
	width: 45%;
	margin: 0;
	vertical-align: middle;
	letter-spacing: normal;
}

.capacity_select_box>.select_wrap > p {
	margin-bottom: 0;
}

.capacity_select_box > span {
	width: 10%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
}

.check_list,.select_list{
	letter-spacing: -0.5em;
}
.check_list > li,.select_list > li {
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: normal;
}
.check_list > li:nth-child(2n+1),.select_list > li:nth-child(2n+1) {
	width: 40%;
}
.check_list > li:nth-child(2n),.select_list > li:nth-child(2n) {
	width: 60%;
}
.check_list.check_list_line1 > li,.check_list > li.w100,.select_list.select_list_line1 > li,.select_list > li.w100 {
	width: 100%;
}

.check_list > li > label,.select_list > li > label {
	cursor: pointer;
}
.check_list > li > label > span,.select_list > li > label > span {
	padding-left: 25px;
	position: relative;
}
.check_list > li > label > span:hover,.select_list > li > label > span:hover {
	text-decoration: none;
}
.check_list > li > label > span:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.check_list > li > label > .checkbox:checked + span:after {
	content: "";
	width: 5px;
	height: 10px;
	display: block;
	transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	border-bottom: 2px solid #ea0201;
	border-right: 2px solid #ea0201;
	position: absolute;
	top: 1px;
	left: 5px;
	z-index: 2;
}
.check_list.check_list_link > li > a {
	color: #1d7fc0;
	text-decoration: underline;
}
.check_list.check_list_link > li > a:hover {
	text-decoration: none;
}

.select_list > li > label > span:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.select_list > li > label > .radio:checked + span:after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background: #ea0201;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}

.select_buttonBottom {
	padding: 0 6px;
}
.select_button > li > button {
	display: inline-block;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.clear_button {
	margin: 8px 0 0;
	padding: 0;
	color: #1d7fc0;
	font-size: 14px;
	line-height: 1.5;
}
.clear_button:hover {
	text-decoration: underline;
}
.submit_button {
	height: 40px;
	margin: 0;
	padding: 4px 8px;
	border-radius: 4px;
	background: #e00923;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}
.submit_button:hover {
	opacity: 0.7;
}
.fixed_btn_area {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 218px;
	margin: 0 0 0 -10px;
	padding: 16px;
	border-radius: 8px 8px 0 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.search_foot {
	width: 250px;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 8px;
	background-color: #fff;
}
.search_foot img {
	vertical-align: bottom;
}
.search_foot a:hover img {
	opacity: 0.7;
}

/* result_area */
.result_area {
	width: 690px;
	float: right;
}
.item_detail_list {
	margin-bottom: 122px;
	border-bottom: 1px solid #ddd;
}
.item_detail_wrap {
	margin-bottom: 16px;
}
.item_detail_wrap > .item_head > .item_detail_name:hover a {
	text-decoration: none;
}
.item_detail_wrap > .item_detail:hover > .photo img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	transition: all 0.1s ease-out;
}
.item_detail_wrap .item_head {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.item_detail_name {
	display: inline-block;
	letter-spacing: -0.5em;
	vertical-align: middle;
	width: 400px;
	cursor: pointer;
}
.item_detail_name > span {
	margin-left: 5px;
	letter-spacing: normal;
}
.item_detail_name > span:last-child {
	background: #595959;
	color: #fff;
	padding: 1px 8px;
}
.item_detail_name > span.model {
	background: none;
	padding: 0;
}
.item_detail_name > span > img {
	vertical-align: middle;
}
.item_detail_name > .model > a {
	color: #1d7fc0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.item_head > span {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item_head > span > button {
	width: 120px;
	padding: 4px 12px 4px 30px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	cursor: pointer;
	color: #333;
	background-color: #fff;
	position: relative;
	font-weight: bold;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.item_head > span > button.btn_comparison_clicked {
	display: none;
	border: 1px solid #e5111a;
	color: #e5111a;
}
.item_head > span > button::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url("https://img.goo-net.com/cache/newcar/catalog/sprite_icon_comparison.png");
	background-size: 16px 32px;
}
.item_head > span > button.btn_comparison::before {
	background-position: 0 0;
}
.item_head > span > button.btn_comparison_clicked::before {
	background-position: 0 -16px;
}
.tooltip {
	width: 190px;
	padding: 10px 10px 15px;
	border: 2px solid #e5111a;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: -45px;
	right: -220px;
	cursor: default;
}
.tooltip:after, .tooltip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip:after {
	border-color: rgba(250, 250, 250, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.tooltip:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #e5111a;
	border-width: 11px;
	margin-top: -11px;
}
.tooltip > dt {
	margin-bottom: 10px;
	color: #ec0b0b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tooltip > dd > span {
	margin-top: 5px;
	display: block;
}
.tooltip > dd > span > a {
	color: #1d7fc0;
	text-decoration: underline;
}
.tooltip > dd > span > a:hover {
	text-decoration: none;
}
.item_detail {
	width: 100%;
	display: table;
	cursor: pointer;
}
.item_detail > dt {
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #eee;
}
.item_detail > dt {
	border-left: none;
}
.item_detail > dd {
	font-size: 14px;
	display: table-cell;
}
.item_detail > .photo {
	width: 200px;
}
.item_detail > .economy {
	width: 71%;
}
.item_detail > .displacement {
	width: 67px;
}
.item_detail > .release {
	width: 81px;
}
.item_detail > .price {
	width: 135px;
	font-size: 14px;
}
.item_detail > .price > span {
	margin: 0 2px 0 0;
	color: #e00923;
	font-size: 24px;
	font-weight: bold;
}

.fixed_nav_area {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	z-index: 100;
}
.fixed_nav {
	background-color: #f9f9f9;
}
.fixed_nav_inner {
	display: flex;
	align-items: center;
	width: 960px;
	margin: 0 auto;
}
.fixed_nav_inner > .number {
	width: 230px;
	padding: 10px;
}
.fixed_nav_inner > .sort {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 690px;
	margin-left: auto;
}

/* notfound */
.notfound {
	padding: 10px;
}
.notfound > dt {
	font-size: 22px;
	line-height: 1.6;
}

.info_box > .info > .grade {
	margin-top: 5px;
	padding-top: 5px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #dfdfdf;
}
.btn_submit {
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}
.btn_submit > button {
	padding: 11px 38px 10px;
}

/* banner_area */
.banner_area {
	margin-bottom: 30px;
}
.banner_area > a {
	display: block;
}

/*----- gray_wrap -----*/
.gray_wrap {
	min-width: 960px;
	padding: 45px 0;
    margin-bottom: 30px;
	background-color: #fafafa;
	font-size: 12px;
	font-family: "¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
/*----- ¶¦ÄÌ -----*/
.gray_wrap .search_condition {
    width: 960px;
    margin: 0 auto;
}

.useful_contents h2 {
	border-left: 5px solid #dc0707;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
}

.inner_column5 {
    margin-top: 20px;
}

.box_item {
	width: 100%;
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.box_item li {
    width: calc(100% / 5 + 15px);
    padding: 10px;
	background-color: #fff;
	float: left;
	text-align: center;
	margin: 0 0 7px 7px;
}
.box_item a {
	color: #1063a2;
	font-size: 117%;
}

/* ¿·¼ÖÉ¾²Á¥é¥ó¥­¥ó¥° */
.rankingListAreaDiv *,
.rankingListAreaDiv *::before,
.rankingListAreaDiv *::after {
	box-sizing: border-box;
}
.rankingListAreaDiv {
	box-sizing: border-box;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}

.headingXlarge {
	font-size: 24px;
	font-weight: bold;
}
.headingDivider {
	position: relative;
	margin: 40px 0 32px;
	padding: 0 0 14px;
	border-bottom: 4px solid #d5d5d5;
	line-height: 1.5;
}
.headingDivider::after {
	display: block;
	position: absolute;
	width: 60px;
	left: 0;
	bottom: -4px;
	border-bottom: 4px solid #e00923;
	content: "";
}

.rankingListAreaDiv .headingDivider {
	margin-bottom: 28px;
}

.rankingListItem {
	display: block;
	position: relative;
	width: 280px;
	padding: 0 16px 16px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
	transition: none;
}
.rankingListItemNum {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 24px;
	border-radius: 4px 0;
	background: #f1f1f1;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.newCarListSwiper .rankingSort1 {
	background: #c8a243 !important;
	color: #fff;
}
.newCarListSwiper .rankingSort2 {
	background: #a3acb1 !important;
	color: #fff;
}
.newCarListSwiper .rankingSort3 {
	background: #9f8563 !important;
	color: #fff;
}
.newCarListSwiper .rankingSort1::before,
.newCarListSwiper .rankingSort2::before,
.newCarListSwiper .rankingSort3::before {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
        background-size: 12px;
        content: "";
}
.newCarListSwiper > ul:first-child .rankingListItemNum {
	background: #c8a243;
	color: #fff;
}
.newCarListSwiper > ul:nth-child(2) .rankingListItemNum {
	background: #a3acb1;
	color: #fff;
}
.newCarListSwiper > ul:nth-child(3) .rankingListItemNum {
	background: #9f8563;
	color: #fff;
}
.newCarListSwiper > ul:first-child .rankingListItemNum::before,
.newCarListSwiper > ul:nth-child(2) .rankingListItemNum::before,
.newCarListSwiper > ul:nth-child(3) .rankingListItemNum::before {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
	background-size: 12px;
	content: "";
}
.rankingListItemNum em {
	font-size: 18px;
	font-weight: bold;
}

.rankingListItemThumb {
	margin: 0 -16px;
	text-align: center;
}
.rankingListItemThumb img {
	width: auto;
	height: 140px;
}

.rankingListItemName {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rankingListItemName a:hover {
	text-decoration: none;
}
.rankingListItemName a::before,
.rankingListItemName a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.rankingListItemName a::before {
	visibility: hidden;
	opacity: 0;
	background: #fff;
	transition: visibility 0.3s, opacity 0.3s;
}
.rankingListItemName a::after {
	z-index: 3;
}
.rankingListItemName a:hover::before {
	visibility: visible;
	opacity: 0.3;
}

.rankingListItemData {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.4;
}
.rankingListItemData dt {
	flex-shrink: 0;
	width: 32px;
	padding: 2px 4px;
	border-radius: 2px;
	background: #f1f1f1;
	white-space: nowrap;
	text-align: center;
}
.rankingListItemData dd {
	min-width: 0;
	margin-left: 8px;
	font-size: 14px;
}
.rankingListItemData dd em {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

.rankingListItemEvaluation dd {
	display: flex;
	align-items: center;
}
.rankingListItemEvaluation .score {
	color: #e00923;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.rankingListItemEvaluation .starIconArea {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 0;
}
.starIconArea .starIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
.starIconArea .starIcon:last-child {
	margin-right: 0;
}
.starIconArea .starIcon.full {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_on.svg");
}
.starIconArea .starIcon.half {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_half.svg");
}
.starIconArea .starIcon.none {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_off.svg");
}
.rankingListItemEvaluation .number {
	font-size: 12px;
}
.rankingListItemEvaluation .number a {
	position: relative;
	z-index: 4;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.rankingListItemEvaluation .number a:hover {
	text-decoration: none;
}

.bnrNewCarSlider .rankingListItemPrice em {
	font-weight: normal;
}
.bnrNewCarSlider .rankingListItemEvaluation .number {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.bnrNewCarSlider,
.bnrNewCarSliderTotal {
	width: 960px;
	margin: 0 auto;
	padding-top: 4px;
	overflow-x: hidden;
}
.rankingListAreaDiv .swiper-container {
	width: 872px;
	overflow: visible;
}
.rankingListAreaDiv .swiper-wrapper {
	align-items: center;
}
.rankingListAreaDiv .swiper-slide {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 280px;
	height: auto;
	margin-right: 16px;
}
.rankingListAreaDiv .swiper-slide:last-child {
	margin-right: 0;
}
.rankingListAreaDiv .swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) > li { 
	opacity: 0.7;
	pointer-events: none;
}
.rankingListAreaDiv .swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) > li::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0.5%, rgba(220, 220, 220, 0.7) 10%, rgba(220, 220, 220, 0.7) 90%, rgba(255, 255, 255, 0.9) 99.5%);
	border-radius: 4px;
	content: "";
}
.rankingListAreaDiv .swiper-button-prev,
.rankingListAreaDiv .swiper-button-next {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	padding: 0;
	box-shadow: 0 3px 6px #d6d6d6;
	background: rgba(255, 255, 255, 0.7);
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	line-height: 0;
	outline: none;
	cursor: pointer;
}
.rankingListAreaDiv .swiper-button-prev.swiper-button-disabled,
.rankingListAreaDiv .swiper-button-next.swiper-button-disabled {
	display: none;
}
.rankingListAreaDiv .swiper-button-prev::after,
.rankingListAreaDiv .swiper-button-next::after {
	visibility: visible;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_right.svg") no-repeat center;
	background-size: 24px;
	content: "";
}
.rankingListAreaDiv .swiper-button-prev::after {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_left.svg");
}
.rankingListAreaDiv .swiper-button-prev,
.rankingListAreaDiv .swiper-container-rtl .swiper-button-next {
	right: auto;
	left: -44px;
}
.rankingListAreaDiv .swiper-button-next,
.rankingListAreaDiv .swiper-container-rtl .swiper-button-prev {
	right: -44px;
	left: auto;
}
.rankingListAreaDiv .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: static;
	min-height: 8px;
	margin: 24px auto 0;
	text-align: center;
}
.rankingListAreaDiv .swiper-pagination-bullet {
	background-color: #9f9f9f;
	opacity: 1;
}
.rankingListAreaDiv .swiper-pagination-bullet-active {
	background-color: #ef4f63;
}
.rankingListAreaDiv .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

/*±ÜÍ÷¿Í¿ô*/
.browseCheck,
.eyeCheck {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.browseCheck .browseCheckMark,
.eyeCheck .eyeMark {
	vertical-align: middle;
}
.browseCheck {
	margin: 0 14px 0 8px;
}
.browseCheck .browseCheckText {
	display: inline;
	color: #e00923;
	font-size: 10px;
	vertical-align: middle;
}
.eyeCheck {
	position: relative;
	cursor: pointer;
}
.eyeCheck .eyeCount {
	display: inline;
	font-size: 12px;
	vertical-align: middle;
}
.eyeCheck .eyeDesc {
	position: absolute;
	z-index: 1;
	top: -46px;
	left: -7px;
	padding: 11px 8px;
	border: 1px solid #636363;
	background: #fff;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}
.eyeCheck .eyeDesc::before {
	position: absolute;
	right: 51px;
	bottom: -7px;
	border-top: 7px solid #636363;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	content: "";
}
.eyeCheck .eyeDesc::after {
	visibility: visible;
	position: absolute;
	right: 51px;
	bottom: -6px;
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	content: "";
}

.paginationCount {
    padding-right: 24px;
}
.paginationCount > span {
    font-size: 14px;
    font-weight: bold;
}

.item_detail > .photo {
	overflow:hidden;
	text-align: center;
	vertical-align: top;
}
.item_detail > .photo > img {
	transition:0.1s all;
	display: inline-block;
}
.item_detail > .photo > img:hover{
	transform:scale(1.1,1.1);
	transition:1s all;
}

.cassetteListItemDetail {
	display: flex;
	margin-left: 10px;
	margin-top: 6px;
}
.cassetteListItemPrice {
	display: flex;
}

.cassetteListItemPrice dt,
.cassetteListItemEvaluation dt {
	font-size: 12px;
	margin-right: 8px;
	margin-top: 6px;
}
.cassetteListItemPrice em {
	font-size: 20px;
	font-weight: bold;
}

.cassetteListItemEvaluation {
	display: flex;
	margin-left: 24px;
}
.cassetteListItemEvaluation dd {
	display: flex;
	font-size: 12px;
	flex-wrap: wrap;
	align-items: center;
}
.cassetteListItemEvaluation dd > span {
	min-width: 0;
}
.cassetteListItemEvaluation .score {
	margin-right: 8px;
	font-size: 20px;
	font-weight: bold;
}
.starIconArea {
	display: flex;
	margin-right: 8.5px;
	align-items: center;
}
.starIconArea .starIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
.starIconArea .starIcon:last-child {
	margin-right: 0;
}
.cassetteListItemEvaluation dd .number {
	margin: 3px 0;
	position: relative;
	z-index: 3;
	font-size: 12px;
}
.cassetteListItemEvaluation dd .number a {
	position: relative;
	z-index: 3;
	text-decoration: underline;
}
.cassetteListItemEvaluation dd .number a:hover {
	text-decoration: none;
}
.cassetteListItemSafetyEquipment {
	display: flex;
	margin-left: 10px;
}
.cassetteListItemSafetyEquipment dt {
	width: 4em;
	margin-top: 7px;
	font-size: 12px;
	flex-shrink: 0;
}
.cassetteListItemSafetyEquipment dd {
	flex: 1;
	padding-left: 8px;
	font-size: 0;
	letter-spacing: -0.5em;
}

.makerPackageLabel {
	display: inline-flex;
	margin-top: 4px;
	padding: 4px 7px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #636363;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: normal;
	word-break: break-all;
	vertical-align: middle;
	align-items: center;
}
.makerPackageLabel:not(:last-child) {
	margin-right: 4px;
}

.cassetteListItemData {
	display: flex;
	font-size: 12px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 10px;
	margin-left: 10px;
}
.cassetteListItemData dt {
	width: 44px;
	padding: 3px 0;
	border-radius: 2px;
	background: #f1f1f1;
	text-align: center;
}
.cassetteListItemData dd {
	margin-top: 2px;
	padding: 0 0 0 4px;
}
.cassetteListItemData dd:nth-of-type(2n) {
	width: 150px;
	padding-right: 0;
	padding-left: 8px;
	font-size: 14px;
}
.cassetteListItemData dd:nth-of-type(1) {
	width: 100px;
	font-size: 14px;
	padding-right: 21px;
}
.cassetteListItemData dd span{
	font-size: 12px;
}

.cassetteListItemLabel {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 5px 0 6px 10px;
}
.rankingLabelList {
	display: inline-flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 16px;
	border-radius: 4px;
	background: #fff6d7;
	z-index: 3;
}
.rankingLabelList::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 16px;
	height: 16px;
	margin: auto 0;
	background: url("https://img.goo-net.com/cache/newcar/catalog/icon_crown.svg") no-repeat;
	background-size: 16px;
	content: "";
}
.rankingLabelList > li {
	margin: 4px 8px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.rankingLabelList > li a {
	margin-right: 4px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.rankingLabelList > li a:hover {
	text-decoration: none;
}
.rankingLabelList > li em {
	font-size: 16px;
	font-weight: bold;
}
.debutTypeLabel {
	display: inline-block;
	padding: 5px 7px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #1d7fc0;
	color: #1d7fc0;
	font-size: 12px;
	line-height: 1;
	word-break: break-all;
	vertical-align: middle;
}
.engineLabel {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 4px;
	background: #e8f2f9;
	font-size: 12px;
	line-height: 1;
	word-break: break-all;
	vertical-align: middle;
}

/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó */
.detail {
	width: calc(5em + 32px);
	margin: -16px 0 8px auto;
	text-align: right;
	cursor: pointer;
}
.detail .listTitle,
.detail .listTitleActive {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.detail .listTitle::before,
.detail .listTitle::after,
.detail .listTitleActive::after {
	display: block;
	visibility: visible;
	position: absolute;
	top: 0px;
	right: 14px;
	bottom: 0;
	width: 2px;
	height: 14px;
	margin: auto;
	padding: 0;
	border: 0;
	background: #e00923;
	content: "";
}
.detail .listTitle::after,
.detail .listTitleActive::after {
	transform: rotate(90deg);
}
.detail .listTitleActive .listTitle::before {
	display: none;
}
.detail .listTitle .listTitleInner,
.detail .listTitleActive .listTitleInner {
	display: inline;
	line-height: 1.5;
	vertical-align: middle;
}
.detail:hover .listTitle .listTitleInner > .detailName,
.detail:hover .listTitleActive .listTitleInner > .detailName {
	text-decoration: underline;
}

.carInfoArea .money {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 32px;
	padding: 4px 16px;
}
.carInfoArea .money .discount,
.carInfoArea .money .delivery {
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.carInfoArea .money .maintenanceCost {
	display: flex;
	align-items: center;
}
.carInfoArea .money .discount > dt,
.carInfoArea .money .maintenanceCost > dt,
.carInfoArea .money .delivery > dt {
	margin-right: 8px;
	white-space: nowrap;
}
.carInfoArea .money .discount > dd a,
.carInfoArea .money .maintenanceCost > dd button {
	display: flex;
	align-items: center;
	color: #333;
	line-height: normal;
}
.carInfoArea .money .discount > dd a:hover,
.carInfoArea .money .maintenanceCost > dd button:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.carInfoArea .money .discount > dd em,
.carInfoArea .money .maintenanceCost > dd em,
.carInfoArea .money .delivery > dd em {
	font-size: 16px;
	font-weight: bold;
}
.carInfoArea .money .information {
	margin: 0 0 0 4px;
}
.carInfoArea .money .information .date,
.carInfoArea .money .information .source {
	font-size: 10px;
}

/* ²èÁü°ìÍ÷ */
.item_detail_wrap .imageIcon {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	width: 36px;
	left: 151px;
	height: 14px;
	padding: 1px 0 1px 2px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	line-height: 1;
	top: 105px;
	cursor: pointer;
	margin-top: -20px;
}
.item_detail_wrap .imageIcon:hover {
	opacity: 0.7;
}
.item_detail_wrap .imageIcon .iconText {
	display: inline-block;
	min-width: 1.5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* ¿·¼Ö¹ØÆþ¥¬¥¤¥É */
.guide *,
.guide *::before,
.guide *::after {
	box-sizing: border-box;
}
.guide img {
	vertical-align: bottom;
}
.guide {
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}
.guideInner {
	width: 960px;
	margin: 0 auto;
}
.guide .headingDivider {
	margin-top: 32px;
}
#contents + .guide .headingDivider {
	margin-top: 0;
}
.guideList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -32px;
}
.guideList > li {
	display: flex;
	width: 288px;
	margin: 0 48px 32px 0;
}
.guideList > li:nth-of-type(3n) {
	margin-right: 0;
}
.guideList > li > a {
	display: flex;
	flex: 1;
	min-width: 0;
}
.guideListItemImg {
	flex-shrink: 0;
	width: 128px;
	height: 96px;
}
.guideListItemImg > img {
	width: 100%;
	object-fit: contain;
}
.guideListItemDetail {
	flex: 1;
	min-width: 0;
	margin-left: 8px;
}
.guideListItemTitle {
	font-weight: bold;
}
.guideListItemLead {
	margin-top: 8px;
}
.guideList > li > a:hover .guideListItemImg > img {
	opacity: 0.7;
}
.guideList > li > a:hover .guideListItemTitle {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
