@charset "Shift_JIS";
/*===*/

/*======================================*/
/*  /program/ 番組表ページ共通css   */
/*======================================*/
.se_tvprogram .se_categorybtn {margin-bottom: 3rem;} 
#se_timetableWrap p.info {text-align: center;}
#se_timetableWrap p.info span.nowonair {text-align: center; display: block; margin-bottom: 0.5rem;}

/*======================================*/
/* /program/week.html 今週の週間番組表用css 
/* /program/nextweek.html 来週の番組表用css
*//*======================================*/

#se_timetableWrap p span.jisya {color:#fce6ef ;}

/* ifream映放データ内記述方法：大枠idで囲う等不可:#se_timetableWrap table */
	/* from:common.css */
	* {box-sizing: border-box;}
	html {font-size: 62.5% !important;scroll-behavior: smooth;}
	html{
	font-family: sans-serif;
	scroll-behavior: smooth;
	}
	body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	word-wrap: break-word !important;
	word-break: break-all !important;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.09em;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.8;
	}
	a {background: transparent;}
	a:link, a:visited {color: #333;}
	a:hover {
	  color: #e30076;
	  text-decoration: none;
	  outline: 0;
	  opacity: 1;
	  -webkit-transition: 0.1s ease-in !important;
	  transition: 0.1s ease-in !important;
	}
	table {width: 100%;}
	tr, th, td {
	padding: 15px;
	word-break: break-all !important;
	font-weight: normal;
	text-align: left;
	}
	th {vertical-align: middle; }
	/* /.from:common.css */

table {
   border:none;
   border:1px solid #ccc;
   border-collapse:collapse;
   table-layout: fixed;
	line-height: 1.3;
	}
table th {
	border:none;
	border:1px solid #ccc;
	font-size: 1.6rem !important;
}
table tr {
	text-align: center;
	vertical-align: middle;
}
table td {
	font-size: 1.6rem !important;
	border:none;
	border:1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding:2px 3px 3px 3px;
}

table tr:first-child td, table tr:last-child td {
	font-weight: bold;
	padding:8px 3px;
}
table tr:first-child td:nth-child(1),table tr:first-child td:nth-child(2),table tr:first-child td:nth-child(10),table tr:first-child td:nth-child(11) {width: 2em;}
@media only screen and (max-width : 896px) {
	iframe{width: 896px !important;}/* 営放読み込みテンプレごとスクロール */
	table th {font-size: 1.4rem !important;}
	table td {min-width: 5em !important;font-size: 1.4rem !important;}
	table tr:first-child td:nth-child(1),table tr:first-child td:nth-child(2),table tr:first-child td:nth-child(10),table tr:first-child td:nth-child(11) {min-width: 2em!important;}
	table tr:first-child td:nth-child(3),table tr:first-child td:nth-child(4),table tr:first-child td:nth-child(5),table tr:first-child td:nth-child(6),table tr:first-child td:nth-child(7),table tr:first-child td:nth-child(8),table tr:first-child td:nth-child(9) {min-width: 5em!important;}
	.se_categorybtn ul li a{line-height: 1.6;}
	nav#breadcrumb{font-size: 1.3rem;}
	nav#main-nav{font-size: 1.3rem;}
}
