h1 {
  font-size: 85%;
}
.content {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}
/*　リード　*/
.lead-text {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #fff;
  font-size: 120%;
  text-align: left;
}
/*　中古艇情報　*/
.wrap-sale {
  width: 95%;
  margin: 10px auto 0 auto;
  padding: 0;
  background-color: #fff;
  font-size: 120%;
}
/* 見出し修飾 */
.info-title {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #00c;
  border-bottom: solid 1px #00C;
}
/* 中古艇情報表 */
.sale-img {
  margin: 0;
  width: 100%;
  text-align: center;
}
.sale-img img {
  margin: 0;
}
.album {
  margin: 0;
  font-size: 80%;
}
.album a {
  text-decoration: underline;
}
.price {
  margin: 10px 0 0 0;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.price span {
  font-size: 80%;
  font-weight: normal;
}
table, td {
  border: solid 1px #999999;
}
.wrap-sale table {
  margin: 0 auto 10px auto;
  border-collapse: collapse;
}
.wrap-sale td {
  height: 20px;
  padding-left: 10px;
  text-align: center;
}
.cell0 {
  background-color: #b0e0e6;
}
.cell1 {
  width: 120px;
  background: #e0ffff;
}
.cell2 {
  width: 240px;
}
.remarks {
  width: 240px;
  text-align: left;
}
.remarks a {
  font-size: 90%;
}
.charge {
  margin: 0 0 15px 0;
  text-align: left;
}
hr {
  margin: 15px 0 15px 0;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #add8e6;
  text-align: center;
}