@charset "utf-8";
/* CSS Document */
.orderTab {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.orderTab ul {
	margin: 20px auto 10px;
}
.orderTab ul li {
	display: inline-block;
	width: 8.7%;
	height: 40px;
	box-sizing: border-box;
}
.orderTab ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #c6c6c6;
	border-radius: 5px;
	position: relative;
}
.orderTab ul li a .icon {
	position: absolute;
	bottom: -7px;
	left: 40%;
	line-height:10px !important;
	display: none;
	color: #33a6fb 
}
.orderTab ul li a:hover,
.active a{
	background-color: #33a6fb !important;
	color: #fff;
}
.orderTab ul li a:hover .icon,
.active a .icon {
	display: block !important;
}

/*一覧*/
.makerList .newcar-sell {
	box-sizing: border-box;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.makerList .newcar-sell a {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	padding: 15px 5px;
}

/* ===============================================
  media (max-width:768px)
=============================================== */
@media (max-width:768px) {
	.orderTab ul {
		margin: 20px auto 10px;
	}
	.orderTab ul li {
		display: inline-block;
		width: 15%;
		height: 50px;
		box-sizing: border-box;
	}
	.orderTab ul li a {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: #c6c6c6;
		border-radius: 5px;
		position: relative;
	}
	.orderTab ul li a .icon {
		position: absolute;
		bottom: -7px;
		left: 39%;
		line-height:10px !important;
		display: none;
		color: #33a6fb 
	}
	.makerList .newcar-sell {
		box-sizing: border-box;
		text-align: center;
		width: 33%;
		border-right-style: solid;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-right-width: 1px;
	}
	.makerList .newcar-sell a {
		display: block;
		border: 1px solid #fff;
		width: 100%;
		padding: 15px 10px;
	}
}
@media (max-width:576px) {
	.wrapper {
		width:100%;
	}
	.makerList .newcar-sell {
		box-sizing: border-box;
		text-align: left;
		width: 100%;
		border-right-style: solid;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}