@charset "UTF-8";

/*
=================================================

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: 'MS PGothic', sans-serif;
	color: #333333;
}
div,p,pre,ul,ol,li,dl,dt,dd,span,br,a,img,object,h1,h2,h3,h4,h5,h6,address,table,caption,th,td,form,textarea,select,option,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
table,caption,th,td{
	font-style: normal;
	font-weight: normal;
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #EE0000;
	text-decoration: underline;
}

/*
=================================================

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
	border-top: 2px solid #36A4DA;
	background: #0062AF;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

/*
=================================================

header-container

=================================================
*/
.header{
	position: relative;
	background: url(../image/title-background.jpg) no-repeat top left;
	width: 1050px;
	height: 100px;
}
.header h1{
	width: 680px;
	padding: 26px 30px;
}
.header h1 img{
	filter: drop-shadow(3px 3px 2px #000);
}
.outlink{
	position: absolute;
	top: 9px;
	right: 5px;
}
.outlink a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.outlink li{
	margin: 0 0 4px;
}
.fontsize{
	margin: 10px 0 0;
	overflow: hidden;
}
.fontsize ul{
	float: right;
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.header h1 img, .outlink img, .fontsize img,
.outlink a, .fontsize a{
	display: block;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 5px auto 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	background: linear-gradient(#DADADA, #FFFFFF 53%, #D9D9D9 53% 100%);
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #878787;
}
.navi__item:last-child{
	border-right: none;
}
.navi__link {
	display: block;
	padding: 6px 10px 4px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #000;
	text-decoration: none;
}
.navi__link:hover, .navi__link--active {
	background: linear-gradient(#0089CF, #39A5DB 53%, #0089CF 53% 100%);
}
.navi__link:hover:link, .navi__link:hover:visited, .navi__link--active:link, .navi__link--active:visited {
	color: #fff;
	text-shadow: 1px 1px 1px #5e5e5e;
}

/*
=================================================

main-container

=================================================
*/
.content{
	padding: 0 0 20px;
}
.top_header{
	margin: 0 0 10px;
	padding: 4px 7px 2px;
	background: linear-gradient(#FFFFFF, #B8D7ED);
	color: #2E528E;
	font-weight: bold;
	font-size: 1.2rem;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.webcast_header{
	background: #0062AF;
}
.top_header img, .webcast_header img{
	display: block;
	margin: 0 auto;
}
.webcast{
	padding: 24px 39px 39px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.livecast,.vodcast{
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #0062AF;
	text-align: center;
}
.livecast{
	margin: 0 28px 0 0;
}
.webcast_box{
	padding: 8px 10px 20px;
}
.livelink{
	padding: 20px 125px;
}
.livelink.disabled{
	padding: 20px 0;
	color: red;
}
.livestatus{
	margin: 0 0 10px;
	color: red;
}
.freeword{
	margin: 0 0 10px;
	color: red;
}
.liveprogram{
	font-size: 90%;
	text-align: left;
}
.vodlink{
	padding: 20px 125px 0;
}
.vodlink li{
	margin: 0 0 8px;
}
.livelink img, .vodlink img,
.livelink a, .vodlink a{
	display: block;
}
.livelink a:hover, .vodlink a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.howto{
	padding: 0 30px 20px;
}
.howto ul{
	margin: 0 10px;
}
.howto li:before{
	content: '※';
}
.howto li{
	padding: 0 0 10px 1em;
	text-indent: -1em;
	line-height: 1.3em;
}
.contact{
	padding: 0 30px;
}
.contact ul{
	margin: 0 10px;
}
.contact li{
	line-height: 1.3em;
}

.contentframe{
	border: 2px ridge #F2F2F2;
	margin: 10px 0 0;
	padding: 15px 20px 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.speaker {
	width: 600px;
	margin: 0 auto;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
}
.speaker-box td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 100%;
	margin: 0 auto;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 0;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin: 0 0 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 520px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 0 auto;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 350px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 640px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liveplayer, .amplayer, .amp-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playlist {
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.2em;
}
.playtext {
	width: 350px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	height: 298px;
}
.playlink{
	margin: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.playlink li{
	margin: 0 0 7px 7px;
}
.btn--link {
	position: relative;
	display: block;
	padding: 6px 20px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: linear-gradient(#005691, #007BBE);
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.9em;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 10px auto 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

/*
=================================================

footer-container

=================================================
*/
.footer{
	color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	padding: 2px 0;
}

/*
=================================================

other

=================================================
*/
.width-40{
	width: 40px;
}
.width-64{
	width: 64px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-200{
	width: 200px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.font-red {
	color: red;
}
.font-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-80 {
	font-size: 80%;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

/*
=================================================

メニュー読み飛ばしリンク用

=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}
