@charset "UTF-8";

/* --- フィリピン 航空券ページ --- */

.air_tab {
  width: 560px;
  text-align: center;
}

.air_tab li {
  display: inline;
}

.air_title {
  margin-top: 10px;
}

.air_table {
  width: 558px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 1px;
  margin-right: 0px;
  border: 2px solid #00a0e9;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.air_table tr td {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
}

.air_tablecolor {
  background-color: #ffffcc;
}

.air_list {
  margin-bottom: 15px;
}

.air_list li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 2px;
}

.air_jyoken {
  list-style-type: none;
  text-align: right;
}
