<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/special/talk.css
DATE : 2016/11/7

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

/*--- kvArea ---*/
.kvArea{
	
}
.kvArea .profLink{
	bottom: 0;
	position: absolute;
}
.second .content{
	margin-top: 0;
}

.memberLink{
	margin:20px 0;
}
.memberLink a{
	text-align: right;
}

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




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

.subTitle{
	text-align: center;
	margin: 50px 0 20px;
}
.subTitle img{
	margin: 0 auto;
}



/*--- talkWrap ---*/
.talkWrap{
	margin-bottom: 40px;
}

.talkWrap h5{
	font-size: 35px;
	color: #635547;
	line-height: 1.6;
	padding: 20px 0 20px 70px;
	border-top:3px solid #efece8;
	background: url(/img/special/talk/talk_DoubleQuotation.png) no-repeat 20px 50%;
}
.talkWrap h5.orange{
	color: #ee6200;
	background-image: url(/img/special/talk/talk_DoubleQuotation_orange.png);
}


/*--- talklist ---*/
.talklist{
	margin-bottom: 50px;
}
.talklist li{
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.talklist li dl{
	position: relative;
}
.talklist li dl dt{
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 80px;
	top: 50%;
    margin-top: -40px;
}
.talklist li dl dd{
	display: table-cell;
	width: 820px;
	background: #e5dfd7;
	border-radius: 30px;
	box-sizing: border-box;
    padding: 20px 30px;
    height: 90px;
    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: 10px;
	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: 130px;
}

.talklist li.talk_partner dl dt{
	left: -110px;
	height: 110px;
	margin-top: -50px;
}
.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; width: 100px; left:-120px;}


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


/* talk_movie */
.talklist li.talk_movie{
	text-align: center;
	margin:30px 0;
	display: block;
	position: relative;
	background: none;
}
.talklist li.talk_movie .videoOneArea{
	background: none;
}
.talklist li.talk_movie iframe{
	margin:0 auto;
}
.talklist li.talk_movie p{
	font-size: 14px;
    line-height: 1.75;
    padding: 10px 0 0 0;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.talklist li.talk_movie p.m_number{
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #001e06;
    color: #fff;
    font-size: 30px;
    line-height: 90px;
    border-radius: 50%;
    padding: 0;
    border: 5px solid #fff;
}



/*--- profWrap ---*/
#profWrap{
	border: 7px solid #efece8;
	position: relative;
	min-height: 264px;
	box-sizing: border-box;
	padding: 15px 15px 15px 270px;
}
#profWrap .profPic{
	position: absolute;
	left: 0;
	top: 0;
}
#profWrap h6{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#profWrap .profTxt{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1em;
}

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

#profWrap .profTable.half{
	width: 50%;
	border-right: 5px solid #ebebeb;
	display: table-cell;
}





/* nextPageLink */
.nextPageLink{
	text-align: center;
}
.nextPageLink a,
.nextPageLink span{
	border:4px solid #333;
	padding: 20px;
	width: 600px;
	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;
    font-size: 0;
}
.snslinkWrap p {
    display: inline-block;
	font-size: 14px;
}
.snslinkWrap p a{
    display: inline-block;
    background: #ccc;
    color: #fff;
    width: 250px;
    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-right: 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: 6px;
    position: relative;
    top: 1px;
}

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



/* txtArrowLink */
.txtArrowLink{
    text-align: right;
    margin: 20px 0;
}
.txtArrowLink a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}
.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>