@charset "UTF-8";

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

Univeral Set

=================================================
*/
*{
	font-size: 100%;
}
body,div,pre,p,form,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
body {
	background: #E8EEF7;
	color: 333333;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	_font-family: sans-serif;
	text-align: center;
}
img {
	border: none;
	vertical-align: bottom;
}
li{
	list-style: none;
}
a:link {
	color: #0066DD;
	text-decoration: underline;
}
a:visited {
	color: #0066DD;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}
h2{
	text-align: left;
	background: url(../image/title_sub_background.png) repeat-x center bottom;
	padding-bottom: 3px;
	margin-bottom: 20px;
	line-height: 0;
}
h3{
	line-height: 0;
}

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

outer(外枠)

=================================================
*/
.header-container{
	background: #E8EEF7;
}
.main-container{
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 2px 0 2px -2px #C0C0C0, -2px 0 2px -2px #C0C0C0;
}
.footer-container{
	background: #E8EEF7;
}

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

title / fontsize /navi

=================================================
*/
div#part-title{
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 68px;
	background: #FFFFFF;
	box-shadow: 2px 0 2px -2px #C0C0C0, -2px 0 2px -2px #C0C0C0;
}
div#part-title h1{
	text-align: left;
	line-height: 0;
}
div#part-title-outlink{
	width: 355px;
	position: absolute;
	top: 20px;
	right: 37px;
}
div#part-title-outlink li{
	float: left;
	padding: 0 2px;
	line-height: 0;
}
div#part-fontsize{
	position: absolute;
	top: 73px;
	right: 40px;
	line-height: 0;
}
div#part-navi{
	position: relative;
	margin-top: -68px;
}
div#navi-border{
	background: url(../image/navi-background.png) repeat-x;
}
div#navi{
	width: 900px;
	height: 68px;
	margin: 0 auto;
}
div#navi ul{
	padding: 10px 0;
}
div#navi li{
	display: block;
	float: left;
	margin: 0 3px;
	line-height: 0;
}
div#navi a{
	display: block;
}

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

index

=================================================
*/
div#container-index{
	padding: 20px 40px;
}
div#container-index-menu{
	margin-bottom: 20px;
}
div#part-index-livemenu{
	width: 390px;
	float: left;
	text-align: center;
}
div#part-index-vodmenu{
	width: 390px;
	float: right;
	text-align: center;
}
div#index-livelink{
	background: #F5F7F7;
	min-height: 316px;
	border-radius: 0 0 5px 5px;
	padding: 0 20px;
}
div#livelink{
	padding: 20px 0 40px 0;
	line-height: 0;
}
div#index-livelink p{
	margin-bottom: 20px;
}
div#part-index-free{
	color: red;
	margin-bottom: 20px;
}
div#part-index-liveprogram{
	margin: 0 10px 5px 10px;
	font-size: 80%;
}
.livecomment{
	text-align: left;
	padding: 0 0 20px;
	line-height: 1.3em;
}
div#index-vodlink{
	background: #F5F7F7;
	min-height: 316px;
	border-radius: 0 0 5px 5px;
	padding: 0 20px;
}
div#vodlink{
	padding: 20px 0;
}
div#vodlink li{
	line-height: 0;
	margin-bottom: 2px;
}
div#part-index-notice{
	text-align: left;
	margin-bottom: 20px;
}
div#index-notice-left{
	width: 500px;
	float: left;
}
div#index-notice-right{
	width: 260px;
	float: right;
}
div#index-notice-left li{
	line-height: 1.3em;
	background: url(../image/listmark.png) no-repeat 17px 0.4em;
	padding-left: 37px;
	margin-bottom: 7px;
}
div#notice-smartphone{
	border-right: 1px solid #4A7D19;
	border-bottom: 1px solid #4A7D19;
	border-left: 1px solid #4A7D19;
	padding: 15px;
	margin-right: 20px;
	font-size: 90%;
}
div#part-index-address{
	margin-bottom: 20px;
}
div#part-index-address ul{
	margin: 0 20px;
	text-align: left;
}
div#part-index-address ul li{
	line-height: 1.3em;
	margin-top: 3px;
}

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

gikai/speaker/kaiha/phrase

=================================================
*/
div#container-contents{
	padding: 20px 40px;
}
div#container-contents p#inner-contents-info{
	text-align: left;
}
div#prat-series-button{
	width: 800px;
	margin: 5px auto;
	font-size: 90%;
}
div#prat-series-button table{
	width: 800px;
}
div#prat-series-button table tr td#series-notice{
	padding-left: 1em;
	text-indent: -1em;
	color: #4D4D4D;
	text-align: left;
}
div#prat-series-button table tr td#series-button{
	width: 120px;
	text-align: right;
}
ul.non-result{
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
table.vodlist{
	border: 1px solid #595959;
	border-collapse: collapse;
}
table.vodlist td{
	border: 1px solid #595959;
	padding: 5px;
}
table.vodlist caption{
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
table.vodlist td li{
	padding: 2px 0;
}

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

gikai

=================================================
*/
div#inner-gikai{
	width: 800px;
	margin: 20px auto;
}
div#inner-gikai table{
	margin: 0 auto;
	text-align: left;
}

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

speaker

=================================================
*/
div#inner-speaker{
	width: 800px;
	margin: 20px auto;
}
div#inner-speaker table{
	margin: 0 auto;
	text-align: left;
}
div#inner-speaker div#speaker-name{
	text-align: left;
}
div#inner-speaker table#speaker-table{
	margin: 10px;
	text-align: left;
}
div#inner-speaker ul.speaker-kaiha{
	margin: 5px 0;
	text-align: left;
}
.speaker-box table{
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
}
.speaker-box table td{
	border: 1px solid #595959;
	padding: 5px;
}
div#inner-speaker-ex{
	width: 700px;
	margin: 10px auto;
	text-align: right;
}
div#inner-speaker-ex div#speaker-ex{
	float: right;
	width: 30%;
	border: 1px solid #595959;
	text-align: center;
	padding: 5px;
}

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

kaiha

=================================================
*/
div#inner-kaiha{
	width: 800px;
	margin: 20px auto;
}
div#inner-kaiha table{
	margin: 0 auto;
	text-align: left;
}

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

phrase

=================================================
*/
div#inner-phrase{
	width: 800px;
	margin: 20px auto;
}
div#inner-phrase table{
	margin: 0 auto;
	text-align: left;
}
div#inner-phrase ul#phrase-form{
	text-align: center;
	margin: 20px 0;
}
div#inner-phrase ul#phrase-form li{
	padding: 2px 0;
}
div#inner-phrase ul#phrase-form li#phrase-notice{
	text-align: center;
	font-size: 90%;
	color: #4D4D4D;
	padding: 10px 0 5px 0;
}
div#inner-phrase ul#phrase-form li input#search-text{
	width: 550px;
}
div#inner-phrase div#phrase-result{
	text-align: center;
}
div#inner-phrase ul#phrase-result-list{
	margin: 5px 0;
	text-align: left;
}

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

play(live/vod)

=================================================
*/
div#inner-play{
	width: 800px;
	margin: 20px auto;
}
.playleft{
	float: left;
	width: 430px;
	margin-left: 0;
}
.playright{
	float: right;
	width: 360px;
	margin-right: 0;
}
.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;
}
.playlist {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-align: left;
}
.playtext {
	width: 360px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	line-height: 1.2em;
	font-size: 90%;
	text-align: left;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	height: 178px;
}
.playlink{
	margin-top: 2px;
	text-align: right;
}
.playlink li{
	margin-bottom: 1px;
}
.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);
	text-align: left;
}
.telop p {
	margin: 0; 
	padding: 0;
}
div#inner-play div#non-live{
	width: 320px;
	border: 3px ridge #A0A0A0;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
}

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

before_watch

=================================================
*/
div#inner-before{
	width: 800px;
	margin: 20px auto;
}
div#inner-before dl{
	text-align: left;
}
div#inner-before dl dt{
	margin: 10px 0;
}
div#inner-before dl dd{
	margin-left: 1em;
	font-size: 90%;
}

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

back

=================================================
*/
div#part-back{
	margin: 0 auto;
	text-align: center;
}

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

footer

=================================================
*/
div#part-footer{
	width: 900px;
	margin: 0 auto;
	background: #DFE9F7 url(../image/footer-background.png) repeat-x top;
	box-shadow: 0 0 2px 0 #C0C0C0;
	padding: 25px 0;
}
ul#part-footer-copy{
	font-size: 75%;
	text-align: center;
	color: #666666;
}

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

font

=================================================
*/
.font-color-red{
	color: red;
}
.font-color-blue{
	color: blue;
}
.font-color-firebrick{
	color: firebrick;
}
.font-size-90{
	font-size: 90%;
}
.font-size-80{
	font-size: 80%;
}
.font-bold{
	font-weight: bold;
}
.font-tt{
	font-family: 'ＭＳ ゴシック', monospace;
	_font-family: monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: red;
}
.text-center{
	text-align: center;
}

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

layout

=================================================
*/
.width-10{
	width: 10px;
}
.width-56{
	width: 56px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-300{
	width: 300px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-700{
	width: 700px;
}
.width-800{
	width: 800px;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.valign-top{
	vertical-align: top;
}
.valign-middle{
	vertical-align: middle;
}
.valign-bottom{
	vertical-align: bottom;
}

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

clear

=================================================
*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hide Mac IE \*/
.clearfix{
	display: block;
}
/*  */

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

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

=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}
a#content:hover, a#content:active{
	color: #000000;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
}
