@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/special/rio.css
2016/07/07 ISM

------------------------*/
body{
	background-image: url(/img/special/rio/2016/rio_bg.png);
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position-y:0;
}
body.member .content .main {
	width: 980px;
	float: none;
}
.content{
	overflow: inherit;
}
.content .kvArea .navWrap{
	position: static;
	background: #52981a;
}

.content .kvArea ul.navList li{width: 11.11%; border-color: #447c18;}
.content .kvArea ul.navList li:nth-child(9n+1){border-left: none;}
.content .kvArea ul.navList li:nth-child(n+10){border-bottom: none;}

.content .kvArea ul.navList li > a,
.content .kvArea ul.navList li > span{
	background: #52981a;
	height: 30px;

}
body.kushibiki .content .kvArea ul.navList li#kushibiki > a,
body.nakamura .content .kvArea ul.navList li#nakamura > a,
body.fujiharu .content .kvArea ul.navList li#fujiharu > a,
body.shiotani .content .kvArea ul.navList li#shiotani > a,
body.kamekawa .content .kvArea ul.navList li#kamekawa > a,
body.muroya .content .kvArea ul.navList li#muroya > a,
body.iwanami .content .kvArea ul.navList li#iwanami > a,
body.ueda .content .kvArea ul.navList li#ueda > a,
body.oshima .content .kvArea ul.navList li#oshima > a,
body.endo .content .kvArea ul.navList li#endo > a,
body.harakawa .content .kvArea ul.navList li#harakawa > a,
body.yajima .content .kvArea ul.navList li#yajima > a,
body.nakajima .content .kvArea ul.navList li#nakajima > a,
body.minamino .content .kvArea ul.navList li#minamino > a,
body.ideguchi .content .kvArea ul.navList li#ideguchi > a,
body.koroki .content .kvArea ul.navList li#koroki > a,
body.suzuki .content .kvArea ul.navList li#suzuki > a,
body.asano .content .kvArea ul.navList li#asano > a{
	background: #000f45;
}


.content .kvArea ul.contNav{
	position: absolute;
	right: 10px;
	top: 225px;
	font-size: 0;
}
.content .kvArea ul.contNav li{
	display: inline-block;
	font-size: 15px;
	margin-left: 5px;
}
.content .kvArea ul.contNav li a,
.content .kvArea ul.contNav li span{
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(225,225,225,0.9);
	display: inline-block;
	color: #000d57;
	font-weight: bold;
}
.content .kvArea ul.contNav li a:hover{
	background: #000d57;
	color: #fff;
}


body.match article > div{margin-bottom: 30px;} 


/*scoreTable*/
.leftRedTit{
	margin-bottom: 0;
}

.scoreTable{
	margin-bottom: 30px;
}
.scoreTable td.team.left,
.scoreTable td.team.right {
     width: 150px;
}
.scoreTable td.team.left { padding-left: 40px; }
.scoreTable td.team.right { padding-right: 40px; }

.scoreTable td.team img{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border:1px solid #ccc;
}
.scoreTable td.team.left img,.scoreTable td.team.left span.embS { left: 5px; }
.scoreTable td.team.right img,.scoreTable td.team.right span.embS{ right:5px; }

.scoreTable td.score{
	width: 35px;
	font-size: 16px;
}

.scoreTable td.vs{
	width: 50px;
	font-size: 12px;
}
.scoreTable td.vs span,
.scoreTable td.vs a{
	display: inline-block;
	width: 60px;
	text-align: center;
	background: #127FC4;
	padding: 5px 0;
	color: #fff;
	border-radius: 2px;
}
.scoreTable td.vs > span{
	background: #aeaeae;
}
.scoreTable td.vs a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.scoreTable td.vs .pk{
	font-size: 10px;
    background: none;
    color: #333;
    padding: 0;
}






p.standingsDate {
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px;
}


/*テーブル for JFA*/
.table-group-stage {
    margin-bottom: 5px;
    width: 100%;
    border-collapse: collapse;
}
.table-group-stage thead {
    border-top: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: bold;
}
.table-group-stage th{
	  line-height: 14px;
  padding: 6px 0;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  background-color: #f6f6f6;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 30px;
}
.table-group-stage td{
    color: #333;
    font-size: 12px;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.table-group-stage td:nth-child(1){
	font-weight: bold;
  font-size: 14px;
  background: #FAEBEC;
}
.table-group-stage td:nth-child(2){
	border-right: solid 1px #ccc;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	width: 200px;
	padding-left: 15px;
}
p.standingsDate {
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
}



/* rio_member */
.rio_member{

}
.memberlist{
	font-size: 0;
}
.memberlist li{
	font-size: 14px;
	display: inline-block;
	width: 18.8%;
	margin-right: 1.5%;
	margin-bottom: 30px;
	vertical-align: top;
}
.memberlist li:nth-child(5n){ margin-right: 0; }
.memberlist li > a{
	display: block;
	color: #333;

}

.memberlist li > a figure img{
	width: 100%;
	height: auto;
}
.memberlist li > a figcaption{
	padding-top: 5px;

}
.memberlist li > a figcaption > span{
	display: block;
	line-height: 1.5;
}
.memberlist li > a figcaption .name{
	font-weight: bold;
	font-size: 17px;
}
.memberlist li > a figcaption .pos{
    padding-right: 5px;
    color: #1b95e0;
}
.memberlist li > a figcaption .club{
	padding-bottom: 3px;
	letter-spacing: -0.08em;
}
.memberlist li > a figcaption .birth,
.memberlist li > a figcaption .hw{
	font-size: 12px;
}
.memberlist li > a figcaption .embSs{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.memberlist li > a:hover,
.memberlist li > a:hover figcaption .pos{
    color: #06c;
    text-decoration: none;
}
.tweetb {
	margin-top: 5px;
	text-align: center;
}
.tweetb a{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #1b95e0;
	color: #fff;
}
.tweetb a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.tweetb.lsize a{
	width: 800px;
	margin: 20px auto 40px;
    padding: 20px 0;
    font-size: 20px;
    position: relative;
}
.tweetb.lsize a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 8px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 13px;
    text-decoration: none !important;
    color: #fff;
}





/* 個々のメンバー */
body.member .content .main > section.rioArea{
	width: 940px;
}
.membertxtWrap{
	padding-left: 450px;
	padding-bottom: 30px;
	position: relative;
}
body.kushibiki .membertxtWrap{ background: url(/img/special/rio/2016/membg_kushibiki.jpg) no-repeat 0 0; }
body.nakamura .membertxtWrap{ background: url(/img/special/rio/2016/membg_nakamura.jpg) no-repeat 0 0; }
body.fujiharu .membertxtWrap{ background: url(/img/special/rio/2016/membg_fujiharu.jpg) no-repeat 0 0; }
body.shiotani .membertxtWrap{ background: url(/img/special/rio/2016/membg_shiotani.jpg) no-repeat 0 0; }
body.kamekawa .membertxtWrap{ background: url(/img/special/rio/2016/membg_kamekawa.jpg) no-repeat 0 0; }
body.muroya .membertxtWrap{ background: url(/img/special/rio/2016/membg_muroya.jpg) no-repeat 0 0; }
body.iwanami .membertxtWrap{ background: url(/img/special/rio/2016/membg_iwanami.jpg) no-repeat 0 0; }
body.ueda .membertxtWrap{ background: url(/img/special/rio/2016/membg_ueda.jpg) no-repeat 0 0; }
body.oshima .membertxtWrap{ background: url(/img/special/rio/2016/membg_oshima.jpg) no-repeat 0 0; }
body.endo .membertxtWrap{ background: url(/img/special/rio/2016/membg_endo.jpg) no-repeat 0 0; }
body.harakawa .membertxtWrap{ background: url(/img/special/rio/2016/membg_harakawa.jpg) no-repeat 0 0; }
body.yajima .membertxtWrap{ background: url(/img/special/rio/2016/membg_yajima.jpg) no-repeat 0 0; }
body.nakajima .membertxtWrap{ background: url(/img/special/rio/2016/membg_nakajima.jpg) no-repeat 0 0; }
body.minamino .membertxtWrap{ background: url(/img/special/rio/2016/membg_minamino.jpg) no-repeat 0 0; }
body.ideguchi .membertxtWrap{ background: url(/img/special/rio/2016/membg_ideguchi.jpg) no-repeat 0 0; }
body.koroki .membertxtWrap{ background: url(/img/special/rio/2016/membg_koroki.jpg) no-repeat 0 0; }
body.suzuki .membertxtWrap{ background: url(/img/special/rio/2016/membg_suzuki.jpg) no-repeat 0 0; }
body.asano .membertxtWrap{ background: url(/img/special/rio/2016/membg_asano.jpg) no-repeat 0 0; }


.membertxtWrap h3{
	font-size: 60px;
    line-height: 1.15;
	color: #00145c;
	margin: 30px 0 20px;
	font-weight: 700;
}
.membertxtWrap h3 span{
	font-size: 15px;
	font-weight: bold;
    display: block;
}
.membertxtWrap .club{
	font-size: 20px;
	color: #00145c;
}
.membertxtWrap .club span{
	display: inline-block;
	vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.membertxtWrap .birth{
	font-size: 14px;
	color: #00145c;
	line-height: 1.5;
	margin:5px 0 20px;
}
.membertxtWrap .txt{
	border-top: 2px solid #00145c;
	padding-top: 20px;
}
.membertxtWrap .txt p{
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 1em;
}

p.ticketb{
	margin: 20px 0;
}
p.ticketb a{
	display: block;
	border:3px solid #f00;
	color: #f00;
	font-weight: bold;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 15px 0 10px;
	background: #fff;
}
p.ticketb a:hover{
	text-decoration: none;
	background:#efc4c4;
}
p.ticketb a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 5px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 13px;
    text-decoration: none !important;
    color: #e99e9e;
}
p.ticketb a span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.videoOneArea iframe{
    width: 490px;
    height: 276px;
}
.videoOneArea p{
	background: #e5e5e5;
	padding: 10px 15px;
    font-size: 15px;
    line-height: 1.5;
}



.tweetlist {
    display: block;
    font-size: 0;
}
.tweetlist > li {
    display: inline-block;
    font-size: 100%;
    width: 33%;
    vertical-align: top;
    margin-right: 0.5%;
}
.tweetlist > li:last-child {
    margin-right: 0;
}


.photoArea .thumlist li{
	width: 300px;
	margin-right: 20px;
}
.photoArea .thumlist li img{
	width: 300px;
}
.photoArea .thumlist li:nth-child(3n) {
    margin-right: 0;
}
.photoArea .thumlist li figure span{
    position: relative;
    display: block;
	}
.photoArea .thumlist.douga li figure span{
	height: 225px;
	background:#000;
	    vertical-align: middle;
    display: table-cell;

}
.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.douga li a:after{
	display: none;
}




.membertxtWrap .fukidashi_tweetb{
	position: absolute;
	right: -20px;
	top: 0;
	width: 230px;
	height: 110px;
	
}
.membertxtWrap .fukidashi_tweetb.threests{right: 50px;}
.membertxtWrap .fukidashi_tweetb.fivests{right: -80px;}

.membertxtWrap .fukidashi_tweetb a{
	width: 230px;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.05em;
    line-height: 1.5;
    background: url(/img/special/rio/2016/rio_mem_fukidashi.png) no-repeat 0 0;
}
.membertxtWrap .fukidashi_tweetb a span{
	display: block;
    font-size: 13px;
}
.membertxtWrap .fukidashi_tweetb a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.membertxtWrap h4.matchTeamTit{
	margin-bottom: 8px;
	padding: 3px 0;
	font-weight: bold;
}
.membertxtWrap h4.matchTeamTit .embS{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -1px;
}



/*matchlist*/
.matchlist{
    display: block;
    font-size: 0;
    margin-bottom: 30px;
}
.matchlist li{
    display: inline-block;
    font-size: 12px;
    width: 49%;
    margin-right: 2%;
	vertical-align: top;
}
.matchlist li:nth-child(2n){ margin-right: 0; }

.matchlist li a{
    display: block;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    text-align: center;
    background: #fff;
}
.matchlist li a:hover{
    text-decoration: none;
    background: #f4f4f4;
    }
.matchlist li .btnDate{
    display: block;
    font-size: 14px;
}
.matchlist li .btnVs{
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
    display: block;
    color: #06c;
}
.matchlist li .btnVs .embS{
	display: inline-block;
	vertical-align: middle;
	position: relative;
    top: -2px;
    margin: 0 2px;
}

.matchlist li a .ticketb{
	border-radius: 3px;
	background: #e60012;
    padding: 7px;
    color: #fff;
    font-size: 15px;
    width: 180px;
    display: block;
    margin: 10px auto 0;
}




/*sub_bottom*/

.sub_bottom{
    padding: 0 20px;
}

.sub_bottom .subBnrArea{
    font-size: 0;
    width: 620px;
    border-top: solid 1px #ccc;
    padding-top: 29px;
}

.sub_bottom .subBNR a img{
    vertical-align: top;
}

.sub_bottom .rectangleBlock{
    float: right;
    width: 300px;
}

.sub_bottom .subBNR {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sub_bottom .subBNR:nth-child(n+6){
    display: none;
}

.sub_bottom .subBNR:nth-child(3),
.sub_bottom .subBNR:nth-child(5){
    margin-right: 0;
}

.subBNR.bnr_rio2016,
.subBNR.bnr_satellite,
.subBNR.bnr_u14_2016,
.subBNR.bnr_u16_cl_2016,
.subBNR.bnr_gothia_2016{
	display: none;
}









