<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

http://www.jleague.jp/css/fxsc2016_analysis.css
2016/2/8 ISM

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

/*--- list ---*/
.analysislistWrap{
	display: block;
	letter-spacing: -0.4em;
}
.analysislistWrap #j1list,
.analysislistWrap #j2list{
	width: 49%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.analysislistWrap #j1list{margin-right: 2%;}
.analysislistWrap ul{
	
}
.analysislistWrap ul li{
	margin-bottom: 10px;
}
.analysislistWrap ul li a,
.analysislistWrap ul li &gt; span{
	padding: 10px;
	border:1px solid #ccc;
	display: block;
	color: #333;
	height: 136px;
	position: relative;
}
.analysislistWrap ul li a:hover{
	text-decoration: none;
	background: #f4f4f4;
}
.analysislistWrap ul li h4{
    margin-bottom: 10px;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: bold;
    border-left: none;
}
.analysislistWrap ul li h4 .embM{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.analysislistWrap .singleLink{
	color: #333;
	padding-right: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
}
.analysislistWrap .singleLink:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
}
.analysislistWrap h4.blockTit .pagelink{
	display: none;
}
.fxscArea p.comingsoon{
	font-size: 20px;
    text-align: center;
    padding-top: 20px;
    color: #AAA;
}
.analysislistWrap ul li p{
	    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}



/*--- article ---*/
.analysisBlock{
	position: relative;
}
.analysisBlock h4{
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	height: 60px;
	display: table-cell;
	width: 620px;
	vertical-align: middle;
	margin-bottom: 20px;
	padding: 10px 0 10px 75px;
	border-bottom: 2px solid#003690;
	position: relative;
}
.analysisBlock p.ttlBlock{
	width: 70px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top:10px;
	border-right: 1px solid #ccc;
	font-size: 12px;
}
.analysisBlock p.ttlBlock .embM{
	display: inline-block;
	text-align: center;
}
.articleBlock{
	margin-top: 30px;
}
.articleBlock p{
	    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}


.formation{
	width: 170px;
	display: inline-block;
	float: right;
	padding-left: 10px;
}
.analysis .formation img{
	width: 170px;
    height: auto;
}

.linkBlock{
	padding: 20px 0;
    border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
.linkBlock ul{
	letter-spacing: -0.4em;
}
.linkBlock ul li{
	letter-spacing: normal;
	width: 10.2%;
    margin-right: 1%;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing:border-box;

}
.linkBlock ul li:nth-child(9n){ margin-right: 0; }
.linkBlock ul li a{
	width: 200px;
    display: table-cell;
    text-align: center;
    font-size: 10px;
    height: 70px;
    vertical-align: middle;
    line-height: 1.3;
}
.linkBlock ul li a:hover{
	text-decoration: none;
	background: #f4f4f4;
}
.linkBlock ul li a .embM{
	display: inline-block;
}
.linkBlock .backLink a{
	width: 450px;
}


.yosouBtn {
    margin: 20px 0;
}
.yosouBtn a {
    background: #C29C00;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 450px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.yosouBtn a:hover {
    text-decoration: none;
    opacity: 0.6;
}





</pre></body></html>