@charset "utf-8";
/*スケジュールエリア*/
.dataLinkBox{
	width: 620px;
	height: 75px;
	background-image: url("/img/stats/bg_databox.jpg");
	position: relative;
}
.dataLinkBox .linkBoxTit{
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0 10px;

}
.dataLink{
	display: table;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 8px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;;
}
.dataLink li{
	display: table-cell;
	padding-right: 40px;
}
.dataLink li:last-child{
	padding-right: 15px;
}
.dataLink li a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 9px 0px;
}
.dataLink li a:after {
	position: absolute;
	right: -15px;
	top: 7px;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 17px;
}
.statsDate {
	font-size: 12px;
	margin: 10px 0;
	text-align: right;
}
.statsRankArea{
	margin-bottom: 30px;
}
.statsArea .dataTable thead {
	background-color: #ddd;
}
.statsArea .dataTable thead td {
	padding: 15px 0;
}
.statsArea .dataTable tbody .leftGray {
	padding: 15px 0;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
}



/*video*/
.videoOneArea{
	margin-bottom: 40px;
	background: #4f4f4f;
}
.videoOneArea p{
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 140%;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.videoOneArea{
	color: #fff;
}
/*ticketbtn*/
.profTicket{
	vertical-align: top;
	width: 220px;
	text-align: right;
}
.profTicket a{
	color: #333;
}
.profTicket a:after {
	content: "\ec600";
	font-family: "icomoon3";
	font-size: 12px;
	right: 6px;
	position: absolute;
	display: inline-block;
	margin-top: 2px;
}
.profTicket a{
	box-sizing: border-box;
	position: relative;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	padding: 10px 12px 10px;
	display: block;
}
.profTicket.ticketFirst a{
	margin-bottom: 8px;
}
.profTicket a:hover{
	background: #e8e8e8;
		color: #06C;

}
.profTicket .btnDate{
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
	margin-top: 2px;
}
.profTicket .btnVs{
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
	margin-top: 2px;
	font-size: 11px;
}
.profTicket a:hover span{
    text-decoration: none;
}
/*proflist*/
.profList{
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	min-height: 90px;
}
.profList > li{
	display: inline-block;
}
.profList li.profVideo{
	width: 160px;
	padding-right: 15px;
}
.profList li.profVideo a,
.profList li.profVideo span{
	display: block;
	height: 90px;
	overflow: hidden;
}
.profList li.profTxt{
	vertical-align: top;
	font-size: 14px;
	width: 170px;
}
.profList li.profTxt .profStat{
    margin-top: 0;
	line-height: 24px;
	font-size: 14px;
	position: relative;
}
.profList li.profTxt .profStat .nameTxt{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}
.profList li.profTxt .profStat .linkTxt a{
	position: absolute;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	right: 35px;
	margin-top: 12px;
}
.profList li.profTxt .profStat .linkTxt a:after{
	position: absolute;
	margin-top: -7px;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 12px;
	top: 8px;
	color: #333;

}
.profList li.profBtn{
	vertical-align: top;
	width: 258px;
	text-align: right;
}


.cautionTxt {
	font-size: 8px;
	vertical-align: top;
}

.profTicket.tableTicket{
	float: left;
	margin-left: 10px;
}
.profTicket.tableTicket a{
	margin-bottom: 0px;
}
.profVideo {
	position: relative;
}
.profVideo img{
	vertical-align: bottom;
	width: 160px;
	height: auto;
}
.profVideo a:after{
	position: absolute;
	/*cursor: pointer;*/
	font-size: 54px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -30px;
	font-family: "icomoon3";
	content: "\ec601";
	color: #FFF;
	line-height: 100%;
	opacity: 0.7;
}

.profBtn ul{
	color: #aaa;
	font-size: 14px;
	line-height: 24px;
	list-style: outside none square;
	width: 250px;
	margin-left: 20px;
}
.profBtn ul li{
	text-align: left;
}
.profBtn ul li:last-child{
	margin-top: 10px;
}
.profBtn ul span {
	color: #333;
}
.scoreTable01.theadlarge{

}
.scoreTable01.theadlarge td{
	line-height: 1.2;
	padding: 15px 5px;
}
.scoreTable01.theadlarge caption{
}
.scoreTable01.theadlarge caption span{
	width: 35%;
	font-size: 12px;
	text-align: center;
	background: #ccc;
	display: inline-block;
	float: right;
	padding: 5px 0;
	border-left:1px solid #fff;
}

/* index */
.statsArea .ttlLink h3{
	margin: 0;
}




/*----------------------------------------bestgoal ----------------------------------------*/
.bestGoalTab{
	background-color: transparent;
}
.bestGoalDate{
	font-size: 12px;
	display: inline;
}
.formArea{
	padding-top:10px;
	margin-bottom:0;
}
.tabListTxt li.active:after {
	left:90px;
}
.bestGoalTab li{
	border-right: 1px solid #FFF;
}
.bestGoalTab li a{
	width:185px;
	height: 25px;
	padding:8px 10px;
	background-color: #E8E8E8;
}
.bestGoalTab li:nth-child(3) a, .bestGoalTab li:nth-child(4) a{
	/*width:82px;*/
}
.bestGoalTab img{
	width:100%;
	vertical-align: bottom;
}

.bestgoalMonthlyArea{
	margin-bottom: 40px;
}
.profStat p{
	line-height: 1.3;
}
.profStat span{
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding:10px 0 0;
}
.profStat span.club{
	font-size: 12px;
}
.bestgoalMonthlyArea .profBtn{
	padding-top: 10px;
	text-align: right;
}
.bestgoalMonthlyArea .profTicket{
	width: 220px;
	margin-left: auto;
}
.bestgoalMonthlyArea .profTicket a{
	font-weight: bold;
}
.bestgoalMonthlyArea .profList{
	border-bottom: 0px;
}
.bestgoalAboutArea {
	margin-bottom: 30px;
}
.bestgoalAboutArea .ttlLink h3{
	margin: 20px 0;
	font-size: 14px;
}
.titAbout{
	font-weight: bold;
}
.bestgoalAboutArea p{
	font-size: 12px;
	line-height: 1.6;
	margin:10px 0;
}
.bestgoalAboutArea p .titAbout{
	font-weight: bold;
}
.bestgoalAboutArea table{
	margin:0 0 20px;
}
.bestgoalAboutArea th:first-child,
.bestgoalAboutArea td.type {
	width:25%;
}
.bestgoalAboutArea th:nth-child(2){
	width:30%;
}
.bestgoalAboutArea th{
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
}
.bestgoalAboutArea td{
	padding: 15px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.bestgoalAboutArea td.type{
	text-align: center;
	font-weight: bold;
}

.nextMatchBlock{
	margin: 20px 0px;
}
.nextMatchBlock > ul{
	display: table;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nextMatchBlock > ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	font-size:12px;
}
.nextMatchBlock > ul li:first-child{
	background-color: #DDD;
	padding: 10px;
	width:60px;
}
.bestGoalFinalListArea{
	margin-bottom:30px;
}
.bestGoalFinalListArea .profStat p{
	line-height: 1.3;
}
.bestGoalFinalListArea .profStat span{
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding:10px 0 0;
}
.profBtn div.profTicket:first-child{
	margin-bottom:3px;
}
.profTicket{
	width:auto;
}

.nominateGoalArea{
}
.nominateGoalNavArea {
	margin-bottom:20px;
}
.nominateGoalNavArea ul{
	display: table;
	width: 100%;
}
.nominateGoalNavArea ul li{
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}
.nominateGoalNavArea ul li a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #333;
}
.nominateGoalNavArea ul li a:hover{
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
}
.nominateGoalArea h4.h4Tit{
	background-color: #ddd;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom:10px;
}
.videoColBox li {
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.videoColBox li:nth-child(3n){
	margin-right: 0px;
}
.videoColBox li a div {
	/*height: 113px;*/
	position: relative;
}
.videoColBox li a div:after{
	position: absolute;
	font-size: 54px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -27px;
	font-family: "icomoon3";
	content: "\ec601";
	color: #FFF;
	line-height: 100%;
	opacity: 0.7;
}
.videoColBox li > p {
	display: block;
	margin: 10px 0 15px;
	font-size: 12px;
	color: #333;
	line-height: 1.3;
}
.videoColBox li p span.date{
	margin-right:10px;
}
.videoColBox li p span.vsCard{
	font-size:14px;
}
.videoColBox li p span.name{
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-top:7px;
}
.videoColBox li p span.name .club{
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.nominateGoalArea .leagAccBtnlinkRed{
	/*display:block;*/
	/*margin-right:22px;*/
	color: #fff;
	padding: 1px 7px 2px;
	color: #fff8a5;
}
.nominateGoalArea .profTicket a{
	padding:10px 0 10px 5px;
	height: 40px;
}
.nominateGoalArea .profTicket a:after{
	top:35%;
    right: 3px;
	  margin-top: 0;
}

.videoColBox li div.profTicket {
	margin-bottom:10px;
}

.videoColBox li div.profTicket .btnDate,
.videoColBox li div.profTicket .btnVs{
	margin-top: 3px;
	margin-left: 3px;
	letter-spacing: -0.05em;
}

.voteBtn {
	text-align: center;
	margin: 20px auto 30px;
	width: 500px;
}
.voteBtn a {
    background: #5abdff; /* Old browsers */
    background: -moz-linear-gradient(top,  #5abdff 0%, #35aeff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5abdff), color-stop(100%,#35aeff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5abdff 0%,#35aeff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5abdff 0%,#35aeff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5abdff 0%,#35aeff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5abdff 0%,#35aeff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5abdff', endColorstr='#35aeff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #06c;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.voteBtn a:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}
.voteBtn a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.bgaArea.award{
	margin-top: 5px;
}


.logo_bga2015 {
	text-align: center;
	background-color:#000;
	margin-bottom: 10px;
}
.logo_bga2015 img {
	vertical-align:top;
}


.txtRed{
	font-size:13px;
	line-height: 1.5;
	margin: 10px 0;
	color: #f00;
}

/* bestgoal/yyyy/ji */
.ttlNoLink h3 span {
    position: absolute;
    right: 16px;
    top: 3px;
}

.textlink_area{
	width: 100%;
	margin: 20px 0 10px;
}


h4.blockTit {
    margin-bottom: 10px;
}
h4.blockTit, .halfwrap h4 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    padding: 8px 16px;
    position: relative;
}

.monthlink{
	margin: 5px 0;
}
.monthlink dl{
	display: inline-block;
}
.monthlink dt{
	display: inline-block;
	font-size: 13px;
}
.monthlink dd{
	display: inline-block;

}
.monthlink dd ul{
	font-size: 0;
}
.monthlink dd ul li,
.monthlink p{
	display: inline-block;
}
.monthlink dd ul li a,
.monthlink dd ul li span,
.monthlink p a,
.monthlink p span{
	display: block;
	/*width: 43px;*/
	padding: 0.3em 0.55em;
	border-right: 1px solid #D8D8D8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.4em;
	text-align: center;
}
.monthlink dd ul li span,
.monthlink p span{
	color: #ccc;
}
body.month1112 .monthlink dd ul li#monthlist1112 a,
body.month0203 .monthlink dd ul li#monthlist0203 a,
body.month02 .monthlink dd ul li#monthlist02 a,
body.month03 .monthlink dd ul li#monthlist03 a,
body.month04 .monthlink dd ul li#monthlist04 a,
body.month05 .monthlink dd ul li#monthlist05 a,
body.month06 .monthlink dd ul li#monthlist06 a,
body.month07 .monthlink dd ul li#monthlist07 a,
body.month08 .monthlink dd ul li#monthlist08 a,
body.month09 .monthlink dd ul li#monthlist09 a,
body.month10 .monthlink dd ul li#monthlist10 a,
body.month11 .monthlink dd ul li#monthlist11 a,
body.month12 .monthlink dd ul li#monthlist12 a,
body.month13 .monthlink dd ul li#monthlist13 a,
body.month2 .monthlink dd ul li#monthlist02 a,
body.month3 .monthlink dd ul li#monthlist03 a,
body.month4 .monthlink dd ul li#monthlist04 a,
body.month5 .monthlink dd ul li#monthlist05 a,
body.month6 .monthlink dd ul li#monthlist06 a,
body.month7 .monthlink dd ul li#monthlist07 a,
body.month8 .monthlink dd ul li#monthlist08 a,
body.month9 .monthlink dd ul li#monthlist09 a{
	background: #D8D8D8;
	color: #333;
	border-radius: 3px;
}

.monthlink dd ul li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.tabBtnTxt {
    margin: 30px 0 15px;
    text-align: center;
}
.tabBtnTxt li a {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 15px;
    text-align: center;
    vertical-align: middle;
}
.tabBtnTxt li {
    margin-left: 1px;
}
.tabBtnTxt > li {
    width: auto;
}
.tabBtnTxt {
    display: table;
    width: 100%;
}
.tabBtnTxt > li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.tabBtnTxt a:hover {
    background-color: #4f4f4f;
    color: #fff;
}
.tabBtnTxt li a {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.tabBtnTxt li a.leftBtn {
    margin-left: 0;
}
.bestGoalArea{
	margin-bottom: 30px;
}

.bgaArea.award section div > div a div img {
    vertical-align: bottom;
    width: 100%;
}
.bgaArea.award.stats h5{
	text-align: center;
}
.bgaArea.award.stats h5 img{
	width: 250px;
	height: auto;
}
.bgaArea.award.stats section .awardTxt {
    color: #ffd700;
    font-weight: bold;
    margin-top: 15px;
}
.monthGoalTxt h5.h5Tit {
    background-color: #ddd;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    padding-left: 10px;
}
.monthGoalTxt p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.monthGoalPhotoBox{
	width: 100%
}
.monthGoalTxt .imgLeft{
	float: left;
	width: 20%;
}
.monthGoalTxt .rightTxt{
	float: right;
	width: 75%;
}
.outlineTable th {
    background-color: #ddd;
    text-align: center;
    width: 100px;
}
.outlineTable {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    width: 100%;
}
.outlineTable th, .outlineTable td {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0px 15px 0px;
    vertical-align: middle;
    text-align: center;
}
.outlineTable .profTicket{
	width: 47%;
	float: left;
	margin-left: 10px;
}
.outlineTable .profTicket .leagAccBtnlinkRed{
	margin-left: 5px;
}
.outlineTable .profTicket a {
	padding: 10px 20px 10px 5px;
}
.rightTopLink {
    height: 15px;
    margin: 20px 0;
    position: relative;
}
.rightTopLink a:before {
    color: #333;
    content: "\ec600";
    font-family: "icomoon3";
    font-size: 12px;
    left: -17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
}
.rightTopLink a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}
.lastGoalArea {
	margin-bottom: 30px;
}
.profList.logit .leagAccBtnlinkRed{
	/*margin-left: 10px;*/
}


.yearlist{
	letter-spacing: -.40em;/*隙間用*/

}
.yearlist > li{
	width: 190px;
	display: inline-block;
	letter-spacing: normal;/*隙間用*/
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;

}
.yearlist > li:nth-child(3n){margin-right: 0;}

.yearlist > li h4 {
	z-index: 555;
	width: 145px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: -10px;
    top: 105px;
    background: url(/img/common/parts.png) 0 -60px no-repeat;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    position: absolute;
}
.yearlist .profList{
	border-bottom:0;
}
.yearlist .profList li.profVideo{
	width: 190px;
}
.yearlist .profList li.profVideo img{
	width: 190px;
	height: auto;
}
.yearlist .profList li.profTxt{
	
}
.yearlist .profList li.profVideo a,
.yearlist .profList li.profVideo span{
	height: 140px;
}
.yearlist .profList li.profTxt .profStat{
	padding-left: 10px;
}
.yearlist .profStat span{
	font-size: 16px;
}
.yearlist .profStat span.club{
	font-size: 12px;
}

/*20160227*/
body.j1.bestgoal2016 .bestGoalTab li#bgTab_j1 a,
body.j2.bestgoal2016 .bestGoalTab li#bgTab_j2 a,
body.about.bestgoal2016 .bestGoalTab li#bgTab_about a{
	background: #4f4f4f;
	color: #fff;
}


/*20160520*/
.bestgoal2016 .nominateGoalArea .videoColBox li p span.name{
    font-weight: bold;
    font-size: 17px;
    display: table-cell;
    margin-top: 7px;
    height: 44px;
    vertical-align: middle;
    padding: 3px 0;
}

.bestgoal2016 .nominateGoalArea .videoColBox li > p{
    margin: 10px 0 0;
}


.bgaArea.award section div>div ul li:first-child{
	line-height: 1.5;
}

.bgaArea.award section.videoIframe div>div.videoOneArea{
	float: none;
	width: 100%;
	background: none;
	margin:10px 0;
}
.bgaArea.award section.videoIframe div>div.arardBox{
	float: none;
	width: 100%;
}


.goalVideoList{
	font-size: 0;
}
.goalVideoList li{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 12px;
	margin-bottom: 30px;
	vertical-align: top;
}
.goalVideoList li:nth-child(2n){padding-left: 20px; }

.goalVideoList li .videoOneArea{
	background: none;
	margin-bottom: 10px;
}
.goalVideoList li .profTxt{
	margin-bottom: 5px;
	font-weight: bold;
}
.goalVideoList li .profTxt span.name{
	display: block;
	font-size: 20px;
	
	padding-top: 5px;
}
.goalVideoList li .profTxt i.club{
	font-style: normal;
	font-size: 12px;
}
















