@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Meiryo, sans-serif;
	line-height: 1.4;
	color: #444444;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	height: auto;
	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;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

outer(外枠)

=================================================
*/
.header-container{
	border-bottom: 1px dotted #B995A8;
}
.main-container{
}
.footer-container{
	background: #66334D;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
div#part-title{
	position: relative;
}
div#part-title h1{
	text-align: left;
}
div#part-title h1 img{
	display: block;
}
div#part-outlink{
	position: absolute;
	top: 12px;
	right: 0;
}
div#part-outlink ul{
	float: right;
}
div#part-outlink li{
	float: left;
	background: url(../image/list_arrow.png) no-repeat 13px center;
	padding-left: 28px;
	font-size: 14px;
}
div#part-fontsize{
	position: absolute;
	top: 44px;
	right: 0;
	line-height: 0;
}

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

main-container

=================================================
*/
h2{
	line-height: 0;
	text-align: left;
	background: #F2F0F1;
	border-radius: 2px;
	margin-bottom: 20px;
}
h3{
	line-height: 0;
}
.container-contents{
	text-align: left;
	padding-top: 20px;
}
.container-contents-inner{
	margin: 20px 15px 25px;
}
.container-contents-inner table{
	margin: 0 auto;
}

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

index

=================================================
*/
div#inner-index-menu{
}
div#index-menu{
	display: flex;
	padding: 0 110px 40px;
	font-size: 95%;
}
div#part-index-livemenu, div#part-index-vodmenu{
	width: 400px;
	border-radius: 3px;
	background: #F5F3F0;
	text-align: center;
}
div#part-index-livemenu{
	margin: 0 30px 0 0;
}
div#index-livelink, div#index-vodlink{
	padding: 0 40px 35px 40px;
}
div#livelink{
	padding: 40px 0 20px 0;
}
div#part-index-liveprogram{
	padding-top: 10px;
}
div#part-index-liveprogram li{
	margin-bottom: 3px;
	text-align: left;
}
.part-index-free{
	padding: 8px 0;
}
div#vodlink{
	padding-top: 40px;
}
div#vodlink ul{
	line-height: 0;
}
div#vodlink ul li{
	padding-bottom: 5px;
}
div#part-index-notice{
	padding-bottom: 40px;
}
div#part-index-notice li{
	background: url(../image/list_circle.png) no-repeat 20px 0.5em;
	padding-left: 38px;
	margin-bottom: 7px;
	font-size: 95%;
	text-align: left;
}
div#part-index-address{
	padding: 30px 0;
	background: #F5F3F0;
}
div#index-address{
	display: flex;
}
div#index-address-left{
	flex: 1;
	border-right: 1px solid #DCDAD8;
}
div#index-address-left ul{
	background: url(../image/contact_background.png) no-repeat 20px top;
	padding: 0 0 0 130px;
}
div#index-address-right{
	flex: 1;
}
div#index-address-right ul{
	background: url(../image/env_background.png) no-repeat 20px top;
	padding: 0 0 0 130px;
}
div#part-index-address li{
	margin-bottom: 3px;
	font-size: 90%;
	text-align: left;
}

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

gikai/speaker/kaiha/phrase/live/vod

=================================================
*/
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;
}

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

gikai

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

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

speaker

=================================================
*/
div#speaker-name{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
table#speaker-table{
	margin: 10px;
	text-align: left;
}
.speaker-kaiha{
	margin: 10px 0 5px 0;
	text-align: left;
}
.speaker-box table{
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
	background: #FEFEFE;
}
.speaker-box table td{
	border: 1px solid #595959;
	padding: 5px;
}

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

kaiha

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

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

phrase

=================================================
*/
ul#phrase-form{
	text-align: center;
}
ul#phrase-form li#phrase-notice{
	text-align: center;
	font-size: 90%;
	color: #727272;
	padding: 15px 0 8px 0;
}
ul#phrase-form li input#search-text{
	width: 550px;
	padding: 3px;
}
ul#phrase-form li input{
	font-size: 100%;
}
p#phrase-searchword{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 5px;
}
table.phrase-speaker{
	border: none;
}
table.phrase-speaker td{
	border: none;
}

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

live/vod

=================================================
*/
.playleft{
	float: left;
	width: 646px;
	margin-left: 0;
}
.playright{
	float: right;
	width: 360px;
	margin-right: 0;
}
.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%;
}
.liveplayer, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playlist{
	font-weight: bold;
	margin-bottom: 10px;
}
.playtext{
	width: 360px;
	height: 366px;
	font-family: Meiryo, monospace;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	text-align: left;
}
.playtext.vod{
	height: 288px;
}
div#non-live{
	width: 640px;
	height: 360px;
	box-sizing: border-box;
	border: 3px ridge #A0A0A0;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
}

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

back

=================================================
*/
div#part-back{
	text-align: center;
	padding-bottom: 40px;
}

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

footer

=================================================
*/
div#part-footer{
	text-align: center;
	font-size: 75%;
	color: #FFFFFF;
}
div#part-footer ul{
	padding: 20px 0;
}

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

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: Meiryo, monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: red;
}

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

layout

=================================================
*/
.width-10{
	width: 10px;
}
.width-55{
	width: 55px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-580{
	width: 580px;
}
.width-800{
	width: 800px;
}
.width-960{
	width: 960px;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.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;
}
