@charset "UTF-8";



/*====================
*   override
====================*/

#container{
    padding:0;
}
span.label:before{
    transform:rotate(90deg);
    vertical-align: bottom;
}
.wrapper{
    padding: 7% 5%;
}

/*====================
*   screen
====================*/
#screen{

}

/*====================
*   header
====================*/

#header.fixed{

}
#INTRO_SECTION div.wrapper{
    /*position:relative;*/
    padding:7% 5% 5%;
}
#navi{
    /*position:absolute;
    top:0;
    left:45%;*/
    position: relative; top:0px; z-index: 10;
    text-align:center;
    text-align:left;
}


/*====================
*   title
====================*/
h1.sectionTitle{
    text-align: center;
    font-weight: bold;
    margin:0 0 30px 0;
}

/*====================
*   contents
====================*/
div.contents{
    max-width: 860px;
}
.carimg img{
    display:block;
    margin:0 auto;
}


/*====================
*   footer
====================*/
#footer{
    background-color: #ebebeb
}

/*====================
*   topImage
====================*/


/*====================
*   wrapper
====================*/
div.wrapper div.wrapperInner{
    padding:0 7%;
}

section{
    border-bottom:1px solid;
}

/*====================
*   news
====================*/


/*====================
*   INTRO_SECTION
====================*/
#INTRO_SECTION{

}
#INTRO_SECTION #summary{
    background: url(/racing/img/index/intro/bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 50% 0%;
}
#D_STATION{
    display: block;
    width: 60%;
    max-width: 300px;
    margin: 0 auto 60px auto;
}
#INTRO_SECTION h1{
    text-align: center;
    font-size: 220%;
    padding:0;
    margin: 0 0 30px 0;
    color:#fff;
}
#INTRO_SECTION div.introduction{
    padding:0;
    margin: 0 auto;
    max-width: 600px;
    color:#fff;
}

#INTRO_SECTION div.accordionTitle:before{
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 50%;
    left:0;
    width: 60px;
    text-align: center;
    padding: 0 10px;
    margin: -15px  0 0 0;
    font-weight: normal;
}
#INTRO_SECTION div.accordion div.active:before{
    content: '-';
}
#INTRO_SECTION div.accordionDetail{
    background: #fff;
    position: relative;
}
#INTRO_SECTION div.accordionTitle {
    padding: 0px;
}
#INTRO_SECTION div.accordionTitle div.titleInner{
    padding: 18px 15px 18px 80px;
}
#INTRO_SECTION div.accordionTitle span.mainTitle{
    font-size: 220%;
    margin:0 0 5px 0;
    font-weight: bold;
    display: block;
}
/*  ================ history ================  */

#INTRO_SECTION #history {
    border-bottom:1px solid #00a909;
}
#INTRO_SECTION #history div.accordionTitle{
    color: #fff;
    background-color: #008407;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-image:url(/racing/img/index/bg_history.png);
    line-height: 1;
    padding:0;
}


#INTRO_SECTION #history div.accordionTitle span.subTitle{
    font-size: 80%;
}



/*#INTRO_SECTION #history div#historyDetail{
    overflow:hidden;
}*/
#INTRO_SECTION #history table.historyList{
    /*width:60%;
    float:left;
    box-sizing: border-box;*/
}
#INTRO_SECTION #history table.historyList th{
    vertical-align:middle;
    text-align:center;
}
#INTRO_SECTION #history figure#historyImg{
    /*width:28%;
    float:left;*/
    overflow:hidden;
}
#INTRO_SECTION #history figure#historyImg img{
    /*display:block;
    width:100%;*/
    width:20%;
    margin:0;
    padding:0;
    box-sizing: border-box;
}






/*  ======== Race Queen =========  */

#INTRO_SECTION #queen div.accordionTitle{
    color: #fff;
    background-color: #007606;
    line-height: 1;
    background-color: #007606;
    background-position: right 75%;
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-image:url(/racing/img/index/bg_queen.png);
}

#INTRO_SECTION #queen div.accordionTitle span.subTitle{
    font-size: 80%;
}

/*====================
*   angel
====================*/
#queen div.contents{
    max-width:100%;
}
#queen h2{
    text-align: center;
    font-size: 200%;
    font-style: italic;
}
#queen div.subSection{
    padding:0;
}
dl.angel{
    display: table;
    width:100%;
}
dl.angel dt{
    font-weight: normal;
    display: table-cell;
    width:40%;
}
dl.angel dt div.thumb{
    margin:0 0 20px 0;
}
dl.angel dt div.thumb img{
    display: block;
    width:100%;
}
dl.angel dd p.myCopy{
    font-weight: bold;
    font-size:120%;
    margin: 0 0 15px 0;
}
dl.angel dd p.namae{
    font-weight: bold;
    font-size:150%;
    margin: 0 0 20px 0
}

dl.angel dd{
    display: table-cell;
    vertical-align: top;
    padding-left:4%;
}
dl.angel dd p.intro{
    font-size: 130%;
    line-height: 180%;
    font-weight: bold;
}
dl.angel dd ul.prof{
    margin:0 0 10px 0;
    font-size: 90%;
    line-height: 150%;
}
dl.angel dd table.line{
    font-size: 85%;
    border-top: 1px solid #ccc;
}
dl.angel dd table.line th,
dl.angel dd table.line td{
    padding: 2px;
}
dl.angel h3{
    border:none;
    padding:0;
    font-size:110%;
}



/*====================
*   RACE_SECTION
====================*/
#RACE_SECTION{

}
#RACE_SECTION div.raceNav{
    padding-bottom: 5%;
    border-bottom:1px solid #ccc;
}

#RACE_SECTION ul.raceCategory{
    text-align: center;
}
#RACE_SECTION ul.raceCategory li{
    display: inline-block;
}
#RACE_SECTION ul.raceCategory li a{
    display: inline-block;
    padding: 10px 0px;
    line-height: 1;
    background: #000;
    color:#fff;
    width: 200px;
    box-sizing: border-box;
}
#RACE_SECTION ul.raceCategory li a:hover{
    background: #2d991b;
}

/*  ======== raceReport =========  */

#RACE_SECTION  div.raceReport{
    min-height: 400px;
    border-bottom:1px solid #000;
    background-color: #222;
    /*background-color: #107618;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#RACE_SECTION  div.raceReport:last-child{
    border-bottom: none;
}
#RACE_SECTION  div.raceReport > div.wrapper{
    padding-top: 10%;
    padding-bottom: 10%;
}
#RACE_SECTION  div.raceReport:first-child{

}

#RACE_SECTION dl.raceTitle{
    background: #fff;
    margin:0 0 20px 0;
    display: table;
    color:#000;
}
#RACE_SECTION dl.raceTitle dt{
    display: table-cell;
    width: 20%;
    padding:0 20px;
    vertical-align: middle;
}
#RACE_SECTION dl.raceTitle dt img{
    display: block;
    width: 100%;
}
#RACE_SECTION dl.raceTitle dd{
    display: table-cell;
    font-weight: bold;
    padding: 15px;
    font-size:120%;
}
#RACE_SECTION p.introduction{
    color:#fff;
    margin:0 0 40px 0;
    font-size:90%;
}

#RACE_SECTION div.accordion{
    color: #000;
    margin:0 0 1px 0;
}
#RACE_SECTION div.accordion div.accordionTitle{
    color: #fff;
    background: rgba( 0, 118, 6, 0.8);
    margin:0 0 1px 0;
    position: relative;
    cursor: pointer;
}
#RACE_SECTION div.accordion div.accordionTitle:hover{
    background: rgba( 0, 118, 6, 0.6);
    color:#fff;
}
#RACE_SECTION div.accordion div.accordionDetail{
    color: #000;
    background: #fff;
    margin:0 0 1px 0;
}
#RACE_SECTION div.accordion div.accordionDetail div.wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
}
#RACE_SECTION div.accordionTitle:before{
    content: '+';
    font-size: 16px;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 0 ;
    margin:  0 0 0;
    font-weight: normal;
}
#RACE_SECTION div.accordion div.active{
    background: #d4eecf;
    color:#007606;
    margin-bottom:0;
    border-bottom:1px dotted #ccc;
}
#RACE_SECTION div.accordion div.active:before{
    content: '-';
    color:#007606;
}

/*  ======== RACE_SUPER_GT =========  */

#RACE_SUPER_GT{
    background-image:url('/racing/img/index/race/super_gt/bg.jpg');
    background-color: #2d2d2d;
}

/*  ======== RACE_SUPER_TAIKYU =========  */

#RACE_SUPER_TAIKYU{
    background-image:url('/racing/img/index/race/super_taikyu/bg.jpg');
}

/*  ======== RACE_PCCJ =========  */

#RACE_PCCJ{
    background-image:url('/racing/img/index/race/race_pccj/bg.jpg');
    background-color: #ccc
}

/*====================
*   SPONCER
====================*/
#SPONCER{
    text-align: center;
    background-image:url('/racing/img/index/partner/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#SPONCER h1.sectionTitle {
    color:#053d0b;
    font-size:200%;
}
#SPONCER .grid{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
#SPONCER .grid li{
    margin:0;
    width: 25%;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color: #fff;
}

#SPONCER .grid li div.thumb{
    padding: 15px;
}
#SPONCER .grid li div.thumb img{
    display: block;
    max-width: 80%;
    margin:0 auto;
}
#SPONCER .grid li div.corpDetail{
    padding:0 15px 15px 15px;
}
#SPONCER .grid li div.corpDetail div.name{
    font-weight: bold;
}
#SPONCER .grid li div.corpDetail div.text{
    font-size: 90%;
}
/*====================
*   ACCESS_SECTION
====================*/
#ACCESS_SECTION{

}



/*====================
*   CONTACT_SECTION
====================*/

#CONTACT_SECTION{

}

/*====================
*   footer
====================*/
#footerCopy{
    padding: 30px 0;
}

/*====================
*   staff
====================*/
dl.staff{
    display: table;
    width:100%;
}
dl.staff dt{
    font-weight: normal;
    display: table-cell;
    width:18%;
}
dl.staff dt div.thumb{
    margin:0 0 20px 0;
}
dl.staff dt div.thumb img{
    display: block;
    width:100%;
}
dl.staff dt p.namae{
    font-weight: bold;
    font-size:150%;
}
dl.staff dt p.namae span.ab{
    display: block;
    font-size:12px;
    font-weight: normal;
}
dl.staff dd{
    display: table-cell;
    vertical-align: top;
    padding-left:3%;
}
dl.staff dd p.intro{
    font-size: 130%;
    line-height: 180%;
    font-weight: bold;
}
span.maskotto{
    color:#f44727;
}
.accordionTitle br.forsp{
    display:none;
}
dl.staff th{
    width:4em;
}



/*====================
*   schedule
====================*/
div.logo_link{
    display: table;
    height: 50px;
    margin: 0 0 20px 0;
}
div.logo_link div{
    display: table-cell;
    width: 144px;
    vertical-align:middle;
}
div.logo_link p{
    display: table-cell;
    width: auto;
    vertical-align:middle;
    line-height:1;
}
div.logo_link p a{
    padding-left:1.4em;
    background:url(/racing/img/icon/icon_link.png) no-repeat left 3px;
    color: #000;
}
div.logo_link p a:hover{
    color: #000;
    text-decoration: underline;
}
div.logo_link p a:link{
    color: #000;
}



/*
===========================================================================
|           media
===========================================================================
*/



@media screen and (min-width:1200px) {

}



/*
    tab
*/
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:900px) {

    /*====================
    *   grid
    ====================*/
    #SPONCER .grid li{
        width:33.33333%;
    }

}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

}

/*
    iPhone-
*/

@media screen and (max-width:479px) {
    div.wrapper{
        padding:12% 5%;
    }
    section{
        margin:0;
        padding: 0px 0 !important;
    }
    #RACE_SECTION  div.raceReport{
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: 140% auto;
        background-attachment: scroll !important;
        background-position: 0 0  !important;
        border:none;
    }
    #RACE_SECTION div.wrapper{
        border-bottom:1px solid #ccc;
    }
    #INTRO_SECTION #summary{
        background-size: cover !important;
        background-position: 50% 0 !important;
    }

    /*====================
    *   INTRO_SECTION
    ====================*/
    #INTRO_SECTION{
        margin-bottom:0px;
    }
    #INTRO_SECTION #history div.accordionTitle div.titleInner,
    #INTRO_SECTION #queen div.accordionTitle div.titleInner{
        background-color:rgba( 0, 132, 7, 0.8);
    }
    #INTRO_SECTION div.accordionTitle div.titleInner{
        padding: 14px 0px 14px 50px;
    }
    #INTRO_SECTION div.accordionTitle:before{
        width: 30px;
    }
    #INTRO_SECTION div.introduction{
        padding:15px 0 0;
    }
    #INTRO_SECTION h1 {
        font-size: 140%;
    }
    #D_STATION {
        margin: 0 auto 30px auto;
        padding:26px 0 0;
    }
    #INTRO_SECTION div.accordionTitle span.mainTitle{
        font-size: 160%;
    }
    /*====================
    *   RACE_SECTION
    ====================*/
    #RACE_SECTION dl.raceTitle{
        padding:20px;
    }
    #RACE_SECTION dl.raceTitle dt img{
    }
    #RACE_SECTION dl.raceTitle dt{
        display: block;
        width:auto;
        padding: 0px;
        margin-bottom: 13px;
    }
    #RACE_SECTION dl.raceTitle dd{
        display: block;
        width:auto;
        padding: 0px;
    }
    #RACE_SECTION ul.raceCategory {
        text-align: left;
    }
    #RACE_SECTION ul.raceCategory li {
        display: block;
        margin-bottom:1px;
    }
    #RACE_SECTION ul.raceCategory li a {
        display: block;
        width: 100%;
    }
    #RACE_SECTION .sectionTitle{
        margin-bottom:20px;
    }
    #RACE_SECTION div.raceNav {
        padding: 5% 5%;
    }
    #RACE_SECTION .sectionTitle{
    }
    #RACE_SECTION{
        border:none !important;
    }


    /*====================
    *   SPONCER
    ====================*/
    #SPONCER .grid li{
        width:50%;
        box-sizing: boder-box;
        float:left;
    }
    #SPONCER .grid li div.thumb img{
        width: 90%;
    }
    #SPONCER .grid li div.thumb{
        padding: 5px;
    }
    #SPONCER .grid li div.corpDetail{
        padding:0 5px 5px 5px;
    }

    /*--------------angel---------------------------------------------*/

    dl.angel dt,dl.angel dd {
        display:block;
        width:100%;
        font-weight: normal;
    }
    dl.angel dt div.thumb {
        margin: 0 0 10px 0;
    }
    dl.angel h3 {
        border: none;
        padding: 0;
        margin:0 0 5px ;
        font-size: 110%;
    }
    dl.angel dd {
        padding-left: 0;
    }
    table.schedule{
        width:100%;
        display: block;
        overflow:hidden;
    }
    table.schedule th,table.schedule td{
        width:100%;
        float:none;
    }
    table.schedule th{
        padding:2px 8px;
        box-sizing: boder-box;
    }
    table.schedule tbody{
        width:100%;
        display: block;
    }
    table.schedule tr{
        width:100%;
        display: block;
    }
    div#chara h2{
        font-size: 110%;
    }
    div.hasColumn div.leftBlock ul.list{
        margin-bottom:0;
    }
    div.hasColumn div.leftBlock,div.hasColumn div.rightBlock{
        width:100%;
        float:none;
    }
    div.carimg img{
        width:100%;
        display: block;
        margin-bottom:0;
    }
/*--------------ドライバー紹介---------------------------------------------*/
    dl.staff{

    }
    dl.staff dt,dl.staff dd{
        width:100%;
        display:block;
    }
    dl.staff p.namae,dl.staff p.profile{
        margin-bottom:8px;
    }
    dl.staff p.profile{
        line-height: 140%;
    }
    dl.staff dd{
        padding-left: 0;
    }
    dl.staff dd p.intro{
        font-size: 110%;
        line-height: 140%;
    }
    dl.staff dd table.line{
        width:100%;
    }
    dl.staff dd table.line th,dl.staff dd table.line td{
        width:100%;
        display:block;
        padding:3px 0;
    }
    dl.staff dd table.line th{
        background-color: #efefef;
    }
    table.historyList th{
        padding:3px;
        background-color: #efefef;
    }
    #pastActivity span{
        padding-left:2em;
    }
    .accordionTitle br.forsp{
        display:block;
    }
    /*--------------history---------------------------------------------*/




}

