@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: url(../image/background.gif);
	font-size: 100%;
	font-family: 'MS PGothic', sans-serif;
}
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: #0066CB;
	text-decoration: underline;
}
a:visited {
	color: #0066CB;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
	background: #014284;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	border-bottom: 5px solid #014284;
}
.outlink{
	position: absolute;
	top: 7px;
	right: 5px;
}
.outlink a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.fontsize{
	margin: 10px 5px 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(#F7F7F7, #CFCFCF);
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #808080;
}
.navi__item:last-child{
	border-right: none;
}
.navi__link {
	display: block;
	padding: 5px 10px 3px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #3F3F3F;
	text-decoration: none;
}
.navi__link:hover, .navi__link--active {
	background: linear-gradient(#F7F7F7, #A7A7A7);
}

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

main-container

=================================================
*/
.content{
	padding: 10px 10px 20px;
}
.content.toppage{
	padding: 30px 0;
}
.webcast{
	margin: 0 130px 40px;
	overflow: hidden;
	display: flex;
}
.livecast, .vodcast{
	width: 372px;
	border: 1px solid #D8D8D8;
}
.livecast{
	margin: 0 44px 0 0;
}
.webcast_box{
}
.livecast h2 img, .vodcast h2 img{
	display: block;
}
.webcast_main{
	padding: 20px 15px 30px;
	text-align: center;
}
.livelink{
	padding: 20px 0;
}
.livelink.disabled{
	color: red;
}
.freeword{
	margin: 0 0 10px;
	color: red;
}
.vodlink{
	padding: 15px 0 0;
}
.vodlink li{
	margin: 0 0 5px;
}
.vodlink li:last-child{
	margin: 0;
}
.howto{
	background: url(../image/bar.gif) repeat-x top;
}
.howto ul{
	padding: 30px 40px 0;
}
.howto li{
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.contentframe{
	padding: 0 10px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 15px auto 0;
	background: #FFFFFF;
}
table.vodsearch td {
	border: 1px solid #595959;
	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: 15px 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;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	width: 100%;
	margin: 15px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 15px 0 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: 20px auto 0;
	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%;
}
.playlist {
	font-weight: bold;
	margin: 0 0 5px;
	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: 303px;
}
.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: 140px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 15px 0 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

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

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

other

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

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

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

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