@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "MS PGothic",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%;
}
a:link {
	color: #3166FF;
	text-decoration: none;
}
a:visited {
	color: #3166FF;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	background: #FFFFFF;
}
.navi-container{
	border-top: 1px solid #55B852;
	border-bottom: 1px solid #0C610A;
	background: linear-gradient(#239A1F, #1D7F1A);
}
.main-container{
}
.footer-container{
	border-top: 6px solid #D3E2CD;
	background: #3D8A0A;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	background: url(../image/header-background-photo.jpg) no-repeat top right;
}
.outlink{
	position: absolute;
	top: 10px;
	right: 0px;
}
.outlink li{
	float: left;
}
.fontsize{
	position: absolute;
	top: 56px;
	right: 0;
}
.fontsize li{
	float: left;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-left: 1px solid #0C610A;
	border-right: 1px solid #55B852;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	line-height: 1.5;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #55B852;
	border-right: 1px solid #0C610A;
}
.navi__link {
	display: block;
	padding: 5px 5px 3px;
	border-radius: 5px;
	font-size: 1.1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #5e5e5e;
}
.navi__item:hover > .navi__link, .navi__link--active {
	background: #10650D;
}
.header img, .outlink img, .fontsize img,
.outlink a, .fontsize a{
	display: block;
}

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

main-container

=================================================
*/
.content_header{
	margin-bottom: 15px;
	padding: 8px 15px 6px;
	text-align: left;
	background: #FFFFFF url(../image/title_sub-background.gif) no-repeat right top;
	border: 1px solid #CCCCCC;
	box-shadow: 0 -3px 0 0 #1671B4 inset;
	border-radius: 10px 10px 0 0;
	color: #343434;
	font-size:1.3rem;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	line-height: 1.5;
}
.content_header.toppage{
	margin-bottom: 20px;
}
.content{
	padding: 20px 0;
}
.webcast{
	margin-bottom: 20px;
	overflow: hidden;
}
.webcast .content_header{
	margin-bottom: 0;
}
.webcast2{
	display: flex;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.livecast{
	flex: 1;
	border-right: 1px solid #CCCCCC;
	background: url(../image/top_contents_live_background.fix.gif) no-repeat top right;
}
.vodcast{
	flex: 1;
	background: url(../image/top_contents_vod_background.fix.gif) no-repeat top left;
}
.livecast_header, .vodcast_header{
	padding: 20px 40px 0;
}
.livecast_header img, .vodcast_header img{
	display: block;
	margin: 0 auto;
}
.livecast2{
	padding: 25px 40px 20px;
}
.vodcast2{
	padding: 25px 92px 20px;
}
.livelink{
	padding: 0 50px 15px;
}
.livelink li{
	margin: 0 0 10px;
}
.vodlink{
	padding: 0;
}
.vodlink img, .vodlink a{
	display: block;
}
.livestate, .freeword{
	color: red;
	margin-bottom: 10px;
}
.liveprogram{
	font-size: 90%;
}
.liveprogram li{
	margin-bottom: 10px;
}
.btn--live{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 12px 25px 10px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 3px #333;
	background: linear-gradient(#11BEEA, #0A71BD);
	border-radius: 15px;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	line-height: 1.5;
}
.btn--live:hover, .btn--live:focus{
	text-decoration: none;
}
.btn--live-note, .btn--vod-note{
	font-size: 0.8em;
}
.btn--no-live{
	background: linear-gradient(#EAEAEA, #BDBDBD);
	text-align: center;
}
.btn--vod{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 9px 10px 7px 69px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	color: #16498A !important;
	background: linear-gradient(#FFFFFF, #E4F3FF);
	overflow: hidden;
}
.btn--vod:hover, .btn--vod:focus{
	background: linear-gradient(#FFFFFF, #D3ECFF);
	text-decoration: none;
}
.btn--vod-note {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #444;
	padding: 0;
}
.btn--vod-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: #2E82CC;
}
.btn--vod:hover .btn--vod-icon, .btn--vod:focus .btn--vod-icon{
	background: #0068CB;
}
.btn--vod-icon::before{
	position: absolute;
	width: 28px;
	height: 45px;
	top: calc(50% - 23px);
	left: 10px;
	background: url(../image/vod_icon.svg) no-repeat center;
	content: '';
}
.btn--vod-icon::after{
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 60px);
	right: -19px;
	border-left: 20px solid #2E82CC;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	content: '';
}
.btn--vod:hover .btn--vod-icon::after, .btn--vod:focus .btn--vod-icon::after{
	border-left: 20px solid #0068CB;
}
.notice{
	margin-bottom: 20px;
}
.notice2{
	display: flex;
}
.howto{
	margin-right: 20px;
	font-size: 90%;
}
.howto li{
	line-height: 1.3em;
	background: url(../image/listmark-arrow.png) no-repeat 5px 0.4em;
	padding-left: 20px;
	margin-bottom: 10px;
}
.photo{
	width: 231px;
}
.contact{
	font-size: 90%;
}
.contact dl, .contact p{
	margin: 0 10px;
}
.contact dt{
	font-weight: bold;
	margin: 7px 0 5px;
}
.contact dd{
	padding-left: 20px;
}

.contentframe{
	padding: 0 15px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch th {
	text-align: left;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.speaker {
	width: 600px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 100%;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 10px;
}
.phrase {
	margin: 20px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input{
	font-size: 100%;
}
.phrase input[type="text"] {
	width: 500px;
	padding: 3px;
}

.play {
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width: 646px;
}
.play .playright {
	float: right;
	width: 360px;
}
.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;
}
.playtext {
	width: 360px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	height: 298px;
}
.playright ul{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 10px auto;
	text-align: center;
}
.comment{
	margin: 0 auto 20px;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.back{
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

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

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

font

=================================================
*/
.width-50{
	width: 50px;
}
.width-140{
	width: 140px;
}
.width-150{
	width: 150px;
}
.width-160{
	width: 160px;
}
.width-300{
	width: 300px;
}
.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: 'MS Gothic', 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;
}
