@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.6;
}
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%;
}
a:link {
	text-decoration: none;
	color: #0F60D3;
}
a:visited {
	text-decoration: none;
	color: #0F60D3;
}
a:hover {
	text-decoration: underline;
	color: #E87400;
}
a:active {
	text-decoration: underline;
	color: #E87400;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	border-top: 3px solid #88BEE0;
	background: #DFF3FE;
}
.main-container{
	background: #EEF9FF;
}
.footer-container{
	border-top: 1px solid #B9CDD8;
	background: #FFFFFF;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.outlink {
	position: relative;
	float: right;
	margin-top: 15px;
}
.outlink li {
	font-size: .8em;
	position: relative;
	float: left;
	margin-left: 14px;
}
.outlink a{
	display: block;
	padding: 4px 15px 2px;
	border-radius: 3px;
	background: #3668A7;
	box-shadow: 0 4px #2B588F;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.outlink a:hover{
	background: #4271A9;
	box-shadow: 0 4px #2C5990;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
}
.navi li {
	float: left;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}
.navi li:last-child{
	border-right: 2px solid #FFFFFF;
}
.navi strong,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 242.5px;
	padding: 8px 5px;
	color: #164563;
	font-weight: bold;
	font-size: 110%;
}
.navi a{
	text-decoration: none;
}
.navi a:hover,
.navi strong {
	background: #BCE4FD;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.2em;
	margin: 0 0 20px;
	padding: 0;
	color: #003464;
	border-bottom: 1px solid #B0CAE5;
}
.content{
	padding: 42px 0 20px;
}
.webcast{
	overflow: hidden;
	padding: 0 60px 30px;
}
.livecast, .vodcast{
	width: 400px;
	float: left;
	background: #FFFFFF;
}
.livecast{
	margin-right: 60px;
}
.webcastbox{
	padding: 20px 25px 25px;
	min-height: 465px;
	box-sizing: border-box;
}
.webcast-header{
	padding: 20px 25px;
	font-size: 1.5em;
}
.livecast .webcast-header{
	background: #F4E9F1;
	color: #651240;
}
.vodcast .webcast-header{
	background: #E3EEF4;
	color: #194E60;
}
.webcast-header span{
	position: relative;
	padding-left: 14px;
	display: block;
	line-height: 1.2;
}
.webcast-header span::before{
	content: " ";
	width: 5px;
	height: 100%;
	display: block;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
}
.webcast-header span.sub-header{
	font-size: .6em;
	font-weight: normal;
	line-height: .8em;
}
.livecast .webcast-header span::before{
	background: #641240;
}
.livecast .webcast-header span.sub-header::before{
	background: #B3899F;
}
.vodcast .webcast-header span::before{
	background: #194D62;
}
.vodcast .webcast-header span.sub-header::before{
	background: #8CA7B2;
}
.livelink{
	padding: 0 0 30px;
}
.vodlink{
}
.vodlink li{
	margin-bottom: 19px;
}
a.btn,
span.btn {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 5px;
	padding: .8em 26px .8em 70px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
a.btn span,
span.btn span{
	font-size: .6em;
	line-height: 1;
	display: block;
	font-weight: normal;
}
a.btn-live{
	background: #E2C7D6 url(../image/button_livecast_icon.png) no-repeat 19px center;
	box-shadow: 0 5px 0 #B0909D;
	color: #651240;
}
a.btn-live:hover{
	background-color: #ECC4DC;
	box-shadow: 0 5px 0 #D2A1BE;
}
span.btn-live.disable{
	background: #DADADA url(../image/button_livecast_hide_icon.png) no-repeat 19px center;
	box-shadow: 0 5px 0 #B0B0B0;
	color: #585858;
}
a.btn-vod{
	background: #C6D9E0 url(../image/button_videocast_icon.png) no-repeat 26px center;
	box-shadow: 0 5px 0 #8FA6AE;
	color: #194E60;
}
a.btn-vod:hover{
	background-color: #D6EAF3;
	box-shadow: 0 5px 0 #91C8DD;
}
.simplesearch {
	background: #F4F4F4;
	padding: 15px;
}
.simplesearch h4 {
	color: #194D62;
	font-size: 1.2em;
}
.simplesearch p {
	font-size: .8em;
	margin-top: 5px;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 264px;
	height: 30px;
	border: 1px solid #194D62;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 56px;
	height: 30px;
	border: 1px solid #194D62;
	background: #194D62;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	display: block;
}
.livestate{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.freeword{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.liveprogram{
	padding-top: 10px;
	text-align: center;
}
.howto{
	padding-bottom: 25px;
}
.howto ul{
	float: left;
	width: 605px;
	margin-left: 24px;
}
.howto li{
	position: relative;
	margin-bottom: 7px;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -.76em;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #5D5D5D;
}
.howto img{
	float: right;
}
.qrcode {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 5px;
	margin-top: 15px;
	background: #FFFFFF;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.qrcode h4{
	padding-top: 7px;
	font-weight: bold;
	margin: 0 0 10px 133px;
}
.qrcode p{
	margin-left: 133px;
}
.contact li{
	margin-bottom: 3px;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto;
	background: #FFFFFF;
}
table.vodsearch th {
	border: 1px solid #ADADAD;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
a.btn-play {
	font-size: .9em;
	display: block;
	min-width: 3.7em;
	height: 1em;
	margin: 0 auto 5px;
	padding: 3.3em 0 .9em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #004484 url("../image/button_videocast_play_icon.png") no-repeat center .7em;
	box-shadow: 0 4px 0 #003466;
}
a.btn-play:hover {
	background-color: #005CB2;
	box-shadow: 0 4px 0 #00417F;
}
table.speaker {
	width: 860px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.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;
}
.speakername {
	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: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}
.play {
	width: 860px;
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width:430px;
}
.play .playright {
	float: right;
	width: 420px;
}
.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 {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 420px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	background: #FFFFFF;
}
.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;
	text-align: center;
	background: #FFFFFF;
}
.comment{
	margin: 0 auto 20px;
	font-size: 90%;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
a.btn-back {
	font-size: .9em;
	display: block;
	width: 10em;
	margin: 0 auto 5px;
	padding: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #004484;
	box-shadow: 0 4px 0 #003466;
}
a.btn-back:hover {
	background-color: #005CB2;
	box-shadow: 0 4px 0 #00417F;
}

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

footer-container

=================================================
*/
.footer{
	color: #303030;
	text-align: center;
	font-size: 80%;
	padding: 15px 0 20px;
	line-height: 1.6;
}

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

other

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

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

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

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

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