/* Table of content
-----------------------------------------------
Global
Content
Post styling
Widgets
Search block
Buttons
Custom Styles
Navigation
Footer
Social icons
*/

/* =Global
----------------------------------------------- */
body {
  color: #000;
  word-wrap: break-word;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a {
    color: #007acc;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #DADADA;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1,.h1 {
  font-size: 28px;
}

h3,.h3 {
  font-size: 20px;
}

h4,.h4 {
  font-size: 16px;
  color: #373737;

}

h5,.h5 {
  font-size: 14px;
  color: #373737;
}

h6,.h6 {
  font-size: 13px;
  color: #373737;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}
/* search box */
.searchBox {
    position: relative;
    max-width: 1150px;
    min-height: 180px;
    margin: 0px auto;
    margin-bottom: 45px;
    background: #f4f4f4;
    border: 1px solid #f0b410;
    border-radius: 5px;
}
.searchBox #search_form {
  padding: 15px 0 0px 0;
}
.searchBox #search_form select {
  outline: none;}
#secondary .searchBox #search_form {
  padding-bottom: 35px;
}
.search_content {
  position: relative;
  margin: 0 auto
}
.ways_soratabi {
  padding-left: 220px;
  margin-bottom: 10px;
}
#secondary .ways_soratabi {
  padding: 80px 15px 0;
  margin: 0;
}
ul.ways_soratabi li {
  width: 28%;
    display: inline-block;
    margin-right: 4%;
    font-size: 14px;
    vertical-align: top;
}
#secondary  ul.ways_soratabi li {
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 12px;
}
ul.ways_soratabi li .title {
  display: block;
  font-weight: bold;
  padding-left: 15px;
}
.dayOneWay {
  position: relative;
}
.dayOneWay img.to-trigger,
.dayOneWay img.from-trigger {
  position: absolute;
  top: 8px;
  right: 15px;
}
ul.ways_soratabi li#setarrival {
  position: absolute;
  top: 5px;
  left: 0;
  width: 210px;
  height: 145px;
  display: block;
  text-align: center;
  padding:70px 10px 10px;
  border-right: 2px solid #dadada;
  background: url("../images/ico_per.png") center 30px no-repeat;
}
#secondary ul.ways_soratabi li#setarrival {
  width: 100%;
  top: 0px;
  border: none;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/ico_per.png) center 0px no-repeat;
  height: auto;
}

ul.ways_soratabi li#setarrival ul {
  height: 30px;
  vertical-align: middle;
}
ul.ways_soratabi li#setarrival ul li {
  width: 100%;
  height: 30px;
  vertical-align: middle;
}
li#setarrival input,
li#setarrival label {
  cursor: pointer;
}
.return_journey ul.ways_soratabi li .title{
    display: none;
  }
#secondary .return_journey ul.ways_soratabi li .title{
  display: block;
}
ul.ways_soratabi select.slt_m {
  width: 100%;
}
select#ID_F1Month,
select#ID_F2Month {
  width: 80px;
  margin-left: 5px;
}
select#ID_F1Day,
select#ID_F2Day {
  width: 110px;
}

#s_outward{
  padding: 0;
  margin: 0;
}
#s_return{
  padding:0;
  margin:0 0 10px 0;
}
#secondary .return_journey .ways_soratabi {
  padding-top: 20px;
}
ul.ways_soratabi li.starting input,
ul.ways_soratabi input.hasDatepicker,
ul.ways_soratabi select {
   padding: 0px 10px;
   font-size: 1.2em;
   background: #fff;
   border: 1px solid #d1d1d1;
   height: 35px;
   border-radius: 17px;
}
ul.ways_soratabi li.starting input {
  width: 90%;
  background: url("../images/calendar_trigger.png") right 7px no-repeat;
  background-color: #fff;
}
.src_image {
  height: 39px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  text-align: center;
  text-align: center;
    padding: 0px 0;
}
.src_image input {
  cursor: pointer;
  border: none;
  background: url("../images/bt_search.png");
  width: 202px;
  height: 39px;
}
.src_image input:hover {
  background: url("../images/bt_search.png");
  opacity: 0.7;
}
.src_image input:focus {
  background: url("../images/bt_search.png");
  opacity: 0.7;
}
.searchBox #search_form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
    background: url(../images/arr_down.png) right 12px no-repeat;
  background-color: #FFF;
}
/* search box END*/

select::-ms-expand {
 display: none;
}
/* COMMON RADIO AND CHECKBOX STYLES  */
input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio] + label, input[type=checkbox] + label {
  cursor: pointer;
}
input[type=radio] + label:before, input[type=checkbox] + label:before {
  height: 22px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  vertical-align: middle;
}
/* DEFAULT */
input[type=checkbox] + label:before {
  border: none;
  width: 22px;
  background: url(../images/check.png) 0px bottom no-repeat;
  vertical-align: bottom;
}
/* CHECKED */
input[type=checkbox]:checked + label:before{
   background: url(../images/checked.png) 0px bottom no-repeat;
   vertical-align:bottom;
}
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
  color: #000;
}
/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #DA4453;
  border-color: #DA4453;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #363636;
  border-color: #363636;
}
.btn.btn-default {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button {
  background-color: #DA4453;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover {
  background-color: #363636;
}
/* HEADER */
h1.logo {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 198px;
  height: 80px;
  background: url(../images/new_logo_airtrip.png) no-repeat;
  background-size: 100%;
}

.site-header {
  position: relative;
  max-width: 1200px;
  height: 110px;
  margin: 0px auto;
}
.site-header:after {
  display: block;
  clear: both;
  content: "";
}
.top-section {
  float: left;
  width: 200px;
  height: 100px;
  margin-top: 10px;
  background: none;
}
.h1.logo {
  left: 0px;
}
.navbar {
  height: 48px;
  padding-top: 15px;
  min-width: 64%;
  margin-top: 30px;
}
.navbar-default {
  background: none;
}
.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.navbar-nav>li {
  padding: 0px 15px;
  border-right: 1px solid #333;
  height: 20px;
}
.navbar-nav>li:last-child, .navbar-nav>li:nth-child(3) {
  border-right: 0px;
}
.navbar-nav>li>a, .nav>li>a {
    padding: 0px;
}

.navbar-nav>li>a:hover {
    border-bottom: 3px solid #2e9cd2;
}
.searchTop {
  margin-top: -10px;
  margin-left: 15px;
}
.searchTop label {
  display: none;
}
.searchTop input {
  width: 230px;
}
#searchsubmit {
  width: 36px;
  height: 36px;
  position: relative;
  top: 0px;
  right: 0px;
  border: 1px solid #ccc;
  border-radius: 0 2px 2px 0 !important;
  padding: 0px;
  margin: 0px;
  margin-left: -36px;
  text-indent: -3333px;
  background:  url(/travel-column/wp-content/themes/soratabinavi/images/ico_search.png) center 7px no-repeat ;
  background-color: #3276b1;
}
#searchsubmit input {
  border: 1px;
  border-radius: 3px !important;
}
#sitemap_list li.cat-item ul, #sitemap_list {
    list-style-type: none;
    margin-bottom: 20px;
}
#sitemap_list li.cat-item ul li a {
    padding: 10px;
    padding-left: 20px;
    color: #23527c;
    display: block;
    font-size: 14px;
    border-left: none;
    border-bottom: 1px solid #f2f2f2;
}
#sitemap_list li.cat-item a {
    border-left: 5px solid #32BAEA;
    padding-left: 15px;
}
/* =Social icons
----------------------------------------------- */
.fb_iframe_widget span {
  vertical-align: top !important;
}
.social-icons{
  float: right;
  }
.social-icons a {
  color: #fff;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons {
  position: relative;
  text-align: right;
}
.social-icons a {
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  background: url(../images/social_icons.png) no-repeat;
}

.social-icons a.twitter_btn {
  background-position: left top;
}
.social-icons a.hatena_btn {
  background-position: -35px top;
}
.social-icons a.pocket_btn {
  background-position: -70px top;
}
.social-icons a.googleplus_btn {
  background-position: right top;
}

#gnavi li {
  display: inline-block;
  vertical-align: middle;
}

#news {
    background: #dcf6ff;
    margin: 30px 0;
    padding: 5px;
    overflow: hidden;
}
#news dt, #news dd {
    display: block;
    float: left;
}
#news dt {
    background: #d6053f;
    color: #fff;
    padding: 5px 10px !important;
    font-weight: bold;
}
#news dd {
    margin: 5px;
    width: 85%
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}
.breadcrumb {
  font-size: 12px;
}
.content-area .breadcrumb > a {
    display: inline-block;
    color: #373737;
    text-decoration: underline;
}
.breadcrumb:after {
  content: "";
  clear: both;
  display: block;
}
.postTop {
  clear: both;
  margin-bottom: 30px;
}
/* =site main
----------------------------------------------- */
.site-main {
    clear: both;
    margin-bottom: 60px;
}
.site-main > article {
    margin-bottom: 35px;
}
.titlePage_01, .titlePage_02 {
    width: 100%;
    height: 50px;
    margin: 0px 0 20px 0;
    border-bottom: 3px solid #f3f3f3;
}
.blog-item-wrap {
    position: relative;
    width: 100%;
    height: 187px;
    background: #fafafa;
}
.blog-item-wrap>a {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 220px;
    min-height: 187px;
    overflow: hidden;
    z-index: 99;
}
.blog-item-wrap>a img {
    width: 220px;
    height: 187px !important;
}
.post-inner-content {
    height: 187px;
    padding: 15px 20px 20px 250px;
}
.entry-title {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entry-title {
    overflow: hidden;
    line-height: 120%;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.detail-view .entry-title {
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1c82a4;
    color: #1c82a4;
}
.entry-title a {
    color: #1a1a1a;
}
.post-inner-content .read-more {
    float: right;
    width: 103px;
    height: 32px;
}
.post-inner-content .read-more a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -3333px;
    background: url(../images/bt_seemore.png) 0px 0px no-repeat;
}
.post-inner-content .read-more a:hover {
    background: url(../images/bt_seemore.png) 0px -32px no-repeat;
}
.entry-meta {

}
.posted-on, .postviews {
    font-size: 12px;
    color: #4d4d4d;
    display: inline-block;
    padding-left: 25px;
}
.posted-on {
  display: inline-block;
    background: url(../images/postdate.png) left 0px no-repeat;
    background-size: 16px 16px;
    margin-right: 10px;
    padding-left: 25px;
    color: #666;
}
.postviews {
    background: url(../images/postview.png) left 4px no-repeat;
    background-size: 20px 12px;
}
.entry-content {
  font-size: 16px;
  line-height: 180%;
  color: #666;
}
.entry-content .excText {
  font-size: 14px;
  line-height: 150%;
}
.blog-item-wrap:after, .entry-meta:after {
    content: "";
    clear: both;
    display: block;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.widget.widget_views ul li a {
  font-weight: bold;
}
.widget.widget_views ul li:nth-child(1) a:before,
.widget.widget_views ul li:nth-child(2) a:before,
.widget.widget_views ul li:nth-child(3) a:before,
.widget.widget_views ul li:nth-child(4) a:before,
.widget.widget_views ul li:nth-child(5) a:before {
  content: "";
  padding: 10px 20px;
  position: absolute;
  margin-top: -15px;
  margin-left: -120px;
  width: 44px;
  height: 42px;
}
.widget.widget_views ul li:nth-child(1) a:before {
  background: url(../images/ranking_01.png) no-repeat;
}
.widget.widget_views ul li:nth-child(2) a:before {
  background: url(../images/ranking_02.png) no-repeat;
}
.widget.widget_views ul li:nth-child(3) a:before {
  background: url(../images/ranking_03.png) no-repeat;
}
.widget.widget_views ul li:nth-child(4) a:before {
  background: url(../images/ranking_04.png) no-repeat;
}
.widget.widget_views ul li:nth-child(5) a:before {
  background: url(../images/ranking_05.png) no-repeat;
}
#secondary .widget {
  margin-bottom: 30px;
  color: #2C2C2C;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li, #secondary .widget li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before {
  margin-right: 10px;
}

.adv {
  padding: 0;
}
.well {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
  clear: both;
}
#secondary .widget > h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 0px 0px 36px;
  margin-top: 0;
  height: 30px;
  color: #000;
  font-weight: 700;
}
#secondary .widget a {
  color: #000;
  text-decoration: none;
}
#secondary .widget a:hover {
  color: #007acc;
}
.widget.recent-posts-widget-with-thumbnails {
  padding-top: 10px;
}
.rpwwt-post-date {
  margin-top: 10px;
  color: #999;
}
.rpwwt-post-title {
  font-size: 16px;
}
#support.widget > h3,
#category.widget > h3,
#popular-article.widget > h3,
#tag_cloud.widget > h3 {
  background: url(../images/ico_side.png) no-repeat;
  margin-bottom: 20px;
}
#support.widget > h3 {
  background-position: left -2px;
}
#category.widget > h3 {
  background-position: left 0px;
}
#popular-article.widget > h3 {
  background-position: left 0px;
}
#tag_cloud.widget > h3 {
  padding-left: 0px;
}
#tag_cloud.widget > h3 {
  padding: 5px 0px 0px 36px;
}
#search_air .note {
  font-size: 13px;
  margin-bottom: 15px;
}
.note .note_title{
  color: #4b74b4;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}
#rss{
  background: #292929;
  width: 99%;
}
#rss.widget a {
  display: block;
  background: #2c2c2c;
}

.snsbtn{
  margin-bottom: 10px;
}
.snsbtn span{

  display: inline-block;
  font-weight: bold;
  width: 49%;
  text-align: center;
}
#secondary .widget .snsbtn span a{
  color: #FFF;
  padding: 15px 0;
  display: block;
}
.snsbtn span.facebook_btn{
    background-color: #3f5b9a;

}

.snsbtn span.twitter_btn{
    background-color: #00aced;
}

#popular-article.widget .widget_views h2.widgettitle{
  display: none;
}
.widget_views img{
  float: left;
  margin-right: 10px;
  width: 85px;
  height: 85px;
}
.widget_views li{
  overflow: hidden;
}

.widget ul ul {
  padding: 10px;
}

@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}
/* facebook social */
.face-follow a.facebook-button {
    padding: 6px 6px 5px;
    border: 1px solid #3c5a98;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    display: block;
    background: #3c5a98;
}
.twitter-follow a.twitter-button {
    padding: 7px 6px 5px;
    border: 1px solid #00c8fa;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    display: block;
    background: #00c8fa;
    margin-top: 10px;
}
.instagram-follow {
    padding-top: 10px;
}
.face-follow img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.twitter-follow img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.instagram-follow img {
    width: 25px;
    margin-right: 10px;
}
.instagram-follow a {
    display: block;
    background: #fafafa;
    padding: 6px;
    border: 1px solid #eee;
    color: #000000;
    text-align: center;
    border-radius: 4px;
}
/* page detail */
.page-header {
    border: none;
    margin: 0 0 10px;
    padding-top: 0;
}
.detail-view .blog-item-wrap {
  height: auto;
  background: #fff;
}
.detail-view .post-inner-content {
  height: auto;
  padding: 0px;
}
.entry-content p img {
    width: 100%;
    margin-bottom: 15px;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #DA4453;
}
.entry-content h2 {
  padding-bottom: 10px;
    border-bottom: 2px solid #1c82a4;
}
.entry-content h3 {
    color: #DA4453;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #007acc;
}
/* orther post */
.other-items .other-post-content {
    padding-left: 120px;
    font-size: 14px;
    line-height: 120%;
}
.other-items .other-post-content a {
    color: #13a7d9;
    display: block;
    margin-bottom: 10px;
}
.other-post h3 {
    height: 30px;
    line-height: 100%;
    padding: 5px 0px 0px 30px;
    margin-bottom: 15px;
    background: url(../images/ico_side.png) left -70px no-repeat;
    border-bottom: 1px solid #009cff;
}
.other-items img {
    float: left;
}
.other-post .other-items {
    width: 46%;
    margin: 0 1%;
    display: inline-block;
    margin-bottom: 30px;
}
/* =pagination-page
----------------------------------------------- */
#pagination-page {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;

}
.spaginate .spaginate-inner span,
.spaginate .spaginate-inner a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 4px;
  color: #007acc;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 120%;
}
a.spaginate-link:hover {
  color: #000;
}
.spaginate-inner span.spaginate-current {
  font-weight: bold;
  color: #000;
}
span.spaginate-hidden, span.spaginate-title  {
  border: none;
}
span.spaginate-title  {
  display: none;
}
/* -- sidebar -- */
#category ul li {
    list-style: none;
    margin: 0px;
    padding: 8px 0;
    border-bottom: 1px solid #bbb4b1;
}
#category ul li span {
    margin-left: 5px;
}
.widget-title {
    padding: 5px 0px 0px 36px;
    margin-bottom: 10px !important;
    font-size: 18px;
    border-bottom: 1px solid #009cff;
}
h2.widgettitle {
  display: none;
}
.widget-area > :last-child, .widget > :last-child {
    margin-bottom: 0;
}
.rpwwt-widget ul li {
  margin: 0px !important;
  padding-top: 8px;
  padding-bottom: 0px;
}
#tag_cloud .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px !important;
    display: block !important;
    border-bottom: 1px solid #009cff !important;
    line-height: 1;
    padding-bottom: 12px;
}
#tag_cloud .tagcloud a span {
  margin-left: 10px;
}
#tag_cloud .tagcloud02 a span {
  display: none !important;
}
#tag_cloud .tagcloud02 a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px !important;
    display: inline-block !important;
    line-height: 1;
}

.the-tags a {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px !important;
    display: inline-block;
    color: #000;
}
#tag_cloud .tagcloud a:before, .the-tags a:before {
    content: '' !important;
    color: #a0a5aa;
}
#tag_cloud .tagcloud02 a:before {
    content: '#' !important;
    color: #a0a5aa;
}
li.widget_views {
  list-style: none;
}
#secondary .search-by-region {
    margin: 0px 0px 30px 0px;
}
#secondary .search-by-region .air-title {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgb(0, 156, 255);
    color: #000;
}
#secondary .search-by-region .air-title i {
    background: url(../images/ico_air.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}
.search-by-region .tagcloud a {
    font-size: 13px;
    border: none;
    color: #333;
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
.search-by-region .tagcloud a:hover {
  color: #007acc;
}

/* =Footer
----------------------------------------------- */
.articleByCat {
    clear: both;
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 80px;
}
.titlePage_01, .titlePage_02 {
    width: 100%;
    height: 50px;
    margin: 50px 0 20px 0;
    border-bottom: 3px solid #f3f3f3;
}
.articleByCat_item ul {
    margin: 1px;
}
.articleByCat_item li {
    position: relative;
    float: left;
    list-style: none;
    width: 220px;
    margin: 5px;
    margin-bottom: 20px;
}
.articleByCat_item li .title {
    font-size: 14px;
    line-height: 140%;
    padding: 12px;
    line-height: 120%;
    background: #fafafa;
    border-bottom: 3px solid #ccc;
}
.articleByCat_item a .title {
    color: #000;
}
.articleByCat_item a:hover .title {
    color: #0279de;
  }
.articleByCat_item li .img_thum {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.articleByCat_item li .img_thum .categoriName {
  display: none;
}
.articleByCat_item ul:after, .footerAirtripWrap:after, .footerAirtrip:after, .sectionInfo:after, .post_item_right:after, .post_item:after {
    content: "";
    clear: both;
    display: block;
}
.sectionInfoWrap {
    background: #060c17;
}
.sectionInfo {
    max-width: 1150px;
    margin: 0px auto;
    clear: both;
    padding: 50px 0px;
}
.sectionInfo .sectionInfoSocial {
    float: left;
    width: 48%;
}
.sectionInfo .companyInfo {
    float: right;
    width: 48%;
}

#footer-area {
  background: url(../images/bg_footer.png) repeat-x;
  color: #999;
  clear: both;
}

.site-info {
  color: #000;
  font-size: 12px;
  max-width: 1305px;
  height: 263px;
  padding: 100px 100px 0 100px;
  margin: 0 auto;
  background: url(../images/footer_pic.png) no-repeat center top;
}
.companyInfo .titleInfo {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.companyInfo ul {
    margin: 0px;
}
.companyInfo ul li {
    line-height: 100%;
    font-size: 12px;
    list-style: none;
    color: #fff;
    height: 18px;
    padding: 3px 20px 0px 30px;
    margin-bottom: 15px;
}
/*Footer airlines logo*/
ul.airlines {
  display: table;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
}
ul.airlines li {
  float: left;
  padding: 0;
  margin-bottom: 20px;
}
ul.airlines li img {
  height: 30px;
  margin-right: 6px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  ul.airlines {
    display: block;
  }
  ul.airlines li {
    display: inline-block;
    float: none;
  }
  ul.airlines li img {
    height: 33px;
  }
}
.companyInfo ul li.address {
    background: url(../images/ico_info.png) 0px 2px no-repeat;
}
.companyInfo ul li.tel {
    background: url(../images/ico_info.png) 0px -33px no-repeat;
}
.companyInfo ul li.email {
    background: url(../images/ico_info.png) 0px -72px no-repeat;
}
.companyInfo ul li.register {
    background: url(../images/ico_info.png) 0px -113px no-repeat;
}
.companyInfo ul li.sponsor span {
    margin-right: 20px;
}
.companyInfo a {
    color: #fff;
}

.footerAirtripWrap {
    padding: 30px 0px;
    border-top: 1px solid #272c35;
    background: #060c17;
}
.footerAirtripWrap .footerAirtrip {
    max-width: 1150px;
    margin: 0px auto;
}
.footerAirtripWrap .copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.footerLogo {
    float: right;
    position: relative;
    width: 433px;
    background: url(../images/bg_logo_group.png) 0px 0px no-repeat;
    background-size: 100%;
}
.footerLogo .tripstar, .footerLogo .soratabi, .footerLogo .air-j, .footerLogo .e-koukuuken {
    position: absolute;
    width: 25%;
    height: 46px;
    text-indent: -3333px;
}
.footerLogo .tripstar a, .footerLogo .soratabi a, .footerLogo .air-j a, .footerLogo .e-koukuuken a {
  display: block;
  width: 100%;
  height: 100%;
}
.footerLogo .tripstar {
    top: 0;
    left: 0px;
}
.footerLogo .soratabi {
    top: 0;
    left: 25%;
}
.footerLogo .air-j {
    top: 0;
    left: 50%;
}
.footerLogo .e-koukuuken {
    top: 0;
    left: 75%;
}
.post-inner-content .read-more {
    margin-top: -30px;
    }
.entry-header {
  position: relative;
}
.entry-header .posted-on {
  position: absolute;
  bottom: 10px;
  left: 0px;
  margin-right: 0px;
  color: #1c82a4;
}
#secondary {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .articleByCat {
    padding: 0px 15px;
  }
  .searchTop input {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
    .site-main {
      padding: 0px 15px;
  }
  .articleByCat {
      width: 100%;
      padding: 0px 15px;
    }
  .site-header {
      width: 100%;
      height: auto;
      padding: 0px 15px;
    }
  .top-section {
      position: inherit;
      width: 100%;
    }
    h1.logo {
      left: 15px;
    }
    .navbar {
      width: 100%;
      height: auto;
      float: none;
      margin: 0px;
      padding-top: 0px;
    text-align: left;
    }
    .navbar-nav {
    float: none;
    width: 100%;
  }
  .navbar-nav>li {
      width: 100%;
      height: auto;
      float: none;
      border: none;
      border-bottom: 1px solid #ccc;
      padding: 10px;
  }
  .navbar-nav>li:last-child {
    border-bottom: none;
  }
  .searchTop {
    margin: 0px;
    position: relative;
  }
  .searchTop input#s {
    min-width: 99%;
  }
  .social-icons {
      position: inherit;
      padding-right: 10px;
    }
  .breadcrumb {
      padding-left: 15px;
    }
  .sidebar.widget-area {
      padding: 0px 15px;
    }
  .sectionInfoWrap {
      padding: 0px 15px;
    }
  .sectionInfo .sectionInfoSocial .container {
    padding: 0px;
  }
  .sectionInfo .sectionInfoSocial {
    width: 100%;
    padding: 0px;
  }
  .sectionInfo .companyInfo {
    width: 100%;
    padding: 15px 0px;
  }
  .other-post .other-items {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
  .widget.widget_views ul li:nth-child(1) a:before,
  .widget.widget_views ul li:nth-child(2) a:before,
  .widget.widget_views ul li:nth-child(3) a:before,
  .widget.widget_views ul li:nth-child(4) a:before,
  .widget.widget_views ul li:nth-child(5) a:before {
    margin-left: -108px;
  }
  .footerAirtripWrap {
    padding: 30px 15px;
  }
  .footerLogo, .footerAirtripWrap .copyright {
    float: none;
    margin: 0px auto;
  }
  .footerAirtripWrap .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .blog-item-wrap {
    height: auto;
  }
  .blog-item-wrap>a {
    position: inherit;
  }
  .blog-item-wrap>a img {
    width: 100%;
    height: auto !important;
  }
  .post-inner-content {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .articleByCat_item li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 20px;
  }
  .articleByCat_item .img_thum img {
      width: 100%;
      margin-top: -25%;
  }
  .footerAirtripWrap {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 425px) {
  .site-content .container,
  .navbar .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #searchsubmit {
    position: absolute;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footerLogo {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .sectionInfo {
    padding-bottom: 0px;
  }
  .post-inner-content .read-more {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .companyInfo ul li.sponsor {
    height: auto;
  }
  .companyInfo ul li.sponsor span {
    display: block;
    float: none;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .entry-header {
    margin-bottom: 45px;
  }
  .entry-header .posted-on {
    bottom: -30px;
  }
}
/* style searchbox */
ul.tab {
  width: 100%;
  margin-top: 10px;
  list-style-type: none;
  overflow: hidden;
}
ul.tab:after {
  content: "";
  clear: both;
  display: block;
}
ul.tab li {
  width: 50%;
  float: left;
}
ul.tab li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 120%;
  padding: 12px 10px 6px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-weight: bold;
  background: none;
  color: #f0b410;
  background: #f1f1f1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.searchBox {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
ul.tab li a:hover {
  color: #f0b410;
  background: #ccc;
}
ul.tab li a:focus, ul.tab li a.active {
  color: #fff;
  background: #f0b410;
}
#os_search input[type=radio] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  outline-offset: -2px;
}
#os_search input[type=radio],#os_search input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
#os_search input[type=radio] {
  margin-right: 10px;
  margin-top: 1px;
  line-height: normal;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #f0b410;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

#os_search input[type=radio]:checked:before {
  position: absolute;
  content: "";
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 14px !important;
  height: 14px !important;
  top: 6px;
  left: 6px;
  margin-top: -5px !important;
  margin-left: -5px !important;
  line-height: 8px;
  background: #f0b410;;
  float: left;
  font: normal 14px/1 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline-offset: -2px;
}
#os_search input, input:after, input:before {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
#overseas-search-form-widget {
  background: #f4f4f4;
}
#overseas-search-form-widget #os_search {
  border: 1px solid #f0b410 !important;
  padding: 15px 15px 0 15px !important;
}
#overseas-search-form-widget .select_roundtrip, #overseas-search-form-widget .select_oneway {
  margin-right: 20px;
}
#os_search .input_Dep,#os_search .input_timeDep, #os_search .input_Des, #os_search .input_timeDes, #os_search .input_Dep input,#os_search .input_timeDep input , #os_search .input_Des input, #os_search .input_timeDes input{
  width: 100% !important;
}
#overseas-search-form-widget #os_search input[type=input], #overseas-search-form-widget #os_search select{
  border: 1px solid #d1d1d1 !important;
  background: #fff !important;
}
#os_search .input_ticketType,#os_search .select_transit,#os_search .select_planType {
  display: none !important;
}
#overseas-search-form-widget #os_search .os_search_button {
  margin: 0 auto;
  display: block !important;
  cursor: pointer;
  border: none;
  background: url(../images/bt_search.png);
  width: 202px;
  height: 39px;
  background-color: #f4f4f4;
  font-size: 0;
  border: none;
}
#overseas-search-form-widget #os_search .input_adultNum label,#overseas-search-form-widget #os_search .input_childNum label,#overseas-search-form-widget #os_search .input_infantNum label  {
  font-size: 11px !important;
}
#overseas-search-form-widget .input_adultNum select, #overseas-search-form-widget .input_childNum select, #overseas-search-form-widget .input_infantNum select {
  width: 75px !important;
}
#overseas-search-form-widget #os_search .os_f_gr:nth-child(5), #overseas-search-form-widget #os_search .os_f_gr:nth-child(4) {
  padding: 0 !important;
}
#overseas-search-form-widget .input_adultNum {
  margin-right: 2px !important;
}
#tab2.tabcontent {
  margin-bottom: 45px;
  display: none;
}

/* post to Top */
.postTop ul {
  margin-left: 0px;
}
.postTop ul li {
  position: relative;
  list-style: none;
  float: left;
    width: 33.3%;
    height: 230px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
}
.postTop ul li:first-child {
  margin-left: 0px;
}
.postTop ul li a:hover, .postTop ul li .thuPost img:hover {
  opacity: 0.7;
}
.postTop ul li .thuPost img {
    width: 100%;
    min-width: 400px;
    min-height: 230px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    backface-visibility: hidden;
    margin-top: -15%;
}
.postTop ul li .titPost {
  width: 100%;
  font-size: 18px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  line-height: 120%;
  font-weight: bold;
}
.postTop ul:after {
  display: block;
  content: "";
  clear: both;
}
.postdate, .postviews {
  font-size: 12px;
  color: #4d4d4d;
  display: inline-block;
  padding-left: 25px;
}
.postdate{
  background: url('../images/postdate.png') left top no-repeat;
  background-size: 16px 16px;
  margin-right: 10px;
}
.postviews{
  background: url('../images/postview.png') left 4px no-repeat;
  background-size: 20px 12px;
}
.titPost .postviews {
  display: block;
  background: url('../images/postview_w.png') left 6px no-repeat;
  background-size: 16px 8px;
  color: #fff;
}

/*==== CUSTOMIZE WITH SKYPEGATE ====*/
#home #content {
  background: none;
}
.blog-item-wrap .entry-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.spaginate .spaginate-inner a {
  text-decoration: none;
}
.spaginate span.spaginate-title {
  display: none;
}
.sectionInfo .companyInfo a {
  color: #fff;
  text-decoration: none;
}
#page #content {
  background: none;
}
.tabcontent .search-box,
.tabcontent .search-box .search-condition-l,
.tabcontent .search-box .search-condition-r,
.tabcontent .search-box .dep-point {
  width: 100%;
}
.tabcontent .search-box .search-content {
  border-color: #f0b410;
}
.tabcontent .search-box .search-content-inner,
.tabcontent .search-box .tab-ticket-kind .active,
.tabcontent .search-box .tab-ticket-kind li:hover {
  background: #f4f4f4;
}
.tabcontent .search-box .dep-point li:first-child {
  width: calc(100% / 2);
}
.tabcontent .search-box .tab-ticket-kind input {
  
}
.tabcontent .search-box .tab-ticket-kind label {
  padding: 5px;
}
.tabcontent input[type=radio],
.tabcontent input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.tabcontent .search-box .list-condition .condition-title:not(.tight-lines) {
  width: 100%;
  margin-bottom: 10px;
}
.tabcontent .search-box .list-condition .condition-title span {
  display: inline-block;
}
.tabcontent .condition-content.short-l select,
.tabcontent .condition-content.short-r select {
    width: 38px;
}
.tabcontent .search-box .list-condition .condition-title.tight-lines {
  margin-right: 5px;
}
.tabcontent .search-box .btn-search {
  margin-top: 15px;
}
.tabcontent .search-box .list-condition .condition-title.tight-lines,
.tabcontent .search-box .condition-content.short-l,
.tabcontent .search-box .condition-content.short-r {
  width: 60px;
}
#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a {
  text-align: center;
  font-weight: normal;
  font-size: 10px !important;
  padding: 2px 6px!important;
  width: 100%;
  border: none;
  display: inline-block;
}
#ui-datepicker-div.ui-datepicker td {
  width: 29px;
  border: 1px solid #f2f2f2;
  height: 21px;
}
#ui-datepicker-div.ui-datepicker-multi {
  width: auto!important;
  min-height: inherit;
}
#ui-datepicker-div .ui-datepicker-next span {
  margin-left: -13px;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
  background-position: -309px 4px!important;
  height: 30px;
  width: 30px;
}
#ui-datepicker-div .ui-datepicker-prev span {
  background-position: -291px 4px!important;
  height: 30px;
  width: 30px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  left: -15px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
  margin-top: -8px;
}
#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
  background-color: #fff;
  width: 44%;
}
body,
#page #content {
  position: initial !important;
}
#datepicker0.hasDatepicker,
#datepicker1.hasDatepicker {
  width: auto;
}
.hasDatepicker .ui-state-active,
.hasDatepicker .ui-widget-content .ui-state-active,
.hasDatepicker .ui-widget-header .ui-state-active,
.hasDatepicker .ui-datepicker td a:hover {
  padding: 10px;
}
.hasDatepicker .ui-state-default, .hasDatepicker .ui-widget-content .ui-state-default,
.hasDatepicker .ui-widget-header .ui-state-default {
    font-weight: 400;
    border: none;
}
.hasDatepicker .ui-datepicker td a:hover {
    background: #f2f2f2;
    border: none;
    padding: 10px;
}
.hasDatepicker .ui-datepicker td a,
.hasDatepicker .ui-datepicker td span {
    display: block;
    text-align: center;
    font-size: 16px;
}

.hasDatepicker .ui-widget-header .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/calendar_icon.png);
}
.hasDatepicker .ui-datepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker .ui-datepicker-next,
.hasDatepicker .ui-datepicker .ui-datepicker-prev-hover,
.hasDatepicker .ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent;
}
#setarrival .return_check {
  display: none;
}
.master_header_pc .master-sub-header > div > div > a {
  background-position: 0 0;
}
.blog-item-wrap .entry-content h3 {
  margin: 0 0 20px;
}
.blog-item-wrap .entry-content p {
  margin: 0 0 15px;
}
@media screen and (max-width: 1024px) {
  #footer-area .sectionInfo {
    min-width: inherit;
  }
  body {
    min-width: 100% !important;
  }
  .tabcontent .str-contents {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hasDatepicker .ui-datepicker-current-day a,
  .hasDatepicker #ui-datepicker-div.ui-datepicker td span,
  .hasDatepicker .ui-datepicker td a {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .hasDatepicker .ui-datepicker td a,
  .hasDatepicker .ui-datepicker td span {
    padding: .7em;
  }
}

@media screen and (max-width: 767px) {
  .hasDatepicker #datepicker0,
  .hasDatepicker #datepicker1 {
    width: 92% !important;
  }
  .hasDatepicker .ui-state-active,
  .hasDatepicker .ui-widget-content .ui-state-active,
  .hasDatepicker .ui-widget-header .ui-state-active,
  .hasDatepicker .ui-datepicker td a:hover {
    padding: 0;
  }
  .hasDatepicker .ui-state-default,
  .hasDatepicker .ui-widget-content .ui-state-default,
  .hasDatepicker .ui-widget-header .ui-state-default {
    line-height: 30px;
  }
  #tab2 .search-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
  }
  #tab2.tabcontent .str-contents {
    background: #f4f4f4;
    border: 1px solid #f0b410;
    border-radius: 0 0 5px 5px;
  }
  #tab2 .air-search .search-main-content-01 {
    background: transparent;
  }
}

@media screen and (max-width: 336px) {
  #tab2 .air-search .tab-switch-01 label::before {
    display: none;
  }
  #tab2 .air-search .tab-switch-01 > li {
    width: calc(100% / 3);
  }
}
/***** 16004 *******/
.footerAirtripWrap {
  background: #196FB9;
  border-top: 1px solid #196FB9;
  color: #fff;
  text-align: center;
}
.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .jpx {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 11px !important;
    line-height: inherit !important;
  }
  .jpx::after {
    display: none !important;
  }
  .jpx img {
    vertical-align: middle;
    width: 26px;
    height: auto;
  }
  .footerAirtripWrap {
    padding: 6px 0 9px !important;
  }
  .footerAirtripWrap .copyright {
    margin-top: 5px;
  }
}
@media (max-width: 420px) {
  .footerAirtripWrap .copyright, .jpx {
      font-size: 10px !important;
  }
}
/******* #16004 *******/
@media (max-width: 1050px) {
  .sectionInfoWrap {
    display: none;
  }
  .footerAirtripWrap {
    padding: 6px 0 9px;
  }
  #at-footer.visible-xs {
    display: block;
  }
  #at-footer {
    font-size: 10px;
    background: #196FB9;
    margin: 0 auto;
    padding: 6px 0 9px 0;
    color: #fff;
    text-align: center;
  }
  #at-footer .jpx {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
  }
  #at-footer .jpx img {
    vertical-align: middle;
    width: 26px;
    height: auto;
    margin-right: 7px;
  }
  #at-footer .jpx:after {
    display: none !important;
  }
  .visible-xs .copyright {
    background: none;
    margin-top: 5px;
    font-size: 12px !important;
    line-height: 18px;
  }
  .copyright.hidden-xs{
    display: none;
  }
}