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

URL : http://www.jleague.jp/css/sp/special/talk.css
DATE : 2016/11/7

------------------------------------------------------------*/
/*--- kvArea ---*/
.kvArea{
	padding-bottom: 20px;
}
.kvArea .profLink{
	bottom: 0;
	position: absolute;
}

body.sec .kvArea h2.first,
body.first .kvArea h2.sec{display: none;}


/*--- readText ---*/
.readText {
	margin: 20px 0;
}
.readText p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 1em;
}

.subTitle{
	text-align: center;
	margin: 20px 0;
}
.subTitle img{
	margin: 0 auto;
	width: 80%;
   /* padding-left: 10%;*/

}



/*--- talkWrap ---*/
.talkWrap{
	
}

.talkWrap h5{
	font-size: 15px;
	font-weight: bold;
	color: #635547;
	line-height: 1.6;
	padding: 20px 0 20px 25px;
	border-top:3px solid #efece8;
	background: url(/img/special/talk/talk_DoubleQuotation.png) no-repeat 0 50%;
	background-size: 20px auto;
}





/*--- talklist ---*/
.talklist{
	margin-bottom: 50px;
}
.talklist li{
	margin-bottom: 10px;
}
.talklist li dl{
	position: relative;
	width: 80%;
	display: table;
}
.talklist li dl dt{
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
    margin-top: -10px;
    background-size: 75% !important;
}
.talklist li.kaneko dl dt{
	background-size: 100% !important;
}


.talklist li dl dd{
	display: table-cell;
	width: 100%;
	background: #efece8;
	border-radius: 10px;
	box-sizing: border-box;
    padding: 10px;
    height: 60px;
    font-size: 14px;
    line-height: 1.75;
    position: relative;
    vertical-align: middle;
}
.talklist li dl dd:before{
	position: absolute;
	content: ".";
	text-indent: -9999px;
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	top: 50%;
    margin-top: -16px;
}


/* talk_jleaguejp */
.talklist li.talk_jleaguejp dl dt{
	right: -65px;
	background: url(/img/special/talk/talk_jplogo.png) no-repeat 0 0;
}
.talklist li.talk_jleaguejp dl dd{
	border: 1px solid #ddd5cc;
	background: #fff;
}
.talklist li.talk_jleaguejp dl dd:before{
	border-left-color: #ddd5cc;
	right: -32px;
}
.talklist li.talk_jleaguejp dl dd:after{
	position: absolute;
	content: ".";
	text-indent: -9999px;
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left-color: #fff;
	right: -30px;
	top: 50%;
    margin-top: -15px;
}


/* talk_partner */
.talklist li.talk_partner dl{
	margin-left: 20%;
}

.talklist li.talk_partner dl dt{
    left: -50px;
    height: 50px;
	margin-top: -20px;
}
.talklist li.talk_partner.kojima dl dt{background: url(/img/special/talk/kojima/kojima_face.png) no-repeat 0 0;}
.talklist li.talk_partner.kaneko dl dt{background: url(/img/special/talk/kaneko/kaneko_face.png) no-repeat 0 0; height: 100px; left:-60px;}


.talklist li.talk_partner dl dd:before{
	border-right-color: #efece8;
	left: -32px;
}



/* talk_movie */
.talklist li.talk_movie{
	text-align: center;
	margin:20px 0;
	display: block;
	position: relative;
	background: none;
}
.talklist li.talk_movie .videoOneArea{
	background: none;
}
.talklist li.talk_movie p{
	font-size: 14px;
    line-height: 1.75;
    padding: 10px 0 0 0;
    text-align: left;
    box-sizing: border-box;
}
.talklist li.talk_movie p:first-child{
	padding-left: 0;
}
.talklist li.talk_movie p.m_number{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #001e06;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    border-radius: 50%;
    padding: 0;
    border: 3px solid #fff;
}






/*--- profWrap ---*/
#profWrap{
	border: 7px solid #efece8;
	position: relative;
	box-sizing: border-box;
}
#profWrap .profPic{

}
#profWrap h6{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
    background: #efece8;
}
#profWrap .profTxt{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1em;
	padding: 10px;
}

/* profTable */
#profWrap .profTable{
	border-collapse: collapse;
	margin: 10px;
}
#profWrap .profTable th,
#profWrap .profTable td{
	padding: 5px 3px;
	font-size: 12px;
}
#profWrap .profTable thead th{
	border-bottom: 2px solid #333;
	width: 280px;
}








/* nextPageLink */
.nextPageLink{
	text-align: center;
}

.nextPageLink a,
.nextPageLink span{
	border:4px solid #333;
	padding: 20px;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin:30px auto;
	color:#333;
	box-sizing: border-box;
}
.nextPageLink.orange a{ border-color: #eb8f03; color:#eb8f03; }

.nextPageLink a:hover{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
}
.nextPageLink span{
    border-color: #cacaca;
    color: #cacaca;
}



/* snslinkWrap */
.snslinkWrap{
	text-align: right;
	margin-bottom: 20px;
}
.snslinkWrap p{

}
.snslinkWrap p a{
    display: inline-block;
    background: #ccc;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.snslinkWrap p a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.snslinkWrap p.twittericon a{background: #35aae2; margin-bottom: 10px;}
.snslinkWrap p.twittericon a:before{
    font-family: FontAwesome;
    content: "\f099";
    font-size: 22px;
    padding-right: 3px;
    position: relative;
    top: 2px;
}
.snslinkWrap p.instagramicon a{background: #d43587;}
.snslinkWrap p.instagramicon a:before{
    font-family: FontAwesome;
    content: "\f16d";
    font-size: 22px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.snslinkWrap p a img{
    position: absolute;
    right: 5px;
    width: 60px;
    height: auto;
    top: -20px;
}



/* txtArrowLink */
.txtArrowLink{
    text-align: right;
    margin: 0 0 20px;
}
.txtArrowLink a{
    display: inline-block;
    font-size: 14px;
    color: #333;
}
.txtArrowLink a:after{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    vertical-align: middle;
    margin-top: -2px;
}
.txtArrowLink a:hover{
	text-decoration: none;
	opacity: 0.5;
}






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