@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "MS PGothic",sans-serif;
	color: #303030;
}
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%;
}
a:link {
	color: #3465FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

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

container

=================================================
*/
.index-container{
	background: url(../image/background.gif) repeat-y left;
}
.header-container{
}
.main-container{
}
.footer-container{
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

index-container

=================================================
*/
.indexleft{
	width: 200px;
	float: left;
}
.indexright{
	width: 850px;
	float: left;
}
.navilink{
}
.outlink{
	padding: 10px 6px;
}
.outlink li{
	margin-bottom: 5px;
}
.index-fontsize{
	padding: 0 16px;
}
.fontsize li{
	float: left;
}
.navilink img, .outlink img, .fontsize img,
.navilink a, .outlink a, .fontsize a{
	display: block;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.content-fontsize{
	position: absolute;
	top: 30px;
	right: 20px;
}
nav{
	background: #009865;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1px 0 0;
}
.navi__item{
	flex: auto;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.navi__link {
	display: block;
	padding: 13px 3px 5px;
	margin: 0 1px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-radius: 10px 10px 0 0;
}
a.navi__link{
	color: #FFFFFF;
	text-decoration: none;
}
.navi__link:hover{
	background: linear-gradient(#EAEBEB, #FFFFFF);
	border-left: 1px solid #006D48;
	border-right: 1px solid #006D48;
	border-top: 1px solid #006D48;
	color: #009865;
}
.navi__link--active{
	background: linear-gradient(#EAEBEB, #FFFFFF);
	border-left: 1px solid #006D48;
	border-right: 1px solid #006D48;
	border-top: 1px solid #006D48;
}
a.navi__link--active{
	color: #009865;
}

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

main-container

=================================================
*/
.content__header{
	padding: 7px 10px 5px;
	margin: 0 0 15px;
	background: linear-gradient(#FEFFFF, #D0EDF5);
	border: 1px solid #14A4CC;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.content__header--main{
	color: #0581A3;
	font-size: 1.2em;
	font-weight: bold;
}
.content__header--sub{
	color: #14A4CC;
	font-size: 0.8em;
	padding: 0 5px;
}
.content{
	padding: 20px 0;
}
.content.toppage{
	padding: 20px 0 0 20px;
}
.content.vodtoppage{
	padding: 20px 0 0;
}
.livecast{
	width: 830px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.livecast__info{
	font-size: 0.9em;
}
.livelink{
	padding: 20px 0;
	text-align: center;
}
.livestatus{
	color: red;
	text-align: center;
	font-size: 0.9em;
}
.freeword{
	color: red;
	text-align: center;
	margin-top: 10px;
	font-size: 0.9em;
}
.vodcast{
	width: 830px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.vodcast__info{
	font-size: 0.9em;
}
.vodlink{
	padding: 15px 0 0;
}
.vodlink li{
	margin-bottom: 5px;
}
.vodlink.toppage{
	padding: 20px 0;
	text-align: center;
}
.btn{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 40px 11px 13px;
	width: auto;
	border-radius: 6px;
	text-align: left;
	text-shadow: 1px 1px #606060;
	font-size: 1.3rem;
	background: linear-gradient(#44A1FE, #0257AC);
	border: none;
	box-shadow: 2px 2px 4px 0 #83A6E2, -2px -2px 4px 0 #83A6E2;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn::after{
	position: absolute;
	top: calc(50% - 16px);
	right: 15px;
	width: 18px;
	height: 28px;
	content: '';
	background: url("../image/chevron.svg") no-repeat center;
}
a.btn{
	color: #FFFFFF;
	text-decoration: none;
}
.btn--no-live{
	text-shadow: 1px 1px #bababa;
	background: linear-gradient(#C4E1FE, #B0CAE5);
	box-shadow: 2px 2px 4px 0 #DCE3F4, -2px -2px 4px 0 #DCE3F4;
	color: #FFFFFF;
}
.howto{
	width: 830px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.howto ul{
	padding: 0 10px 0 5px;
	font-size: 90%;
}
.howto li{
	line-height: 1.3em;
	background: url(../image/listmark-arrow.gif) no-repeat 0 0.5em;
	padding-left: 12px;
	margin-bottom: 10px;
}
.howto-url{
	font-size: 100% !important;
	padding: 5px 10px 5px 5px !important;
}
.howto-url__item{
	margin-bottom: 0 !important;
}
.contact{
	padding: 0 0 20px;
}
.contactleft{
	width: 602px;
	float: left;
	font-size: 90%;
}
.topimage{
	width: 228px;
	float: left;
}
.contact li{
	line-height: 1.3em;
	margin-bottom: 3px;
}
.contact-link{
	padding: 0 10px 0 5px;
}
.contact-link li{
	background: url(../image/listmark-arrow.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch th {
	text-align: left;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch.resultlist td li{
	padding: 2px 0;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	width: 600px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.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;
}
.speakerex{
	margin: 0 auto 20px;
	text-align: right;
}
.speakerex2{
	float: right;
	width: 33%;
	border: 1px solid #595959;
	text-align: center;
	padding: 5px;
}
.speakername{
	margin-top: 20px;
}
.speakername ul {
	padding: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 20px auto;
}
.phrase li{
	text-align: center;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase input[type="text"] {
	width: 500px;
	padding: 3px;
}

.play {
	margin: 20px auto;
}
.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, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 350px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
	font-size: 90%;
}
.playtext.vod{
	height: 398px;
}
.playlist{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.playcomment{
	margin: 5px 0 0;
	font-size: 0.9em;
}
.playcomment li::before{
	content: '※';
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto;
	text-align: center;
}
.telop{
	box-sizing: border-box;
	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;
}
.before_header{
	padding: 8px 3px;
	margin: 0 0 15px;
	background: #E0FFF3;
	font-weight: bold;
}
.before{
	margin: 0 auto 15px;
}
.before dd{
	padding: 7px 0 20px 15px;
	font-size: 90%;
}
.before dd:last-child{
	padding: 7px 0 0 15px;
}
.comment{
	margin: 0 auto 20px;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.back{
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	font-size: 80%;
	border-top: 2px solid #0581A3;
	color: #0581A3;
}
.footer ul{
	margin: 10px 0;
}
.footer li{
	line-height: 1.3em;
}

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

other

=================================================
*/
.width-54{
	width: 54px;
}
.width-64{
	width: 64px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-600{
	width: 600px;
}
.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;
}

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

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

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

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