@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "MS PGothic",sans-serif;
	line-height: 1.4;
	color: #444444;
}
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-size: 1em;
}
address {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
table,caption,th,td {
	border: 0;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 1em;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	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: 860px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.outlink{
	position: absolute;
	top: 13px;
	right: 3px;
}
.outlink li{
	margin: 0 0 3px;
}
.navi{
	background: url(../image/navi_background.gif) repeat-x bottom;
	padding: 3px 0;
	overflow: hidden;
}
.navi li{
	float: left;
	margin: 0 6px 0 0;
}
.fontsize{
	overflow: hidden;
}
.fontsize ul{
	float: right;
	overflow: hidden;
}
.fontsize li{
	float: left;
	margin: 0 3px 0 0;
}
.fontsize .label{
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	padding: 5px 0 0;
}
.header img, .outlink img, .navi img, .fontsize img,
.outlink a, .navi a, .fontsize a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 15px 0;
}
.webcast{
	padding: 0 27px 15px 27px;
}
.webcast2{
	border: 2px solid #757575;
	overflow: hidden;
}
.livecast{
	float: left;
	border-right: 2px solid #757575;
}
.vodcast{
	float: right;
	border-left: 2px solid #757575;
	margin: 0 0 0 -2px;
}
.livecast,.vodcast{
	width: 400px;
	text-align: center;
}
.livecast h2,.vodcast h2{
	background: #CEDCE6;
	color: #186AB6;
	font-weight: bold;
	margin: 2px;
	padding: 1px;
}
.livecast p,.vodcast p{
	margin: 0 0 10px;
	text-align: center;
}
.livecast2,.vodcast2{
	padding: 10px 10px 15px 10px;
}
.livelink{
	padding: 10px 0 20px 0;
}
.freeword{
	color: red;
}
.howto{
	padding: 10px 30px 0 30px;
}
.howto ul{
	padding-left: 1em;
	text-indent: -1em;
}
.howto li{
	margin: 0 0 5px;
}

.contentframe{
	border: 2px solid #808080;
	padding: 15px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
table.vodsearch th {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	width: 100%;
	margin: 0 auto;
}
table.speaker.vodsearch {
	margin: 0 auto;
}
table.speaker.vodsearch caption{
	margin: 10px 0 0;
}
.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 {
	width: 100%;
	margin: 0 auto;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}

.play {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 380px;
}
.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, .amplayer, .amp-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 380px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-family: 'MS Gothic', monospace;
	font-size: 95%;
}
.playtext.vod{
	height: 168px;
}
.playlist{
	margin: 0 0 10px;
	font-weight: bold;
}
.playlink{
	margin: 5px 0 0;
	float: right;
	overflow: hidden;
}
.playlink li{
	float: left;
	margin: 0 2px 2px 0;
}
.playlink li:last-child{
	margin-right: 0;
}
.btn-inquirylink{
	display: inline-block;
	padding: 6px 1.5em 4px;
	margin: 0 1px 1px 0;
	border-radius: 4px;
	background: #2963A5;
	border: none;
	min-width: 3em;
	width: auto;
	font-size: 0.9em;
	font-weight: bold;
}
a.btn-inquirylink{
	color:#FFFFFF;
	text-decoration: none;
}
.telop{
	box-sizing: border-box;
	max-width: 430px;
	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: 424px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 10px 0 0;
	font-weight: bold;
}
.back{
	margin: 15px auto 0;
	text-align: center;
}
.border{
	width: 100%;
	height: 3px;
	background: url(../image/border.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 80%;
}
.address{
	padding: 3px 0;
}
.copy{
	background: #1D549E;
	color: #FFFFFF;
	margin: 10px 0 0;
}

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

other

=================================================
*/
.width-50{
	width: 50px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.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-90 {
	font-size: 90%;
}
.font-95 {
	font-size: 95%;
}
.font-bold {
	font-weight: bold;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

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

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