@charset "utf-8";
/* CSS Document */
/*====[1]ティッカー====*/
.topTicker {
	width: 980px;
	margin: 20px auto 0;
}
.topTicker p {
	width: 110px;
	display: block;
	background: #183559;
	color: #fff;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	font-size: 14px;
	padding: 18px 0 0;
	height: 32px;
	float: left;
	position: relative;
}
.topTicker .tickercontainer{
	width: 870px;
	display: block;
	float: left;
	background:  rgba(30,83,155,0.50);
	overflow: hidden;
	position: relative;
	height: 50px;
}
.topTicker .tickercontainer:after {
	position: absolute;
	font-size: 18px;
	top: 50%;
	margin-top: -9px;
	left: -1px;
	font-family: 'FontAwesome';
	content:"\f0da";
	color:#183559;
	line-height: 100%;
}
.topTicker .tickercontainer li {
	font-size: 14px;
	padding: 18px 10px;
	color: #fff;
	line-height: 100%;
	float: left;
	display: block;
	margin-left: 50px;
}
.topTicker .tickercontainer li a:link , .topTicker .tickercontainer li a:visited {
	font-size: 14px;
	padding: 18px 10px;
	color: #fff;
	line-height: 100%;
	font-weight: bold;
	padding-left:10px;
}
ul.newsticker {
	position: relative;
}
.tickercontainer .mask {
	position: relative;
	width: 1000px;
	overflow: hidden;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}
/*====[2]スライダー====*/
#slideArea{
	background: #111;
	margin-bottom: 15px;
	padding: 15px;
	height: 307px;
    box-sizing: border-box;
}

#slideArea > div{
	display: none;
}

#slideArea .slider{
	margin-bottom: 7px;
	border-bottom: 1px solid #888;
	padding-bottom: 7px;
}

#slideArea .slider li div{
	/*display: table;*/
	/*width: 100%;*/
	width: 610px;
	letter-spacing: -.4em;
}

#slideArea .slider li div .slidePhotoArea,
#slideArea .slider li div .textArea{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
}
#slideArea .slider li div .slidePhotoArea{
	width: 380px;
	height: 214px;
}
#slideArea .slider li div .slidePhotoArea a{
	display: block;
	width: 380px;
	height: 214px;
	overflow: hidden;
}
#slideArea .slider li div .slidePhotoArea a img{
	width: 380px;
	height: auto;
}
#slideArea .slider li div .textArea{
	margin: 0px 0 0 15px;
	width: 215px;
	height: 214px;
	border-top:1px solid #555;
	position: relative;
}

#slideArea .slider li div .textArea .tag,
#slideArea .slider li div .textArea .title-large{
	height: 40px;
	width: 215px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #fff;
}
#slideArea .slider li div .textArea .tag img{
	height: 20px;
	width: auto;
}


#slideArea .slider li div .textArea .title{
	margin: 0 0 5px;
	position: absolute;
	top: 40px;
	width: 210px;
	height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}
#slideArea .slider li div .textArea .title a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	overflow: hidden;
	height: 40px;
}


#slideArea .slider li div .textArea .textLink{
	text-align: right;
	font-size: 10px;
	position: absolute;
	top:90px;
	right: 5px;
}
#slideArea .slider li div .textArea .textLink a{
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}
#slideArea .slider li div .textArea .textLink a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#slideArea .slider li div .textArea .relativeArea{
	margin: 5px 0 0px;
	position: absolute;
	top:110px;
}
#slideArea .slider li div .textArea .relativeArea h1{
	font-size: 10px;
	/*background: #707070;*/
	padding: 0 5px;
	color: #fff;
	border-left: 3px solid #fff;
    margin: 5px 0;
}
#slideArea .slider li div .textArea .relativeArea .relativeLists li a{
	font-size: 11px;
	color: #efefef;
	/*padding: 2px 0 0px;*/
	margin: 0 0 2px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	width: 210px;
}
#slideArea .slider li div .textArea .relativeArea .relativeLists li a:hover{
	text-decoration: underline;
}
#slideArea .slider li div .textArea .relativeArea .relativeLists li:last-child a{
	margin: 0;
}

#slideArea .slidesPics{
	letter-spacing: -.4em;
	/*width: 380px;*/
	position: relative;
	height: 47px;
}

#slideArea .slidesPics .slick-arrow{
	width: 15px;
	height: 30px;
	z-index: 10;
	top: 50%;
	position: absolute;
	margin: -15px 0 0px;
	background: #333;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}

#slideArea .slidesPics .slick-arrow:hover{
	opacity: 0.7;
}

#slideArea .slidesPics .slick-prev{
	left: -12px;
	background: url(/img/top/slide_arrow_left.png) no-repeat 0 0;
}

#slideArea .slidesPics .slick-next{
	right: -8px;
	background: url(/img/top/slide_arrow_right.png) no-repeat 0 0;
}


#slideArea .slidesPics li{
	margin: 0 6px 0 0px;
	letter-spacing: normal;
	width: 82px;
	height: 49px;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
	/*border: 3px solid #111;*/
	cursor: pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#slideArea .slidesPics li img{
	cursor: pointer;
}

#slideArea .slidesPics li:hover{
	opacity: 0.7;
}

#slideArea .slidesPics .slick-active{
	border: 3px solid #e60012;
	outline: none;
}
/*#slideArea .slidesPics .slick-current{
	border: 3px solid #e60012;
	outline: none;
}*/
#slideArea .slidesPics li img{
	width: 100%;
	height: auto;
}

/*====[3]コンテンツ====*/
/*見出し*/
.ttlLink {
	position: relative;
	/*cursor: pointer;*/
}
.main h2 {
	background: #4f4f4f;
	color: #fff;
	padding: 12px 16px;
	line-height: 100%;
	/*font-weight: bold;*/
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.ttlLink a{
	position: absolute;
	font-size: 12px;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	padding-right: 16px;
	color: #fff;
}
.ttlLink a:after {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0px;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 12px;
	text-decoration: none !important;
}
.ttlLink:hover a{
	/*text-decoration: underline;*/
}
/*.ttlLink:hover a:after{
	text-decoration: none!important;
}*/

/* 2015/06/09 add */

.ttlNoLink h3 {
    padding: 16px;
    position: relative;
    vertical-align: middle;
}
.ttlNoLink h3 span {
    position: absolute;
    right: 16px;
    top: 5px;
}
/* addend */

.videoArea li{
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.videoArea li:last-child {
	margin-right: 0;
}
.videoArea li a div {
	min-height: 113px;
	position: relative;
}
.videoArea 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%;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.videoArea li a:hover div:after {
	text-decoration: none;
}
.videoArea li a p {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #333;
}
.videoArea  li a p span {
	color: #e60012;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 100%;
}
.videoArea li a:hover img {
	 filter: alpha(opacity=75);
	 -moz-opacity:0.75;
	 opacity:0.75;
}
.videoArea li a:hover p , .videoArea li a:hover p span {
	color: #06c;
}
.videoArea.photo li a div:after{
	display: none;
}
.videoArea.photo li a div{
	height: 113px;
	overflow: hidden;
}
.videoArea.photo li a div img{
	width: 200px;
	height: auto;
}



/*ツイッター*/
.twArea {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 30px 20px 25px;
	display:table;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 18px;
}
.twArea h2 {
	position: absolute;
	left: 10px;
	top: -8px;
	background: none;
	margin: 0;
	padding: 0;
}
.twArea div {
	display: table-cell;
	vertical-align: top;
}
.twArea div.btnArea {
	background: url(/img/common/parts.png) center -240px no-repeat;
	padding-top: 70px;
	text-align: center;
}
.twArea div.btnArea p{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 80%;
}
.twArea div.btnArea p span{
	font-weight: bold;
	font-size: 12px;
}
.twArea p {
	font-size: 18px;
	font-weight: bold;
	padding: 0 55px 14px 0;
	line-height: 160%;
}
.twArea p a , .twArea li a {
	font-weight: bold;
	color: #086da0;
}
.twArea li {
	font-size: 12px;
	display: inline;
	padding-right: 20px;
}
.twArea li i {
	font-size: 14px;
	color: #086da0;
	padding-right: 5px;
}
/*スポンサー*/
.monthlyMvpArea {
	margin-bottom: 20px;
}
.monthlyMvpArea h3 {
	width: 145px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: -10px;
	top: 8px;
	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;
}
.monthlyMvpArea p {
	padding: 16px 0 18px 145px;
	font-size: 14px;
	font-weight: bold;
}
.monthlyMvpArea dl {
	display: table;
	margin: 0 0 16px 18px;
}
.monthlyMvpArea dt {
	display: table-cell;
	width: 175px;
	padding: 10px 30px 0 10px;
}
.monthlyMvpArea dd {
	width: 180px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.monthlyMvpArea dd.j1 a:after {
	content: url(/img/common/ico_j1.png);
	position: absolute;
	left: 5px;
	top: -6px;
}
.monthlyMvpArea dd.j2 a:after {
	content: url(/img/common/ico_j2.png);
	position: absolute;
	left: 5px;
	top: -6px;
}
.monthlyMvpArea dd a div {
	height: 100px;
	overflow: hidden;
}
.monthlyMvpArea dd a:hover div img , .photoArea li a:hover div img , .bgaArea dd a:hover div img , .bgaArea dd dl dd a:hover figure {
	 filter: alpha(opacity=75);
	 -moz-opacity:0.75;
	 opacity:0.75;
}
.monthlyMvpArea dd a p {
	display: block;
	padding: 6px 10px;
	width: 160px;
	font-weight: normal;
	font-size: 10px;
	line-height: 100%;
	background: #eaeaea;
	color: #333;
}
.monthlyMvpArea dd a:hover p , .photoArea li a:hover p , .bgaArea dd a:hover p{
	text-decoration: underline;
}
.monthlyMvpArea .posRel{
	border: 1px solid #cccccc;
}
.monthlyMvpArea h4.h4Tit {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.monthlyMvpArea .posRel h4 {
	width: 145px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: -10px;
	top: 8px;
	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;
}
.videoColBox li,
.photoColBox li {
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    width: 200px;
}
.videoColBox li:nth-child(3n),
.photoColBox li:nth-child(3n) {
    margin-right: 0;
}
.videoColBox li a div,
.photoColBox li a div {
    position: relative;
}
.videoColBox li a div::after {
    color: #fff;
    content: "\ec601";
    font-family: "icomoon3";
    font-size: 54px;
    left: 50%;
    line-height: 100%;
    margin-left: -27px;
    margin-top: -25px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
}
.videoColBox li > p,
.photoColBox li > p {
    color: #333;
    display: block;
    font-size: 10px;
    line-height: 1.3;
    margin: 10px 0 15px;
    padding: 0;
}
.videoColBox li p span.date {
    margin-right: 10px;
}
.videoColBox li p span.vsCard {
    font-size: 14px;
}
.videoColBox li p span.name,
.photoColBox li p span.name {
    display: block;
    font-size: 18px;
    margin-top: 7px;
}
.videoColBox li p span.name .club,
.photoColBox li p span.name .club {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}
.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;
}
.statsArea .dataTable .teamLogo {
	width: 90px;
	padding: 10px 20px;
}
.statsArea .dataTable .teamLogo p {
	display: table-cell;
	vertical-align: middle;
}
.statsArea .dataTable .teamLogo p.teamTxt{
	padding-left: 10px;
}
.statsRankArea .barLink{
	margin: 50px auto 60px;
}
.bestGoalWrap{

}
#bestGoalWrap .tabContent{
	background: #333;
}
/*#bestGoalWrap .tabContent#J1{
	border-top: 5px solid #E60012;
}
#bestGoalWrap .tabContent#J2{
	border-top: 5px solid #007F41;
}*/
.bestGoalWrap .awardTit{
	background: #000;
	padding: 10px 0;
	text-align: center;
	margin-top: 0;
}
.bestGoalWrap .bestGoalWrapInner{
	padding: 20px;
}
.bestGoalWrap .bestGoalWrapInner p{
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 1em;
}
.bestGoalbnrlink{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.bestGoalbnrlink li{
	display: table-cell;
	text-align: center;
}
.bestGoalbnrlink li a{
	display: block;
}
.hide{display: none;}

.tabListTxt.bestGoalTab{
	background-color: #fff;
}
.tabListTxt li.active::after {
    left: 90px;
}
.tabContent h4.h4Tit,
.monthlyMvpArea  h4.h4Tit{
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}



/*フォト*/
.photoArea {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.photoArea ul{
	display: table;
	margin: 20px 0 20px 19px;
}
.photoArea li {
	width: 180px;
	padding-right: 20px;
	display: table-cell;
	position: relative;
}
.photoArea li.no1 a:after {
	content: url(/img/common/ico_no1.png);
	position: absolute;
	left: 5px;
	top: -6px;
}

.photoArea li.no2 a:after {
	content: url(/img/common/ico_no2.png);
	position: absolute;
	left: 5px;
	top: -6px;}

.photoArea li.no3 a:after {
	content: url(/img/common/ico_no3.png);
	position: absolute;
	left: 5px;
	top: -6px;
}
.photoArea li:last-child {
	padding-right: 0;
}
.photoArea li a div {
	height: 130px;
}
.photoArea li a p {
	display: block;
	padding: 8px 10px;
	width: 160px;
	font-weight: normal;
	font-size: 10px;
	line-height: 100%;
	background: #eaeaea;
	color: #333;
}
/*ベストゴール*/
.bgaArea {
	background: #333;
	margin-bottom: 20px;
}
.bgaArea > h2 {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	background: #333;
}
.bgaArea > section {
	border-top: 1px solid #4b4b4b;
	position: relative;
	margin-left: 0!important;
}
.bgaArea > section h3{
	width: 194px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: -10px;
	top: 17px;
	background: url(/img/common/parts.png) 0 -132px no-repeat;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
}
.bgaArea > section p {
	padding: 10px 0 18px 194px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.bgaArea > section dl {
	display: table;
	padding: 0 0 16px 18px;
}
.bgaArea > dt{
	display: block;
	width: 185px;
	padding: 22px 15px 0 0;
	float: left;
}
.bgaArea > dd {
	width: 180px;
	margin-right: 20px;
	display: block;
	float: left;
	height: 130px;
	background: #555;
}
.bgaArea > dd a div {
	height: 100px;
	position: relative;
	background: #fff;
}
.bgaArea > dd a div:after {
	position: absolute;
	font-size: 54px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -24px;
	font-family: 'icomoon3';
	content: "\ec601";
	color: #fff;
	line-height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.bgaArea > dd a p {
	display: block;
	padding: 8px 10px;
	width: 160px;
	font-weight: normal;
	font-size: 10px;
	line-height: 100%;
}
.bgaArea > dd dl {
	margin: 0 auto;
	width: 160px;
	display: block;
	padding: 6px 0 0px;
}
.bgaArea > dd dl dt {
	color: #fff;
	font-size: 12px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
	float: none;
	width: 160px;
	text-align: center;
	line-height: 100%;
}
.bgaArea > dd dl dd {
	float: none;
	margin: 0 0 6px 0;
	float: none;
	height: 40px;
	line-height: 100%;
	width: 160px;
}
.bgaArea > dd dl dd a {
	width: 160px;
	display: table;
}
.bgaArea > dd dl dd a figure {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	line-height: 100%;
	position: relative;
}
.bgaArea > dd dl dd a figure img {
	background: #fff;
}
.bgaArea > dd dl dd figure:after {
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -14px;
	font-family: 'icomoon3';
	content: "\ec601";
	color: #fff;
	line-height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.bgaArea > dd dl dd p {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #fff;
	padding-left: 8px;
}
.bgaArea > dd dl dd p span {
	font-size: 10px;
	color: #fff;
	display: block;
}
/*バナー*/
.infoArea , .relatedArea {
	margin-bottom: 20px;
}
.infoArea ul , .relatedArea ul {
	display: table;
	width: 100%;
}
.infoArea li , .relatedArea li {
	display: table-cell;
	padding-right: 20px;
}
.infoArea ul li:nth-child(3n),
.relatedArea ul li:nth-child(3n),
.hirachannel ul li:nth-child(3n) {
	padding-right: 0px;
}
.relatedBannerJsgoal a{
	display: table-cell;
    background: #fff;
    height: 100px;
    vertical-align: middle;
}



/************************************************************************

    告知枠

 ***********************************************************************/
.announceArea{
    border:5px solid #ccc;
    padding:15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position: relative;
    margin-bottom: 20px;
}
.announceArea > h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-image: url("/img/common/ico_ribbon.png");
    width: 87px;
    height: 22px;
    left: -12px;
    line-height: 100%;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 7px;
    z-index: 99999999999;
}
.announceArea > ul > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
}
.announceArea > ul > li:last-child { border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

.announceArea > ul > li > figure {
    width: 200px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}
figure.video{
    position: relative;
}
.announceArea > ul > li > figure.video a:after {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.announceArea .announceTextArea {
    width: 350px;
    display: inline-block;
    vertical-align: top;
}
.announceArea .announceTextArea .timeStamp {
    color: #e60012;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 100%;
}
.announceArea .announceTextArea .articleTit {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}
.announceArea .announceTextArea .articleTit a{
    color: #333;
    font-weight: bold;
}
.announceArea .announceTextArea .sentence {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px;
}
.announceArea .announceLinklist {
    background: #eaeaea;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 12px;
    color: #aaa;
    line-height: 24px;
    list-style-position: inside;
    list-style-type: square;
}
.announceArea .announceLinklist li{
    font-size: 12px;
    width: 50%;
    float: left;
}
.upDate {
  font-size: 12px;
  color: #888;
  margin: 5px 0;
  text-align: right;
  position: relative;
  top: -13px;
}



/************************************************************************

    pickup

 ***********************************************************************/
.pickup{
	background: #f5f5f5;
	margin-bottom: 15px;
}
.pickup .titlePickup {

}
.pickup .titlePickup h2{
	background: #e60012 url(/img/top/title_pickup.png) no-repeat 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 140px;
    margin: 0px;
}

.pickup .bodyArea{
	padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.pickup .bodyArea .slidePickup{
	letter-spacing: -.4em;
	position: relative;
}

.pickup .bodyArea .slidePickup .slick-arrow{
	width: 15px;
	height: 30px;
	z-index: 10;
	top: 48px;
	position: absolute;
	background: #333;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}

.pickup .bodyArea .slidePickup .slick-arrow:hover{
	opacity: 0.7;
}


.pickup .bodyArea .slidePickup .slick-prev{
	left: -8px;
	background: url(/img/top/slide_arrow_left.png) no-repeat 0 0;
}

.pickup .bodyArea .slidePickup .slick-next{
	right: -8px;
	background: url(/img/top/slide_arrow_right.png) no-repeat 0 0;
}


.pickup .bodyArea .slidePickup li{
	letter-spacing: normal;
	display: inline-block;
	margin-right: 15px;
	width: 189px;
}

.pickup .bodyArea .slidePickup .slick-active{
	outline: none;
}

.pickup .bodyArea .slidePickup li a{
	text-decoration: none;
	display: block;
}

.pickup .bodyArea .slidePickup li a:hover{
	opacity: 0.7;
}

.pickup .bodyArea .slidePickup li .photoArea{
	border: none;
	position: relative;
	margin: 0 0 8px;
}
.pickup .bodyArea .slidePickup li .photoArea figure{
    width: 189px;
    height: 126px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background: #000;
}
.pickup .bodyArea .slidePickup li .photoArea figure img{
	width: 189px;
	height: auto;
	vertical-align: bottom;
}
.pickup .bodyArea .slidePickup li .photoArea.video:after{
	position: absolute;
    font-size: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.pickup .bodyArea .slidePickup li .tag{
	position: absolute;
	bottom: -8px;
	right: 0;
}

.pickup .bodyArea .tag{
	font-size: 10px;
	display: inline-block;
	width: 52px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	border-radius: 3px;
}


.pickup .bodyArea .tag.news{
	background: #99ca3b;
	color: #222;
}

.pickup .bodyArea .tag.video{
	background: #e60012;
	color: #fff;
}

.pickup .bodyArea .tag.photo{
	background: #6ab3e6;
	color: #fff;
}

.pickup .bodyArea .tag.column{
	background: #f49519;
	color: #222;
}


.pickup .bodyArea .slidePickup li .textArea{
	font-size: 12px;
}

.pickup .bodyArea .slidePickup li .textArea .date{
	color: #111;
}

.pickup .bodyArea .slidePickup li .textArea .title{
	color: #111;
}
.pickup .bodyArea .pickupLists{
	margin-top: 20px;
}
.pickup .bodyArea .pickupLists li a{
	display: block;
	font-size: 12px;
	padding: 5px 0px;
	text-decoration: none;
}
.pickup .bodyArea .pickupLists li a:hover{
	opacity: 0.7;
}

.pickup .bodyArea .pickupLists li a >div{
	display: table;
	width: 100%;
}

.pickup .bodyArea .pickupLists li a >div >p{
	display: table-cell;
	vertical-align: middle;
}
.pickup .bodyArea .pickupLists li a >div .title{
	padding-left: 10px;
	color: #111;
}

.pickup .bodyArea .pickupLists li a >div .date{
	color: #111;
	text-align: right;
}

.contentTabBox{
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #dadada;
}
.contentTabBox .tabArea {
	margin-bottom: 20px;
}
.contentTabBox .tabArea .tabs{
	background: #333;
	/*letter-spacing: -.4em;*/
	width: 100%;
	display: table;
}
.contentTabBox .tabArea .tabs li{
	display: table-cell;
	table-layout: fixed;
	letter-spacing: normal;
	vertical-align: middle;
	width: 16.666%;
}

.contentTabBox .tabArea .tabs li a{
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
	border-right: 1px solid #717171;
	box-sizing: border-box;
	text-decoration: none;
}

.contentTabBox .tabArea .tabs li a:hover{
	background: rgba(255,255,255,0.1);
}


/* ↓　タブ切り替えのときにリストの番号をかえる */
.contentTabBox .tabArea .tabs li:nth-child(1) a,
.contentTabBox .tabArea .tabs li a.currentTab{
	background: #fff;
	color: #222;
	border-top: 4px solid #e60012;
	box-sizing: border-box;
	line-height: 36px;
}
.contentTabBox .tabArea .tabs li a.nocurrentTab{
	background: #333;
    line-height: 42px;
    color: #fff;
    border-top: 0;
}
.contentTabBox .tabContent{
	display: none;
}

.contentTabBox #tabContents01{
	display: block;
}
/* ↑　タブ切り替えのときにリストの番号をかえる */


.contentTabBox .tabContent .subNavi{
	padding: 10px;
	text-align: right;
	letter-spacing: -0.4em;
}

.contentTabBox .tabContent .subNavi li{
	display: inline-block;
	letter-spacing: normal;
	margin-left: 15px;
}

.contentTabBox .tabContent .subNavi li a{
	font-size: 12px;
	font-weight: bold;
	color: #222;
	position: relative;
	padding-left: 15px;
}

.contentTabBox .tabContent .subNavi li a:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #222;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -6px 0 0px;
}
.contentTabBox .tabContent .innerTabContents{
	position: relative;
}
.contentTabBox .tabContent .innerTabContents #newsJ1.tabInnerContents{
	display: block;
}
.contentTabBox .tabContent .innerTabContents .stitleArea{
	background: #CCC;
	padding: 5px;
}

.contentTabBox .tabContent .innerTabContents #titleJ1.stitleArea{
	background: #E60012;
	position: relative;
}
.contentTabBox .tabContent .innerTabContents #titleJ2.stitleArea{
	background: #007F41;
	position: relative;
}
.contentTabBox .tabContent .innerTabContents #titleJ3.stitleArea{
	background: #444;
	position: relative;

}
.contentTabBox .tabContent .innerTabContents #titleJ1.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleJ2.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleJ3.stitleArea h2{
	color: #fff;
}


.contentTabBox .tabContent .innerTabContents #titleJ1.stitleArea:after,
.contentTabBox .tabContent .innerTabContents #titleJ2.stitleArea:after,
.contentTabBox .tabContent .innerTabContents #titleJ3.stitleArea:after{
	content:"";
	display: block;
	width: 130px;
	height: 19px;
	-webkit-background-size:130px auto;
	background-size:130px auto;
	background-repeat: none;
	position: absolute;
	right: 10px;
    top: 8px;
}
.contentTabBox .tabContent .innerTabContents #titleJ1.stitleArea:after{background-image: url(/img/common/logo_kvarea_j1.png);}
.contentTabBox .tabContent .innerTabContents #titleJ2.stitleArea:after{background-image: url(/img/common/logo_kvarea_j2.png);}
.contentTabBox .tabContent .innerTabContents #titleJ3.stitleArea:after{background-image: url(/img/common/logo_kvarea_j3.png);}

.contentTabBox .tabContent .innerTabContents #titleAfc.stitleArea,
.contentTabBox .tabContent .innerTabContents #titleEmp.stitleArea{
	background: #01477a;

	position: relative;
}
.contentTabBox .tabContent .innerTabContents #titleAfc.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleEmp.stitleArea h2{
	color: #fff;
}

.contentTabBox .tabContent .innerTabContents .stitleArea h2{
	padding: 5px 10px;
	border-left: 3px solid #e60012;
	background: none;
	font-size: 15px;
	margin: 0px;
	color: #333;
}

.contentTabBox .tabContent .innerTabContents #titleJ1.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleJ2.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleJ3.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleAfc.stitleArea h2,
.contentTabBox .tabContent .innerTabContents #titleEmp.stitleArea h2{
	border-left: 3px solid rgba(255,255,255,0.3);

}


.contentTabBox .tabContent .innerTabContents .infoLists{
	margin-bottom: 10px;
}
.contentTabBox .tabContent .innerTabContents .infoLists li a{
	display: block;
	padding: 10px 10px 10px 10px;
	color: #222;
	text-decoration: none;
}

.contentTabBox .tabContent .innerTabContents .infoLists li:nth-child(odd) a{
	background: #ebebeb;
}

.contentTabBox .tabContent .innerTabContents .infoLists li a:hover{
	opacity: 0.7;
}

.contentTabBox .tabContent .innerTabContents .infoLists li a >div{
	display: table;
	width: 100%;
}

.contentTabBox .tabContent .innerTabContents .infoLists li a >div > p{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.contentTabBox .tabContent .innerTabContents .infoLists .category{
	background: #fff;
	display: table-cell;
	text-align: center;
	height: 22px;
	width: 125px;
	line-height: 22px;
	font-size: 11px;
	border-radius: 10px;
	letter-spacing: 0.05em;
}

.contentTabBox .tabContent .innerTabContents .infoLists .tag{
    width: 110px;
    padding: 0 5px;
    box-sizing: border-box;
}

.contentTabBox .tabContent .innerTabContents .infoLists .date{
	font-size: 10px;
	text-align: right;
	color: #111;
}
.contentTabBox .tabContent .innerTabContents .btnControll{
	text-align: center;
}
.contentTabBox .tabContent .innerTabContents .btnControll a{
	background: #fff;
	display: inline-block;
	margin: 0 auto 20px;
	width: 204px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	color: #222;
	border: 1px solid #ddd;
}

.contentTabBox .tabContent .innerTabContents .btnControll a:hover{
	text-decoration: none;
	background: #06c;
	color: #fff;
}

.contentTabBox .tabContent .innerTabContents .postContents{
	display: none;
}

.contentTabBox .tabContent .innerTabContents #post-1st{
	display: block;
}

.contentTabBox .tabContent .innerTabContents .btnLists{
	text-align: center;
	margin-bottom: 30px;
}

.contentTabBox .tabContent .innerTabContents .btns{
	letter-spacing: -.4em;
}

.contentTabBox .tabContent .innerTabContents .btns li{
	display: inline-block;
	letter-spacing: normal;
	width: 89px;
	text-align: center;
	margin-right: 1px;
}

.contentTabBox .tabContent .innerTabContents .btns li a{
	display: block;
	font-size: 11px;
	color: #fff;
	background: #2c6eb8;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

.contentTabBox .tabContent .innerTabContents .btns li a:hover{
	opacity: 0.7;
}

.contentNewsBox{
	background: #FFF;
}

.contentNewsBox .innerTabContents .newsThumbWrap,
.contentTabBox .tabContent .innerTabContents .newsThumbWrap{
	letter-spacing: -.40em;/*隙間用*/
}
.contentNewsBox .innerTabContents .newsThumbLists,
.contentTabBox .tabContent .innerTabContents .newsThumbLists{
	margin: 20px 0px 0;
	width: 50%;
	display: inline-block;
	letter-spacing: normal;/*隙間用*/
	vertical-align: top;
	box-sizing: border-box;
}
.contentNewsBox .innerTabContents .newsThumbLists.leftBlock,
.contentTabBox .tabContent .innerTabContents .newsThumbLists.leftBlock{
	border-right: 1px solid #ccc;
}
.contentNewsBox .innerTabContents .newsThumbLists > li,
.contentTabBox .tabContent .innerTabContents .newsThumbLists > li{

	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.contentNewsBox .innerTabContents .newsThumbLists li a,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a{
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
.contentNewsBox .innerTabContents .newsThumbLists li a:hover,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a:hover{
	opacity: 0.7;
}
.contentNewsBox .innerTabContents .newsThumbLists li a >div,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a >div{
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.contentNewsBox .innerTabContents .newsThumbLists li a >div .photoArea,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a >div .photoArea{
	border: none;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: top;
}
.contentNewsBox .innerTabContents .newsThumbLists li a >div .textArea,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a >div .textArea{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	font-size: 12px;
}
.contentNewsBox .innerTabContents .newsThumbLists li a >div .textArea .date,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a >div .textArea .date{
	color: #111;
	margin-bottom: 5px;
}
.contentNewsBox .innerTabContents .newsThumbLists li a >div .textArea .title,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li a >div .textArea .title{
	color: #111;
}
.contentNewsBox .innerTabContents .newsThumbLists li .sns,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li .sns{
	text-align: right;
 	letter-spacing: -.4em;
 	margin-right: 20px;
	display: none;
}
.contentNewsBox .innerTabContents .newsThumbLists li .sns li,
.contentTabBox .tabContent .innerTabContents .newsThumbLists li .sns li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 5px;
	margin-bottom: 20px;
}

.textMore{
	text-align: right;
	margin: 0 20px 25px;
}

.textMore a{
	display: inline-block;
	color: #222;
	position: relative;
	font-size: 14px;
	/*font-weight: bold;*/
	padding-right: 15px;
}

.textMore a:hover{
	color: #0059B3;
	text-decoration: none;
}

.textMore a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.textMore a:hover::after {
	border-top: solid 2px #06f;
	border-right: solid 2px #06f;
}


.contentTabBox .tabContent .innerTabs{
	padding: 0 0 20px 0px;
}

.contentTabBox .tabContent .innerTabs .tabs{
	letter-spacing: -.4em;
	position: relative;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}

.contentTabBox .tabContent .innerTabs .tabs li{
	width: 158px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	letter-spacing: normal;
	vertical-align: middle;
}

.contentTabBox .tabContent .innerTabs .tabs li a{
	display: block;
	height: 39px;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
	color: #111;
	border-left: 1px solid #ccc;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
}

.contentTabBox .tabContent .innerTabs .tabs li a:hover{
	color: #06c;
}

.contentTabBox .tabContent .innerTabs .tabs li a.active{
	background: #f5f5f5;
	height: 40px;
}

.contentTabBox .tabContent .innerTabs .tabs li:last-child a{
	border-right: 1px solid #ccc;
}

.contentTabBox .tabContent .innerTabs .tabs li a img{
	vertical-align: middle;
}

.newsTextLists li:nth-child(even) a{
	background: #ebebeb;
}
.newsTextLists{
	margin-bottom: 25px;
}
.newsTextLists li a{
	display: block;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.newsTextLists li a:hover{
	opacity: 0.7;
}

.newsTextLists li div{
	width: 100%;
	display: table;
}

.newsTextLists li div >p{
	vertical-align: middle;
	font-size: 12px;
	display: table-cell;
}

.newsTextLists li div .title{
	padding-left: 10px;
}

.newsTextLists li div .embJfa{
	background: url(../img/top/embJfa_s.png) no-repeat center center;
	width: 65px;
	height: 27px;
	text-indent: -9999px;
}
.newsTextLists li div .embJleague{
	background: url(../img/top/embJleague_s.png) no-repeat center center;
	width: 65px;
	height: 27px;
	margin-right: 10px;
}

.newsTextLists li div .tags{
	width: 65px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	background: #333;
}

.newsTextLists li div .embS{
	margin-right: 10px;
	height: 26px;
}
#newsJ1 .newsTextLists li div .embS.embJleague,
#newsJ2 .newsTextLists li div .embS.embJleague,
#newsJ3 .newsTextLists li div .embS.embJleague{
	width: 25px;
}
.newsTextLists li div .date{
	color: #111;
	font-size: 10px;
	text-align: right;
	width: 120px;
}

.newsTextLists li a div .title{
	color: #111;
	width: 430px;
}

.columLatestLists{
	padding: 20px 20px 10px;
}

.columLatestLists li{
	margin-bottom: 10px;
}

.columLatestLists li a{
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.columLatestLists li a:hover{
	opacity: 0.7;
}


.columLatestLists li >div{
	display: table;
	width: 100%;
}

.columLatestLists li .photoArea{
	width: 108px;
	border: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: top;
}

.columLatestLists li .textArea{
	padding-left: 10px;
	display: table-cell;
	vertical-align: top;
}

.columLatestLists li .textArea a .date{
	color: #111;
	font-size: 10px;
	margin: 0 0 5px;
}
.columLatestLists li .textArea a .title{
	color: #111;
	margin: 0 0 5px;
}

.columLatestLists li .textArea .sns{
	letter-spacing: -.4em;
}

.columLatestLists li .textArea .sns li{
	display: inline-block;
	vertical-align: middle;
}

.columLatestLists li .textArea .sns li{
	margin: 0 10px 0 0px;
}


.banners{
	padding: 20px;
	height: 100%;
	overflow: hidden;
}

.banners li{
	float: left;
	margin: 0 11px 10px 0px;
}

.banners li:nth-child(3n){
	float: right;
	margin: 0 0 10px;
}


.photoThumbLists{
	padding: 20px 0px 10px;
	text-align: center;
	letter-spacing: -.4em;
}

.photoThumbLists li{
	letter-spacing: normal;
	width: 138px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}
.photoThumbLists li+li{
	margin-left: 10px;
}

.photoThumbLists a,
.hirachannel a{
	text-decoration: none;
	display: block;
}

.photoThumbLists a:hover,
.hirachannel a:hover{
	opacity: 0.7;
}

.photoThumbLists .photoArea{
	margin: 0 0 5px;
	padding: 0px;
	border: none;
	width: 138px;
	height: 91px;
	overflow: hidden;
}
.photoThumbLists .photoArea img{
	width: 138px;
	height: auto;
	vertical-align: bottom;
}
.photoThumbLists .date{
	color: #111;
	margin-bottom: 5px;
}

.photoThumbLists .title,
.hirachannel .title{
	color: #111;
}

#featurePhoto{
	margin: 20px;
	letter-spacing: -.4em;
	position: relative;
}

#featurePhoto .photoArea{
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 289px;
	position: relative;
}

#featurePhoto .photoArea .target{
	margin: 0 0 10px;
}

#featurePhoto .photoArea .thumbnails{
	    margin: 0;
    padding: 0px;
    display: table;
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    border-top: 1px solid #fff;
}

#featurePhoto .photoArea .thumbnails li{
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
}
#featurePhoto .photoArea .thumbnails li:last-child{
	border-right: none;
}
#featurePhoto .photoArea .thumbnails li:last-child img{
	width: 95px;

	}
#featurePhoto .textArea{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 275px;
	padding-left: 15px;
}

#featurePhoto .textArea .date{
	font-size: 12px;
	margin-bottom: 10px;
	color: #111;
}

#featurePhoto .textArea .title{
	font-size: 18px;
	line-height: 1.4;
	color: #111;
	margin-bottom: 10px;
}

#featurePhoto .textArea .photoNum{
	display: inline-block;
    padding: 5px 12px;
    background-color: #2E79A8;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#featurePhoto .textArea .photoNum:before{
	content: "\f03e";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-right: 5px;
}

#featurePhoto .textArea .excerpt{
	font-size: 12px;
	color: #111;
}

#featurePhoto + .textMore{
	margin:0;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.latestMovieLists{
	padding: 20px;
	letter-spacing: -.4em;
}

.latestMovieLists li{
	width: 180px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 20px 0px;
	vertical-align: top;
}

.latestMovieLists li:nth-child(3n){
	margin: 0 0 20px 0px;
}


.latestMovieLists li a{
	display: block;
	text-decoration: none;
}

.latestMovieLists li a:hover{
	opacity: 0.7;
}

.latestMovieLists li .movieThumnb {
	position: relative;
	margin-bottom: 5px;
}

.latestMovieLists li .movieThumnb::after {
	    position: absolute;
    font-size: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

.latestMovieLists li .movieThumnb img{
	width: 100%;
	height: auto;
}

.latestMovieLists li .textArea .date{
	font-size: 10px;
	margin: 0 0 5px;
	color: #111;
}

.latestMovieLists li .textArea .title{
	font-size: 12px;
	color: #111;
}


.supportors{
	background: #edf7e8;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.supportors .titleSupportors{
	/* background: url(../img/top/title_supportors_photo.png) no-repeat 100% 0; */
    height: 36px;
    line-height: 36px;
    background-color: #247F27;
}

.supportors .titleSupportors h2{
	padding: 0 10px;
	background: none;
	line-height: 36px;
}

.supportors .photoThumbLists{
	padding: 20px 0px 0;
}

.award{
	/*background: #1e1e1e;*/
	margin-bottom: 25px;
}

.award .headArea{
	/*height: 36px;
	line-height: 36px;*/
	position: relative;
	background: #4f4f4f;
}

.award .headArea h3{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 0 10px;
}

.award .headArea span{
	position: absolute;
	right: 5px;
	top: 0;
}
.award .headArea span img{
	height: 30px;
    position: relative;
    top: 3px;
}
.award .bestGoalTab{
	background: none;
	padding: 10px 0 0 0;
	letter-spacing: -.4em;
	margin: 0px;
	box-sizing:border-box;
}

.bestGoalTab li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.bestGoalTab li a {
	display: block;
	margin-right: 5px;
    width: 155px;
    height: 46px;
    line-height: 36px;
    padding: 0 0px;
    border-radius: 2px 2px 0 0px;
    /*background-image: url(/img/top/tab_bestGoal.png);*/
    background-repeat: no-repeat;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.bestGoalTab li a img{
	width: 135px;
	height: auto;
	padding-top: 15px;
}
.bestGoalTab li a:hover{
	opacity: 0.7;
}
.bestGoalTab li:first-child.active a{background-color: #E60012;}
.bestGoalTab li:nth-child(2).active a{background-color: #007F41;}

.bestGoalTab li.active a{
	border:none;
}
.bestGoalTab li.active:after{
	display: none;
}
.award .tabContent h4.h4Tit{
	background: none;
	font-size: 16px;
	color: #fff;
	border: none;
	padding-left: 20px;
	padding: 15px;
	padding-bottom: 10px;
	height: auto;
	margin: 10px 0 5px;
	line-height: 1;
}

.award .videoColBox{
	padding: 0 20px;
}

.award .videoColBox >div{
	position: relative;
}

.award .videoColBox >div:after{
    color: #fff;
    content: "\ec601";
    font-family: "icomoon3";
    font-size: 54px;
    left: 50%;
    line-height: 100%;
    margin-left: -27px;
    margin-top: -25px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
}
.award .videoColBox li{
	width: 186px;
}

.award .videoColBox li img{
	width: 100%;
	height: auto;
}

.award .videoColBox li > p{
	margin: 5px 0 15px;
	color: #fff;
}
.award .rightlLink a{
	color: #fff;
}

.rightlLink a:after{
	color: #fff;
}

.monthlyMvpArea h2{
	background: #e0051c;
}

.top_pickup_caution{
	margin: 10px 20px;
}
.top_pickup_caution p{
	font-size: 14px;
	line-height: 1.3;
	color: #f00;
}
.top_pickup_caution p a{
	color: #f00;
	display: block;
}
.top_pickup_caution p a:hover{
	text-decoration: none;
	color: #FFA4A4;
}

.relatedArea ul .relatedBannerJFA{
	width: 152px;
}
.relatedArea ul li.relatedBannerJsgoal{
	vertical-align: middle;
}
.monthlyMvpArea .posRel h4 {
    font-size: 15px;
    padding: 10px 3px 8px 0;
}

/*20160610*/
.monthlyMvpArea #MVPTab .tabListTxt li.active:after,
.monthlyMvpArea #MVPTab .tabListTxt li.current:after{
	content: none;
}


.monthlyMvpArea #MVPTab .rightlLink a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 9px;
    color: #333;
}

.monthlyMvpArea h4{
	position: relative;
}

.monthlyMvpArea h4 span{
    position: absolute;
    top: -54px;
    right: 0;
}

/*20160613*/

.monthlyMvpArea #MVPTab .tabList{
	margin: 0;
}

.monthlyMvpArea #MVPTab .tabListTxt li a img{
	vertical-align: top;
}

.monthlyMvpArea #MVPTab .tabListTxt li:first-child.current a{
    background-color: #E60012;
    border: none;
}

.monthlyMvpArea #MVPTab .tabListTxt li:last-child.current a{
    background-color: #007F41;
    border: none;
}


.monthlyMvpArea .j1MvpNominate {
    border-top: solid 5px #e0051c;
    padding-top: 10px;
}


.monthlyMvpArea .j2MvpNominate{
    border-top: solid 5px #007F41;
    padding-top: 10px;
}

/* hirachannel */
.hirachannel{
	margin-bottom: 25px;
}
.hirachannel .videoThumbLists li{
	letter-spacing: normal;
	width: 200px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
	padding-right: 20px;
}
.hirachannel .videoThumbLists li:nth-child(4){
	display: none;
}
.hirachannel .videoThumbLists .videoArea{
	margin: 0 0 5px;
	position: relative;
}
.hirachannel .videoThumbLists .videoArea img{
	width: 200px;
}
.hirachannel .videoThumbLists li .videoArea:after{
	position: absolute;
    font-size: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.hirachannel .textMore{
	margin-top: 25px;
}


.contentTabBox .tabContent .innerTabContents .newsThumbLists li .sns li.facebook{
	width: 190px !important;
}






