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

URL : http://www.jleague.jp/css/special/jleagueking.css
DATE : 2016/05/10

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


/* body background */
body {
	background-image: url(/img/special/jleagueking/jleagueking_chara.png),url(/img/special/jleagueking/bg_king_2.png);
	background-color: #eeede4;
	background-position: center 200px,center top;
	background-repeat: no-repeat,repeat;
	background-size: auto auto,auto auto;
}
#breadcrumbList{
	margin-left: 20px;
    padding-top: 7px;
}

.ttlNoLink h3,
.ttlNoLink .blockTit{
	background: #29A6F5;
}

.second .content {
    padding-bottom: 30px;
}
.content .main > section > div{
	margin-bottom: 40px;
}
.snsBtn .btnHatena {
    width: auto;
}
/* rightMorelLink */
.rightMorelLink{
	margin: 10px 5px;
}
.rightMorelLink a{
	font-size: 14px;
}
.rightMorelLink a:after{
	margin-top: -8px;
}

.leftRedTit{
	border-left: 5px solid #e8a900;
}



/*-----------------------
右カラム
-------------------------*/
.content .sub {
    margin-top: 34px;
}

/* profileWrap */
.sub .whiteBlock.profileWrap{
	border: none;
	background: #eee;
}
.profileWrap{
    
    height: 500px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;

}
.profileWrap dt{
    margin-bottom: 10px;
}
.profileWrap dd{
    line-height: 2;
    font-size: 14px;
}
.profileWrap dd span{
    display: block;
    font-weight: bold;
}
.profileWrap dd span:before{
    content: "\f1e3";
    font-family: FontAwesome;
    margin-right: 5px;
}
.profileIMG{
    position: absolute;
    
    bottom: -10px;
    right: -40px;
}



/*-----------------------
KVエリア
-------------------------*/
.kvArea{
	position: relative;
}
.kvArea .navWrap li{
	
}
.kvArea .navWrap li a{
	display: block;
	position: absolute;
	}
.kvArea .navWrap #nav_top a{
	right: 25px;
	bottom: 25px;
}
.kvArea .navWrap #nav_news a{
	right: 60px;
	top: 30px;
}
.kvArea .navWrap #nav_photo a{
	right: 30px;
	top: 130px;
}
.kvArea .navWrap #nav_video a{
	right: 90px;
	top: 230px;
}
.kvArea .navWrap #nav_yuruchara a{
	left: 405px;
    bottom: 20px;
}
.kvArea a.topLink{
	display: block;
	width: 400px;
    height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.kvArea a.yurucharaLink{
	display: block;
	width: 400px;
    height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
}





/*-----------------------
コンテンツ
-------------------------*/
.newsArea{
    margin-bottom: 20px;
}
/*newsList*/
.newsList {
    border:none;
}
.newsArea .newsList > li a{
	display: block;
	color: #333;
	position: relative;
}
.newsArea .newsList > li a:after{
	position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 20px;
    font-weight: normal;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: #ccc;
  }
.newsArea .newsList > li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.newsArea .newsList li figure {
    width: 110px;
    padding-right: 15px;
}
.newsArea .newsList li figure img{
	width: 110px;
	height: auto;
}
.newsArea .newsList li div .articleTit {
    font-size: 15px;
    padding-right: 30px;
    margin-bottom: 5px;
}
.newsArea .newsList li:last-child{
	border-bottom: 1px solid #ccc;
}
.newsArea .newsList li div p.timeStamp span.new{
	padding: 2px;
	width: 50px;
	text-align: center;
	background: #f00;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.newsArea .newsList li div p.timeStamp span.category{
    background: #e5e5e5;
    width: 100px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    color: #333;
}
.detalArea .articleTit{
	margin-bottom: 0;
	font-weight: normal;
}
.detalArea .detailDate{
	font-weight: normal;
}




/* photoList */
.photoList{
	display: block;
	letter-spacing: -0.4em;
   
}
.photoList li{
	display: inline-block;
	letter-spacing: normal;
	width: 188px;
	height: 188px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #fff;
	vertical-align: top;
}
.photoList li img{
	width: 430px;
	height: auto;
	vertical-align: top;
	position: relative;
    top: -30px;
    left: -70px;
}



/*--- videolist ---*/
.photoArea{

}
.photoArea .thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.photoArea .thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:300px;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
}
.photoArea .thumlist li:nth-child(2n){
    margin-right: 0;
}
.photoArea .thumlist li img{
  width: 300px;
  height: auto;
}
.photoArea .thumlist li figcaption{
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: left;
}
.photoArea .thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.photoArea .thumlist li a{
    color: #333;
    position: relative;
    display: block;
}
.photoArea .thumlist.douga li a span{
    position: relative;
    display: block;
}
.photoArea .thumlist.douga li a span:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.photoArea .thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}









/*lightbox*/
.lb-outerContainer{
	/*background: #000;*/
}
.lb-dataContainer{
    position: relative;
    bottom:-510px;
    background: #000;
    padding: 10px !important;
    box-sizing: border-box;
    width: 640px !important;
    height: 80px;
}
.lb-caption{
	display: block;	
    margin-bottom: 5px;
    line-height: 1.5em !important;
}
.lb-nav {
    top: 0 !important;
    margin-top: 0 !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
	position: relative;
    top: 50%
}
.lb-data .lb-details{
font-size: 13px;
width: 95% !important;
}
.contentArea p.next{
    margin-bottom: 15px;	
}


/*tweetlist*/
.tweetlist {
    display: block;
    letter-spacing: -0.4em;
}
.tweetlist > li{
    display: inline-block;
    letter-spacing: normal;
    width: 33%;
    vertical-align: top;
    margin-right: 0.5%;
}
.tweetlist > li:last-child{ margin-right: 0; }

.tweetlist > li li iframe{
	margin:5px 0 !important;
}








/* tabSelecter */
.tabSelecter {
    margin: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #000000;
}
.tabSelecter ul {
    width: 66.66%;
    display: table;
    table-layout: fixed;
    height: 42px;
    font-size: 0;
}
.tabSelecter li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: table-cell;
    vertical-align: top;
}
.tabSelecter li:last-child {border-right: 1px solid #ccc;}
.tabSelecter li:first-child{border-left: 1px solid #ccc;}

.tabSelecter li a,
.tabSelecter li span {
    background-color: #e5e5e5;
    color: #4f4f4f;
    display: table-cell;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 41px;
    font-weight: normal;
    letter-spacing: -0.06em;
    padding: 12px 0;
}
.tabSelecter li a i{
	font-style: normal;
}

body.p2016 .tabSelecter li.p2016,
body.p2015 .tabSelecter li.p2015 {
    /* padding-bottom: 0; */
    background: #fff;
    border-color: #000;
    border-left: 1px solid #000;
}

body.p2016 .tabSelecter li.p2016 a,
body.p2015 .tabSelecter li.p2015 a{
    font-weight: bold;
    background: #fff;
    color: #333;
    position: relative;
    top: 2px;
}

body.p2016 .tabSelecter li.p2016 a i,
body.p2015 .tabSelecter li.p2015 a i{
    font-weight: bold;
}



/* ------------------
ゆるきゃら
------------------ */
/* txtArea */
.txtArea{
	position: relative;
	min-height: 250px;
}
.txtArea p{
	font-size: 14px;
    line-height: 2;
    margin-bottom: 1em;
    padding-left: 330px;
    padding-top: 20px;
}
.txtArea img{
	position: absolute;
	top: 0;
	left: 0;
}

/*aboutYuruchara*/
.aboutYuruchara{
	border:5px solid #ccc;
	padding: 60px 20px 20px;
	position: relative;
	margin-bottom: 40px;
}
.aboutYuruchara dt{
	position: absolute;
	left: -5px;
    top: -15px;
}
.aboutYuruchara dd{
	font-size: 14px;
    line-height: 2;
}


.outlineArea{
	margin-bottom: 40px;
}
.outlineArea dl.fin{
	margin:20px 0;
}
.outlineArea dl.fin dt{
	font-size: 22px;
    color: #e8a900;
    margin-bottom: 0.5em;
}
.outlineArea dl.fin dd{
	font-size: 16px;
	line-height: 1.5;
}

table.commonTable.outline th{
	width: 200px;
}
table.commonTable.outline ul{
	text-align: left;
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
}
table.commonTable.outline p.kome{
	text-align: left;
	padding-left: 20px;
}



.videoOneArea {
    margin-bottom: 20px;
    background: #4f4f4f;
}

.videoOneArea {
    margin-bottom: 20px;
    background: #4f4f4f;
}
.videoOneArea p {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 140%;
    padding: 15px 20px;
    margin-bottom: 20px;
}



.voteBTN{
    margin-bottom: 30px;
    text-align: center;
}
.sub .voteBTN{ margin-bottom: 10px; }

.voteBTN > a{
    padding: 10px;
    display: block;
    background: #b7155b;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    position: relative;
    border: 5px solid #e05993;
    color: #fff;
    margin:0 auto;
}
.voteBTN > a:after{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    color: #fff;
}
.voteBTN > a:hover{
    text-decoration: none;
    opacity: 0.6;
}
.voteBTN > a > span{
    padding-left: 10px;
    font-weight: bold;
}

.photoArea twitterwidget,
.photoArea iframe[id^="twitter-widget-"] {
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 20px;
}
