@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  background-image: url(../images/pagetitle.jpg);
}

h3.lead {
  width: 495px;
  height: 62px;
  margin: 0 auto;
  background-image: url(../images/lead.gif);
  text-indent: -9999px;
}


#vehicles-chart {
  width: 495px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px auto 50px;
}
#vehicles-chart h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#vehicles-chart h3 span {
  color: #fff;
  background-color: #a21f41;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 260px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#vehicles-chart p {
  font-weight: bold;
}

.vehicles-chart-details {
  margin: 15px 0 0;
  width: 100%;
  border-top: 1px solid #666;
  border-collapse: collapse;
}

.vehicles-chart-details thead {
  background-color: #dd6b66;
}

.vehicles-chart-details thead th {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

.vehicles-chart-details tbody td {
  border-bottom: 1px solid #666;
  padding: 2px 0px 2px 8px;
  font-weight: bold;
  font-size: 15px;
}
.vehicles-chart-details thead th:not(:last-of-type),
.vehicles-chart-details tbody td:not(:last-of-type) {
  border-right: 1px solid #666;
}

#vehicles-pic {
  width: 495px;
  margin: 25px auto;
}

h3.band-title.title01 {
  background-size: cover;
  background-image: url(../images/h3_title01_img.png);
  height: 26px;
  box-shadow: 0 5px 10px rgba(150, 93, 0, 0.68);
}
h3.band-title > span {
  display: none;
}

#vehicles-pic h4 {
  color: #000;
  font-size: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 5px 25px 5px 0;
  margin-top:25px;
}

.vehicles-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.vehicles-list:last-of-type {
  margin-bottom: 70px;
}

.vehicles-list-title {
  color: #000;
  width: 100%;
  margin: 15px 0;
  font-size: 19px;
}

.vehicles-list-title::before {
  content: "●";
}

.vehicles-item {
  width: 150px;
}

.vehicles-item figure > img {
  width: 100%;
}

.vehicles-item span {
  display: block;
  padding-top: 5px;
}
