@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: url("../image/body_background.png") repeat;
	color: #000000;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, 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: 1050px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header-container{
	background: #FFFFFF;
}
.main-container{
	display: block;
}
.footer-container{
	border-top: 3px solid #3F5F00;
	background: #E6E3DA;
}

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

header-container

=================================================
*/
.header{
	padding: 30px 10px;
	position: relative;
}
.header h1{
	width: 518px;
}
.outlink {
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 95%;
}
.outlink li::before{
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	width: 16px;
	height: 16px;
	background: url("../image/external.svg") no-repeat right center;
	content: '';
}
nav{
	background: #597F0E;
	border-bottom: 1px solid #48660B;
}
nav ul{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
.navilink{
	flex: 1;
	overflow: hidden;
	background: #3F5F00;
	border-right: 1px solid #798F4D;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.navilink:last-child{
	border-right: none;
}
.navilink:hover{
	background: #779834;
}
.navilink-active, .navilink-active:hover{
	background: #A9CB66;
}
.navilink a{
	display: block;
	padding: 12px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.navilink-active a{
	color: #2B4002;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 10px 10px 10px 90px;
	width: 100%;
	border-radius: 6px;
	background: #edf2e4;
	border: 1px solid #abca73;
	color: #334d00;
	box-shadow: 0 3px 0 #d5dfc4;
	text-align: left;
	text-decoration: none;
	font-size: 1.5em;
}
.btn.btn-live{
	padding: 23px 10px 20px 90px;
	background: #faebeb;
	border: 1px solid #f4bebe;
	color: #991900;
	box-shadow: 0 3px 0 #f4d8d8;
	text-decoration: none;
	text-align: left;
}
.btn.btn-live:hover{
	background: #f9dddd;
}
.btn.btn-live::after{
	position: absolute;
	top: calc(50% - 12px);
	left: calc(8%);
	width: 40px;
	height: 24px;
	background: url("../image/live.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #f2f2f2;
	box-shadow: none;
	color: #222;
	opacity: 0.7;
	border: 1px solid #ccc;
}
.btn.btn-live.disabled::after{
	background: url("../image/live_disabled.svg") no-repeat center;
}
.btn-live-note{
	font-size: 0.8em;
}
.btn.btn-vod:hover{
	background: #d7e6bd;
}
.btn.btn-vod::after {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(8%);
	width: 34px;
	height: 24px;
	background: url('../image/rec.svg') no-repeat center;
	content: '';
}
.btn.btn-vod > span{
	display: block;
	font-weight: normal;
	font-size: 0.65em;
}
.btn-play, .btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
}
.btn-play:hover, .btn-back:hover{
	background: #d7e6bd;
}
.btn-play::after, .btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
}
.btn-play::after{
	background: url('../image/play.svg') no-repeat right center;
}
.btn-back::after{
	background: url('../image/goback.svg') no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
.content_header{
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 6px;
	font-weight: normal;
	font-size: 1.7em;
	border-bottom: 2px solid rgba(63, 95, 0, 0.2);
	color: #3f5f00;
}
.content_header > span{
	border-bottom: 2px solid #3f5f00;
	padding: 0 3px 6px;
}
.webcast{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 20px 0;
}
.livecast, .vodcast{
	margin: 0 20px 0 0;
	width: calc(100% / 2 - 20px);
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.webcast_header{
	padding: 20px 30px;
	background: #E6E3DA;
}
.livecast_header{
	width: 102px;
}
.vodcast_header{
	width: 124px;
}
.webcast_box{
	padding: 25px 40px;
	box-sizing: border-box;
}
.webcast_info{
	min-height: 9.5em;
	line-height: 1.5;
}
.webcast_info__list{
 margin: 0 0 0.5em;
}
.webcast_info__item{
	
}
.webcast_info__item > p{
	padding: 0 0 0 1em;
}
.livelink{
	margin: 20px 0 50px;
}
.livelink li{
	margin: 0 0 3px;
}
.livestatus{
	margin: 0 0 20px;
	color: #D90000;
	text-align: center;
}
.freeword{
	margin: 0 0 20px;
	color: #D90000;
	text-align: center;
}
.liveprogram{
	margin: 0 0 20px;
	text-align: center;
}
.vodlink{
	margin: 20px 0 30px;
}
.vodlink li{
	margin: 0 0 3px;
}
.simplesearch{
	overflow: hidden;
}
.simplesearch label{
	padding: 0 0 3px;
	color: #2B2B2B;
	font-weight: bold;
}
.simplesearch p{
	margin: 5px 0 0;
	color: #2B2B2B;
	font-size: .9em;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #568003;
	border-radius: 3px;
}
.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: 5px 10px 4px;
	width: 100%;
	height: 2em;
	border: 0;
	background: none;
	font-size: 1em;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.form-submit{
	box-sizing: border-box;
	padding: 5px 0 4px;
	width: 100%;
	height: 2em;
	border: 0;
	background: #568003;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.howto{
	margin: 0 0 20px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 470px;
	margin: 0 20px 0 0;
}
.howto_main ul{
	margin: 0 0 1em;
	padding: 0 0 0 16px;
}
.howto_main li{
	position: relative;
	margin: 0 0 6px;
	line-height: 1.4;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #568003;
	content: '';
}
.howto_main li:last-child{
	margin-bottom: 0;
}
.barcode{
	padding: 12px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #BBC2BF;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 5px 0 3px;
	font-weight: bold;
	margin: 0 0 0 100px;
	color: #333;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 100px;
	line-height: 1.2;
}
.topphoto{
	float: left;
	width: 470px;
}
.topphoto figure{
	position: relative;
	background: #FFFFFF;
	margin: 0;
}
.topphoto figcaption{
	padding: 10px 12px 9px;
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.contact address{
	font-style: normal;
	line-height: 1.8;
}

.contentframe{
	padding: 0 10px;
}
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;
}
.gikai__comment{
	margin: 10px 0 0;
	text-align: center;
}
.gikai__comment li{
	display: inline-block;
	text-align: left;
}
.content__main--speaker{
	column-count: 3;
	column-gap: 5px;
	margin: 20px 20px 0;
}
.speaker__col{
	break-inside: avoid-column;
	border: 1px solid #ADADAD;
	background: #fff;
	margin: 0 0 -1px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.speaker__index{
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.speaker__item{
	background: #fff;
	border-left: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	margin-left: 20%;
	padding: 5px;
	box-sizing: border-box;
}
.speaker__item:last-child{
	border-bottom: none;
}
.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;
}
.kaiha__comment{
	margin: 10px 0 0;
	text-align: center;
}
.kaiha__comment li{
	display: inline-block;
	text-align: left;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin: 0 0 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 520px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 370px;
	overflow: hidden;
}
.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%;
}
.var-hidden{
	display: none;
}
.amplayer, .amp-no-js{
	max-width: 100%;
	max-height: 100%;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 370px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink{
	margin: 5px 0 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.playlink li{
	margin: 0 0 2px 2px;
}
.playlink li:last-child{
	margin-right: 0;
}
.btn-inquirylink, .btn-doclink{
	display: inline-block;
	padding: 6px 2em 4px;
	margin: 0 1px 1px 0;
	border-radius: 4px;
	background: #3F5F00;
	border: none;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	color:#FFFFFF !important;
	text-decoration: none !important;
}
.playcomment{
	margin: 5px 0 0;
	font-size: 0.9em;
}
.playcomment::before{
	content: '・';
}
.telop{
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#FFFFFF, #F0EEE8);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	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: 30px 0;
	color: #333;
}

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

other

=================================================
*/
.width-110{
	width: 110px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.width-450{
	width: 450px;
}
.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-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;
}
