@charset "utf-8";
/* CSS Document */

#MainBox .conttitle {
	background-image: url(images/title.gif);
}
#MainBox h3  {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
	border-left: 5px solid #FF6600;
	font-size: 20px;
	margin-top: 50px;
}
#MainBox h4  {
	margin-bottom: 10px;
	clear: both;
	font-size: 20px;
	margin-top: 50px;
	color: #FF0004;
}

#MainBox .carname {
  padding: .75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}


.f-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.f-container .f-item {
	width: 210px;
	margin-bottom: 10px;
	background-color: #00045F;
	margin-right: 10px;
	text-align: center;
	border: 1px solid rgba(146,146,146,1.00);
}
.f-container .f-item img {
	width: 100%;
	}
.f-container .f-item h5 {
	margin: 0 5px;
	color: #fff;
}
.f-container .f-item h5.sellout {
	font-weight: normal;
	font-size: 90%;
	color: rgba(255,255,255,1.00);
}
