@charset "utf-8";

/***********************************************************

  タイムテーブル

***********************************************************/
.tabContainer {
    overflow-x: auto;
}
.tabContainer::-webkit-scrollbar {
    height: 5px;
}
.tabContainer::-webkit-scrollbar-track {
    background: #000;
}
.tabContainer::-webkit-scrollbar-thumb {
    background: #000;
}
 
.tab{
    margin-top: 20px;
    text-align: center;
}
 
.tab__button{
    display: inline-block;
    text-align: center;
    background: #F0F0F0;
    vertical-align: middle;
    width: 48%;
    height:50px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    margin-top:10px;
    border:2px solid #86cdd3;
    border-bottom:none;
}
 
.tab__button.active{
    border-bottom: none;
    background:#86cdd3;
    margin-top:0;
    height:60px;
}
 
.tab__button.active a{
    font-size: 20px;
    color: #fff;
}

.tab__button span{
    padding: 15px 0 0 0;
    color: #86cdd3;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.tab__button.active span{
    font-size: 20px;
    color: #fff;
}

.wrap {
	border: 4px solid #86cdd3;
	background: #333;
	border-radius:5px;
	margin-bottom: 100px;
}

.contents__content{
    text-align: center;
}
 
.contents__content div{
    clear: left;
}

.contents__content div table{
    width : 100%;
    border-collapse: collapse;
}

.contents__content div table tr th {
    width : 14.28%;
    background:#3b7cc0;
    color:#fff;
    padding:10px 5px;
    border: solid 1px #86cdd3;
    font-size: 13px;
    text-align: center;
}
.contents__content div table tr td {
	background:#fff;
    padding:8px 5px;
    border: solid 1px #86cdd3;
    color: #222;
    font-size: 12px;
    text-align: center;
    word-break: break-all;
}
.contents__content div table tr td:nth-child(2) {
	word-break:normal;
}
.contents__content div table tr:nth-child(odd) td {
	background:#ecf8f8;
}
.contents__content div table tr td img {
	max-height:20px;
}
.contents__content div table tr td img + img{
  margin-left: 4px;
}

/*
.contents__content div a{
    display: table;
    width: 100%;
    text-decoration: none;
    padding: 10px;
    border-bottom:1px solid #000;
    color:#222;
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
}
 
.contents__content div a span{
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}
 
.contents__content div a:before{
    content:'';
    width: 50px;
    height: 50px;
    display: block;
    background-color: #fff;
    display: table-cell;
}
*/

.contents__content table td a {
    display: inline;
    width: auto;
    text-decoration: underline;
    padding: 0;
    border-bottom:none;
    color:#3b7cc0;
    text-align: left;
    line-height: 1.2em;
    font-size: 12px;
}
.contents__content table td a:hover {
    text-decoration: none;
}
 


.sortArea{
    text-align: right;
}
.sortArea p{
    margin: 10px 0;
}
.sortArea select {
    padding: 5px;
}

/***********************************************************

  トップページ

***********************************************************/

#flightList {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(23, 83, 145);
  border-radius: 5px;
  background-color: rgb(23, 83, 145);
  box-shadow: 1px 1px 1px 0 #5d87b2 inset;
  width: 730px;
  padding: 10px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  position: relative;
}

#flightList ul.navi {
  overflow: hidden;
}
#flightList ul.navi li {
  float: left;
  cursor:pointer;
}
#flightList ul.navi li a {
  display: block;
}
#flightList ul.navi li a:hover {
  opacity: 0.7;
}
#flightList ul.navi li.switch {
  background-image: -moz-linear-gradient( 90deg, rgb(242,243,241) 0%, rgb(244,244,244) 58%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(242,243,241) 0%, rgb(244,244,244) 58%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(242,243,241) 0%, rgb(244,244,244) 58%, rgb(250,250,250) 100%);
  box-shadow: 0px 1px 3px 0px rgba(23, 83, 145, 0.4);
  width: 120px;
  height: 34px;
  line-height: 34px;
  padding: 2px 0 0 0;
  text-align: center;
  margin: 0 8px 0 0;
}
#flightList ul.navi li:last-child {
  float: right;
  background-image: -moz-linear-gradient( 90deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  box-shadow: 0px 1px 3px 0px rgba(23, 83, 145, 0.4);
  width: 150px;
  height: 34px;
  line-height: 34px;
  padding: 2px 0 0 0;
  text-align: center;
}

#flightList .wrap {
  border: 0;
  background: #333;
  border-radius:0;
  margin:10px 0 0 0;
}
#flightList .contents__content div table{
  width : 100%;
  border-collapse: collapse;
}

#flightList .contents__content div table tr th {
  background:#3b7cc0;
  color:#fff;
  padding:8px 5px 10px;
  text-align: center;
  line-height: 1;
}
#flightList .contents__content div table tr th:nth-child(2) { width: 10%;}
#flightList .contents__content div table tr th:nth-child(3) { width: 20%;}
#flightList .contents__content div table tr th:nth-child(5) { width: 10%;}
#flightList .contents__content div table tr td {
  background:#fff;
  padding:6px 4px;
  line-height: 1.2;
  text-align: center;
}
#flightList th, td {
  border: solid 1px #86cdd3;
  color: #222;
  font-size: 12px;
}

.reset{
    padding: 0.5em;
    width: 11.4em;
    background: #F0F0F0;
}
.sort{
	    width: 11.4em;
}
#depRefine form{
	    display: inline-block;
}
#arrRefine form{
	    display: inline-block;
}

@media all and (max-width: 768px) {
#flightList {
  width: 538px;
}
}
@media all and (max-width: 640px) {
#flightList {
  width: 100%;
  padding: 5px 5px 45px;
}
#flightList ul.navi li.switch {
  width: 100px;
  margin: 0 5px 0 0;
}
#flightList ul.navi li:last-child {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 97%;
}
.contents__content div table tr td img {
	max-height:16px;
}

#flightList .wrap {
  margin:5px 0 0 0;
}

#flightList .contents__content div table tr th {
  padding:6px 4px 7px;
}
#flightList .contents__content div table tr th:nth-child(1) { width: 12%;}
#flightList .contents__content div table tr th:nth-child(2) { width: 12%;}
#flightList .contents__content div table tr th:nth-child(5) { width: 12%;}
#flightList .contents__content div table tr th:nth-child(7) { width: 10%;}
#flightList .contents__content div table tr td {
  padding:4px 4px;
}
#flightList th, #flightList td,
.contents__content table td a {
  font-size: 11px;
}
#flightList td img {
  height: 14px;
}
#depRefine form select{
	    display: inline-block;
	    width: 11.4em;
}
#arrRefine form select{
	    display: inline-block;
	    width: 11.4em;
}
}
.slick-slide img {
  display: inline !important;
}
