@charset "utf-8";
/* CSS Document */
#makerTitle {
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding: 0 0 20px;
	margin: 0 auto 50px;
}

/*一覧*/
.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;
	}
}