@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: #0000FF;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

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

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1 img{
	display: block;
}
.header ul{
	position: absolute;
	top: 8px;
	right: 0;
	max-width: 120px;
}
.header li{
	margin-bottom: 6px;
}
.header li a{
	display: block;
}
.fontsize{
	text-align: right;
	margin-top: 2px;
}
.navi{
	margin-top: 5px;
	text-align: center;
}
.fontsize a, .navi a{
	display: inline-block;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}
.header li, .fontsize, .navi{
	line-height: 0;
	/* for IE7 */
	*font-size: 14px;
}

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

main-container

=================================================
*/
h2{
	margin-bottom: 11px;
	line-height: 0;
	/* for IE7 */
	*font-size: 14px;
}
.content{
	padding: 20px 0;
}
.webcast{
	margin: 3px 20px 20px 20px;
}
.livecast{
	float: left;
	width: 405px;
	text-align: center;
}
.vodcast{
	float: right;
	width: 405px;
	text-align: center;
}
.livecast2,.vodcast2{
	padding: 0 43px 15px 43px;
}
.livelink{
	margin: 30px 0;
}
.liveprogram{
	font-size: 90%;
}
.freeword{
	margin-bottom: 10px;
}
.vodlink{
	margin-top: 15px;
}
.vodlink li{
	margin-bottom: 6px;
	line-height: 0;
	/* for IE7 */
	*font-size: 14px;
}
.vodlink li.last{
	margin: 0;
}
.webcast a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

.notice{
	margin: 24px 20px 0 20px;
}
.noticeleft{
	float: left;
	width: 410px;
}
.noticeright{
	float: right;
	width: 400px;
}
.howto{
	margin-right: 10px;
	text-align: left;
}
.howto ul{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
}
.howto li{
	line-height: 1.3em;
	margin-bottom: 5px;
}

.contentframe{
	border: 2px ridge #F2F2F2;
	padding: 15px 15px 20px 15px;
	margin-top: 10px;
}
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 15px;
}
table.vodsearch th {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}

table.vodsearch.resultlist {
	width: 780px;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	width: 600px;
	margin: 0 auto 15px;
}
.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: 780px;
	margin: 0 auto 10px;
}
.speakername ul{
	margin: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}

.phrase{
	margin: 20px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase ul{
	text-align: center;
}
.phrase input[type="text"] {
	width: 560px;
	padding: 3px;
}

.play {
	width: 790px;
	margin: 0 auto 15px;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 350px;
}
.playright ul{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2em;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 424px;
}
.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: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 95%;
}
.playtext.vod{
	height: 183px;
}

.nonresult {
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
.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: 0 auto 15px;
	text-align: center;
}
.back{
	text-align: center;
	line-height: 0;
	/* for IE7 */
	*font-size: 14px;
}
.border{
	width: 100%;
	height: 1px;
	background: url(../image/bar.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	line-height: 0;
	/* for IE7 */
	*font-size: 14px;
}

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

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-350{
	width: 350px;
}
.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-green{
	color: green;
}
.font-90 {
	font-size: 90%;
}
.font-95 {
	font-size: 95%;
}
.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;
}
.clearfix {
	*zoom: 1;
}

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

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

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