
#fuyou_red {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
}

/* 軽トラック積み放題 */
.track {
  border: 5px solid #F58B15;
  margin: 15px 0px 0px 0px;
}
.left {
  float: left;
  width: 216px;
  text-align: center;
  margin: 10px 50px 10px 70px;
}
.right {
  float: left;
  width: 350px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0px 0px 0px;
}

/* テーブル */
table.tbl colgroup#col1 {
  width: 260px;
}
table.tbl colgroup#col2 {
  width: 230px;
}
table.tbl colgroup#col3 {
  width: 230px;
}
table.tbl colgroup#col4 {
  width: 250px;
}

