@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
	color: #000000;
}
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{
	border-top: 2px solid #329900;
}
.main-container{
	display: block;
}
.footer-container{
	background: #008027;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
	width: 540px;
}
.outlink {
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 22px;
	position: relative;
	font-size: 95%;
}
.outlink li::before{
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	background: url('../image/external.svg') no-repeat right center;
}
.outlink a{
	text-decoration: underline;
}
.fontsize{
	position: absolute;
	top: 45px;
	right: 0;
	margin: 15px 0 0;
}
.fontsize dt {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 8px 3px;
}
.fontsize dd {
	position: relative;
	float: left;
	margin: 0 0 0 3px;
}
.fontsize a{
	text-decoration: none;
	padding: 3px 7px 2px;
	background: #bbf0cb;
	border-radius: 3px;
	box-shadow: 0 2px 0 #67b07d;
	border: none;
	color: #333333;
	font-size: 1em;
}
.fontsize a:hover{
	background: #91e7ab;
}
nav{
	background: #ededed;
}
nav ul{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
nav li{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #B3B3B3;
}
nav li:last-child{
	border-right: 1px solid #B3B3B3;
}
.navilink {
	display: block;
	padding: 17px 0 10px;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	text-decoration: none;
	border-bottom: 5px solid #ededed;
}
.navilink:hover{
	background: #e5f9eb;
	border-bottom: 5px solid #00b337;
}
.navilink-active{
	background: #bbf0cb;
	border-bottom: 5px solid #008027;
}
.navilink-active:hover{
	background: #bbf0cb;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 23px 0 20px;
	width: 100%;
	border-radius: 6px;
	color: black;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
}
.btn.btn-live{
	background: #fadbbb;
	box-shadow: 0 2px 0 #e4984c;
	color: #662400;
}
.btn.btn-live:hover{
	background: #f8cea3;
}
.btn.btn-live::after{
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 40px;
	height: 40px;
	background: url("../image/live.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #f2f2f2;
	box-shadow: 0 2px 0 #aaa;
	color: #222;
	opacity: 0.7;
	border: 1px solid #ccc;
}
.btn.btn-live.disabled::after{
	background: url("../image/live_disabled.svg") no-repeat center;
}
.btn.btn-meeting, .btn.btn-speaker, .btn.btn-group {
	background: #bbf0cb;
	box-shadow: 0 2px 0 #67b07d;
	color: #054c1a;
}
.btn.btn-meeting:hover, .btn.btn-speaker:hover, .btn.btn-group:hover {
	background: #a6ebbb;
}
.btn.btn-meeting::after, .btn.btn-speaker::after, .btn.btn-group::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 40px;
	height: 40px;
	content: '';
}
.btn.btn-meeting::after {
	background: url('../image/vod_meeting.svg') no-repeat center;
}
.btn.btn-speaker::after {
	background: url('../image/vod_speaker.svg') no-repeat center;
}
.btn.btn-group::after {
	background: url('../image/vod_group.svg') no-repeat center;
}
.btn-play, .btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	background: #bbf0cb;
	color: #054c1a;
	box-shadow: 0 2px 0 #67b07d;
}
.btn-play:hover, .btn-back:hover{
	background: #a6ebbb;
}
.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 40px;
}
.content.toppage{
	padding: 0 0 40px;
}
.content_header{
	position: relative;
	margin: 0 0 20px;
	padding: 6px 20px 5px;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid #B3B3B3;
}
.content_header::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #008027;
	content: '';
}
.webcast{
	display: flex;
	justify-content: space-between;
	margin: 20px -15px 40px;
}
.livecast,.vodcast{
	flex: 1;
	margin: 0 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.webcast_header{
	position: relative;
	margin: 3px 3px 0;
	padding: 9px 25px 7px;
	font-weight: normal;
	font-size: 1.5rem;
	color: #222;
	overflow: hidden;
	background: #ededed;
}
.webcast_header::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #008027;
	content: '';
}
.webcast_box{
	padding: 30px 45px;
	box-sizing: border-box;
}
.livelink{
	padding: 0 0 40px;
}
.livestatus{
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.1em;
}
.freeword{
	margin: 0 0 30px;
	color: #D90000;
	text-align: center;
	font-size: 1.1em;
}
.liveprogram{
	padding: 0 45px;
	text-align: left;
}
.vodlink li{
	margin: 0 0 6px;
}
.simplesearch{
	overflow: hidden;
	padding: 15px 20px;
	background: #f1efea;
}
.simplesearch label{
	padding: 6px 10px 3px 0;
	color: #054c1a;
	font-size: 1.2em;
}
.simplesearch p{
	margin: 5px 0 0;
	color: #444;
	font-size: 95%;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 0 1px 2px 0 #ccc inset;
}
.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: 0 4px;
	width: 100%;
	height: 1.7em;
	border: 0;
	background: none;
	font-size: 1em;
}
.form-submit{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.7em;
	border: 0;
	background: #bbf0cb;
	color: #333;
	font-size: 1em;
	cursor: pointer;
}
.form-submit:focus, .form-submit:active {
	background: #a6ebbb;
}
.howto{
	margin: 0 0 40px;
}
.howto ul{
	margin: 0 0 1em;
	padding: 0 0 0 16px;
}
.howto li{
	position: relative;
	margin: 0 0 10px;
	line-height: 1.4;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #008027;
	content: '';
}
.howto li:last-child{
	margin-bottom: 0;
}
.barcode{
	border: 1px solid #008027;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 10px 0 5px;
	font-weight: bold;
	margin: 0 0 0 100px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 100px;
	line-height: 1.2;
}
.contact li{
	margin: 0 0 7px;
	line-height: 1.3;
}

.contentframe{
	padding: 0 30px;
}
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;
}
.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;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	width: 920px;
	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;
}

.play {
	width: 800px;
	margin: 20px auto 0;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 326px;
}
.play .playright {
	float: right;
	width: 460px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 320px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 460px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	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: 30px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 90%;
	padding: 40px 0;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
}

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

other

=================================================
*/
.width-90{
	width: 90px;
}
.width-110{
	width: 110px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-800{
	width: 800px;
}
.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;
}
