@charset "utf-8";
/* CSS Document */
#slid {
	width:100%;
	height:auto;
	background-color:#000505;

}
.bxslider {
	text-align:center;
}
#top_content {
	margin:60px auto 0;
}
/*ピックアップ*/
#pic_up {
	margin:0 auto 75px;
}
#pic_up h2{
	background-image:url(../images/picup.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#pic_up ul {
	margin:10px auto 0;
	text-align:left;
}
#pic_up li {
	text-align:center;
	display: inline-block;
	/*margin:0 8px 0 0;*/
	margin: 0 25px !important;
	width:185px;
	height:205px;
	overflow:hidden;
	background-color:#000;
	line-height:1.2em;
}
#pic_up li:last-child {
	margin:0;
}
#pic_up li dl {
	color:#fff;
	margin:7px auto;
}

#pic_up li dt {
	line-height:1em;
}
#pic_up li dd {
	line-height:1em;
}
.m3{
	margin:5px 0;
}
/*news_topics*/
#news_topics {
	margin:0 auto 75px;
}
#news_topics h2 {
	background-image:url(../images/news.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#news_box {
	width:100%;
	margin:10px auto 0;
	background-color:#000;
}
#news_img {
	width:415px;
	float:left;
}
#news_text {
	width:560px;
	padding:15px;
	box-sizing:border-box;
	float:left;
	color:#fff;
}
#news_text h3 {
	font-weight: normal;
	margin:5px 0 10px;
	color:#FFF;
}
#news_text h3 a{
	color:#FFF !important;
}
#n_date {
	width:83px;
	height:20px;
	background-color:#919191;
	border-radius:5px;
	line-height:20px;
	text-align:center;
}
#n_list {
	position:absolute;
	top:15px;
	right:20px;
}
#n_list a {
	color:#fff;
	text-decoration:none;
}
#n_list a span {
	color:#474747;
	font-weight:bold;
	padding:0 0 0 3px;
}
/*試乗車･展示車*/
#test_drive {
	margin:0 auto 75px;
}
#test_drive h2 {
	background-image:url(../images/picup.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#test_drive ul {
	margin:10px auto 0;
}
#test_drive li {
	display:inline-block;
	margin:0 25px;
	text-align:center;
}
.car_box {
	width:185px;
	height:190px;
	overflow:hidden;
	background-color:#000;
	color:#fff;
}
.test_logo {
	margin:10px auto 0;
}
.test_contact {
	margin:10px auto 0;
}
/*取扱保険会社*/
#insurance {
	margin:0 auto;
}
#insurance h2 {
	background-image:url(../images/insurance.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#insurance table {
	width:100%;
	margin:10px auto 0;
	background-color:#fff;
}
#insurance table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
/*マップ*/
#map {
	width:100%;
	background:#393939;
	height:350px;
	margin:75px auto 0;
}
























