@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS PGothic",sans-serif;
	line-height: 1.5;
}
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%;
}
a:link {
	color: #0058A8;
	text-decoration: underline;
}
a:visited {
	color: #0058A8;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}
a:active{
	color: #CC0000;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	border-bottom: 3px solid #0571B0;
	background: #2D479F;
}
.main-container{
}
.footer-container{
	background: #30449D;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
header{
	overflow: hidden;
}
header h1{
	float: left;
}
.outlink{
	overflow: hidden;
	margin-top: 20px;
	float: right;
	max-width: 480px;
}
.outlink li {
	font-size: .7em;
	float: left;
	margin: 0 0 0 10px;
}
.outlink a{
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #754206;
	box-shadow: 0 2px #AC793E;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 0 5px;
}
.outlink a:hover{
	background: #653700;
	box-shadow: 0 2px #9c692e;
}

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

navi-container

=================================================
*/
nav ul{
	overflow: hidden;
	border-left: 1px solid #4083BF;
	border-right: 1px solid #4083BF;
}
nav li{
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(978px / 4);
	border-right: 1px solid #4083BF;
	text-align: center;
}
nav li:last-child{
	border-right: none;
}
nav a.navilink {
	display: block;
	box-sizing: border-box;
	padding: 13px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}
nav a.navilink:hover, nav a.navilink:focus, nav a.navilink-active{
	background: #0571B0;
	text-decoration: none;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 0 16px 75px;
	width: 100%;
	border-radius: 4px;
	background: #EFF3FF;
	box-shadow: 0 3px 0 #ACBAE5;
	color: #333333;
	text-align: left;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}
a.btn{
	color: #333333;
	text-decoration: none;
}
a.btn:hover {
	background: #E0E8FF;
	text-decoration: none;
}
.btn.btn-live::before, .btn.btn-vod::before{
	position: absolute;
	top: calc(50% - 15px);
	left: calc(7%);
	width: 32px;
	height: 32px;
	background: url(../image/video-play-icon.svg) no-repeat center;
	content: '';
}
.btn.btn-live::after, .btn.btn-vod::after{
	position: absolute;
	top: calc(50% - 7px);
	right: calc(6%);
	width:14px;
	height: 14px;
	background: url(../image/video-arrow-icon.svg) no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #EDEDED;
	box-shadow: 0 3px 0 #D0D0D0;
}
.btn.btn-live.disabled::before{
	background: url(../image/video-play-suspend-icon.svg) no-repeat center;
}
.btn.btn-live.disabled::after{
	background: url(../image/video-arrow-suspend-icon.svg) no-repeat center;
}
.btn.btn-play{
	display: block;
	padding: 40px 0 6px;
	width: 100%;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
}
.btn.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/play-button-icon.svg') no-repeat right center;
}
.btn.btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	margin: 0 auto;
}
.btn.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/back-button-icon.svg') no-repeat right center;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 6px 15px 3px;
	color: #333;
	border-left: 10px solid #4E51C1;
	border-bottom: 1px solid #4E51C1;
}
.content{
	padding: 25px 0 20px;
}
.webcast{
	padding: 0 0 25px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	box-sizing: border-box;
	width: 470px;
	background: #F5F7FF;
	padding: 15px 20px 20px;
}
.livecast{
	margin: 0 40px 0 0;
}
.heading-webcast{
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	position: relative;
	color: #2D479F;
}
.heading-webcast::after{
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	width: 20px;
	height: 100%;
	content: '';
	background: #8498E9;
}
.webcast-box{
	background: #FFFFFF;
	padding: 20px 35px;
	box-sizing: border-box;
	min-height: 335px;
}
.livelink{
	padding: 0 0 25px;
}
.vodlink ul{
	display: inline-block;
	margin: 10px 0 15px;
	text-align: left;
}
.vodlink li{
	margin: 0 0 15px;
}
.livestatus{
	margin: 0 0 10px;
	font-weight: bold;
	text-align: center;
}
.freeword{
	color: red;
	margin: 0 0 10px;
	font-weight: bold;
	text-align: center;
}
.liveprogram{
}
.simplesearch {
	background: #EDEDED;
	border-radius: 4px;
	padding: 15px;
}
.simplesearch h4 {
	font-weight: bold;
	font-size: 1.2em;
}
.simplesearch p {
	margin-top: 10px;
	font-size: 90%;
}
.simplesearch_form{
	overflow: hidden;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 279px;
	height: 2em;
	border: 1px solid #B8B8B8;
	font-size: 1em;
	padding: 2px;
	margin: 0 1px 0 0;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 50px;
	height: 2em;
	border: 1px solid #B8B8B8;
	background: #FFF65E;
	font-size: 1em;
	font-weight: bold;
	display: block;
}
.howto{
	padding: 0 0 25px;
}
.howto ul{
	padding: 0 0 0 34px;
}
.howto li{
	position: relative;
	margin: 0 0 8px;
	line-height: 1.4em;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -14px;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background: #5D5D5D;
	content: '';
}
.howto li:last-child{
	margin: 0;
}
.barcode{
	border: 1px solid #B3B3B3;
	margin: 20px 0 0;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 8px 10px 3px 0;
	font-weight: bold;
	margin: 0 0 0 100px;
}
.barcode p{
	padding: 0 10px 8px 0;
	margin: 0 0 0 100px;
	line-height: 1.3em;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin: 0 0 7px;
	line-height: 1.3em;
}

.contentframe{
	padding: 0 10px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 0;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch .vodsearch-info{
	background: #D8D8D8;
	font-weight: bold;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch.resultlist td li{
	padding: 2px 0;
}
table.vodsearch td.nonpad{
	padding: 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;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 100%;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}

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

.play {
	width: 910px;
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 470px;
}
.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;
}
.playtext {
	width: 470px;
	height: 246px;
	overflow-y: scroll;
	white-space: normal;
	font-size: 90%;
}
.playtext.vod{
	height: 178px;
}
.playlist{
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 424px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
	font-size: 80%;
	padding-left: 1em;
	text-indent: -1em;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 75%;
	color: #FFFFFF;
	padding: 20px 0;
}
.footer li{
	margin: 0 0 5px;
}

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

other

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

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

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

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