@charset"UTF-8";

/*---------------------------------------------------------
  フライト情報
---------------------------------------------------------*/
#contents #des_contents h3 {
  margin-bottom: 5px;
}

#contents #des_contents h4 {
  margin-top: 10px;
}

#contents #des_contents .flight_remarks {
  text-indent: -1em;
  margin-left: 1em;
}

/*---------------------------------------------------------
  テーブル
---------------------------------------------------------*/
#contents #des_contents table {
  width: 100%;
  _width: 598px;
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 0 10px 0;
  font-size: 100%;
}

#contents #des_contents table caption {
  margin-top: 10px;
  text-align: left;
}

#contents #des_contents table tr th {
  padding: 2px 3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #ffffb2;
  text-align: center;
}

#contents #des_contents table tr th.route {
  background-color: #efefef;
}

#contents #des_contents table tr th.route_separate {
  border-bottom: 2px solid #000;
}

#contents #des_contents table tr td {
  padding: 2px 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

#contents #des_contents table .with_next td {
  border-bottom: 1px dotted #000;
}

#contents #des_contents table .separate td {
  border-bottom: 2px solid #000;
}

