@charset "UTF-8";

/*------------------------------------------------------------
CSS Document

TGRサイト チャレンジプログラム カテゴリ用CSS

MAKING 170129 sim_nak
UPDATE 170418 tm_mishima
-------------------------------------------------------------*/


/*------------------------------------------------------------
元ファイル

・/pages/contents/include/common/css/common.css（表組レイアウトのスタイル）
-------------------------------------------------------------*/


/*------------------------------------------------------------
CSSの構造

・プレスリリース
・レポート（2017年～）
-------------------------------------------------------------*/


/*------------------------------------------------------------
プレスリリース
-------------------------------------------------------------*/
p{
    margin: 0 0 2em;
}
aside.side p{
    margin-bottom: 0;
}

.figure-description{
    color: #333;
}

.link-contents .link_list ul li a h3 {
    color: inherit;
}

/* 表組  */
.section.table,
.table-wrapper{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.table-wrapper{
    width: 100%;
}
table{
    width: 100%;
    min-width: 892px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
}
table th,
table td{
    padding: 16px 25px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
table th.bordert,
table td.bordert{
    border-top: 1px solid #000 !important;
}
table th.borderr,
table td.borderr{
    border-right: 1px solid #000 !important;
}
table th.borderb,
table td.borderb{
    border-bottom: 1px solid #000 !important;
}
table th.borderl,
table td.borderl{
    border-left: 1px solid #000 !important;
}
table th.nobordert,
table td.nobordert{
    border-top: none !important;
}
table th.noborderr,
table td.noborderr{
    border-right: none !important;
}
table th.noborderb,
table td.noborderb{
    border-bottom: none !important;
}
table th.noborderl,
table td.noborderl{
    border-left: none !important;
}
table thead th{
    background-color: #666;
    color: #eee;
    font-size: 12px;
}
table tbody tr th,
table tbody tr td,
table tbody tr.odd th,
table tbody tr.odd td{
    background-color: #282828;
}
table tbody tr.even th,
table tbody tr.even td{
    background-color: #1e1e1e;
    color: #e10000;
}
table tbody tr th,
table tbody tr td,
table tbody tr.odd th,
table tbody tr.odd td,
table tbody tr.even th,
table tbody tr.even td{
    color: #e10000;
}
table tbody tr th,
table tbody tr.odd th,
table tbody tr.even th{
    font-size: 12px;
}
table tbody tr td,
table tbody tr.odd td,
table tbody tr.even td{
    font-size: 14px;
}
table tbody tr th,
table tbody tr.odd th,
table tbody tr.even th{
    color: #eee;
}
table tbody tr td,
table tbody tr.odd td,
table tbody tr.even td{
    color: #e10000;
    text-align: center;
}
table thead tr th:first-child,
table tbody tr th:first-child{
    text-align: left;
}
/* リザルト */
table.result{
    border-spacing: 0;
}
table.result thead th{
    background-color: #282828;
    color: #666;
}
table.result tbody tr th,
table.result tbody tr td{
    background-color: #191919;
    color: #eee;
    font-size: 16px;
}
table.result thead tr th:first-child,
table.result tbody tr th:first-child{
    text-align: center;
}
table.result thead tr th.driver,
table.result thead tr td.driver,
table.result tbody tr th.driver,
table.result tbody tr td.driver{
    text-align: left;
}

@media screen and (max-width: 767px){
table{
    width: 892px;
}
}


/* 表組 - 170112プレスリリース用  */
@media screen and (max-width: 767px) {
.table table tr th,
.table table tr td{
    background: #fff;
    color: #333;
    font-size: 12px;
    text-align: center !important;
    vertical-align: middle;
}
.table table tr th{
    background: #ddd;
}
.table table tr td span{
    display: inline-block;
}
.table table.schedule2017 tr td.date,
.table table.schedule2017 tr td.event{
    text-align: left !important;
}
.table table.schedule2017 tr td.date{
    width: 12em;
}

.schedule2017{
    width: 100%;
    min-width: 550px;
}
.schedule2017 p{
    display: inline-block;
    vertical-align: top;
}
.schedule2017 ol{
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.schedule2017 ol li{
    font-size: 12px;
    line-height: 1.8;
}
}
@media print, screen and (min-width: 768px) {
.table table tr th,
.table table tr td{
    background: #fff;
    color: #333;
    text-align: center !important;
    vertical-align: middle;
}
.table table tr th{
    background: #ddd;
}
.table table tr td span{
    display: inline-block;
}
.table table.schedule2017 tr td.date,
.table table.schedule2017 tr td.event{
    text-align: left !important;
}

.schedule2017{
    min-width: 0px;
}
.schedule2017 p{
    display: inline-block;
    vertical-align: top;
}
.schedule2017 ol{
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.schedule2017 ol li{
    font-size: 14px;
    line-height: 2.2;
}
}


/* 170213プレスリリース用  */
@media screen and (max-width: 767px) {
.title .notes{
    display: inline-block;
    font-size: 0.75em;
}
.result{
    font-size: 12px;
}
.result ol{
    list-style: none;
}
.result ol li{
    margin: 0 0 10px;
}
.result ol li.tgr{
    font-weight: bold;
}
.result ol li p{
    margin: 0;
}
.result ol li p.head{
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.result ol li p.body{
    margin: 0 0 0 1em;
}
}
@media print, screen and (min-width: 768px) {
.title .notes{
    display: inline-block;
    font-size: 0.75em;
}
.result{
}
.result ol{
    display: table;
    margin: 0 0 0 1em;
}
.result ol li{
    display: table-row;
}
.result ol li.tgr{
    font-weight: bold;
}
.result ol li p{
    display: table-cell;
    padding: 0 10px;
}
}




/*------------------------------------------------------------
レポート（2017年～）
-------------------------------------------------------------*/
.title,
.subtitle {
    color: #eee;
    font-weight: normal;
}

.report .figure-description{
    color: #ccc;
}

.youtube {
    position: relative !important;
    width: 100% !important;
    padding-top: 56.25% !important;
}
.youtube iframe {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@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 {
}

.keyvisual {
}
.keyvisual img {
    width: 100%;
}

.title {
}
.title p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
}
.title p span {
    display: inline-block;
}
.title h1 {
}

.report {
}
.report .info {
    padding: 10px;
    background: #bbb;
    color: #000;
}
.report .info dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}
.report .info dd {
    margin: 10px 0 0 1em;
    font-size: 12px;
    line-height: 1.8;
}
.report .result {
    margin: 30px 0;
    padding: 10px;
    background: #292929;
}
.report .result dt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
}
.report .result dd {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
}

.comment {
}
.comment dl {
}
.comment dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.comment.takamoto dl dt img {
    width: 75%;
}
.comment.hiroki dl dt img {
    width: 60%;
}
.comment dl dt .job {
    font-weight: normal;
    font-size: 12px;
}
.comment dl dd {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
}

.next {
}
.next p {
}

#contents-body .section.link-btn .figure-block dl dt a{
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    transition-duration: 200ms;
}
#contents-body .section.link-btn .figure-block dl dt a:hover{
    opacity: 0.8;
}
#contents-body .section.link-btn .figure-block dl dt a:hover img,
#contents-body .section.link-btn .figure-block dl dt a:active img{
    outline: none;
}
}

@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 {
}

.keyvisual {
}
.keyvisual img {
    width: 100%;
}

.title {
}
.title p {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.5;
}
.title p span {
    display: inline-block;
}
.title h1 {
}

.report {
}
.report .info {
    padding: 15px 20px;
    background: #bbb;
    color: #000;
}
.report .info dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
}
.report .info dd {
    margin: 10px 0 0 1em;
    line-height: 2.2;
}
.report .result {
    margin: 30px 0;
    padding: 15px 20px;
    background: #292929;
}
.report .result dt {
    font-weight: bold;
    line-height: 2.2;
}
.report .result dd {
    margin: 10px 0 0 1em;
    line-height: 2.2;
}

.comment {
}
.comment dl {
}
.comment dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.comment.takamoto dl dt img {
    width: 75%;
}
.comment.hiroki dl dt img {
    width: 60%;
}
.comment dl dt .job {
    font-weight: normal;
    font-size: 18px;
}
.comment dl dt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
.comment dl dd {
    margin: 10px 0 0;
    line-height: 2.2;
}

.next {
}
.next p {
    text-align: center;
}

#contents-body .section.link-btn .figure-block dl dt a{
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    transition-duration: 200ms;
}
#contents-body .section.link-btn .figure-block dl dt a:hover{
    opacity: 0.8;
}
#contents-body .section.link-btn .figure-block dl dt a:hover img,
#contents-body .section.link-btn .figure-block dl dt a:active img{
    outline: none;
}
}



