@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
}
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-style: normal;
	font-weight: normal;
	font-size: 1em;
}
table,caption,th,td{
	font-style: normal;
	font-weight: normal;
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}

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

container

=================================================
*/
.wrapper{
	width: 980px;
	margin: 0 auto;
}
.header-container{
}
.main-container{
}
.footer-container{
	background: #3D4766;
}

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

header-container

=================================================
*/
.header{
	padding: 30px 0;
}
.header h1{
	width: 510px;
}
nav{
	background: #364EA0;
}
nav ul{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
nav li{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
nav li:hover, nav li.navilink-active{
	background: #E0E7FE;
}
nav li.navilink a{
	display: block;
	padding: 12px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}
nav li:hover a, nav li.navilink-active a{
	color: #2E429C;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 15px 17px 74px;
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0 3px 0 #E4E4E4;
	text-align: left;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}
a.btn{
	color: #333333;
	text-decoration: none;
}
.btn.btn-live:hover{
	background: #FFEAEA;
	box-shadow: 0 3px 0 #F7C3C3;
}
.btn.btn-live::after{
	position: absolute;
	top: calc(50% - 20px);
	left: calc(6%);
	width: 42px;
	height: 42px;
	background: url("../image/live-icon.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #ECECEC;
	box-shadow: 0 3px 0 #E2E2E2;
	color: #D1D1D1;
}
.btn.btn-live.disabled::after{
	background: url("../image/live-suspend-icon.svg") no-repeat center;
}
.btn.btn-vod:hover{
	background: #EAEFFF;
	box-shadow: 0 3px 0 #C4D1F9;
}
.btn.btn-vod::after {
	position: absolute;
	top: calc(50% - 17px);
	left: calc(6%);
	width: 35px;
	height: 35px;
	background: url('../image/vod-icon.svg') no-repeat center;
	content: '';
}
.btn.btn-play{
	display: block;
	padding: 40px 0 6px;
	background: #364EA0;
	border: none;
	box-shadow: 0 3px 0 #C1CCF2;
	width: 100%;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
}
a.btn.btn-play{
	color: #FFFFFF;
}
.btn.btn-play:hover{
	background: #EAEFFF;
	box-shadow: 0 3px 0 #DCE3FB;
}
a.btn.btn-play:hover{
	color: #333333;
}
.btn.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/vod-play-icon.svg') no-repeat right center;
}
.btn.btn-play:hover::after{
	background: url('../image/vod-play-over-icon.svg') no-repeat right center;
}
.btn.btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	box-shadow: 0 2px 0 #EBEBEB;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	margin: 0 auto;
}
.btn.btn-back:hover{
	background: #F7F7F7;
}
.btn.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/back-icon.svg') no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
h2{
	position: relative;
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 1.4em;
	font-weight: bold;
	background: #FFECB2;
}
h2 > span {
	display: inline-block;
	padding: 6px 0 5px 15px;
	border-left: 10px solid #9D7A26;
}
.webcast{
	margin: 0 0 20px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	width: 475px;
	background: #F5F5F5;
}
.livecast{
	margin: 0 30px 0 0;
}
.webcast_header{
	padding: 10px 0;
	margin: 0;
}
.webcast_box{
	padding: 20px 30px;
	box-sizing: border-box;
	min-height: 330px;
}
.livelink{
	padding: 0 24px 30px;
}
.livestatus{
	margin: 0 0 10px;
	text-align: center;
}
.freeword{
	margin: 0 0 10px;
	color: #D90000;
	text-align: center;
}
.liveprogram{
	text-align: center;
}
.vodlink{
	padding: 0 24px;
}
.vodlink li{
	margin: 0 0 18px;
}
.simplesearch{
	overflow: hidden;
	padding: 15px;
	margin: 0 24px;
	border-radius: 6px;
	background: #FFFFFF;
}
.simplesearch label{
	padding: 0 0 3px;
	color: #02446E;
	font-weight: bold;
}
.simplesearch p{
	margin: 5px 0 0;
	font-size: .8em;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.simplesearch_text-cell{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}
.simplesearch_submit-cell{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.form-textbox{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: none;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-right: none;
	border-radius: 2px 0 0 2px;
	font-size: 0.9em;
}
.form-submit{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: #FFF65E;
	border: 1px solid #928A00;
	border-radius: 0 2px 2px 0;
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}
.howto{
	margin: 0 0 20px;
	overflow: hidden;
}
.howto ul{
	float: left;
	width: 443px;
	margin: 0 30px 0 33px;
}
.howto li{
	position: relative;
	margin: 0 0 10px;
	line-height: 1.4;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -13px;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #747474;
	content: '';
}
.howto li:last-child{
	margin-bottom: 0;
}
.howto_right{
	float: left;
	width: 474px;
}
.barcode{
	padding: 2px 10px 2px 2px;
	margin: 25px 0 0;
	border: 1px solid #8E8E8E;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 7px 0 5px;
	font-weight: bold;
	margin: 0 0 0 100px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 100px;
	line-height: 1.2;
}
.contact ul{
	padding: 0 0 0 15px;
}
.contact li{
	margin: 0 0 6px;
	line-height: 1.4;
}

.contentframe{
	padding: 0 30px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 0;
	background: #FFFFFF;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td ul{
	padding: 5px 0;
}
table.speaker {
	width: 800px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 20px 0 0;
}
.phrase {
	margin: 20px auto 0;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 470px;
	overflow: hidden;
}
.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%;
}
.var-hidden{
	display: none;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 470px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.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;
}
.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: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 90%;
	padding: 20px 0 30px;
	color: #FFFFFF;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.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-dred {
	color: #D90000;
}
.font-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-80 {
	font-size: 80%;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: Meiryo, monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: #D90000;
}

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

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

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