@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------table Display--------------------*/
.tableDisplay {
  border-collapse: collapse;
  line-height: 120%;
}
.tableDisplay th {
  font-weight: bold;
}
.tableDisplay td, .tableDisplay th {
  word-break: break-all;
  border: 1px solid #fff;
  padding: 10px;
  background: #F8CBAD;
}
.tableDisplay tr:nth-child(even) td {
  background: #FCE4D6;
}
.tableDisplay tr td.grayTd {
  background: #ededed;
}
.tableDisplayIndex {
  border-collapse: collapse;
  line-height: 120%;
  color: #000000;
}
.tableDisplayIndex th {
  font-weight: bold;
  background: #373737;
  color: #fff;
 /* word-break: break-all;*/
  border: 1px solid #efefef;
  padding: 8px;
  text-align: center
}
.tableDisplayIndex td {
  word-break: normal;
  border: 1px solid #efefef;
  padding: 8px;
  background: #fff;
}
.tableDisplayIndex tr:nth-child(even) td {
  background: #f6f6f6;
}
.tableDisplayIndex tr td.grayTd {
  background: #ededed;
}
.tableDisplayIndex th, td.center{ text-align: center}
.tableDisplayIndex h4 { color:#0194AB;}
/*date nav*/
#tabsNav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background: #f5f5f5;
}
#tabsNav li a {
  display: block;
  border-bottom: 3px solid #f5f5f5;
  text-decoration: none;
  color: #888;
  text-align: center;
  padding: 10px 15px;
}
#tabsNav li.active a {
  border-bottom: 3px solid #E9332F;
  color: #333;
  background: #ededed;
}
#tabsNav li a:hover {
  color: #333;
  border-bottom: 3px solid #ccc;
}
.css-table h3, .css-table h3 {
  font-size: 15px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------css table----------------------*/
  .css-table {
    display: table;
    width: 100%;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .tr:nth-child(even) {
    /*background: #f5f5f5;*/
  }
  .css-table .th, .css-table .td {
    display: table-cell;
    padding: 7px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    line-height: 130%;
  }
  .css-table .th {
    background: #333;
    color: #fff;
  }
  .css-table .tdHeader {
    /*background: #eee;*/
    color: #b04600;
  }
  .css-table .center {
    text-align: center;
  }
  .css-table h3 {
    font-weight: bold;
    color: #0194AB
  }
  /*date nav*/
  #tabsNav li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNav li {
    float: left;
  }
  .blue {
    background: #E3F2FD
  }
  /*------------ programFloat -------------------*/
  .programFloat {}
  .programFloat li {
    float: left;
    width: 49%;
    margin-right: 2%
  }
  .programFloat li:last-child {
    margin-right: 0
  }
  .smallTd {
    width: 1%;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*--------------- css table -----------------*/
  .card-table {}
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
    padding: 10px 15px;
    display: block;
  }
  .card-table .tr:first-child {
    padding-top: 0;
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 130%;
  }
  .card-table .tdHeader {
    color: #b04600;
    font-weight: bold;
    font-size: 15px;
  }
  /*--------------- css table -----------------*/
  .mob-table {
    display: block;
    overflow-x: auto;
    font-size: 13px;
  }
  .mob-table .thead {
    display: table-header-group;
  }
  .mob-table .tbody {
    display: table-row-group;
  }
  .mob-table .tr {
    display: table-row;
  }
  .mob-table .tr:nth-child(even) {
    background: #f5f5f5;
  }
  .mob-table .th, .mob-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mob-table .th {
    background: #333;
    color: #fff;
  }
  .mob-table .center {
    text-align: center;
  }
  /*date nav*/
  #tabsNav {
    margin: 0 -15px;
  }
  #tabsNav li {
    display: inline-block;
  }
  /*------------ programFloat -------------------*/
  .programFloat li {
    margin-bottom: 10px;
  }
  /*-----------------------css table----------------------*/
  .css-table .tr:nth-child(even) {
    /*background: #f5f5f5;*/
  }
  .css-table h3 {
    margin-top: 10px;
    color: #0194AB
  }
}