.billboard{
  margin: 0 0 15px;
}
.billboardBg {
  border: 1px solid #289eff;
  background-image: -moz-linear-gradient( 90deg, rgb(150,207,255) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(150,207,255) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(150,207,255) 0%, rgb(255,255,255) 100%);
  margin: 0 0 15px;
}

#topBillboard h2{
	background: url(/img/sp/nyc/h2_top_title_ync.png) no-repeat center 11px;
	background-size: 280px 91px;
	height: 102px;
	text-indent: -9999px;
	margin: 0 0 8px;
}

#pageBillboard h2{
	background: url(/img/sp/nyc/h2_page_title_ync.png) no-repeat center 11px;
	background-size: 278px 85px;
	height: 96px;
	text-indent: -9999px;
	margin: 0 0 8px;
}

.billboard ul{
	display: table;
	width: 100%;
	letter-spacing: -.4em;
	margin: 1px 0 0px;
}

	.billboard ul > li{
		display: inline-block;
		letter-spacing: normal;
		padding: 0px 0px 0px 0px;
		width: 25%;
		border-right: 1px solid #f0f0f0;
		box-sizing: border-box;
	}
	.billboard ul li:nth-child(4n){
		border-right: none;
	}

	.billboard ul a{
		display: block;
		padding:15px 0px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		text-align: center;
		font-size: 13px;
	}

	.billboard ul span{
		display: block;
		padding:15px 0px;
		background: rgba(0,0,0,0.2);
		color: #aaa;
		text-align: center;
		font-size: 13px;
	}

	.billboard ul li.active a{
		background: #20272e;
	}

#scheduleTable.topTable{
	margin-bottom: 20px;
}

section > h3{
	background: #4f4f4f;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

section h4{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0 0 0 10px;
}
section .txtMiyazaki{border-left: 5px solid #004d96;}
section .txtKagoshima{border-left: 5px solid #e60012;}
.scheduleArea > p{
	background: #f6f6f6;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.scheduleArea ul{
	display: table;
	width: 100%;
	margin: 15px 0px;
}

.scheduleArea ul >li{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
}
.scheduleArea ul .matchInfo{width: 50%;}
.scheduleArea ul .place{width: 20%;}
.scheduleArea ul .chnannel{width: 30%;}
.scheduleArea ul .matchInfo span{
	font-weight: bold;
	margin: 0 5px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

.

.scheduleArea ul .place span{color : #f00;}
#videoBlock .col3{
	margin: 10px auto;
	letter-spacing: -.40em;
	width: 90%;
}

#videoBlock .col3 > li{
	display: inline-block;
	letter-spacing: normal;
	width: 30%;
	margin: 0 14px 5px 0px;
}

#videoBlock .col3 li figure{
	position: relative;
}

#videoBlock .col3 li figure i{
	font-size: 40px;
	color : rgba(255,255,255,0.8);
	position: absolute;
	left: 50%;
	top:50%;
	margin: -20px 0 0 -20px;
}

#videoBlock .col3 li:nth-child(3n){	margin: 0 0 5px 0px;}

#videoBlock .col3 img{
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

.btnSkyp{
	margin: 15px 5px;
}
.btnSkyp a{
	display: block;
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #6db3f2 0%, #499eed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(100%,#499eed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#499eed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6db3f2 0%,#499eed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6db3f2 0%,#499eed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6db3f2 0%,#499eed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#499eed',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-align: center;
	padding: 25px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0066cc;
	position: relative;
	line-height: 0;
}
.btnSkyp a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.gameInfo .btnSkyp a{
	font-size: 13px;
}
#teamList .round{
	margin: 15px 0px;
	letter-spacing: -0.4em;
}

#teamList .roundM li a{background: #004d96;}
#teamList .roundK li a{background: #e60012;}

#teamList .round li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0px;
	letter-spacing: normal;
}

#teamList .round li a{
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.headArea span{
	display: inline-block;
	vertical-align: middle;
}

.headArea .teamName{
	font-size: 18px;
	font-weight: bold;
}

.headArea .btns{
	padding: 10px 5px;
	background: #eaeaea;
	margin: 10px 0px;
	letter-spacing: -0.4em;
}

.headArea .btns li{
	display: inline-block;
	text-align: center;
	width: 50%;
	letter-spacing: normal;
}
.teamArea{
	margin: 0 0 25px;
}
.headArea .btns li a{
	display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #595959 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #595959 0%,#353535 100%); /* W3C */
    border: 1px solid #595959;
    box-shadow: 0 1px 0 #8d8d8d inset;	color: #fff;
	text-align: center;
	padding: 15px 0px;
	margin: 0 5px;
	position: relative;
}

.headArea .btns li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.teamArea h6{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	position: relative;
}

.teamArea h6 span{
	display: block;
	position: absolute;
	text-align: right;
	color: #ccc;
	font-size: 12px;
	right: 0;
	top:0px;
}
.teamArea .clubInfo{
    list-style: outside square;
	margin: 0 0 20px;
}
.teamArea .clubInfo li{
	line-height: 20px;
	font-size: 14px;
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 14px;
}

.teamArea .clubInfo li::after {
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #ccc;
	content: "";
}

.teamArea .translateArea{
	margin: 10px 0px;
}
.translateArea .bold{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
}

.translateArea dl{
	margin: 10px 0px;
}

.translateArea dl dt{
	font-weight: bold;
	padding: 5px;
}

.translateArea dl dd{
	padding: 0 5px 5px;
	border-bottom: 1px solid #ccc;
}

.newsList > li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0px;
}

.newsList > li a{
	display: block;
	position: relative;
}

.newsList > li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.newsList figure{
	position: relative;
	width: 120px;
	height: auto;
	display: table-cell;
	vertical-align: top;
}

.newsList figure i{
	position: absolute;
	top:50%;
	left: 50%;
	font-size: 40px;
	color: rgba(255,255,255,0.8);
	margin: -20px 0 0 -20px;
}

.newsList > li img{
	width: 100%;
	vertical-align: bottom;
}

.newsList .text{
	display: table-cell;
	vertical-align: middle;
	color: #222;
	padding: 0 25px 0 10px;
	font-weight: bold;
}

.outlineTable{
	margin: 15px 0px;
	font-size: 12px;
}

.outlineTable dt{
	padding: 5px;
	background: #f0f0f0;
	width: 100%;
	font-weight: bold;
}

.outlineTable dd{
	padding: 10px 5px;
}

.outlineTable dd span{
	display: block;
	padding: 5px 0px;
	font-weight: bold;
}

.deci-normals{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
.bottomArea{
	margin-bottom: 20px;
}
section.matchTxtArea h4{
	padding: 0 0 0 11px;
	margin: 0px;
}

.tabNavArea > ul{
	display: table;
	width: 100%;
	margin: 10px 0px 20px;
}

.tabNavArea li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #f6f6f6;
	position: relative;
}

.tabNavArea li.active{
	background: #bbb;
}

.tabNavArea li.active:after {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #bbb;
	content: "";
}

.tabNavArea li > a{
	display: block;
	color: #333;
	font-size: 12px;
	padding: 20px 5px;
	font-weight: bold;
}

.dataTable td span{
	vertical-align: middle;
	margin: 0 5px 0 0px;
	display: inline-block;
}

.articleArea .photo{
	margin: 0 0 10px;
}
.articleArea img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.articleArea > p{
	margin: 0 0 10px;
	line-height: 20px;
	font-size: 14px;
}

.leadTxtArea{
	margin: 0 0 20px;
}

.leadTxtArea p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}


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

.loops > li{
	display: table;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

.loops > li a{
	color: #333;
	font-size: 12px;
	position: relative;
	display: block;
}

.loops > li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.loops > li p{
}

.loops > li .category{
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	padding: 5px 0px;
	background: #f6f6f6;
}
.loops > li h4{
	display: table-cell;
	vertical-align: middle;
}

.loops > li .timestamp,
.loops > li .ico{
	display: inline-block;
	margin: 3px 5px 5px 0px;
	vertical-align: middle;
	padding: 2px 5px;
}

.loops > li .ico{
	font-size: 10px;
	color: #fff;
	background: #ff0000;
	padding: 0px 5px;
}

.tabNavArea{
	margin: 10px 0px;
}

.tabListTxt{
	display: table;
	width: 100%;
}

.tabListTxt > li{
	display: table-cell;
	vertical-align: middle;
}

.tabListTxtNyc {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.tabListTxtNyc li {
    display: table-cell;
    position: relative;
}

.tabListTxtNyc .active a {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.tabListTxtNyc li a {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0px;
}

.columnBlock h4{
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  border-left: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1;
  border-left: none;
  padding-left: 0;
 }

 .columnPhoto{
	 margin: 0 0 20px;
 }

 .columnTxt > p{
	 margin: 0 0 20px;
	 font-size: 14px;
	 line-height: 24px;
 }

.upListArea ul{
	margin: 0 0 20px;
}
.upListArea ul li {
font-size: 14px;
}
.upListArea ul li a {
color: #333;
display: block;
padding: 10px;
border-bottom: 1px solid #ccc;
}
.upListArea ul li a .category {
background: #eaeaea;
color: #333;
display: inline-block;
font-size: 10px;
margin: 0 8px 0 0px;
padding: 2px 8px;
white-space: nowrap;
}
.upListArea ul li a .new {
font-size: 10px;
background: #e60012;
color: #fff;
padding: 2px 4px 2px;
margin-left: 6px;
white-space: nowrap;
}
.upListArea ul li a .date {
font-size: 12px;
display: block;
}

.nycTitRound{
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}
.nycTitRound img,
.nycTitRound span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
.nycTitRound img{
	width: 31px;
	height: 38px;
}
.nycTitRound span{
    padding-left: 15px;
}
.nycTitBlue {
    border-left: 5px solid #004f96;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 0;
    padding: 2px 10px;
}
.nycTitRed {
    border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0;
    padding: 2px 10px;
}
.nycTitRound.secondRound{
	margin-top: 20px;
}
.tabBtnTxt {
    display: block;
    width: 100%;
}
.tabBtnTxt > li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.tabBtnTxt .active a {
    background-color: #4f4f4f;
    color: #fff;
}
.tabBtnTxt li a {
    background-color: #e5e5e5;
    color: #4f4f4f;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    margin-left: 5px;
    margin-top: 8px;
}
.tabBtnTxt li a.leftBtn{
    margin-left: 0;
}
h6.clubInfoTit{
	margin-top: 20px;
}
.columnArea .columnPhotoCaption {
    font-size: 12px;
    margin-top: 5px;
}
.articleArea img.highPhoto{
	width: 50%;

}
.nycStadium{
    width: 100%
}
/*.nycStadium .nycPhotoLeft{
    float:left;
}
.nycStadium .nycPhotoRight{
    float:right;
}*/
.nycStadium .nycPhotoLeft img, .nycStadium .nycPhotoRight img {
    width: 100%;
}
/*news detail*/
.newsDetail {
    margin: 20px 0;
}
.newsDetail p.date {
    color: #f00;
    font-size: 13px;
    margin-bottom: 10px;
}
.newsDetail h4 {
    border-left: 5px solid #003690;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.newsDetail h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.newsDetail .detailPhoto {
    float: right;
    margin: 0 0 10px 20px;
    width: 250px;
}
.newsDetail p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.backLink {
    margin: 20px 0 40px;
    text-align: center;
}
.backLink a:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
    width: 7px;
}
.backLink a {
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 2px;
    position: relative;
}

/*20160104*/
.upListArea ul li a .category{
    display: block;
    width: 50px;
    text-align: center;
    margin: 0 0 5px 0;
}

.upListArea ul li a .new {
    font-size: 10px;
    background: #e60012;
    color: #fff;
    padding: 2px 4px 2px;
    margin-left: 6px;
    white-space: nowrap;
    position: absolute;
    left: 77px;
    top: 10px;
}

.upListArea ul li a{
	position: relative;
}

.upListArea ul li a .date {
    margin: 5px 0 0 0;
    color: #E60012;
    font-weight: bold;
}

ul.tabBtnTxt{
	font-size: 0;
}

.tabBtnTxt a.leftBtn {
    display: block;
    width: auto;
    border-left: solid 1px #fff;
}

ul.tabBtnTxt li:nth-child(1) a.leftBtn,
ul.tabBtnTxt li:nth-child(3) a.leftBtn{
	border-left: 0;
}

ul.tabBtnTxt li:nth-child(3) a.leftBtn,
ul.tabBtnTxt li:nth-child(4) a.leftBtn{
	margin-top: 0;
	border-top: solid 1px #fff;
}

.tabBtnTxt .active a {
    background-color: #4f4f4f;
    color: #fff;
    display: block;
	width: auto;
}

.columnPhoto {
    margin: 0 0 20px;
    text-align: center;
}

.columnArea .columnPhotoCaption {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

.loops > li h4{
    padding-right: 25px;
}

.pageArea .matchArea .liveMemberTable td{
	width: 10%;
}

.pageArea .matchArea .liveMemberTable tr td.nameTd {
    width: 80%;
}