@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: 'MS PGothic',sans-serif;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	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,input {
	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;
}
small{
	font-size: 100%;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #810081;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
	position: relative;
	top: 1px;
	left: 1px;
}
a:active{
	color: #CC0000;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
}
.wrapper{
	width: 760px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.outlink{
	position: absolute;
	top: 12px;
	right: 5px;
}
.outlink li{
	margin-bottom: 2px;
}
.outlink li:last-child{
	margin-bottom: 0;
}
.fontsize{
	background: #C8F0F0;
	padding: 2px 0;
	margin-top: 3px;
}
.fontsize ul{
	float: right;
}
.fontsize li{
	float: left;
	margin-right: 2px;
}
.navi{
	padding: 5px 76px 0;
}
.navi li{
	float: left;
	padding: 0 1px;
}
.header h1 img, .outlink img, .fontsize img, .navi img,
.outlink a, .fontsize a, .navi a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0;
}
.webcast{
	padding: 0  20px 20px;
}
.webcast2{
	border: 20px solid #F2F2F2;
}
.livecast{
	float: left;
	border-right: 20px solid #F2F2F2;
}
.vodcast{
	float: right;
	border-left: 20px solid #F2F2F2;
	margin-left: -20px;
}
.livecast,.vodcast{
	width: 330px;
	text-align: center;
}
.livecast h2,.vodcast h2{
	background: #2BB1D1;
	padding: 1px 0;
	line-height: 0;
}
.livecast h2 img,.vodcast h2 img{
	line-height: 1;
}
.livecast2,.vodcast2{
	padding: 20px 15px 20px;
}
.livelink{
	padding: 20px 70px;
}
.livelink.disabled{
	padding: 20px 0;
}
.liveprogram{
	font-size: 80%;
}
.vodlink{
	padding: 15px 70px 0;
}
.vodlink li{
	margin-bottom: 3px;
}
.vodlink li:last-child{
	margin-bottom: 0;
}
.livelink a:hover, .vodlink a:hover{
	position: relative;
	top: 0;
	left: 0;
}
.livelink img, .vodlink img,
.livelink a, .vodlink a{
	display: block;
}
.freeword{
	color: red;
	margin-bottom: 20px;
}
.notice{
	padding: 10px 30px 0;
}
.noticeleft{
	width: 330px;
	float: left;
}
.noticeright{
	width: 360px;
	float: right;
}
.howto{
	font-size: 90%;
}
.howto ul{
	padding-left: 1em;
	text-indent: -1em;
}
.howto li{
	line-height: 1.3em;
	margin-bottom: 3px;
}
.barcode__image{
	float: left;
	margin-right: 5px;
}
.qrcode p{
	padding-top: 10px;
	padding-left: 0;
	text-indent: 0;
}

.contentframe{
	border: 2px ridge #F2F2F2;
	padding: 20px 30px;
	margin-top: 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto 20px;
}
table.vodsearch td, table.vodsearch th {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	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: 0 auto 20px;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.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 {
	padding: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.phrase {
	margin: 20px auto 30px;
}
.phrase .info{
	margin: 10px auto;
}
.phrase li{
	text-align: center;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase .info li.phrasecomment{
	font-size: 80%;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.phrase input{
	font-size: 90%;
}
.phrase input[type="text"] {
	width: 500px;
	padding: 3px;
}

.play {
	width: 685px;
	margin: 0 auto 20px;
}
.playleft {
	float: left;
	width: 326px;
}
.playright {
	float: right;
	width: 350px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 320px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 75%;
}
.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: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-family: 'MS Gothic', monospace;
	font-size: 90%;
	line-height: 1.2;
}
.playtext.vod{
	height: 178px;
}
.playright ul{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 0px auto 20px;
	text-align: center;
}
.comment{
	margin: 0 auto 20px;
}
.nonresult {
	text-align: center;
	margin: 10px 0 20px;
	font-weight: bold;
}
.back{
	text-align: center;
}
.border{
	width: 100%;
	height: 5px;
	background: url(../image/bar.gif) repeat;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
}
.footer-address{
	padding: 5px 0;
	background: #B5E6E6;
	line-height: 1.3em;
	font-size: 80%;
}
.footer-copy{
	padding: 2px 0;
	background-color: #34B3D1;
	color: #FFFFFF;
	font-size: 75%;
}

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

other

=================================================
*/
.width-50{
	width: 50px;
}
.width-64{
	width: 64px;
}
.width-120{
	width: 120px;
}
.width-140{
	width: 140px;
}
.width-150{
	width: 150px;
}
.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-80 {
	font-size: 80%;
}
.font-90 {
	font-size: 90%;
}
.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;
}
