@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	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%;
}
input{
	font-size: 100%;
}

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

container

=================================================
*/
.header-container{
	background: #26805C;
}
.navi-container{
	background: #419D78;
}
.main-container{
	display: block;
}
.footer-container{
	border-top: 2px solid #C6C6C6;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	overflow: hidden;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.header h1{
	float: left;
}
.header h1 img{
	display: block;
}
.headerright{
	float: right;
}
.ext{
	display: flex;
	list-style-type: none;
	margin: 5px 0 0;
}
.ext__item{
	margin-left: 15px;
}
.ext__link{
	display: block;
	padding: 5px 8px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.8rem;
	font-weight: bold;
}
.ext__link:hover{
	background-color: #57A686;
}
.fontsize{
	margin: 5px 0 10px;
	overflow: hidden;
}
.font {
	float: right;
	display: flex;
}
.font__title {
	margin: 0 10px 0 0;
	padding: 3px 0 1px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
}
.font__item {
	margin: 0 0 0 1px;
}
.font__item:first-child{
	margin: 0;
}
.font__btn {
	display: block;
	font-size: 0.7rem;
	padding: 4px 6px 3px;
	border: none;
	color: #333;
	background: #fff;
	font-weight: bold;
}
.font__btn--left{
	border-radius: 3px 0 0 3px;
}
.font__btn--right{
	border-radius: 0 3px 3px 0;
}
.navi {
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	width: calc(100% / 4);
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.navi__link {
	display: block;
	padding: 10px 7px 7px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:focus, .navi__link:hover {
	background: #fff;
	color: #419D78;
}
.navi__link--active{
	background: #fff;
	color: #419D78;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn--live, .btn--no-live {
	padding: 12px 10px 10px 53px;
	margin: 0;
	color: #fff;
	border: 2px solid #2557A9;
	border-radius: 5px;
	background: #2557A9;
}
.btn--live > span{
	font-size: 0.6em;
}
.btn--live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	width: 36px;
	height: 36px;
	background: url("../image/icon-live-button.png") no-repeat center;
	content: '';
}
.btn--live:hover, .btn--live:focus{
	color: #2557A9;
	background: #fff;
}
.btn--live:hover::after, .btn--live:focus::after{
	background: url("../image/icon-live-button-hover.png") no-repeat center;
}
.btn--no-live {
	border: 2px solid #B5B5B5;
	background: #B5B5B5;
}
.btn--no-live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	width: 36px;
	height: 36px;
	background: url("../image/icon-live-button-hidden.png") no-repeat center;
	content: '';
}
.btn--vod {
	padding: 12px 5px 10px 25px;
	margin: 0;
	color: #008952;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.3;
}
.btn--vod > span{
	display: block;
	color: #333333;
	font-size: 0.7em;
}
.btn--vod::after {
	position: absolute;
	top: calc(30% - 4px);
	left: 9px;
	width: 16px;
	height: 16px;
	content: '';
	background: url("../image/icon-vod-button.svg") no-repeat center;
}
.btn--vod:hover, .btn--vod:focus {
	color: #fff;
	background: #008952;
}
.btn--vod:hover::after, .btn--vod:focus::after{
	background: url("../image/icon-vod-button-hover.svg") no-repeat center;
}
.btn--vod:hover > span, .btn--vod:focus > span{
	color: #fff;
}
.btn--goback, .btn--play {
	font-size: 1em;
	border-radius: 5px;
}
.btn--goback {
	display: inline-block;
	padding: 0.4em 10px 0.3em 25px;
	border: 2px solid #30A3B8;
	background: #fff;
	color: #30A3B8;
	min-width: 3em;
	width: auto;
}
.btn--goback:hover, .btn--goback:focus {
	background: #30A3B8;
	color: #fff;
}
.btn--goback::after {
	position: absolute;
	top: calc(50% - 8px);
	left: 10px;
	width: 12px;
	height: 17px;
	content: '';
	background: url("../image/icon-back-button.svg") no-repeat right center;
}
.btn--goback:hover::after, .btn--goback:focus::after {
	background: url("../image/icon-back-button-hover.svg") no-repeat right center;
}
.btn--play {
	display: block;
	padding: 35px 0 3px;
	border: 2px solid #2557A9;
	background: #fff;
	color: #2557A9;
	width: 100%;
	text-align: center;
}
.btn--play:hover{
	background: #2557A9;
	color: #fff;
}
.btn--play::after {
	position: absolute;
	top: 7px;
	left: calc(50% - 12px);
	width: 23px;
	height: 23px;
	content: '';
	background: url("../image/icon-play-button.svg") no-repeat right center;
}
.btn--play:hover::after{
	background: url("../image/icon-play-button-hover.svg") no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 15px 0 20px;
}
.content__header{
	border-top: 3px solid #63BECF;
	margin-bottom: 20px;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.content__header > span{
	display: block;
	padding: 5px 7px 4px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #30A3B8;
	background: #FFFFFF;
	color: #414141;
	font-size: 1.3em;
	font-weight: bold;
	overflow: hidden;
}
.webcast{
	display: flex;
	justify-content: space-between;
	margin: 0 130px 20px;
}
.livecast,.vodcast{
	width: 350px;
	border: 10px solid #E7E7E7;
	margin: 0 40px 0 0;
	text-align: center;
}
.vodcast{
	margin: 0;
}
.stream{
	padding: 68px 33px 20px;
}
.stream__header{
	position: relative;
	margin: -68px -33px 20px;
	padding: 14px 10px 8px;
	text-align: left;
	overflow: hidden;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.livecast__header{
	background: #647339;
}
.livecast__header::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 58px;
	background: url("../image/icon-header-bg-live.png") no-repeat center;
}
.vodcast__header{
	background: #3D7339;
}
.vodcast__header::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 58px;
	background: url("../image/icon-header-bg-vod.png") no-repeat center;
}
.stream__main-header{
	position: relative;
	color: #fff;
	text-shadow: 1px 1px #606060;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1;
}
.stream__sub-header{
	position: relative;
	color: #fff;
	text-shadow: 1px 1px #606060;
	font-size: 0.9em;
	font-weight: bold;
}
.stream__state{
	margin: 0 0 5px;
	color: red;
}
.stream__freeword{
	margin: 0 0 5px;
	color: red;
}
.livelink{
	padding: 0 0 20px;
}
.liveprogram{
	text-align: left;
	font-size: 90%;
}
.vodlink{
	margin: -20px -33px;
}
.vodlink li {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.vodlink li:last-child{
	border-bottom: 1px solid #CCCCCC;
}
.notice{
	display: flex;
	justify-content: space-between;
}
.noticeleft{
	width:510px;
	margin: 0 30px 0 0;
}
.noticeright{
	width:510px;
}
.photo{
	margin: 0;
}
.howto{
}
.howto li{
	position: relative;
	line-height: 1.3em;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 90%;
}
.howto li::before{
	position: absolute;
	top: 0.5em;
	left: 4px;
	width: 3px;
	height: 3px;
	background: #B0B0B0;
	content: '';
}
.contact{
	margin-top: 1em;
	border-radius: 10px;
	border: 1px solid #E6AF83;
	background-color: #FFF2E7;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.contact h5{
	color: #783905;
	padding: 10px;
	display: table-cell;
	width: 8em;
	font-size: .9em;
	height: 2em;
	font-weight: bold;
}
.contact div{
	padding: 10px;
	vertical-align: top;
	display: table-cell;
	background-color: #FFFFFF;
	width: 27em;
	border-radius: 0 10px 10px 0;
	line-height: 1.2;
	font-size: 90%;
	box-sizing: border-box;
}
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 th {
	border: 1px solid #595959;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.vodsearch td {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 950px;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	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: 950px;
	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;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px 15px;
}
.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;
}
.play__comment{
	margin: 10px 0 0;
	font-size: 0.9em;
}
.play__comment li::before{
	content: '※';
}
.comment{
	margin: 0 auto 20px;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px:
	border: 3px ridge #A0A0A0;
	padding: 140px 10px;
	margin: 20px auto;
	text-align: center;
}
.back{
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	font-size: 75%;
	color: #333333;
}
.footer ul{
	padding: 13px 0;
}
.footer li{
	padding: 4px 0;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-700{
	width: 700px;
}
.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 {
	overflow: hidden;
}

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

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

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