@charset "utf-8";

/* ------------------------------------------------------ */
/* header_logo */
/* ------------------------------------------------------ */

#header{
  width: 780px;
  height: 80px;
  padding: 15px 0 27px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

#logo {
  float: left;
}

#logo img {
  vertical-align: top;
}


/* ------------------------------------------------------ */
/* Title */
/* ------------------------------------------------------ */
.title {
  background: #001871;
}

.titleInner {
  width: 780px;
  margin: 0 auto;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

/* ------------------------------------------------------ */
/* Main */
/* ------------------------------------------------------ */
#container {
  width: 780px;
  margin: 30px auto 50px;
}
#container #date {
  padding: 0 0 20px !important;
  text-align: right;
}
#container #main p {
  padding: 0 0 15px;
}
#container #main h2 {
  margin: 20px 0;
  padding: 5px 5px 5px 17px;
  border-left: 4px solid #001871;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  color: #4c4c4c;
  clear: both;
}
#container #main h2:first-child {
  margin: 0 0 20px;
}
#container #main h3 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  color: #4c4c4c;
  clear: both;
}

.cancel-heading,
.change-heading,
.extra-heading {
  color: #4c4c4c;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 0.5em;
}
.cancel-heading {
  color: #c60000;
  font-size: 1.2em;
  line-height: 1.5;
  background-color: #eef1f4;
}
.change-heading {
  background-color: #e6edfe;
}
.extra-heading {
  background-color: #fff6cc;
}
.old-dia { text-decoration: line-through;}
.new-dia { font-weight: bold;}


/* ------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------ */
#footer {
  margin-top: 40px;
  background: #1f1f1f;
}

#copyright {
  width: 780px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: .67em;
  color: #fff;
  text-align: center;
}


/* ------------------------------------------------------ */
/* other */
/* ------------------------------------------------------ */
.layoutColumnA3 > * {
  width: 245px;
  margin-left: 20px;
}

#tableFlight {
  border: 1px solid #001871;
}

#tableFlight th {
  background-color: #001871;
  color: #fff;
}

#tableFlight td {
  background-color: ;
  color: #001871;
  font-weight: bold;
  padding: 10px 10px;
}

#tableFlight th,
#tableFlight td {
  border: 1px dotted #001871;
  text-align: center;
  vertical-align: middle;
}

#tableFlight td:nth-child(2),
#tableFlight td:nth-child(4) {
  border-left: 1px solid #001871;
}

#tableFlight th:nth-child(1),
#tableFlight th:nth-child(2) {
  border-right: 1px solid #fff;
}

#tableFlight tr:first-of-type {
  border-top: 1px solid #001871;
}

.airImg img {
  vertical-align: middle;
  padding: 10px;
}

#anc02 .hoverImg img:hover {
  opacity: .8;
}