@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	color: #333333;
}
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%;
}

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

overall

=================================================
*/
.wrap--header {
	width: 100%;
	background: #051D34;
	margin-bottom: 30px;
}
.wrap--nav {
	width: 100%;
	background: #E6E6E6;
}
.wrap--main {
	display: block;
}
.wrap--footer {
	margin-top: 30px;
	background: #F2F4F3;
}
.wrap{
	width: 1050px;
}
.visually-hidden {
	margin: -1px;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}
.hidden {
	display: none !important;
}

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

header

=================================================
*/
.header{
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.title{
	width: 478px;
	margin: 0;
}
.ext {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ext__item {
	display: inline-block;
	margin-left: 17px;
}
.ext__link {
	font-size: 0.9em;
	padding: 0 0 0 7px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.ext__link::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 5px;
	background: url("../image/icon-link-arrow.svg");
	content: '';
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navi__item {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.navi__link {
	display: block;
	padding: 14px 10px 11px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.navi__link:link, .navi__link:visited {
	color: #333333;
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover, .navi__link--active {
	background: #FFFFFF;
	box-shadow: 0 4px 0 0 #6EBDFF inset;
	text-decoration: none;
	box-sizing: border-box;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 11px 10px 9px 70px;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
.btn__title{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
.btn__subscript{
	display: block;
	font-size: 0.9rem;
}
.btn--live {
	padding: 22px 10px 20px 70px;
	background: #723137;
	box-shadow: 0 3px 0 #CDB8BB;
}
.btn--live:hover, .btn--live:focus {
	color: #6D1E54;
	background: #EAD3D6;
}
.btn--live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(4%);
	width: 40px;
	height: 40px;
	background: url("../image/icon-live-button.svg") no-repeat center;
	content: '';
}
.btn--live:hover::after, .btn--live:focus::after {
	background: url("../image/icon-live-button-hover.svg") no-repeat center;
}
.btn--no-live {
	padding: 22px 10px 20px 70px;
	background: #828282;
	box-shadow: 0 3px 0 0 #C2C2C2;
	color: #fff;
}
.btn--no-live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(4%);
	width: 40px;
	height: 40px;
	background: url("../image/icon-live-button.svg") no-repeat center;
	content: '';
}
.btn--vod-meeting, .btn--vod-speaker, .btn--vod-group {
	background: #2D5274;
	color: #fff;
	box-shadow: 0 3px 0 0 #ACC6DD;
}
.btn--vod-meeting:hover, .btn--vod-meeting:focus, .btn--vod-speaker:hover, .btn--vod-speaker:focus, .btn--vod-group:hover, .btn--vod-group:focus {
	background: #D1DEEA;
	color: #2A455D;
}
.btn--vod-meeting::after, .btn--vod-speaker::after, .btn--vod-group::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(4%);
	width: 40px;
	height: 40px;
	content: '';
}
.btn--vod-meeting::after {
	background: url("../image/icon-vod-meeting-button.svg") no-repeat center;
}
.btn--vod-meeting:hover::after, .btn--vod-meeting:focus::after {
	background: url("../image/icon-vod-meeting-button-hover.svg") no-repeat center;
}
.btn--vod-speaker::after {
	background: url("../image/icon-vod-speaker-button.svg") no-repeat center;
}
.btn--vod-speaker:hover::after, .btn--vod-speaker:focus::after {
	background: url("../image/icon-vod-speaker-button-hover.svg") no-repeat center;
}
.btn--vod-group::after {
	background: url("../image/icon-vod-group-button.svg") no-repeat center;
}
.btn--vod-group:hover::after, .btn--vod-group:focus::after {
	background: url("../image/icon-vod-group-button-hover.svg") no-repeat center;
}
.btn--goback, .btn--play {
	font-size: 1em;
	background: #2D5274;
	color: #fff;
	box-shadow: 0 3px 0 0 #ACC6DD;
}
.btn--goback {
	display: inline-block;
	padding: 0.5em 1em 0.5em 37px;
	min-width: 3em;
	width: auto;
}
.btn--play {
	display: block;
	padding: 40px 0 6px;
	width: 100%;
	text-align: center;
}
.btn--goback:hover, .btn--goback:focus, .btn--play:hover, .btn--play:focus{
	background: #D1DEEA;
	color: #2A455D;
}
.btn--goback::after {
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
	width: 20px;
	height: 20px;
	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::after {
	position: absolute;
	top: 11px;
	left: calc(50% - 13px);;
	width: 24px;
	height: 24px;
	content: '';
	background: url("../image/icon-vod-play-button.svg") no-repeat right center;
}
.btn--play:hover::after, .btn--play:focus::after {
	background: url("../image/icon-vod-play-button-hover.svg") no-repeat right center;
}

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

main

=================================================
*/
.content {
	margin: 0 auto;
}
.content__header {
	position: relative;
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 1.5em;
	color: #051D34;
	border-bottom: 2px solid #3070AD;
}
.row {
	display: flex;
	justify-content: space-between;
}
.row--notice {
	flex-wrap: nowrap;
	margin: 0 -30px 0 0;
}
.row--play{
	flex-wrap: nowrap;
	margin: 0 -15px 0 0;
}
.row__item {
	width: calc(100% / 2 - 15px);
	box-sizing: border-box;
}
.row__item--stream {
	background: #F1F1F1;
}
.row__item--notice {
	margin: 0 30px 0 0;
	flex-grow: 1;
	width: auto;
}
.row__item--player {
	margin: 0 15px 0 0;
	width: auto;
	min-width: 646px;
}
.row__item--playtext {
	flex-grow: 1;
	width: auto;
}
.stream {
	padding: 50px 70px 20px;
}
.stream__header {
	position: relative;
	margin: -50px -70px 25px;
	padding: 12px 18px 9px;
	font-weight: normal;
	overflow: hidden;
}
.stream__header--live {
	background: #FFDCF4;
	border-left: 5px solid #6D1E54;
	color: #6D1E54;
}
.stream__header--rec {
	background: #D1DDE8;
	border-left: 5px solid #2A455D;
	color: #2A455D;
}
.stream__main-header {
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
	float: left;
}
.stream__sub-header {
	line-height: 1.4;
	margin: 0 0 0 13px;
	padding: 7px 0 0;
	float: left;
}
.live-list{
	margin: 15px 0;
}
.stream__state {
	margin: 25px 0;
	text-align: center;
}
.stream__state--no-live {
	color: #c00;
	font-weight: bold;
}
.stream__freeword{
	margin: 0 0 25px;
	color: #c00;
	font-weight: bold;
}
.stream__schedule {
	text-align: center;
	margin: 0 -20px;
}
.rec-list {
	padding: 0;
	margin: 15px 0;
	list-style: none;
}
.rec-list__item {
	margin-bottom: 13px;
}
.phrase {
	margin: 0;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.phrase__title {
	color: #2A455D;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.phrase__group {
	border: none;
	padding: 0;
}
.phrase__notice {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 6px 0;
	box-sizing: border-box;
}
.phrase__box {
	display: flex;
	overflow: hidden;
	border: 1px solid #7A7A7A;
}
.phrase__text-cell {
	font-size: 1rem;
	box-sizing: border-box;
	width: 85%;
	background: #fff;
	border: none;
	border-right: 1px solid #7A7A7A;
	padding: 3px 5px;
}
.phrase__submit-cell {
	box-sizing: border-box;
	width: 15%;
	background: #FFE32A;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.phrase__submit-cell:focus, .phrase__submit-cell:hover {
	background: #F2D51D;
}
.notice,
.contact {
	margin: 20px auto 0;
}
.notice-list {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 1.4;
}
.notice-list__item {
	position: relative;
	margin: 0 0 6px;
}
.notice-list__item:last-child {
	margin: 0;
}
.notice-list__item::before {
	position: absolute;
	top: 0.4em;
	left: -0.6em;
	width: 3px;
	height: 5px;
	background: url("../image/icon-list-arrow.svg") no-repeat;
	content: '';
}
.before-list {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 1.4;
}
.before-list__index{
	position: relative;
	margin: 0 0 5px -15px;
}
.before-list__index::before{
	position: absolute;
	top: 0.4em;
	left: -0.6em;
	width: 4px;
	height: 7px;
	background: url("../image/icon-list-arrow.svg") no-repeat;
	content: '';
}
.before-list__item {
	position: relative;
	margin: 0 0 20px;
}
.photo {
	margin: 0;
	position: relative;
}
.barcode {
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 8px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #C2C2C2;
}
.barcode__image {
	float: left;
}
.barcode__header {
	margin: 5px 0 0 100px;
	color: #333;
	font-weight: bold;
}
.barcode__note {
	margin: 2px 0 0 100px;
}
.address {
	font-style: normal;
	padding: 0 17px;
	line-height: 1.8;
}

.contentframe{
	padding: 0 20px;
}
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{
	width: calc(100% / 3);
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	background: #FFFFFF;
	box-sizing: border-box;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.speaker__info{
	width: 800px;
	margin: 20px auto -18px;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.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;
}

.play {
	margin: 20px auto 0;
}
.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;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 349px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.nonlive{
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 100px 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

=================================================
*/
.footer {
	padding: 40px;
	color: #333;
	text-align: center;
	font-size: 0.9em;
	margin: 0;
}

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

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;
}
.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;
}
