
/* 過去の運搬実績 */
#record {
  width: 720px;
  height: 181px;
  background-image: url(../img/index/record.png);
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 24px;
  padding: 130px 0px 0px 40px;
}

/* 屋外保管 */
#storage {
  width: 350px;
  background-color: #0099FF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0px 3px 0px;
  margin: 10px 0px 0px 0px;
}

/* 対応地域 */
#area {
  width: 720px;
  height: 221px;
  background-image: url(../img/index/area.png);
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 24px;
  padding: 80px 0px 0px 40px;
  margin: 30px 0px 0px 0px;
}

/* 12ｔユニック車 */
#special {
  width: 720px;
  height: 216px;
  background-image: url(../img/index/special.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  padding: 140px 0px 0px 40px;
  margin: 30px 0px 0px 0px;
}
#special_btn {
  margin: 32px 0px 0px 0px;
}


