@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE   : nikkansports.com
DATE    : 2015/08/05
UP DATE : 2015/11/09
URL : http://www.nikkansports.com/sports/rugby/css/rugby-style.css
AUTHOR: nikkansports.com

--------------------------------------------------------------------- */
.theme-topleague .theme-nav li.theme-nav_topleague a,
.theme-kanto-t .theme-nav li.theme-nav_kanto-t a,
.theme-kanto-l .theme-nav li.theme-nav_kanto-l a,
.theme-kansai-l .theme-nav li.theme-nav_kansai-l a, 
.theme-university .theme-nav li.theme-nav_university a,
.theme-superrugby .theme-nav li.theme-nav_superrugby a  { color: #9fb0bc; }
.theme-topleague .theme-nav li.theme-nav_topleague a:after,
.theme-kanto-t .theme-nav li.theme-nav_kanto-t a:after,
.theme-kanto-l .theme-nav li.theme-nav_kanto-l a:after,
.theme-kansai-l .theme-nav li.theme-nav_kansai-l a:after,
.theme-university .theme-nav li.theme-nav_university a:after,
.theme-superrugby .theme-nav li.theme-nav_superrugby a:after { color:#119dce; }

.genre-rugby #contentsArea p {
    line-height: 1.6;
    margin-bottom: 1em;
}
.genre-rugby #contentsArea p.info {
    font-size: 14px;
    font-size:1.4rem;
}
.rugbyTable caption { background-color: #0075c2; }
.contents-subtitle { background-color: #dbe1e6; }

/*++++ japan・university ++++*/
.genre-rugby.theme-university #contentsArea table.rugbyTable tr:first-child th.num { background: #ffffff; }
.genre-rugby.theme-university #contentsArea table.rugbyTable tr:nth-child(2) th { background: #e3e3e3; }

.genre-rugby #contentsArea .center { margin-bottom: 1em; }

/* Tab Bottun Style
----------------------------------------------- */
.theme-topleague #rugbyButton li a {
    display: block;
    padding: 0 1em;
    margin-right: 1px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #88c2d8;
    background: #ffffff;
    border: 1px solid #88c2d8;
}
.theme-topleague #rugbyButton li.current a {
    background: #4EA5C5;
    color: #ffffff;
    border: 1px solid #4EA5C5;
}

/* topleague
----------------------------------------------- */
.theme-topleague h3.tournament-title {
    margin-bottom: 2px;
    padding-left: 1em;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
    color: #f1f1f1;
    background-color: #1b7c9e;
}
.theme-topleague .tournament.rugbyTable caption {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #909395;
    text-align: center;
    margin: 0 ;
}
.theme-topleague .rugbyTable tr th.standingsMemo {
        padding: 2px;
        border: none;
　　    background-color: #fff;
 　　   text-align: left;
}
.theme-topleague #sj_contents_div .nav-contents ul.list-nav-contents li.menu3,
.theme-topleague #sj_contents_div ul.sj_reg_navi#SJ_tabs-personal li:first-child,
.theme-topleague #sj_contents_div ul.sj_reg_navi#SJ_tabs-personal li:not(:first-child)::before { display: none; }
.theme-topleague #sj_contents_div div#SJ_tabs-personal-1 { display: none !important; }
.theme-topleague #sj_contents_div div#SJ_tabs-personal-2 { display: block !important; }
.theme-topleague #sj_contents_div.SJ_color-sky ul.sj_reg_navi#SJ_tabs-personal li a:link,
.theme-topleague #sj_contents_div.SJ_color-sky ul.sj_reg_navi#SJ_tabs-personal li a:visited { color: #333; }


/* superrugby , alluniversity
----------------------------------------------- */
.superrugby .conference { margin-bottom: 25px; }
.superrugby .conference h4.title {
    background: #c6e7f2;
    padding: 4px;
    font-weight: bold;
}
.superrugby .conference li {
    width: 100%;
    padding: 10px 0 5px;
    border-bottom: 2px dotted #2A78B8;
}
.superrugby .conference dl dt {
    display: block;
    float: left;
    background: #2A78B8;
    color: #fff;
    width: 27%;
    text-align: center;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    padding: 5px ;
    margin: auto 1em auto 0;
}
.superrugby .conference dl dd {
    float: left;
    display: block;
    line-height: 1.3;
    letter-spacing: -0.01em;
    width: 70%;
}
.superrugby .memo {
    background: #f3eddc;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.superrugby .memo h4.contents-title{
    padding-bottom: 6px;
    border-bottom: 1px dotted #bbbbbb;
    margin-bottom: 6px;
}

.superrugby .conference:after,
.superrugby .conference li:after,
.superrugby .conference dl:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.theme-superrugby #tabContents,
.theme-university #tabContents { border: none; }
.theme-superrugby #tabContents .tab-nav,
.theme-university #tabContents .tab-nav { position: relative; }

.theme-superrugby #tabContents .tab-nav:after,
.theme-university #tabContents .tab-nav:after {
    position: absolute;
    width: 100%;
    content: '';
    border-bottom: 1px solid #9fb0bc;
    bottom: 0;
}
.theme-superrugby #tabContents .tab-nav,
.theme-university #tabContents .tab-nav { margin-bottom: 20px; }
.theme-superrugby #tabContents .tab-nav li,
.theme-university #tabContents .tab-nav li {
    border-right: none;
}
.theme-superrugby #tabContents .tab-nav li a,
.theme-university #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;
}
.theme-superrugby #tabContents .tab-nav li a:hover,
.theme-university #tabContents .tab-nav li a:hover { background-color: #fff; }
.theme-superrugby #tabContents .tab-nav li a,
.theme-university #tabContents .tab-nav li a { color: #0071c2; }
.theme-superrugby #tabContents .tab-nav li:first-child a,
.theme-university #tabContents .tab-nav li:first-child a { border-left: 1px solid #9fb0bc; }
.theme-superrugby #tabContents .tab-nav li.is_active a,
.theme-university #tabContents .tab-nav li.is_active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.theme-university .attention { line-height: 1.6; }
.theme-university #contentsArea table.rugbyTable tr th { background: #e3e3e3; }
.theme-university #contentsArea table.rugbyTable td span { display:block; }