@charset "utf-8";
/* ===================================================================

TOYOTA GAZOO Racing / press_release.css

=================================================================== */
#main,
a,
.small,
p.small,
.caption,
#contents-body .section.column .figure-description,
.link-l,
.btn-text,
.link,
.link-s{
    color: #111;
}
.notes {
    color: #666;
}
#contents-body .section.column-r{
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #141414 !important;
    color: #eee;
}
.tab-menu a,
.tab-menu .tab-content{
    color: #eee;
}
body,
#main,
#contents,
#contents-body .section{
    background-color: #fff;
}
#contents-body{
    padding: 0 15px;
}
#contents-body .title,
#contents-body .subtitle {
    color: #333;
}
#contents-body .section.page-title > h2.title{
    font-size: 23px;
}
#contents-body .section.full {
    margin-right: -15px;
    margin-left: -15px;
}
#contents-body .section.full-border-t,
#contents-body .section.full-border-b{
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}
.border-t, .full-border-t {
    border-color: #ccc;
}
.border-b, .full-border-b {
    border-color: #ccc;
}
.link-l, .btn-text{
    border-color: #ccc;
}
.link-l:after, .link:after, .btn-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    background-image: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.anchor-menu li,
ul.sort-menu li a{
    border-color: #999;
}
ul.sort-menu li a:hover,
ul.sort-menu li a:active{
    border-color: #e10000;
}
.press-top{
    height: auto;
    padding: 0 15px;
}
.press-top img,
.press-top h3{
    float: none;
    line-height: inherit;
}
.press-top img{
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-right: 0;
}
.press-top h3{
    margin-bottom: 10px;
}
.date-sns .sns-btn{
    margin-top: 1em;
}
.date-sns .date-area .date{
    color: #666;
}
table tbody tr td,
table tbody tr td,
table tbody tr.odd td,
table tbody tr.even td{
    color: #fff;
}


@media print, screen and (min-width: 768px){
    #contents-body{
        padding: 0 66px;
    }
    #contents-body .section.page-title > h2.title{
        font-size: 34px;
    }
    #contents-body .section.full{
        margin-right: -66px;
        margin-left: -66px;
    }
    #contents-body .section.column-r{
        margin: 0;
        padding: 0 30px;
    }
    #contents-body .section.full-border-t,
    #contents-body .section.full-border-b{
        margin-right: -66px;
        margin-left: -66px;
        padding-right: 66px;
        padding-left: 66px;
    }
    #contents-body .section.full-border-t.column-l,
    #contents-body .section.full-border-b.column-l{
        margin-right: 294px;
    }
    .link-l:after, .link:after, .btn-text:after {
        width: 7px;
        height: 13px;
        right: 20px;
        margin-top: -7px;
        border-top: none;
        border-right: none;
        background-image: url("/pages/contents/include/common/image/pc_icon_arrow_right_wh.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 7px 13px;
        -moz-background-size: 7px 13px;
        background-size: 7px 13px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .link-l:hover:after, .link:hover:after, .btn-text:hover:after {
        background-image: url("/pages/contents/include/common/image/pc_icon_arrow_right_on.png");
    }
    .press-top{
        padding: 0 30px;
    }
    .press-top img,
    .press-top h3{
        float: left;
        line-height: 70px;
    }
    .press-top img{
        margin-top: 18px;
        margin-right: 30px;
    }
    .press-top h3{
        margin-bottom: 0;
    }
    .date-sns .date-area{
        float: left;
    }
    .date-sns .sns-btn{
        float: right;
    }
    .date-sns .sns-btn{
        margin-top: 0;
    }
}

@media screen and (min-width: 1080px){
    #contents-body{
        padding: 0 170px;
    }
    #contents-body .section.full{
        margin-right: -170px;
        margin-left: -170px;
    }
    #contents-body .section.full-border-t,
    #contents-body .section.full-border-b{
        margin-right: -170px;
        margin-left: -170px;
        padding-right: 170px;
        padding-left: 170px;
    }
    #contents-body .section.full.column-l,
    #contents-body .section.full-border-t.column-l,
    #contents-body .section.full-border-b.column-l {
        margin-right: 190px;
    }
}


/* half size table
---------------------------------------- */
.min-width-none {
	min-width:0px !important;
	}
	
.table-half-l {
	float:left;
	width:55%;
	margin-right:5%;
	}
	
.table-half-r {
	float:right;
	width:40%;
	}
table tbody tr.deepred th,
table tbody tr.deepred td{
    background-color: #3f1b1d;
}

@media print, screen and (max-width: 878px){
    .table-half-l {
        float:none;
        width:100% !important;
    }
    .table-half-r {
        float:none;
        width:100% !important;
    }
}

@media screen and (max-width: 767px){
    .min-width-none {
        min-width:0px !important;
        width:100% !important;
    }
}
/* ----------------------------------------
half size table */


/* language switching button
---------------------------------------- */
@media screen and (max-width: 767px){
.langage {
    padding: 20px 0;
    text-align: right;
}
.langage a {
    padding: 0 0 0 35px;
    font-size: 12px;
    position: relative;
    opacity: 0.8;
}
.langage a:hover {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}
.langage a .flag {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
}
.langage a .txt {
}
}

@media screen and (min-width: 768px){
.langage {
    margin: 20px 0 10px;
    text-align: right;
}
.langage a {
    padding: 0 0 0 35px;
    font-size: 12px;
    position: relative;
    opacity: 0.8;
}
.langage a:hover {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}
.langage a .flag {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
}
.langage a .txt {
}
}
/* ----------------------------------------
language switching button */





/*------------------------------------------------------------
180808 プレスリリースフッターラウンドナビ
-------------------------------------------------------------*/

#contents .release-section .link-border {
  border-top: 1px solid #333;
  padding-top: 25px;
}
#contents .release-section .tab-switching-inner-menu {
  position: relative;
  left: 5px;
  max-width: 920px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

#contents .release-section .tab-switching-inner-menu>li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

#contents .release-section .tab-switching-inner-menu>li a {
  font-family: Roboto,\\30E1\30A4\30EA\30AA,Meiryo,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,"\FF2D\FF33 \30B4\30B7\30C3\30AF",sans-serif;
  font-size: 62.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 70px;
  font-size: 16px;
  color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

#contents .release-section .tab-switching-inner-menu>li a:after, .tab-switching-inner-menu>li a:before {
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1px;
  -webkit-transform-origin: right;
  transform-origin: right;
  background-color: #fff;
}

#contents .release-section .tab-switching-inner-menu>li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents .release-section .tab-switching-inner-menu>li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#contents .release-section .tab-switching-inner-menu>li a.nolink {
  pointer-events: none;
  opacity: .3;
}
@media screen and (min-width:769px) {
  #contents .release-section .hover-opacity1 {
    -webkit-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s;
  }
  #contents .release-section .hover-opacity1:hover {
    -webkit-transition: opacity .2s cubic-bezier(0,.45,.45,1);
    transition: opacity .2s cubic-bezier(0,.45,.45,1);
    opacity: .6;
  }
}
@media screen and (max-width:768px) {
  #contents .release-section .tab-switching-inner-menu {
    max-width: 100%;
    text-align: left;
    left: 0;
  }
  #contents .release-section .tab-switching-inner-menu>li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  #contents .release-section .tab-switching-inner-menu>li:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents .release-section .tab-switching-inner-menu>li a {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  #contents .release-section .tab-switching-inner-menu>li a:after, .tab-switching-inner-menu>li a:before {
    right: 15px;
  }
}
@media screen and (max-width:374px) {
  #contents .release-section .tab-switching-foot-menu>li a, .tab-switching-inner-menu>li a {
    font-size: 1.1rem;
  }
}

.release-section .tab-switching-inner-menu>li a{
    background-color: #262626;
}
.page-name-is-wec .release-section .tab-switching-inner-menu>li a{
    background-color: #2b44a0;
}
.page-name-is-nurburgring .release-section .tab-switching-inner-menu>li a{
    background-color: #e20001;
}
.page-name-is-supergt .release-section .tab-switching-inner-menu>li a{
    background-color: #444;
}
.page-name-is-superformula .release-section .tab-switching-inner-menu>li a{
    background-color: #171673;
}
.page-name-is-supertaikyu .release-section .tab-switching-inner-menu>li a{
    background-color: #35a0a8;
}
.page-name-is-nascar .release-section .tab-switching-inner-menu>li a{
    background-color: #9d1dbc;
}
.page-name-is-imsa .release-section .tab-switching-inner-menu>li a{
    background-color: #f287e4;
}
.page-name-is-wrc .release-section .tab-switching-inner-menu>li a{
    background-color: #b50000;
}
.page-name-is-jrc .release-section .tab-switching-inner-menu>li a{
    background-color: #cc8c0e;
}
.page-name-is-lexus-customer-racing .release-section .tab-switching-inner-menu>li a{
    background-color: #000;
}
.page-name-is-86brz .release-section .tab-switching-inner-menu>li a{
    background-color: #21a069;
}
.page-name-is-vitz .release-section .tab-switching-inner-menu>li a{
    background-color: #176da8;
}
.page-name-is-rallychallenge .release-section .tab-switching-inner-menu>li a{
    background-color: #92a414;
}
.page-name-is-tdp .release-section .tab-switching-inner-menu>li a{
    background-color: #000;
}
.page-name-is-challengeprogram_rally .release-section .tab-switching-inner-menu>li a{
    background-color: #404040;
}



