@charset "utf-8";
#m_container {
	position: relative;
	min-width: 980px;
	padding-top: 10px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
#m_container a {
	color: #333;
	text-decoration: none;
	outline: none;
}
#m_container a:hover {
	text-decoration: none;
}
#m_container .rollover {
	transition: 0.3s;
}
#m_container .rollover:hover {
	opacity: 0.7;
}
#m_container .inner {
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
}
#user_func {
	display: flex;
	justify-content: flex-end;
	width: 980px;
	margin: 0 auto 5px;
}
#user_func li {
	height: 20px;
	margin-left: 6px;
}
#user_func li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px 0 28px;
	border: solid 1px #d7d7d7;
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #333;
	text-decoration: none;
}
#user_func .favorite a {
	background-image: url(../img/home/icon_heart.png);
}
#user_func .history a {
	background-image: url(../img/home/icon_history.png);
}
#main_ttl {
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
}
#top_ban {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 320px;
	margin: 25px auto 0;
	padding: 3px;
	opacity: 0;
}
#top_ban .frm {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 980px;
	height: 252px;
	border: solid 3px #f2f6f9;
}
#top_ban .sp-buttons {
	padding-top: 16px;
}
#top_ban .sp-button {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 0;
	border-radius: 50%;
	background-color: #e6e8eb;
}
#top_ban .sp-selected-button {
	background-color: #84919d;
}
#top_ban .tooltip {
	position: absolute;
	bottom: 20px;
	left: -79px;
	box-sizing: border-box;
	width: 180px;
	padding: 8px !important;
	border: solid 1px #dcdedf;
	background: #fff;
	text-align: center;
	z-index: 10002;
	display: none;
}
#top_ban .tooltip:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 8px solid #dcdedf;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#top_ban .tooltip:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 8px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#pickup {
	display: flex;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	border: solid 1px #d7d7d7;
}
#pickup .caption {
	height: 180px;
	padding: 0 20px;
}
#pickup .caption .ttl {
	margin-top: 46px;
}
#pickup .caption .lnk {
	margin-top: 10px;
	padding: 7px 0 3px;
	border: solid 1px #d7d7d7;
	border-width: 1px 0;
	text-align: center;
}
#pickup .caption .lnk a {
	color: #005eaa;
}
#pickup .caption .lnk a:hover {
	text-decoration: underline;
}
#pickup ul {
	display: flex;
	margin: 15px 34px 0 13px;
}
#pickup li {
	width: 130px;
	margin-right: 28px;
	display: none;
}
#pickup li:last-child {
	margin-right: 0;
}
#pickup li .icon {
	margin-top: 2px;
}
#pickup li .car-name {
	margin-top: 4px;
}
#pickup li .car-name a {
	color: #005eaa;
}
#pickup li .car-name a:hover {
	text-decoration: underline;
}
#pickup li .price {
	margin-top: 2px;
	line-height: 20px;
}
#pickup li .price .num {
	color: #cc2a1e;
	font-size: 18px;
	font-weight: bold;
}
#pickup li .price .yen {
	color: #cc2a1e;
	font-weight: bold;
}
#find_car {
	margin-top: 60px;
	border: solid 1px #e2e2e2;
	border-width: 1px 0;
	background: #f0f0f0;
}
#find_car .inner > .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
#search_use {
	margin-top: 25px;
}
#search_use .ttl {
	width: 980px;
	margin: 0 auto;
}
#search_use .inner {
	padding: 15px 38px 20px;
	border: solid 6px #172d40;
	border-top: none;
	background: #fff;
}
#search_use .inner dl {
	float: left;
	padding-top: 8px;
	padding-bottom: 12px;
	border-radius: 3px;
	background: #edf7ff;
}
#search_use .inner dl:hover {
	background: #c8e2fc;
}
#search_use .inner dl.u01 {
	padding-left: 36px;
	padding-right: 15px;
}
#search_use .inner dl.u02 {
	margin-left: 6px;
	padding-left: 15px;
	padding-right: 10px;
}
#search_use .inner dl.u03 {
	margin-left: 6px;
	padding-left: 15px;
	padding-right: 36px;
}
#search_use .inner dl.u04 {
	margin-top: 10px;
	padding-left: 36px;
	padding-right: 36px;
}
#search_use .inner dl dt {
	padding-left: 12px;
	background: url("../img/home/su_mark.png") no-repeat left 2px;
	font-size: 16px;
}
#search_use .inner dl dd {
	float: left;
	box-sizing: border-box;
	width: 135px;
	height: 77px;
	margin: 5px 0 0 36px;
	border-radius: 3px;
	background: #fff;
}
#search_use .inner dl dd:nth-child(2) {
	margin-left: 0;
}
#search_use .inner dl dd a {
	box-sizing: border-box;
	display: block;
	width: 135px;
	height: 77px;
	padding-top: 55px;
	color: #005eaa;
	text-align: center;
}
#search_use .inner dl dd a:hover {
	background-position: 0 -77px;
	text-decoration: none;
}
#search_use .inner dl dd .c01 {
	background: url("../img/home/su_icon_01.png") no-repeat;
}
#search_use .inner dl dd .c02 {
	background: url("../img/home/su_icon_02.png") no-repeat;
}
#search_use .inner dl dd .c03 {
	background: url("../img/home/su_icon_03.png") no-repeat;
}
#search_use .inner dl dd .c04 {
	background: url("../img/home/su_icon_04.png") no-repeat;
}
#search_use .inner dl dd .c05 {
	background: url("../img/home/su_icon_05.png") no-repeat;
}
#search_use .inner dl dd .c06 {
	background: url("../img/home/su_icon_06.png") no-repeat;
}
#search_use .inner dl dd .c07 {
	background: url("../img/home/su_icon_07.png") no-repeat;
}
#search_use .inner dl dd .c08 {
	background: url("../img/home/su_icon_08.png") no-repeat;
}
#search_use .inner dl dd .c09 {
	background: url("../img/home/su_icon_09.png") no-repeat;
}
#search_use .inner dl dd .c10 {
	background: url("../img/home/su_icon_10.png") no-repeat;
}
#btn_list {
	margin: 60px 0;
	text-align: center;
}
#contact {
	margin: 60px 0;
}
#contact .inner .btn {
	text-align: center;
}