@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE   : nikkansports.com CSS
DATE    : 2015/12/8
UP DATE : 2016/10/28
URL     : https://www.nikkansports.com/m/sports/rugby/alluniversity/css/wintercup-style.css
AUTHOR  : nikkansports.com

--------------------------------------------------------------------- */

header {
    padding: 0;
}

/* 全国大学ラグビー選手権トップ
------------------------------------------------------- */
#Article .twoBtn li a,
#Article .threeBtn li a {
	font-weight: bold;
}
#Article .twoBtn li.current a,
#Article .threeBtn li.current a {
	background: #999;
	color:#FFF;
}
.mTable td { padding: 4px 0; }


#Article .contents-subtitle {
    margin-bottom: 2px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: bold;
    background: #c6e7f2;
}

.rugbyTable th:nth-child(2),
.rugbyTable td:nth-child(2) {
    width: 22%;
}

.rugbyTable th:last-child,
.rugbyTable td:last-child {
	display: none;
}
