@charset "utf-8";

/*========================================================================

	File name : /events/motor_sports/wec/css/common_bse.css
	Site name : TOYOTA MOTOR SPORTS
	Copyright : 2015 TOYOTA MOTOR CORPORATION, All Rights Reserved.

========================================================================*/

#rankingGraph {}

.rankingTab li {
  float: left;
  margin-left: 0.2%;
  background-color: #000;
  background-position: right top;
  background-repeat: no-repeat;
  width: 49.9%;
  cursor: pointer;
}

.rankingTab li.act {
  cursor: default;
}

.rankingTab li.act strong {
  color: #555;
}

.rankingTab li.act strong:after {
  opacity: 0.5;
}

.rankingTab li strong {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  padding: 20px;
  position: relative;
}

.rankingTab li strong:after {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/src_icon_arrow_btm.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

.rankingTab li:first-child {
  margin-left: 0;
}

.manufacturers {
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/bg_rankingTab_mnf.jpg);
}

.drivers {
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/bg_rankingTab_drv.jpg);
}

#rankingGraph #rankingFrame {
  background-color: #2d2d2d;
  overflow: hidden;
  position: relative;
}

#rankingGraph #rankingFrame .close {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  right: 0;
  cursor: pointer;
}

#rankingGraph #rankingFrame .close:hover {
  opacity: 0.5;
}

#rankingGraph #rankingFrame .innrWrap {
  padding: 2% 5%;
}

#rankingGraph #rankingFrame h3 {
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
}

.mnfGraph {
  padding-bottom: 20px;
}

#FlagBox {
  overflow: hidden;
  padding: 0px 10px 0px 60px;
  margin-top: -50px;
}

#FlagBox li {
  float: left;
  width: 9.1%;
  padding: 0px 1%;
  text-align: center;
}

#FlagBox.archive2015 li {
  float: left;
  width: 10.5%;
  padding: 0px 1%;
  text-align: center;
}

#FlagBox li img {
  max-width: 55px;
  width: 100%;
  width: auto\9;
  height: auto;
  display: inline;
}

.jqplot-target {
  margin: 0 auto;
}


/* Drivers Table Style */

#rankingGraph table {
  color: #ffffff;
  border-collapse: collapse;
  border-top: solid 1px #555;
  border-left: solid 1px #555;
  margin-top: 30px;
}

#rankingGraph table th {
  text-align: center;
}

#rankingGraph table th,
#rankingGraph table td {
  border-bottom: solid 1px #555;
  border-right: solid 1px #555;
  font-size: 10px;
  padding: 2px;
  white-space: nowrap;
}

#rankingGraph table .race {
  width: 10%;
}

#rankingGraph table .sec td {
  text-align: center;
}

#raceCalendar {
  height: 342px;
}

#raceCalendar #raceSlide > li {
  min-height: 301px;
}


/* archive */

#archive {
  position: relative;
  overflow: hidden;
}

#archive img {
  width: 100%;
  position: absolute;
}

#archive span {
  display: block;
  position: relative;
  margin: 1%;
  padding: 1% 2%;
  border: solid 1px #8c8c8c;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  width: 94%;
  font-size: 27px;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/ico_archiveBtn_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  transition: background-position 0.3s;
}

#archive span:hover {
  background-position: 99% center;
}

#archive span em {
  font-size: 16px;
  font-size: 1.6vw;
  display: block;
}

#archiveWrapper {
  width: 100%;
  margin-top: 1px;
}

#archiveWrapper div {
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

#archiveWrapper div img {
  position: absolute;
  width: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}

#archiveWrapper div a {
  display: block;
  padding: 8%;
  position: relative;
  color: #fff;
  font-size: 25px;
  font-size: 2.5vw;
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/ico_archiveBtn_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  transition: background-position 0.3s;
}

#archiveWrapper div:hover a {
  background-position: 99% center;
}

#archiveWrapper div a dl {
  font-size: 40%;
  margin: -5em 0 0 0;
  position: relative;
  float: right;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2%;
  color: #888;
}

#archiveWrapper div a dl dt {
  position: absolute;
}

#archiveWrapper div a dl dd {
  padding-left: 9em;
  font-weight: bold;
}

#archiveWrapper div:hover img {
  opacity: 1;
}


/* hybrid technology */

#ts050Technology {
  background-color: #f1f1f1;
  font-size: 16px;
}

#ts050Technology .innerWrap {
  padding: 20px 40px;
  text-align: left;
}

#ts050Technology h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 0 40px;
}

#ts050Technology h2 + p {
  margin-bottom: 40px;
}

#ts050Technology h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 0 30px;
  color: #fff;
}

#ts050Technology .main-wrapper p {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

#ts050Technology .main-wrapper {
  position: relative;
  overflow: hidden;
}

#ts050Technology .main-wrapper figure {
  display: inline-block;
  float: right;
  margin: 0 0 40px 40px;
  width: 25%;
  position: relative;
}

#ts050Technology .main-wrapper figure img {
  width: 100%;
}

#ts050Technology .main-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

#ts050Technology .main-wrapper:before {
  content: "";
  display: block;
  width: 590px;
  height: 590px;
  background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/hv_cnt_shadow.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

#ts050Technology .cnt01 {
  background-color: #265fa0;
}

#ts050Technology .cnt02 {
  background-color: #7a4288;
}

#ts050Technology .cnt03 {
  background-color: #AB2537;
}


/* TOP contents panel */

#contCarousel ul li a span {
  height: 2.5em;
  line-height: 2.5;
}

#contCarousel ul li a span.line2 {
  line-height: 1.4;
}


/* archive2015 */

h1.archive2015 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  left: 0;
  line-height: 1.6em;
  padding: 4%;
  text-align: left;
  top: 0;
  width: 92%;
}

@media screen and (max-width:1070px) {
  #ts050Technology .main-wrapper figure {
    margin: 0 0 170px 40px;
  }
}

@media screen and (max-width:768px) {
  #rankingGraph #rankingFrame h3 {
    font-size: 14px;
  }
  .rankingTab li strong {
    line-height: 1.2;
  }
  #rankingGraph #rankingFrame .close {
    width: 35px;
    height: 35px;
  }
  #rankingGraph #rankingFrame .close img {
    width: 100%;
  }
  #rankingGraph #rankingFrame li:nth-child(2) .mnfGraph {
    overflow: scroll;
  }
  #rankingGraph table th,
  #rankingGraph table td {
    font-size: 8px;
  }
  #raceCalendar {
    height: auto;
  }
  #raceCalendar nav li {
    width: 10%;
  }
  #raceCalendar #raceSlide > li.mexico h3 {
    background-image: url(https://toyotagazooracing.com/pages/contents/en/assets/images/wec/report/images/icon_flag-mexico.png);
  }
  /* Archive */
  #archive img {
    width: 200%;
    margin-left: -55%;
  }
  #archive span {
    font-size: 10vw;
    background-size: 7%;
    font-size: 7vw;
    text-align: left;
    padding: 3%;
    width: 92%;
  }
  #archive span em {
    display: inline;
    margin-left: 20px;
    font-size: 2vw;
  }
  #archiveWrapper div a {
    font-size: 6vw;
    background-size: 7%;
  }
  #archiveWrapper div a dl {
    margin: 11% 0 2% 0;
    float: left;
    width: 100%;
    font-size: 2.5vw;
    border-top: solid 1px #555;
    padding: 2% 0;
  }
  #archiveWrapper div img {
    width: 110%;
    margin-left: -5%;
  }
  #ts050Technology .innerWrap {
    padding: 3% 2% 5%;
    text-align: left;
  }
  #ts050Technology h2 {
    font-size: 30px;
    text-align: center;
  }
  #ts050Technology h3 {
    text-align: center;
  }
  #ts050Technology .main-wrapper figure {
    float: none;
    width: 80%;
    margin: 0 auto 5% auto;
    display: block;
  }
}

table.tableizer-table {}

table.tableizer-table tr.toyota td {
  background: #444;
}