@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 143, ../sass/style.scss */
.news-share {
  float: right;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 148, ../sass/style.scss */
.news-share li {
  line-height: 0;
  height: 20px;
}

/* line 151, ../sass/style.scss */
.news-share li * {
  max-height: 100%;
}

/* line 152, ../sass/style.scss */
.news-share li + li {
  margin-left: 1em;
}

/* line 156, ../sass/style.scss */
.news-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  width: 96.875%;
  margin: 0 auto;
}

/* line 162, ../sass/style.scss */
.news-select > p {
  position: relative;
  padding: 5px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 167, ../sass/style.scss */
.news-select > p:after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  display: block;
  content: "\25BC";
  font-size: 10px;
}

/* line 176, ../sass/style.scss */
.news-select > p select {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  width: 100%;
  border: 1px solid #1e51a2;
  border-radius: 3px;
  color: #1e51a2;
}

/* For modern browsers */
@media screen and (max-width: 767px) {
  /*h2 {
    text-align: center;
    margin-bottom: 8px;
    img {
      width: 6.451612903225806%;
      margin-bottom: 7px;
    }
    span {
      display: block;
      color: #1e51a2;
      font-size: 17px;
      line-height: 1;
      margin-bottom: 2px;
      &.phonetic {
        font-size: 10px;
      }
    }
  }*/
  /* line 211, ../sass/style.scss */
  .newsWrap {
    overflow: hidden;
    width: 96.875%;
    margin: 0 auto;
  }
  /* line 215, ../sass/style.scss */
  .newsWrap .newsBox {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin-bottom: 12px;
  }
  /* line 221, ../sass/style.scss */
  .newsWrap .newsBox a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    border: solid 5px transparent;
  }
  /* line 226, ../sass/style.scss */
  .newsWrap .newsBox a:hover {
    background: #ffea5b;
    border: solid 5px #ffea5b;
  }
  /* line 231, ../sass/style.scss */
  .newsWrap .newsBox .catch {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  .newsWrap .newsBox .catch .flag-end {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #1e50a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 236, ../sass/style.scss */
  .newsWrap .newsBox time {
    float: left;
    color: #1e50a2;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 5px;
  }
  /* line 244, ../sass/style.scss */
  .newsWrap .newsBox .categoryLabel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    min-width: 60px;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    background: #1e50a2;
    margin: 0 1px 5px 0;
  }
  .newsWrap .newsBox .categoryLabel.-important {
    color: #333333;
    background: #eac657;
  }
  .newsWrap .newsBox .categoryLabel.-news {
    background: #ffa530;
  }
  .newsWrap .newsBox .categoryLabel.-event {
    background: #8cce8c;
  }
  /* line 254, ../sass/style.scss */
  .newsWrap .newsBox .title {
    clear: both;
    color: #333;
    font-size: 10px;
  }
  /* line 261, ../sass/style.scss */
  .more {
    width: 93.75%;
    margin: 0 auto;
  }
  /* line 264, ../sass/style.scss */
  .more a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px 0 13px;
    background: #1e51a2;
  }
}

/* line 279, ../sass/style.scss */
.clearfix {
  zoom: 1;
}

/* line 280, ../sass/style.scss */
.clearfix:before {
  content: "";
  display: table;
}

/* line 284, ../sass/style.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 294, ../sass/style.scss */
#rightCont {
  background: #fff;
}

@media screen and (min-width: 768px) {
  /* line 294, ../sass/style.scss */
  #rightCont {
    width: 701px;
    padding: 20px 30px;
    margin-bottom: 30px;
    float: right;
  }
}

@media screen and (min-width: 768px) {
  /* line 305, ../sass/style.scss */
  #news #year {
    background: #00307c;
    padding: 8px 10px;
    width: 701px;
    position: relative;
    left: -10px;
  }
  /* line 311, ../sass/style.scss */
  #news #year p {
    border-left: 3px solid #ffea5b;
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
}

/* line 320, ../sass/style.scss */
#news div.wp-pagenavi {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 325, ../sass/style.scss */
#news div.wp-pagenavi span.current {
  background-color: #ffea5b;
  color: #666;
}

/* line 329, ../sass/style.scss */
#news div.wp-pagenavi a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin: 0 3px;
  background-color: #ccc;
  color: #fff;
}

/* line 338, ../sass/style.scss */
#news div.wp-pagenavi a.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 344, ../sass/style.scss */
div.wp-pagenavi span.current {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin: 0 3px;
  background-color: #ccc;
  color: #fff;
}

/* line 357, ../sass/style.scss */
#news div.wp-pagenavi a.nextpostslink img, #news div.wp-pagenavi a img {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* line 362, ../sass/style.scss */
  #news div.newsWrap .newsBox {
    width: 100%;
  }
  /* line 364, ../sass/style.scss */
  #news div.newsWrap .newsBox a:hover {
    background: #ffea5b;
  }
  /* line 367, ../sass/style.scss */
  #news div.newsWrap .newsBox:first-of-type > a {
    border-top: 1px dotted #666;
  }
  /* line 370, ../sass/style.scss */
  #news div.newsWrap .newsBox > a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px dotted #666;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* line 383, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info {
    float: right;
    width: 458px;
  }
  /* line 387, ../sass/style.scss */
  #news div.newsWrap .newsBox div.catch {
    position: relative;
    float: left;
    width: 230px;
    overflow: hidden;
  }
  #news div.newsWrap .newsBox div.catch .flag-end {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #1e50a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 68px;
    height: 68px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  /* line 388, ../sass/style.scss */
  #news div.newsWrap .newsBox div.catch p.categoryLabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    text-align: center;
  }
  /* line 394, ../sass/style.scss */
  #news div.newsWrap .newsBox div.catch p.categoryLabel span {
    display: block;
    padding: 0.5em 0;
    color: #fff;
    font-size: 0.8em;
  }
  /* line 404, ../sass/style.scss */
  #news div.newsWrap .newsBox div.catch img {
    width: 100%;
  }
  /* line 406, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info {
    float: right;
    width: 439px;
  }
  /* line 409, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info time {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #1e50a2;
    float: left;
  }
  /* line 416, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info .categoryLabel {
    padding: 1px 10px;
    background: #1e51a2;
    font-size: 0.8em;
    color: #fff;
    float: right;
  }
  #news div.newsWrap .newsBox div.info .categoryLabel.-important {
    color: #333333;
    background: #eac657;
  }
  #news div.newsWrap .newsBox div.info .categoryLabel.-news {
    background: #ffa530;
  }
  #news div.newsWrap .newsBox div.info .categoryLabel.-event {
    background: #8cce8c;
  }
  /* line 423, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info p {
    color: #999;
  }
  /* line 424, ../sass/style.scss */
  #news div.newsWrap .newsBox div.info p.title {
    padding-top: 4px;
    padding-bottom: 13px;
    font-size: 14px;
    color: #000;
    clear: both;
  }
}

/* line 438, ../sass/style.scss */
#news #access_menu {
  float: left;
  width: 180px;
  padding: 18px 10px 8px 10px;
  background: #1e51a2 url(../img/side_bg.png) no-repeat right 0;
}

/* line 443, ../sass/style.scss */
#news #access_menu h3 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

/* line 451, ../sass/style.scss */
#news #access_menu .menu_first.date {
  padding-bottom: 16px;
}

/* line 454, ../sass/style.scss */
#news #access_menu .menu_first.category {
  padding-top: 16px;
  border-top: 1px dotted #fff;
}

/* line 458, ../sass/style.scss */
#news #access_menu .menu_first > li {
  background: #00307c;
  margin-bottom: 5px;
}

/* line 461, ../sass/style.scss */
#news #access_menu .menu_first > li:last-of-type {
  margin-bottom: 0;
}

/* line 465, ../sass/style.scss */
#news #access_menu .menu_first > li > p, #news #access_menu .menu_first > li > a {
  display: table;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
}

/* line 474, ../sass/style.scss */
#news #access_menu .menu_first > li > p span, #news #access_menu .menu_first > li > a span {
  display: table-cell;
  vertical-align: middle;
}

/* line 478, ../sass/style.scss */
#news #access_menu .menu_first > li > p .mark, #news #access_menu .menu_first > li > a .mark {
  width: 28px;
  text-align: center;
}

/* line 482, ../sass/style.scss */
#news #access_menu .menu_first > li > p .txt, #news #access_menu .menu_first > li > a .txt {
  padding-top: 1px;
}

/* line 488, ../sass/style.scss */
#news #access_menu .menu_second {
  background: #fff;
}

/* line 490, ../sass/style.scss */
#news #access_menu .menu_second > li {
  width: 130px;
  margin-left: 28px;
}

/* line 493, ../sass/style.scss */
#news #access_menu .menu_second > li p, #news #access_menu .menu_second > li a {
  display: table;
  width: 100%;
  height: 30px;
  border-bottom: dotted 1px #00307c;
}

/* line 499, ../sass/style.scss */
#news #access_menu .menu_second > li p {
  border-top: dotted 1px #00307c;
  border-bottom: none;
}

/* line 503, ../sass/style.scss */
#news #access_menu .menu_second > li:last-of-type a {
  border: none;
}

/* line 506, ../sass/style.scss */
#news #access_menu .menu_second > li p span, #news #access_menu .menu_second > li a span {
  display: table-cell;
  vertical-align: middle;
}

/* line 510, ../sass/style.scss */
#news #access_menu .menu_second > li p .mark, #news #access_menu .menu_second > li a .mark {
  width: 10px;
}

/* line 513, ../sass/style.scss */
#news #access_menu .menu_second > li p .mark {
  vertical-align: top;
}

/* line 516, ../sass/style.scss */
#news #access_menu .menu_second > li a .mark img {
  vertical-align: middle;
}

/* line 520, ../sass/style.scss */
#news #access_menu .menu_second > li p .mark img {
  vertical-align: -2px;
}

/* line 523, ../sass/style.scss */
#news #access_menu .menu_second > li p .txt {
  color: #00307c;
  padding-top: 2px;
}

/* line 528, ../sass/style.scss */
#news #access_menu .menu_second > li a .txt {
  color: #00307c;
  padding-top: 2px;
}

/* line 534, ../sass/style.scss */
#news #access_menu .menu_third > li {
  width: 115px;
  margin-left: 15px;
}

/* line 537, ../sass/style.scss */
#news #access_menu .menu_third > li:last-of-type a {
  border-bottom: none;
}

/* line 540, ../sass/style.scss */
#news #access_menu .menu_third > li a .mark {
  width: 10px;
  vertical-align: top;
}

/* line 543, ../sass/style.scss */
#news #access_menu .menu_third > li a .mark img {
  vertical-align: -2px;
}

/* line 551, ../sass/style.scss */
article.newsDetailWrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

/* line 555, ../sass/style.scss */
article.newsDetailWrap div.newsDetailWrapHeader {
  margin-bottom: 20px;
}

/* line 557, ../sass/style.scss */
article.newsDetailWrap div.newsDetailWrapHeader p.categoryLabel {
  float: right;
  display: inline-block;
  margin-right: 1em;
}

article.newsDetailWrap div.newsDetailWrapHeader p.categoryLabel.-important span {
  color: #333333;
  background: #eac657;
}

article.newsDetailWrap div.newsDetailWrapHeader p.categoryLabel.-news span {
  background: #ffa530;
}

article.newsDetailWrap div.newsDetailWrapHeader p.categoryLabel.-event span {
  background: #8cce8c;
}

/* line 561, ../sass/style.scss */
article.newsDetailWrap div.newsDetailWrapHeader p.categoryLabel span {
  padding: 1px 11px;
  color: #fff;
  font-size: 0.8em;
  font-size: 10px;
  font-weight: bold;
  background: #1e51a2;
}

/* line 570, ../sass/style.scss */
article.newsDetailWrap div.newsDetailWrapHeader time {
  color: #1e50a2;
  margin-right: 18px;
  font-weight: bold;
}

/* line 576, ../sass/style.scss */
article.newsDetailWrap h1 {
  font-size: 14px;
  color: #1e51a2;
  font-weight: bold;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  /* line 576, ../sass/style.scss */
  article.newsDetailWrap h1 {
    width: 96.875%;
    margin: 0 auto;
  }
}

/* line 586, ../sass/style.scss */
article.newsDetailWrap div.entryBody {
  overflow: hidden;
  line-height: 23px;
  color: #999;
  border-bottom: 1px dotted #b5b4b4;
}

@media screen and (min-width: 768px) {
  /* line 586, ../sass/style.scss */
  article.newsDetailWrap div.entryBody {
    border-top: 1px dotted #b5b4b4;
  }
}

@media screen and (max-width: 767px) {
  /* line 586, ../sass/style.scss */
  article.newsDetailWrap div.entryBody {
    padding: 0 2%;
  }
}

/* line 593, ../sass/style.scss */
article.newsDetailWrap div.entryBody p {
  padding-top: 15px;
  padding-bottom: 18px;
}

/* line 596, ../sass/style.scss */
article.newsDetailWrap div.entryBody p.img {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 604, ../sass/style.scss */
div.pager {
  overflow: hidden;
  position: relative;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 604, ../sass/style.scss */
  div.pager {
    width: 96.875%;
    margin: 0 auto;
  }
}

/* line 613, ../sass/style.scss */
div.pager p {
  display: inline-block;
}

/* line 615, ../sass/style.scss */
div.pager p a {
  display: inline-block;
  color: #333;
  line-height: 19px;
}

/* line 620, ../sass/style.scss */
div.pager p.listPageBack {
  font-size: 14px;
  padding: 5px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffea5b;
  /*@media screen and (min-width: 768px){
  	position: absolute;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  }*/
}

@media screen and (max-width: 767px) {
  /* line 620, ../sass/style.scss */
  div.pager p.listPageBack {
    clear: both;
    width: 100%;
    margin: 1em 0 3em;
  }
}

/* line 637, ../sass/style.scss */
div.pager p.next {
  float: left;
}

/* line 639, ../sass/style.scss */
div.pager p.next a {
  background: url(../img/single_prev.jpg) no-repeat left 0;
  padding-left: 31px;
}

/* line 644, ../sass/style.scss */
div.pager p.prev {
  float: right;
}

/* line 646, ../sass/style.scss */
div.pager p.prev a {
  background: url(../img/single_next.jpg) no-repeat right 0;
  padding-right: 31px;
}

/* line 655, ../sass/style.scss */
#contents #flight_cont {
  overflow: hidden;
  padding: 20px 20px 50px;
  background: #fff;
}

/* line 660, ../sass/style.scss */
#contents #flight_nav {
  overflow: hidden;
  margin-bottom: 14px;
}

/* line 663, ../sass/style.scss */
#contents #flight_nav li {
  float: left;
  width: 183px;
  height: 59px;
  margin-right: 6px;
}

/* line 668, ../sass/style.scss */
#contents #flight_nav li:nth-of-type(5n) {
  margin-right: 0;
}

/* line 671, ../sass/style.scss */
#contents #flight_nav li.departure {
  background: url(../img/departure_bg.png) repeat-x 0 0;
}

/* line 674, ../sass/style.scss */
#contents #flight_nav li.arrival {
  background: url(../img/arrival_bg.png) repeat-x 0 0;
}

/* line 677, ../sass/style.scss */
#contents #flight_nav li.airlines {
  background: url(../img/airlines_bg.png) repeat-x 0 0;
}

/* line 680, ../sass/style.scss */
#contents #flight_nav li a {
  display: block;
  width: 163px;
  height: 37px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-top: 9px;
  padding-bottom: 13px;
}

/* line 690, ../sass/style.scss */
#contents #flight_nav li.departure a, #contents #flight_nav li.arrival a {
  padding-left: 20px;
}

/* line 693, ../sass/style.scss */
#contents #flight_nav li.departure.sel a {
  background: url(../img/departure_sel_bg.png) no-repeat center bottom;
}

/* line 697, ../sass/style.scss */
#contents #flight_nav li.arrival.sel a {
  background: url(../img/arrival_sel_bg.png) no-repeat center bottom;
}

/* line 700, ../sass/style.scss */
#contents #flight_nav li.arrival a img {
  margin-top: -3px;
}

/* line 705, ../sass/style.scss */
#contents #flight_nav li.airlines a {
  width: 183px;
  text-align: center;
}

/* line 709, ../sass/style.scss */
#contents #flight_nav li.airlines.sel a {
  background: url(../img/airlines_sel_bg.png) no-repeat center bottom;
}

/* line 714, ../sass/style.scss */
#contents #flight_nav li a span {
  font-weight: bold;
}

/* line 717, ../sass/style.scss */
#contents #flight_nav li a img {
  margin-left: 22px;
}

/* line 723, ../sass/style.scss */
#contents .flight_info h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 10px 0 8px;
}

/* line 730, ../sass/style.scss */
#contents #departure h3 {
  background: #00a0e9;
}

/* line 733, ../sass/style.scss */
#contents #arrival h3 {
  background: #eb6d9c;
}

/* line 736, ../sass/style.scss */
#contents #hac h3, #contents #jal h3, #contents #fda h3 {
  background: #1e51a2;
}

/* line 741, ../sass/style.scss */
#contents .flight_info h3 span {
  font-weight: bold;
}

/* line 744, ../sass/style.scss */
#contents .flight_info h3 img {
  vertical-align: middle;
  margin-left: 8px;
}

/* line 749, ../sass/style.scss */
#contents .flight_info table {
  table-layout: fixed;
  width: 100%;
}

/* line 752, ../sass/style.scss */
#contents .flight_info table th {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 3px 0;
  background: #1b3b71;
}

/* line 758, ../sass/style.scss */
#contents .flight_info table th span {
  display: block;
  height: 100%;
  padding: 4px 0 3px;
  border-right: dotted 1px #fff;
}

/* line 764, ../sass/style.scss */
#contents .flight_info table th:last-of-type span {
  border-right: none;
}

/* line 768, ../sass/style.scss */
#contents .flight_info table .number {
  width: 162px;
}

/* line 771, ../sass/style.scss */
#contents .flight_info table .airlines_name {
  width: 190px;
}

/* line 774, ../sass/style.scss */
#contents .flight_info table .place, #contents .flight_info table .ontime {
  width: 120px;
}

/* line 777, ../sass/style.scss */
#contents .flight_info table .change_time {
  width: 100px;
}

/* line 780, ../sass/style.scss */
#contents .flight_info table td {
  height: 44px;
  color: #333;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/flight_info_line.png) repeat-y right 0;
  border-bottom: dotted 1px #666;
}

/* line 789, ../sass/style.scss */
#contents .flight_info table tr:nth-of-type(2n+1) td {
  background-color: #edeff3;
}

/* line 792, ../sass/style.scss */
#contents .flight_info table td:last-of-type {
  background-image: none;
}
/*# sourceMappingURL=style.css.map */