@charset "UTF-8";

/*----------------------------------------
　ローテション画像
-------------------------------------------*/

.swiper-wrapper {
	width: 960px !important;
	height: 430px !important;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top #topNav{
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

/*----------------------------------------
　コンテンツ下部の情報
-------------------------------------------*/
.top #main .news .entry:after,
.top #main .used:after,
.top #main .section:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.top #main .news .entry,
.top #main .used,
.top #main .section{
	zoom: 1;
}
.top #main .news {
	border-bottom:1px solid #C5C5C5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.top #main .news .section,
.top #main .used .section{
	margin-bottom:14px;
}
.top #main .news .btnList,
.top #main .used .btnList{
	float:right;
}
.top #main .news h3,
.top #main .used h3{
	padding-top:3px;
	float:left;
}

.top #main .news {
	border-bottom:1px solid #C5C5C5;
	padding-bottom:6px;
	margin-bottom:18px;
}
.top #main .news .entry{
	margin-bottom:14px;
}
.top #main .news .entry p.date{
	float:left;
	width:70px;
	color:#CC0000;
}
.top #main .news .entry h4{
	float:right;
	width:600px;
	font-weight:normal;
}
.top #main .entry h4 a{
	color:#111;
	text-decoration: none;
}
.top #main .entry h4 a:hover{
	color:#CC0000;
	text-decoration: underline;
}
.top #main .used {
}
.top #main .used .entry{
	float:left;
	width:130px;
	text-align:center;
	margin-right:7px;
}
.top #main .used .entry:last-child{
	margin-right:0;
}
.top #main .used .image{
	border:1px solid #EFEFEF;
	margin-bottom:6px;
}
.top #main .used .entry h4{
	font-size:1.0em;
	font-weight:normal;
	color:#333;
	line-height:1.4em;
	margin-bottom:4px;
}
.top #main .used .entry p.price{
	color:#CC0000;
}
