a.greenlink{
    color: #005952;
    text-decoration: underline;
}
.font_s{
    font-size: 11px;
}
.mini_title{
    background: #005952;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}

/*////////////////////// mainimg //////////////////////*/
.page_title{
    position: absolute;
    width: 100%;
    bottom: -30px;
}
.mainimg{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}
.main_title_img{
    position: absolute;
    top: 3%;
    left: 10%;
    width: 40%;
}
.page_title_img{
    position: absolute;
    bottom: -4%;
    left: 10%;
    width: 80%;
    max-width: 470px;
}
/*////////////////////// #supergt //////////////////////*/
.supergt_content .bg{
    margin-top: 60px;
}
.supergt_content{
    margin-top: 70px;
}
/*////////////////////// #supertaikyu //////////////////////*/
.supertaikyu_content{
    margin-top: 100px;
}
/*////////////////////// result //////////////////////*/
.redtitle{
    position: absolute;
    top: 30px;
    right: 0;
    width: 45%;
    text-align: right;
}
.redtitle img{
    height: 75px;
}
.redtitle_text{
    margin-top: 20px;
    padding-left: 31%;
    font-size: 14px;
    text-align: left;
}
.result .right p{
    display: none;
}
.font_bg{
    font-size: 16px;
}
.result .left{
    width: 65%;
    display: inline-block;
}
.result .right {
    width: 34%;
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.result_date{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.result_date img{
    margin-right: 10px;
}
.result_final{
    color: #df0515;
    margin-top: 5px;
}
.result_final .font_bg{
    font-weight: bold;
}
.result_primary{
    color: #999999;
    margin-top: 5px;
}

/*////////////////////// main_title //////////////////////*/
.main_title{
    margin-bottom: 20px;
}
.main_h2{
    display: inline-block;
    width: 35%;
}
.main_title .right{
    margin: 18px 0 0 -2%;
    width: 67%;
}
.main_title .right span{
    float: left;
    width: calc(100% - 120px);
}
.main_title .right .link{
    float: right;
    text-align: right;
    width: 110px;
}
.supergt_content .main_title .right span{
    width: calc(100% - 147px);
}
.supergt_content .main_title .right .link{
    width: 137px;
}
.supertaikyu_content .main_title .right span{
    width: calc(100% - 175px);
}
.supertaikyu_content .main_title .right .link{
    width: 165px;
}

/*////////////////////// drivers //////////////////////*/
.drivers{
    margin-bottom: 40px;
    margin-top:0;
}
.drivers .mini_title{
    width: 100%;
}
.drivers .bg{
    background-color: #eee;
    padding: 25px;
    margin-top: 30px;
    display: inline-block;
}
.drivers .left{
    width: 40%;
}
.drivers .right {
    width: 57%;
    margin-top: 30px;
}
.drivers .driver_names{
    margin: 15px 0;
    text-align: center;
    font-size: 20px;
}
.drivers .right .text{
    margin-top: 25px;
}
.img1{
    width: 100%;
}
.img2{
    width: 41.5%;
    float: left;
}
.font_s1{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.font_s2{
    width: 55.5%;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*////////////////////// youtube //////////////////////*/
.youtubetitle{
    max-width: 740px;
    display: flex;
    justify-content: center;
    background-image: url(../img/youtubetitle_line.gif);
    background-repeat: repeat-x;
    background-position: center;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.youtubetitle_text{
    background: #fff;
}
.youtube_stripe{
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(247, 235, 137, 1) 2px, rgba(247, 235, 137, 1) 5px );
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    max-width: 740px;
    text-align: center;
    margin: 20px auto 75px;
}
.video_iframe_area{
    padding: 30px;
}
/*! 埋め込み動画をレスポンシブ対応させる */
.video_iframe {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*////////////////////// mechanic //////////////////////*/
.mechanic{
    position: relative;
    width: 100%;
    border: 1px solid #005952;
    padding: 45px 20px 15px 20px;
    margin-bottom: 15px;
}
.mechanic .mini_title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px;
}
.mechanic_name{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.mechanic .store {
    width: 100%;
    background: #f6d600;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 5px 0 0;
}
#supergt .mechanic .block{
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
#supergt .mechanic .block:last-child{
    margin-right: 0!important;
}
#supertaikyu .mechanic .block{
    width: 15%;
    margin-right: 2%;
    float: left;
}
#supertaikyu .mechanic .block:last-child{
    margin-right: 0!important;
}
.mechanic_kome{
    margin-top: 10px;
    width: 100%;
}

/*////////////////////// mechanic //////////////////////*/
.race_description{
  margin: 30px 0 50px;
}
.primary_description, .final_description{
    margin-top: 30px;
}
.description_title{
    color: #005952;
    padding-left: 5px;
    border-left: 4px #005952 solid;
    font-size: 16px;
    font-weight: bold;
}
/*////////////////////// race_report //////////////////////*/
.race_report{
    background: #efefef;
    padding: 20px;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 50px;
}
.race_report .left{
    width: 47%;
}
.race_report .right{
    width: 50%;
}
.race_report_title{
    font-size: 16px;
    margin-bottom: 20px;
}

/*////////////////////// partners //////////////////////*/
.partners_title{
    font-size: 14px;
    width: 100%;
    text-align: center;
    background: #005952;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.partners .parts{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.partners .parts_side{
    width: 30%;
}
.partners .parts_middle{
    width: 36%;
}
.partners .parts:last-child{
    margin-right: 0;
}
.partners_kome{
    width: 100%;
    text-align: right;
}
/*////////////////////// next_event //////////////////////*/
.next_event{
    width: 100%;
    padding: 15px;
    color: #005952;
    border: 1px solid #005952;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}


/*////////////////////// gbn_info //////////////////////*/
.gbn_info{
    background: #eee;
    text-align: left;
    padding: 10px 20px 20px 110px;
    position: relative;
    width: 450px;
    margin: 80px auto 0 auto;
}
.gbn_info img{
    position: absolute;
    bottom: 10px;
    left: -50px;
}
.gbn_info .font_s{
    margin: 8px 0 12px 0;
}
.gbn_info .link{
    padding: 5px 15px;
    background: #17a164;
    border-radius: 15px;
    color: #fff!important;
}

/*////////////////////// green_area //////////////////////*/
.green_area{
    background: #e1f0d7;
    border-top: 5px #e0224a solid;
    border-bottom: 5px #e0224a solid;
    padding: 40px 0 70px;
    margin-top: 120px;
}
.green_title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #e0224a;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.green_title span {
    color: #fff;
    font-size: 24px;
    padding: 4px 20px;
    background: #e0224a;
    margin-right: 15px;
}
.green_area1{
    margin: 25px 0;
}
.green_area1 .left{
    width: 49%;
    margin: 0 20px 15px 0;
}
.white_area{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
#special .parts{
    width: 15%;
    margin-right: 2%;
    float: left;
}
#special .parts:last-child{
    margin-right: 0;
}
.special_mechanic_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
}
.special_mechanic_name span{
    font-size: 13px;
    display: block;
    width: 100%;
    line-height: 20px;
}
.lexus span{
    font-size: 10px!important;
}
.mechanic_md,.mechanic_n{
    padding-top: 36px;
}
.regular_mechanic,.morning_mechanic,.night_mechanic{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
}
.regular_mechanic{
    left: 0;
    width: 32%;
    background: #e0224a;
}
.morning_mechanic{
    left: 34%;
    width: 66%;
    background: #f6d600;
}
.night_mechanic{
    left: 0;
    width: 83%;
    background: #002d7d;
}
.double_line{
    height: 6px;
    border-top: 1px solid #005952;
    border-bottom: 1px solid #005952;
    margin: 15px 0 30px;
    width: 100%;
}
.mechanic_textimg .left,.mechanic_textimg .right{
    width: 65%;
}
.mechanic_textimg .text{
    width: 52%;
    float: right;
}
.mechanic_textimg img{
    width: 44%;
    float: left;
}
.chief_comment{
    background: #fdf7cc;
    border: 3px solid #f6d600;
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
}
.chief_comment .left{
    width: 50%;
    border-right: 5px dotted #f6d600;
    padding-right: 3%;
}
.chief_comment .right{
    width: 50%;
    padding-left: 3%;
}
.chief{
    float: left;
    width: 33%;
}
.chief_text{
    width: 62%;
    float: right;
}
.green_title_m {
    margin: 60px auto;
    width: 80%;
}
.green_link{
    width: 100%;
    max-width: 650px;
    display: block;
    margin: 60px auto 0;
    background: #e0224a;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
}
.green_link img{
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
}
#special{
    position: relative;
}
#special_land{
    position: absolute;
    top: -100px;
}
@media only screen and (max-width: 1024px) {
    .redtitle {
        bottom: 30px;
        right: auto;
        left: 30px;
        width: 56%;
        top: auto;
    }
    .redtitle img{
        height: auto;
    }
    .redtitle_text{
        display: none;
    }
    .result .right p{
        display: block;
        margin-bottom: 20px;
    }
    .result .right {
        padding: 0 0 0 20px;
        position: static;
    }
}
@media only screen and (max-width: 900px) {
    .main_title .hide640{
        width: 25%;
        vertical-align: top;
    }
    .main_h2{
        width: 250px;
    }
    .main_title .right{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .main_title .right .link, .main_title .right span{
        width: 100% !important;
    }
    .main_title .right .link{
        text-align: left;
        margin-top: 10px;
    }
    .main_title .right .link img{
        margin-right: 10px;
    }
    .drivers{
        margin-top: 20px;
    }
    .primary_description{
      width: 100%;
    }
}
@media only screen and (max-width: 860px) {
    .regular_mechanic,.morning_mechanic,.night_mechanic{
        position: static;
        margin-bottom: 15px;
        width: 100%;
    }
    #special .parts {
        width: 18.4%;
    }
    .mechanic_md, .mechanic_n {
        padding-top: 0px;
    }
    .mechanic_textimg .left,.mechanic_textimg .right{
        width: 100%;
        float: none;
    }
    .mechanic_textimg .right{
        margin-top: 15px;
    }
    .chief_comment .left{
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 5px dotted #f6d600;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }
    .chief_comment .right{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .chief{
        width: 150px;
    }
    .chief_text{
        width: calc(100% - 170px);
    }
}
@media only screen and (max-width: 768px) {
    .logo2{
        padding-bottom: 20px;
    }
    .drivers .left{
        padding: 0;
        margin: 0 0 25px 0;
        float: none;
        width: 100%;
    }
    .drivers .right{
        width: 100%;
        float: none;
    }
    .drivers_box1{
        float: left;
        width: 100%;
    }
    .drivers_box2{
        float: right;
        width: 43%;
    }
    .img1,.img2{
        width: 43%;
        margin-bottom: 10px;
    }
    .font_s1,.font_s2{
        position: static;
        width: 100%;
        margin: 0;
    }
    .drivers .left .img{
        width: 50%;
        float: left;
    }
    .drivers .left .text{
        width: 48%;
        float: right;
    }
    .drivers .right .img {
        width: 45%;
        float: left;
    }
    .drivers .right .text {
        width: 54%;
        float: right;
        margin-top: 10px;
    }
    #supertaikyu .mechanic .block{
        width: 23.5%;
        margin-bottom: 15px;
    }
    #supertaikyu .mechanic .block:nth-child(4n){
        margin-right: 0!important;
    }
    .mechanic .store {
        font-size: 11px;
        letter-spacing: 0;
    }
    .mechanic_name {
        font-size: 16px;
    }
    #special .parts {
        width: 31.5%;
    }
    #special .parts3{
        margin-right: 0;
    }
    .green_title span {
        font-size: 20px;
        padding: 8px 0;
        display: block;
        width: 200px;
        margin: 0 auto 5px;
        line-height: 1;
    }
    .green_title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .supergt_content{
        margin-top: 35px;
    }
    .redtitle {
        width: 65%;
        position: static;
        margin-bottom: 15px;
        text-align: left;
    }
    .drivers {
        margin-bottom: 25px;
    }
    .youtube_stripe{
        margin-bottom: 40px;
    }
    .race_description{
        margin: 30px 0;
    }
    .supertaikyu_content {
        margin-top: 60px;
    }
    .race_report{
        margin-bottom: 30px;
    }
    .green_area {
        padding: 30px 0 50px;
        margin-top: 80px;
    }
    .green_title_m {
        margin: 40px auto;
        width: 90%;
    }
    .green_link {
        margin-top: 40px;
    }
    .ms_official_hp{
        margin-bottom: 70px!important;
    }
}
@media only screen and (max-width: 640px) {
    .main_title .hide640{
        display: none;
    }
    .main_title .show_640 {
        margin-bottom: 15px;
        display: block;
        height: 50px;
    }
    .supergt_content{
        margin-top: 45px;
    }
    .supertaikyu_content{
        margin-top: 60px;
    }
    .main_title .right{
        width: 100%;
    }
    .result .left{
        width: 100%;
    }
    .gbn_info{
        width: 100%;
        padding: 10px 10px 20px 10px;
    }
    .gbn_info .font_bg{
        margin-left: 100px;
        font-size: 14px;
    }
    .gbn_info .text{
        text-align: center;
        width: 100%;
    }
    .gbn_info img{
        left: 10px;
        top: -42px;
        width: 90px;
    }
    .partners .parts{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .race_report_title{
        margin-bottom: 15px;
    }
    .race_report .left{
        width: 100%;
    }
    .race_report .right{
        width: 100%;
        margin-top: 20px;
    }
    .green_link {
        margin: 40px auto 0;
        padding: 15px;
        font-size: 16px;
        line-height: 1.4;
    }
    .result .right {
        position: static;
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .drivers .right .text {
        width: 100%;
    }
    .drivers .right .img {
        width: 100%;
        float: left;
    }
    .img1{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .drivers .left .img,.drivers .left .text{
        width: 100%;
        float: none;
    }
    .drivers_box1,.drivers_box2{
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .drivers{
        margin-bottom: 0;
    }
    .drivers .driver_names{
        margin: 5px 0;
        font-size: 18px;
    }
    .video_iframe_area {
        padding: 15px;
    }
    #supertaikyu .mechanic .block,#supergt .mechanic .block{
        width: 48%;
        margin-bottom: 15px;
    }
    #supertaikyu .mechanic .block:nth-child(even),#supergt .mechanic .block:nth-child(even){
        margin-right: 0!important;
    }
    .mechanic_kome {
        margin-top: 0;
    }
    #special .parts {
        width: 49%;
    }
    #special .parts3{
        margin-right: 2%;
    }
    #special .partseven{
        margin-right: 0;
    }
    .white_area{
        padding: 15px;
    }
    .special_mechanic_name {
        font-size: 16px;
        margin: 5px 0 10px;
        line-height: 1.5;
    }
    .special_mechanic_name span {
        font-size: 12px;
        line-height: 16px;
    }
    .mechanic_textimg .text{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .mechanic_textimg img{
        width: 100%;
        float: none;
    }
    .chief{
        width: 130px;
        float: none;
        margin: 0 auto;
    }
    .chief_text{
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .chief_comment{
        padding: 20px;
    }
    .green_title span {
        font-size: 16px;
        margin: 0 auto 5px;
        width: 130px;
        padding: 2px 0;
    }
    .green_title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    .green_title_m {
        margin: 30px auto;
        width: 100%;
    }
    .green_link img {
        right: 15px;
    }
    .green_link {
        font-size: 14px;
    }
    .page_title_img {
        bottom: -15%;
    }
    .main_title_img{
        top: 7%;
    }
    .redtitle{
        width: 85%;
    }
    .youtubetitle{
        font-size: 14px;
    }
    .youtube_stripe {
        margin-bottom: 25px;
    }
    .race_description {
        margin: 20px 0;
    }
    .primary_description, .final_description {
        margin-top: 20px;
    }
    .ms_official_hp{
        margin-bottom: 60px!important;
    }
}
