@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE   : nikkansports.com CSS
DATE    : 2015/12/8
URL     : https://www.nikkansports.com/sports/rugby/japanchampionship/css/japanchampionship-style.css
AUTHOR  : nikkansports.com

--------------------------------------------------------------------- */

#tabContents { border: none; }
#tabContents .tab-nav {
    position: relative;
}

#tabContents .tab-nav:after {
    position: absolute;
    width: 100%;
    content: '';
    border-bottom: 1px solid #9fb0bc;
    bottom: 0;
}
#tabContents .tab-nav {
    margin-bottom: 20px;
}
#tabContents .tab-nav li {
    border-right: none;
}
#tabContents .tab-nav li a {
    padding: 0.7em 12px;
    border-top: 1px solid #9fb0bc;
    border-right: 1px solid #9fb0bc;
    border-bottom: 1px solid #9fb0bc;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    background: #e6e6e6;
}
#tabContents .tab-nav li a:hover { background-color: #fff; }
#tabContents .tab-nav li a { color: #0071c2; }
#tabContents .tab-nav li:first-child a { border-left: 1px solid #9fb0bc; }
#tabContents .tab-nav li.is_active a {
    border-bottom: 1px solid #fff;
    color: #333;
}
.attention { line-height: 1.6; }

.theme-university #contentsArea table.rugbyTable tr th { background: #e3e3e3; }

#contentsArea .rugbyTable th:first-child, #contentsArea .rugbyTable td:first-child {
        display: none;
}

.theme-university h3.contents-subtitle {
    margin-bottom: 2px;
}

/* theme-nav
---------------*/
.theme-outline .theme-nav li.theme-nav_outline a {
    color: #222;
}