@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/special/postponed_match2016.css
DATE : 2016/4/20

------------------------------------------------------------*/


/* common */
.ttlLink h3 span {
    position: absolute;
    right: 16px;
    top: 10px;
    
}
.ttlLink h3 span img{
	width: 150px;
	height: auto;
}
.rightlLink{
	margin: 10px 0 20px;
    height: auto;
}
.rightlLink a{
    right: 15px;
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: 5px;
}
.rightlLink a:hover {
    opacity: 0.5;
}
.upDate {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}


/* tabNavArea */
.tabNavArea {
    margin: 0 0 20px 0;
}
.tabNavArea ul {
    letter-spacing: -0.4em;
}
.tabNavArea ul li {
    border-right: 2px solid #fff;
    box-sizing: border-box;
    width: 33.33%;
    font-weight: bold;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    text-align: center;
}
.tabNavArea ul li a,
.tabNavArea ul li span{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding:0;
    background: #e5e5e5;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: 500px;
}
.tabNavArea ul li span{
    background: #B9B9B9;
    color: #DADADA;
}
.tabNavArea ul li img{
	position: relative;
	top: 3px;
}
.tabNavArea ul li a:hover{
	opacity: 0.6;
}
.tabNavArea ul li#navj1 a{border-top: 3px solid #e60012;}
.tabNavArea ul li#navj2 a{border-top: 3px solid #017f40;}
.tabNavArea ul li#navj3 a{border-top: 3px solid #000;}


#j1wrap .ttlLink h3{background: #e60012;}
#j2wrap .ttlLink h3{background: #017f40;}
#j3wrap .ttlLink h3{background: #231815;}



/* dataTable */
.dataTable {
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 12px;
}
.dataTable th{
	background-color: #f6f6f6;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.dataTable thead th{
	font-size: 10px;
	padding: 5px 0;
	background-color: #e5e5e5;
}
.dataTable tbody th{
	border-right: 1px solid #ccc;
}
.dataTable td {
    padding: 10px;
    padding: 10px 0;
    height: 30px;
}
.dataTable td.teamL,
.dataTable td.teamR {
	position: relative;
	width: 100px;
	font-weight: bold;
}
.dataTable td.teamL{padding-left: 25px;}
.dataTable td.teamR{padding-right: 25px;}

.dataTable td.teamL span,
.dataTable td.teamR span {
	display: inline-block;
	position: absolute;
	top:50%;
	margin-top: -12px;
}
.dataTable td.teamL span{
	left:20px;
}
.dataTable td.teamR span{
	right:20px;
}
.dataTable td.point{
    font-size: 10px;
}
.dataTable td.point span{
        padding: 3px 5px;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
    border-radius: 2px;
}
.dataTable tbody th.sectionCell {width: 80px;}
.dataTable tbody th.dayCell {width: 110px;}
.dataTable tbody th.timeCell {width: 80px;}
.dataTable tbody td.stdiumCell {border-left: 1px solid #ccc;}


.dataTable tbody td.note {
	    padding: 5px 0 15px;
    text-align: left;
    height: 15px;

}










