@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-size: 100%;
	font-family: Meiryo, 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: 960px;
	margin: 0 auto;
}
.header-container{
}
.main-container{
	display: block;
}
.footer-container{
	border-top: 2px solid #007FC5;
	background: #C8E8FA;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	padding: 30px 0;
}
.header h1{
	width: 288px;
	padding: 0 0 0 13px;
}
.outlink {
	position: absolute;
	top: 10px;
	right: 0;
	overflow: hidden;
	max-width: 600px;
}
.outlink li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 22px;
	position: relative;
}
.outlink li::before{
	border-bottom: 5px solid transparent;
	border-left: 5px solid #00A0E9;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	left: calc(6%);
	position: absolute;
	top: calc(50% - 5px);
	width: 0;
}
.outlink a{
	text-decoration: underline;
}
nav{
	border: 1px solid #0088CC;
	border-radius: 5px;
	background: linear-gradient(#329CD3, #0185C8);
}
nav ul{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
nav li{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	border-right: 1px solid #CCCCCC;
}
nav li:last-child{
	border-right: none;
}
nav li:hover, nav li.navilink-active{
	background: #0D5479;
}
nav li.navilink a{
	display: block;
	padding: 12px 0 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #646464;
	color: #FFFFFF;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 25px 75px 22px 35px;
	width: 100%;
	border-radius: 6px;
	background: #007CBF;
	box-shadow: 0 5px 10px 0 #D8D8D8;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
}
.btn:hover{
	opacity: 0.9;
}
a.btn{
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #646464;
}
.btn.btn-live{
	background: #008732;
	border-radius: 40px;
}
.btn.btn-live .icon_live{
	position: absolute;
	top: calc(50% - 35px);
	right: calc(2%);
	width: 67px;
	height: 67px;
	border-radius: 33px;
	border: 1px solid #00732A;
	background: #008229;
	content: '';
	overflow: hidden;
}
.btn.btn-live .icon_live::after{
	position: absolute;
	top: calc(50% - 11px);
	right: calc(20%);
	width: 35px;
	height: 21px;
	background: url("../image/icon_live.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #B3B3B3;
	color: #FFFFFF;
	box-shadow: none;
}
.btn.btn-live.disabled:hover{
	opacity: inherit;
}
.btn.btn-live.disabled .icon_live{
	border: 1px solid #999999;
	background: #999999;
}
.btn.btn-vod{
	background: #007CBF;
	border-radius: 40px;
}
.btn.btn-vod .icon_vod{
	position: absolute;
	top: calc(50% - 35px);
	right: calc(2%);
	width: 67px;
	height: 67px;
	border-radius: 33px;
	border: 1px solid #006CA6;
	background: #0074B3;
	content: '';
	overflow: hidden;
}
.btn.btn-meeting .icon_vod::after{
	position: absolute;
	top: calc(50% - 21px);
	right: calc(23%);
	width: 36px;
	height: 43px;
	background: url("../image/icon_meeting.svg") no-repeat center;
	content: '';
}
.btn.btn-speaker .icon_vod::after{
	position: absolute;
	top: calc(50% - 19px);
	right: calc(9%);
	width: 47px;
	height: 53px;
	background: url("../image/icon_speaker.svg") no-repeat center;
	content: '';
}
.btn.btn-phrase .icon_vod::after{
	position: absolute;
	top: calc(50% - 17px);
	right: calc(0% - 20px);
	width: 73px;
	height: 37px;
	background: url("../image/icon_phrase.svg") no-repeat center;
	content: '';
}
.btn.btn-play{
	display: block;
	padding: 40px 0 6px;
	background: #007CBF;
	border: none;
	box-shadow: 0 3px 5px #CCCCCC;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
a.btn.btn-play{
	color: #FFFFFF;
	text-shadow: none;
}
.btn.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/icon_play.svg') no-repeat right center;
}
.btn.btn-back{
	display: inline-block;
	padding: .6em 33px .5em 52px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	box-shadow: 0 2px 0 #EBEBEB;
	min-width: 3em;
	width: auto;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
}
a.btn.btn-back{
	color: #484848;
	text-shadow: none;
}
.btn.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 23px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/icon_back.svg') no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
.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: #007FC5;
	content: '';
}
.webcast{
	display: flex;
	justify-content: space-between;
	margin: 0 -15px 20px;
}
.livecast,.vodcast{
	flex: 1;
	margin: 0 15px;
	box-sizing: border-box;
	background: #F7F7F7;
}
.webcast_header{
	position: relative;
	padding: 12px 22px 9px;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	background: #E6E6E6;
}
.webcast_header::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #007FC5;
	content: '';
}
.webcast_box{
	padding: 20px 30px;
	box-sizing: border-box;
	min-height: 330px;
}
.livelink{
	padding: 0 24px 30px;
}
.livestatus{
	margin: 0 0 20px;
	text-align: center;
}
.freeword{
	margin: 0 0 20px;
	color: #D90000;
	text-align: center;
}
.liveprogram{
	margin: 0 55px;
	text-align: left;
	font-size: 95%;
}
.vodlink{
	padding: 0 24px;
}
.vodlink li{
	margin: 0 0 18px;
}
.howto{
	margin: 0 0 20px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 465px;
	margin: 0 30px 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: #139F62;
	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: 465px;
}
.topphoto p{
	padding: 8px;
	color: #333;
	background: #EBEBEB;
	text-align: right;
	font-weight: bold;
}
.contact ul{
	padding: 0 0 0 15px;
}
.contact li{
	margin: 0 0 6px;
	line-height: 1.4;
}

.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 {
	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;
}
.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: 430px;
}
.playright {
	float: right;
	width: 460px;
	overflow: hidden;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 424px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.var-hidden{
	display: none;
}
.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%;
}
.playlink{
	margin: 5px 0 0;
	float: right;
	overflow: hidden;
}
.playlink li{
	float: left;
	margin: 0 2px 2px 0;
}
.playlink li:last-child{
	margin-right: 0;
}
.telop{
	box-sizing: border-box;
	max-width: 430px;
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 424px;
	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: 20px 0 30px;
	color: #333333;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-200{
	width: 200px;
}
.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-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;
}
