@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++
TITLE   : nikkansports.com SmartPhone用 Stylesheet
DATE    : 2012/03/05
URL     : https://nikkansports.com/m/soccer/jleague/jfl/css/jfl-style.css
WRITER  : nikkansports.com
++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* テーマナビ */
.themeScore #genreNavi li.themeScore a,
.themeStandings #genreNavi li.themeStandings a,
.themeRN #genreNavi li.themeRN a,
.themeTeam #genreNavi li.themeTeam a {
	color: white !important;
	background: linear-gradient(top,#234079 0%, #001C54 100%);
	background: -webkit-gradient(linear,left top, left bottom, from(#234079), to(#001C54));
	background: -khtml-gradient(linear,left top, left bottom, from(#234079), to(#001C54));
	background: -webkit-linear-gradient(top,#234079 0%, #001C54 100%);
	background: -khtml-linear-gradient(top,#234079 0%, #001C54 100%);
	background: -moz-linear-gradient(top,#234079 0%, #001C54 100%);
	background: -o-linear-gradient(top,#234079 0%, #001C54 100%);
	background: linear-gradient(top,#234079 0%, #001C54 100%);
}

#jflContents { margin-bottom: 15px; }

h2.contentsTitle {
text-align: center;
border: 0;
border-left: 0;
display: block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f4), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #f5f5f4);
background: -moz-linear-gradient(#fff, #f5f5f4);
background: -o-linear-gradient(#fff, #f5f5f4);
background: -ms-linear-gradient(#fff, #f5f5f4);
background: linear-gradient(#fff, #f5f5f4);
border-bottom: 1px solid #CCC;
text-shadow: none;
padding: 8px 10px 7px;
margin: 0;
font-size: 16px !important;
}

.pageTop {
	margin: 8px 8px 15px 0;
}
.pageTop p {
	background: url("https://cache2.nipc.jp/img/icon-arrow_basic_top.gif") no-repeat scroll 0 0.15em transparent;
	background-position: 2px 3px;
	float: right;
	font-size: 95%;
	padding-left: 16px;
}

/* JFL Style
------------------------------------------------------- */
body.jfl div.scoreTwrap {
	margin-bottom: 20px;
}

#jflContents #relevantWrap {
	margin-bottom: 12px;
}
#jflContents #standingWrap {
	margin: 10px 0;
}

.jflTeamWrap {
	margin:15px 0;
}

.jflTeamWrap .team_f4 img {
	width: 70px;
	height: auto;
}

.teamWrap p {
	background:none repeat scroll 0 0 #76aece;
	border-bottom:5px solid #00131E;
	border-left:12px solid #00131E;
	color:#FFF;
	font-weight:bold;
	padding:5px 0 3px 5px;
	margin-top:10px;
}

.teamBox {
	margin-bottom:5px;
	font-size:85%;
	padding-top:2px;
}

.teamBox table {
	background:none repeat scroll 0 0 #fff;
	margin:0 auto;
	line-height:1.2em;
}

.teamBox th {
	border-bottom:1px dotted #ccc;
	border-left:0 none;
	padding:2px 0;
	width:25%;
	font-weight: bold;
}

.teamBox td {
	border-bottom:1px dotted #ccc;
	margin:3px 0 10px;
	padding: 4px;
}



/* clearfix
------------------------------------------------------- */
.pageTop:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}