/* @override http://nb.kago.net/cstbsnews/css_rw/lineupBaseball.css */



/* MAIN VISUAL ----------------------------------- */
#mainVisual{
	width:100%;
	height: 174px;
	background: #060729 url(../img_rw/headerBG.jpg) no-repeat right center;
	background-size: 500px 174px;
	background-size: contain;
	overflow:hidden;
}
#mvImage{
	display:block;
	max-width:320px;
	margin:56px 0 0 60px;
}


/* TABLE ----------------------------------- */
#timeTable{
	margin: 46px 0 80px 0;
/*
	PDFボタンを再表示する際にココをactiveにすること
	margin: 46px 0 35px 0;
*/
}
#timeTable table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-right: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
}
#timeTable table th{
	min-height: 33px;
	background: #d6d6d6;
	vertical-align: top;
	font-size: 18px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
/* for IE10over */
@media all and (-ms-high-contrast: none){
  #timeTable table th{
		padding-top: 10px;
  }
}
#timeTable table th:first-of-type{
	border-left: none;
}
#timeTable table th.day{
	width: 135px;
	background: #0076ff;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
}
#timeTable table th.weekend{
	background: #00428e;
}
#timeTable table th time{
	display: block;
	min-height: 90px;
}
#timeTable table th .ampm{
	display: block;
	margin: 3px 0 -0.7em 0;
	font-size: 8px;
}
#timeTable table tr:first-of-type th{
	border-top: none;
}
#timeTable table td{
	position: relative;
	border-left: solid 1px #d6d6d6;
	border-top: solid 1px #d6d6d6;
	vertical-align: top;
}
#timeTable table td.mon{
	border-left-color: #fff;
}
#timeTable table td:hover{
	background: #ebf4ff;
}
#timeTable table td a{
	display: block;
}
#timeTable table td a:hover{
	background: #def6ff;
}
#timeTable table td ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#timeTable table td .time{
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 3px 5px;
	background: #d2fce1;
	font-size: 11px;
}
#timeTable table td .title{
	display: block;
	padding: 30px 3px 3px 3px;
	font-size: 12px;
	font-weight: 500;
}
#timeTable table td .title.nonetitle{
  height: 35px;
}
/* TIP */
#timeTable table td div{
	display: none;
	position: absolute;
	top: 10px;
	left: 100px;
	width: 340px;
	max-width: 320px;
	padding: 10px;
	background-color: #005ac2;
	background-color: rgba(0,90,194,0.95);
	color: #fff;
	font-size: 12px;
	z-index: 10;
}
#timeTable table td.sat div.tip,
#timeTable table td.sun div.tip{
	margin-left: -340px;
}
#timeTable table td div li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	position:relative;
	padding-left:20px;
}
#timeTable table td div li:after{
	content:'';
	display:block;
	position:absolute;
	background:#fff;
	width:9px;
	height:9px;
	top:5px;
	left:5px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
#timeTable table td:hover div{
	display: block;
}

#downloadPDF{
	margin-bottom: 80px;
	font-size: 14px;
}
#downloadPDF a:hover{
	text-decoration: underline;
}
#downloadPDF img{
	display: inline-block;
	vertical-align: middle;
}

/*
.mon{background: #FF797B}
.tue{background: #FF79ED}
.wed{background: #9B6CFF}
.thu{background: #7BECFF}
.fri{background: #96FF7C}
.sat{background: #FFDF82}
.sun{background: #FFA075}
*/


/* SP ----------------------------------- */
@media screen and (max-width:767px){
	/* MAIN VISUAL ----------------------------------- */
	#mainVisual{
		height: 87px;
		background-size: auto 87px;
	}
	#mvImage{
		display:block;
		width: 60%;
		max-width:250px;
		margin:29px 0 0 10px;
	}


	/* PROGRAM ----------------------------------- */
	#timeTable{
		margin-top: 22px;
	}
	#timeTable .inner{
		margin:0;
	}
	#timeTable table td{
		border-width: 1px 0;
	}
	#timeTable table td .title{
		padding: 26px 3px 5px 3px;
		font-size: 16px;
	}
	#timeTable table td:hover div{
		display: none;
	}
	#timeTable table td:hover{
		background: #fff;
	}
	#timeTable table td a:hover{
		background: #def6ff;
	}


	/* PROGRAM NAV ----------------------------------- */
	#dayNav{
		display: block;
		max-width: 100%;
		padding: 0 0 0 1px;
		border-bottom: solid 2px #0076ff;
		white-space: nowrap;
		overflow: hidden;
	}
	#dayNav a{
		display: inline-block;
		width: 14%;
		width: -webkit-calc(100% / 7 - 1px);
		width: calc(100% / 7 - 1px);
		margin: 5px 0 0 0;
		padding: 8px 0 8px 0;
		background: #d6d6d6;
		border-right: solid 1px #fff;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		color: #000;
	}
	#dayNav a:hover,
	#dayNav.mon .mon,
	#dayNav.tue .tue,
	#dayNav.wed .wed,
	#dayNav.thu .thu,
	#dayNav.fri .fri,
	#dayNav.sat .sat,
	#dayNav.sun .sun{
		margin: 0 0 0 0;
		padding: 13px 0 8px 0;
		background: #0076ff;
		color: #fff;
	}
}
