@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/j1shokaku2017.css
2017/10/16 ISM

------------------------*/

article > section{
	margin-bottom: 30px;
}



/*tournamentArea*/
.tournamentArea figure img{
    display: block;
	width: 640px;
}
.tournamentArea ul,
.shokakutableArea ul{
    margin-top: 5px;
}

.tournamentArea ul li,
.shokakutableArea ul li{
    list-style-type: disc;
    font-size: 11px;
    list-style-position: inside;
    margin-bottom: 5px;
}

.tournamentArea .kome:first-child{
	padding: 0 0;
}

.tournamentArea .kome:nth-child(n+2){
	padding: 0 0 5px 0;
}


body.photoTab .tabSelecter .tab li.photoTab a,
body.videoTab .tabSelecter .tab li.videoTab a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}

