@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Meiryo, sans-serif;
	line-height: 1.4;
	color: #333333;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	height: auto;
	vertical-align: bottom;
}
div,p,pre,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table,caption,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
form,textarea,select,option {
	margin:0;
	padding:0;
	font-size: 100%;
}
span,br,a,img,object {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
li{
	list-style: none;
}
a:link {
	color: #0066DD;
	text-decoration: underline;
}
a:visited {
	color: #0066DD;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	margin: 0 auto 30px !important;
}
.main-container{
}
.footer-container{
	border-top: 3px solid #77CC66;
	background: #ECFCE8;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
	margin: 40px auto 0 !important;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.title{
	background: url(../image/header_background.png) repeat-x center bottom;
	position: relative;
}
.title img{
	display: block;
}
.ext{
	position: absolute;
	top: 18px;
	right: 30px;
	display: flex;
}
.ext__item{
	padding-left: 2px;
}
.fontsize{
	position: absolute;
	top: 69px;
	right: 30px;
	display: flex;
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	background: linear-gradient(#198CFF, #1470CC);
	border-radius: 4px;
	box-shadow: 0 3px 4px -2px #5B5B5B;
}
.navi__item {
	width: calc(100% / 4);
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	border-right: 1px solid #59A1EA;
}
.navi__item:last-child{
	border-right: none;
}
.navi__link {
	display: block;
	margin: 0 10px;
	padding: 6px 10px 4px;
	font-size: 1.3rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #096AC4, -1px -1px 1px #096AC4;
}
.navi__link--active,
.navi__link:focus, .navi__link:hover {
	background: linear-gradient(#52A6FA, #5096DD);
	border-radius: 5px;
}
.navi__link--active:link, .navi__link--active:visited {
	text-shadow: 1px 1px 1px #3F87CC, -1px -1px 1px #3F87CC;
}

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

main-container

=================================================
*/
.content{
	padding: 0 10px;
}
.content__header{
	margin: 0 0 20px;
	padding: 6px 10px 4px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #295FCC;
	background: #EBF1FC;
	border-bottom: 1px solid #91B3F2;
	box-shadow: 0 -1px 0 0 #FFFFFF inset;
}
.content__info{
}
.content__main{
	margin: 20px 5px;
}

.webcast{
	display: flex;
	gap: 20px;
	margin: 0 20px 30px;
}
.livecast, .vodcast{
	width: calc(100% / 2);
	box-sizing: border-box;
	background: #F5F5F5;
	border-radius: 5px;
	padding: 75px 40px 20px;
}
.webcast__header{
	position: relative;
	margin: -75px -40px 35px;
	padding: 13px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	min-height: 75px;
	line-height: 1.2;
}
.webcast__header--note{
	display: block;
	font-size: 0.7rem;
	font-weight: normal;
}
.livecast__header{
	color: #BF8000;
	background: #F2E8D3;
	border-bottom: 5px solid #E6B800;
	overflow: hidden;
}
.livecast__header::after{
	position: absolute;
	top: -19px;
	right: -13px;
	width: 100px;
	height: 100px;
	padding: 0 0 0 10px;
	background: url(../image/icon_camera.svg) no-repeat;
	content: '';
}
.vodcast__header{
	color: #669900;
	background: #DBEBBC;
	border-bottom: 5px solid #88CC00;
	overflow: hidden;
}
.vodcast__header::after{
	position: absolute;
	top: -13px;
	right: -13px;
	width: 113px;
	height: 92px;
	padding: 0 0 0 10px;
	background: url(../image/icon_tape.svg) no-repeat;
	content: '';
}
.livelink{
	margin: 0 0 10px;
}
.livecast__state {
	margin: 15px auto;
	padding: 8px 0 6px;
	text-align: center;
	position: relative;
	font-size: 1em;
}
.livecast__state--no-live {
	color: red;
}
.livecast__freeword{
	color: red;
}
.vodlink{
}
.rec-list__item{
	margin: 0 0 10px;
}
.vodcast__comment{
	font-size: 0.9em;
}
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 13px 4% 15px 20%;
	width: 100%;
	border-radius: 6px;
	text-align: left;
	text-decoration: none !important;
	font-size: 1.4rem;
	font-weight: bold;
	color: #2D5EB3 !important;
	background: linear-gradient(#E7ECF6, #DBE2F0);
	border: 1px solid #B0B3BC;
	box-shadow: 0 2px 3px 0 #CCCCCC;
}
.btn--note {
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
	color: #808080 !important;
	font-weight: normal;
	padding: 0;
}
.btn:hover {
	background: linear-gradient(#F3F6FA, #EDF0F8);
}
.btn--no-live {
	color: #8B8B8B !important;
	background: linear-gradient(#F1F1F1, #E2E2E2);
	border: 1px solid #D6D6D6;
}
.btn--no-live:hover {
	background: linear-gradient(#F1F1F1, #E2E2E2);
}
.btn--live::after, .btn--no-live::after, .btn--vod::after {
	position: absolute;
	top: 25%;
	left: 25px;
	width: 34px;
	height: 20px;
	content: '';
}
.btn--live::after {
	background: url("../image/icon_live.svg") no-repeat center;
}
.btn--no-live::after {
	background: url("../image/icon_live_disable.svg") no-repeat center;
}
.btn--vod::after {
	background: url("../image/icon_vod.svg") no-repeat center;
}
.btn--live-note, .btn--vod-note{
	font-size: 0.8em;
}
.howto{
	margin: 0 0 30px;
	font-size: 95%;
}
.notice-list__item{
	line-height: 1.3em;
	background: url(../image/listmark.png) no-repeat 20px 0.5em;
	padding-left: 36px;
	margin-bottom: 7px;
}
.contact{
	font-size: 95%;
}
.address{
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	padding: 0 20px;
}

table caption {
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto 0;
	background: #FFFFFF;
}
table.vodsearch td {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 960px;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.speaker {
	width: 700px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 960px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin: 0 0 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 560px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}
.play{
	display: flex;
	gap: 15px;
}
.playleft{
	width: 646px;
}
.playright{
	width: calc(100% - 646px - 15px);
}
.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, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playlist{
	font-weight: bold;
	margin-bottom: 10px;
}
.playtext{
	width: 100%;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	text-align: left;
}
.playtext.vod{
	height: 288px;
}
.telop{
	box-sizing: border-box;
	max-width: 646px;
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.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;
}
.nonresult{
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}

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

footer-container

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

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

other

=================================================
*/
.width-10{
	width: 10px;
}
.width-56{
	width: 56px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-700{
	width: 700px;
}
.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;
}
