/* CSS Document */
/*--------------------
add
--------------------*/
.subpage-detail {
  margin: 20px 0;
  box-sizing: border-box;
}

.subpage-detail img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #fff;
}

/*--------------------
table
--------------------*/
.cars-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}
.cars-wrap img {
  width: 100%;
  max-width: 900px;
  border-radius: 5px;
}

table.cars-list {
  width: 100%;
}
table.cars-list th, table.cars-list td {
  padding: 3px;
}
table.cars-list th {
  background: #f0f0f0;
}
table.cars-list td.tab1 {
  width: 20%;
}
table.cars-list td.tab2 {
  width: 10%;
}
table.cars-list td.tab3 {
  width: 30%;
}
table.cars-list td.tab4 {
  width: 20%;
}
table.cars-list td.tab5 {
  width: 10%;
}
table.cars-list td.tab6 {
  width: 5%;
}
table.cars-list td.tab7 {
  width: 5%;
}

.notice {
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .notice {
    text-align: left;
  }
}
.information h3 {
  display: block;
  background: #b2d7f5;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px;
  color: #004774;
  text-shadow: 0 0 3px #fff;
  border-left: 5px solid #004774;
  border-radius: 3px;
  margin: 0;
  margin-bottom: 20px;
}
.information p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .information h3 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=add.css.map */