/*  Exhibition
--------------------------------------------------------- */
.exhibition #gNav_Wrap--pc .gNav > li > a.gNav_our_story{
    color: #000;
}

/*- common -*/
.exhibition #wrap #wrap__Inner{
    max-width: 1600px;

}

/*  TOP
--------------------------------------------------------- */

/*navi*/
.exhibition.exhibition_top .exhibition_link {
    text-align: center;
    margin-bottom: 50px;
    overflow:hidden;
}
.exhibition.exhibition_top .exhibition_link li {
    display: inline-block;
    padding: 0 20px;
    color: #999999;
    cursor: pointer;
}
.exhibition.exhibition_top .exhibition_link .select{
    color: #333;
}

/*table*/
.exhibition.exhibition_top .exhibition_table .hide {
    display: none;
}
.exhibition.exhibition_top .exhibition_table .exhibition_table_th {
    border-bottom: 1px solid #00a8a9;
    text-align: center;
}

.exhibition.exhibition_top .exhibition_table dt,
.exhibition.exhibition_top .exhibition_table dd {
    padding: 15px;
}
.exhibition.exhibition_top .exhibition_table dd span{
    display: block;
    font-size: 12px;
    color: #00a8a9;
    font-weight: bold;
}
.exhibition.exhibition_top .exhibition_table dt a{
    display: none;
}
.exhibition.exhibition_top .exhibition_table dt a:first-of-type{
    display: block;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {

    /*navi*/
    .exhibition.exhibition_top .exhibition_link li{
        font-size: 300%;
    }

    /*table*/
    .exhibition.exhibition_top .exhibition_table section{
        border-top: 5px solid #00a8a9;
    }
    .exhibition.exhibition_top .exhibition_table dl {
        display: table;
        width: 100%;
    }
    .exhibition.exhibition_top .exhibition_table .exhibition_table_th {
        padding: 15px 0;
    }
    .exhibition.exhibition_top .exhibition_table dl:first-of-type{
        margin-bottom: 10px;
    }

    .exhibition.exhibition_top .exhibition_table dt,
    .exhibition.exhibition_top .exhibition_table dd {
        display: table-cell;
        width: 21.666%;
        word-break: break-all;
    }

    .exhibition.exhibition_top .exhibition_table dl dt:first-of-type,
    .exhibition.exhibition_top .exhibition_table dl dt:last-child,
    .exhibition.exhibition_top .exhibition_table dl dd:last-child{
        width: 30%;
    }

}
/*-- //pc --*/



/*-- smartPhone --*/
@media screen and (max-width: 767px) {

    /*navi*/
    .exhibition.exhibition_top .exhibition_link{
        margin-bottom: 20px;
    }
    .exhibition.exhibition_top .exhibition_link li{
        padding: 10px;
        font-size: 120%;
    }

    /*table*/
    .exhibition.exhibition_top .exhibition_table section{
        margin:0 15px;
    }

    .exhibition.exhibition_top .exhibition_table dl:first-of-type{
        display: none;
    }

    .exhibition.exhibition_top .exhibition_table dl{
        border-top: 5px solid #00a8a9;
        margin-bottom: 30px;
    }

    .exhibition.exhibition_top .exhibition_table dt{
        text-align: center;
        border-bottom: 1px solid #00a8a9;
        padding: 20px 5px;
        margin-bottom: 15px;
    }

    .exhibition.exhibition_top .exhibition_table dd {
        padding: 0 5px 15px;
        word-break: break-all;
    }
}
/*-- //smartPhone --*/
