@charset "utf-8";
/* CSS Document */
/* ----------------------- テーブル --------------------- */
.Wrap3{padding:5px 0; width:90%; margin:0 auto;}
main th,main td,main tr{
	color: #000;
}
main a{
	color: #002896;
	transition: all .3s;
}
main li{
	color: #fff;
}
main .Ttitle a:hover{
	color: #0042f8;
}
main table {
	width: 100%;
	margin:0 auto;
	clear: both;
	border-collapse: collapse;
	border:#888 solid 1px;

}

main th {
	font-size: 17px;
	vertical-align: middle;
	height: 32px;
	color: #fff;
	text-align: center;
	background: #444;
	border:#888 solid 1px;
}
main td {
	width: 290px;
	height: 70px;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background: #F6F6F6 ;
	border:#888 solid 1px;
}
main tr.Ttwo td {
	background: #EBEBEB ;
}
.Ttitle {
	line-height: 1.3em;
	letter-spacing: 0.01em;
	font-weight: bold;
	text-align:center;
}
.Ttitle span{color: #000;
	display: inline;
	letter-spacing: 0.01em;
	padding: 3px 38px 3px 0px;
	margin: 0 0 20px 0 !important;
}
.Ttime {
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	width: 190px;
	letter-spacing: 0.05em;
}

.Ttime span {
	vertical-align: middle;
	height: 39%;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;  /* ブロックレベル要素 */
	border-bottom:#888 solid 1px;
	margin: 0 0 12px 0;
}
.Tstory {
	font-size: 14px;
	text-align: center;
	width: 100px;
	letter-spacing: 0.05em;
}
.TOA {
	font-size: 14px;
	text-align: center;
	width: 100px;
	letter-spacing: 0.08em;
	line-height: 1.25em;
}
.Tname {
	line-height: 1.5em;
	font-size: 12px;
	width: 350px;
	letter-spacing: 0.05em;
	padding: 5px 5px 5px 5px;
}


/* ----------------------- 放送終了 --------------------- */

.end {
	width: 100%;
	height: auto;
	display: block;  /* ブロックレベル要素 */

}
.end ul {
	float: left;
	margin: 5px 0 3px;
}
.end ul.Icon {
	font-size: 16px;
	float: right;
}
.end ul.Icon li {
	line-height: 38px;
	text-indent: 35px;
	text-align: left;
	height: 30px;
	float: left;
}


