@charset "EUC-JP";

#box_popup {
	width: 940px;
	line-height: 1.5;
}
#box_popup .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	margin-bottom: 16px;
	background: #f1f1f1;
}
#box_popup .tit > h2 {
	font-size: 18px;
	font-weight: bold;
}

#box_popup .box_fuel_economy {
	width: 812px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
#box_popup .fuel_economy_overview {
	margin-bottom: 16px;
}
#box_popup .fuel_economy_overview > span {
	font-weight: bold;
}
#box_popup .fuel_economy_estimate {
	margin-bottom: 30px;
}
#box_popup .caption {
	margin-bottom: 12px;
}
#box_popup .caption > span {
	display: inline-block;
	padding: 3px 18px 1px;
	color: #fff;
	background-color: #aaa;
}
#box_popup .fuel_economy_estimate > dl {
	width: 240px;
	margin-right: 30px;
	float: left;
}
#box_popup .fuel_economy_estimate > dl:last-child {
	margin-right: 0;
}
#box_popup .fuel_economy_estimate > dl > dt {
	margin-bottom: 20px;
}
#box_popup .fuel_economy_estimate > dl > dd {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#box_popup .fuel_economy_estimate > dl > dd > span {
	display: block;
	font-size: 14px;
}
#box_popup .rank-title {
	margin-bottom: 15px;
}
#box_popup .rank-title > span {
	display: inline-block;
	min-width: 110px;
	height: 24px;
	padding: 12px 0 4px 44px;
	background-image: url("../../../img-sub/cache/newcar/catalog/img_title_ranking.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

#box_popup .ranking_list *,
#box_popup .ranking_list *::before,
#box_popup .ranking_list *::after {
	box-sizing: border-box;
}
#box_popup .ranking_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	box-sizing: border-box;
}
#box_popup .ranking_item {
	width: 250px;
	margin-bottom: 24px;
}
#box_popup .ranking_thumb {
	text-align: center;
}
#box_popup .ranking_thumb img {
	vertical-align: bottom;
}
#box_popup .ranking_product_wrap {
	padding: 20px 0 0 60px;
}
#box_popup .ranking_item.rank1 > .ranking_product_wrap {
	min-height: 64px;
	background-image: url("../../../img-sub/cache/newcar/catalog/img_ranking_1.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#box_popup .ranking_item.rank2 > .ranking_product_wrap {
	min-height: 64px;
	background-image: url("../../../img-sub/cache/newcar/catalog/img_ranking_2.png");
	background-repeat: no-repeat;
	background-position: 0 18px;
}
#box_popup .ranking_item.rank3 > .ranking_product_wrap {
	min-height: 64px;
	background-image: url("../../../img-sub/cache/newcar/catalog/img_ranking_3.png");
	background-repeat: no-repeat;
	background-position: 0 18px;
}
#box_popup .ranking_model_name {
	margin-bottom: 5px;
}
#box_popup .ranking_model_name > a {
	color: #1063a2;
	font-weight: bold;
	text-decoration: underline;
}
#box_popup .ranking_model_name > a:hover {
	text-decoration: none;
}
#box_popup .ranking_fuel_efficiency {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#box_popup .ranking_item.other_rank {
	width: 197px;
	padding-right: 11px;
	border-right: 1px solid #ccc;
}
#box_popup .ranking_item.other_rank.noborder {
	width: 185px;
	padding-right: 0;
	border-right: none;
}
#box_popup .ranking_item_num {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#box_popup .ranking_item.other_rank > .ranking_product_wrap {
	padding: 5px 0 0 25px;
}
#box_popup .ranking_item.other_rank.noborder > .ranking_product_wrap {
	padding-right: 0;
}
#box_popup .ranking_item.other_rank.ranking_item_large {
	width: 254px;
}
#box_popup .ranking_item.other_rank > .ranking_thumb {
	width: 70px;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}
#box_popup .ranking_item.other_rank.ranking_item_large > .ranking_product_wrap {
	padding: 5px 0 0 92px;
}
