@charset "utf-8";
/* CSS Document */
.usedcar-Img {
	padding: 20px 0;
	margin: -30px auto 50px !important;
}

/*----- usedcar-Data -----*/
.usedcar-Data {
	padding:0 0 0 20px;
	box-sizing: border-box;
}
.usedcar-Price {
	border-width: 3px;
	border-style: solid;
	text-align: center;
}
.usedcar-Price p {
	padding:5px;
}
.price {
	font-size:30px;
	font-weight: bold;
	color: #ca0300;
}
.usedcar-Data table {
	width: 100%;
	margin: 10px auto 0;
}
.usedcar-Data th {
	font-weight: normal;
	width: 20%;
	padding: 5px 10px;
}
.usedcar-ContactBT .nomalBT {
	position: absolute;
	bottom: 0;
	width: 80%;
	margin: 0 0 0 20px;
	height: 50px !important;
	line-height: 50px
}
#gallery {
	margin: 30px auto 0;
	text-align: center;
}
#gallery li {
	display: inline-block;
	position: relative;
}
#gallery li:first-child  a,
#gallery li:last-child  a {
	box-sizing: border-box;
	display: block;
	position: relative;
}

/*----- .tab  -----*/
.tab  {
	text-align: center;
}
.tab li{
	width: 45%;
	margin: 0 0.5%;
	display: inline-block;
	height: 45px;
}
.tab li a {
	border-radius: 5px 5px 0 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	background-color: #d4d4d4;
	font-size: 18px;
}
.active a{
	background-color: #40b4fe !important;
	color: #fff;
}
.tableDisp {
	border: 4px solid #40b4fe;
	box-sizing: border-box;
	padding: 15px;
}
.tableDisp table  {
	width: 100%;
	border-bottom:1px solid #d4d4d4;
}
.tableDisp table th {
	box-sizing: border-box;
	background-color: #f1f1f1;
	border-top:1px solid #d4d4d4;
	width: 20%;
	text-align: center;
	color: #474747;
	font-weight: normal;
	padding: 10px ;
}
.tableDisp table td {
	box-sizing: border-box;
	border-top:1px solid #d4d4d4;
	padding: 10px;
	width: 30%;
}
.inner {
}
.usedcar-ContactBT2 .nomalBT {
	width: 300px;
	margin: 50px auto 0;
	height: 50px !important;
	line-height: 50px
}

#disp02 {
	display: none;
}
#disp2 li {
	display: inline-block;
	padding: 5px  20px;
	border-radius: 20px;
	margin: 0 10px 20px;
}
/* ===============================================
  media (max-width:768px)
=============================================== */
@media (max-width:768px) {
	.usedcar-Data {
		margin: 20px auto 0;
		padding:0 0 0 0px;
		box-sizing: border-box;
	}
	.usedcar-Price p {
		padding:5px;
	}
	.usedcar-Data table {
		width: 100%;
		margin: 10px auto 0;
	}
	.usedcar-Data th {
		font-weight: normal;
		width: 35% !important;
		padding: 5px 10px;
	}
	.usedcar-Data td {
		font-weight: normal;
		width: 65% !important;
		padding: 5px 10px;
	}
	.usedcar-ContactBT .nomalBT {
		position: relative;
		bottom: 0;
		width: 250px;
		margin: 20px auto;
		height: 50px !important;
		line-height: 50px
	}
	#gallery {display: none;
	}
	.sell {
		width: 100%;
	}
}