@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FDFCF7;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
div,p,pre,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table,caption,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
form,textarea,select,option,input {
	margin:0;
	padding:0;
	font-size: 100%;
}
span,br,a,img,object {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
a:link {
	color: #3566CC;
	text-decoration: underline;
}
a:visited {
	color: #3566CC;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	background: #FFFFFF;
	border-top: 3px solid #018954;
}
.navi-container{
	background: #018954;
	border-bottom: 4px solid #2B7146;
}
.main-container{
}
.footer-container{
	border-top: 2px #2F7251 solid;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1 img{
	display: block;
}
.header h1{
	padding-top: 3px;
}
.outlink{
	position: absolute;
	top: 15px;
	right: 0;
}
.outlink ul{
	float: right;
}
.outlink li{
	padding-bottom: 5px;
	font-size: 90%;
}
.outlink li a{
	background: url(../image/listmark-arrow2.png) no-repeat left center;
	padding-left: 12px;
}
.navi{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
}
.navi__item {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
}
.navi__link {
	display: block;
	padding: 10px 10px 8px;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navi__link--active, .navi__link:focus, .navi__link:hover {
	background: #007042;
}

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

main-container

=================================================
*/
h2 {
	border-bottom: 3px solid #26C9FF;
	background: #1C326B;
	font-size: 1.1em;
	padding: 8px 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-weight: bold;
}
.content{
	padding: 16px 0;
}
.webcast{
}
.livecast,.vodcast{
	padding-bottom: 20px;
}
.livecastleft{
	float: left;
	width: 650px;
	text-align: center;
}
.livecastright{
	float: right;
	width: 380px;
}
.livecast2{
	border: 1px solid #DDDDDF;
	background: #FFFFFF;
	padding: 20px;
	min-height: 165px;
}
.livelink{
	padding: 15px 150px;
	text-align: center;
}
.btn--live {
	position: relative;
	display: block;
	padding: 0 0 0 50px;
	border-radius: 5px;
	background: #006291;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn--live:hover, .btn--live:focus {
	background: #005076;
}
.btn--live::after {
	position: absolute;
	top: calc(50% - 13px);
	left: 14px;
	width: 22px;
	height: 25px;
	content: '';
	background: url("../image/arrow.svg") no-repeat center;
}
.btn--live-main {
	display: block;
	border-radius: 0 5px 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px;
	background: #0077B0;
	text-align: left;
}
.btn--live:hover .btn--live-main, .btn--live:focus .btn--live-main {
	background: #006697;
}
.btn--no-live {
	background: #949494;
}
.btn--no-live:hover, .btn--no-live:focus {
	background: #949494;
}
.btn--no-live .btn--live-main {
	background: #9D9D9D;
}
.btn--no-live:hover .btn--live-main, .btn--no-live:focus .btn--live-main {
	background: #9D9D9D;
}
.freeword{
}
.livestatus{
	margin-bottom: 10px;
	color: red;
}
.liveprogram{
}
.rec-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
.rec-list__item {
	width: calc(100% / 4 - 20px);
}
.btn--vod {
	position: relative;
	display: block;
	padding: 10px 15px 90px;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn--vod-meeting {
	background: #A47528;
	box-shadow: 0 4px 0 0 #704C10;
}
.btn--vod-meeting:hover, .btn--vod-meeting:focus {
	background: #704C10;
}
.btn--vod-speaker {
	background: #498931;
	box-shadow: 0 4px 0 0 #2B7010;
}
.btn--vod-speaker:hover, .btn--vod-speaker:focus {
	background: #2B7010;
}
.btn--vod-group {
	background: #306CA5;
	box-shadow: 0 4px 0 0 #104270;
}
.btn--vod-group:hover, .btn--vod-group:focus {
	background: #104270;
}
.btn--vod-phrase {
	background: #9F3683;
	box-shadow: 0 4px 0 0 #701056;
}
.btn--vod-phrase:hover, .btn--vod-phrase:focus {
	background: #701056;
}
.btn--vod-meeting::after, .btn--vod-speaker::after, .btn--vod-group::after, .btn--vod-phrase::after {
	position: absolute;
	bottom: 10px;
	left: 25%;
	width: 120px;
	height: 70px;
	content: '';
	opacity: 0.2;
}
.btn--vod-meeting::after {
	background: url("../image/vod_meeting.svg") no-repeat center;
}
.btn--vod-speaker::after {
	background: url("../image/vod_speaker.svg") no-repeat center;
}
.btn--vod-group::after {
	background: url("../image/vod_group.svg") no-repeat center;
}
.btn--vod-phrase::after {
	background: url("../image/vod_phrase.svg") no-repeat center;
}
.btn--vod-main {
	position: relative;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.btn--vod-main::after {
	position: absolute;
	top: calc(4px + 0.2em);
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	background: url("../image/external.svg") no-repeat center;
}
.btn--vod-note {
	display: block;
	font-size: 0.9em;
}
.photo {
	margin: 0;
	position: relative;
}
.photo__caption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 6px 8px 5px;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}

.notice{
}
.howto{
	float: left;
	width: 650px;
	text-align: left;
}
.howto2{
	border: 1px solid #DDDDDF;
	background: #FFFFFF;
	padding: 15px;
	min-height: 320px;
}
.howto li{
	background: url(../image/listmark-arrow.png) no-repeat 0 0.5em;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
}
.howto li.listlast{
	margin-bottom: 0;
}
.contact{
	float: right;
	width: 380px;
	text-align: left;
}
.contact2{
	border: 1px solid #DDDDDF;
	background: #FFFFFF;
	padding: 15px;
	min-height: 320px;
}
.contact li{
	margin-bottom: 5px;
	font-size: 90%;
}

table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 860px;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	width: 740px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 860px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}
.phrasesearch {
	margin: 30px auto;
}
.phrasesearch .info li{
	margin-bottom: 10px;
}
.phrasesearch li{
	text-align: center;
}
.phrasesearch input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 395px;
}
.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, .amplayer, .amp-no-js, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playlist {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
.playtext {
	width: 395px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink{
	margin: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.playlink li{
	margin: 0 0 7px 7px;
}
.btn--link {
	position: relative;
	display: block;
	padding: 8px 20px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #018954;
	border-radius: 3px;
	font-weight: bold;
}
.btn--link:hover, .btn--link:focus {
	background: #007042;
}
.telop{
	box-sizing: border-box;
	max-width: 646px;
	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: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 160px 10px;
	margin: 20px auto;
	text-align: center;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.comment{
	margin: 0 auto 20px;
}
.back{
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	font-size: 80%;
	padding: 10px 0;
}

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

other

=================================================
*/
.width-65{
	width: 65px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-400{
	width: 400px;
}
.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-bold {
	font-weight: bold;
}
.font-tt{
	font-family: monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

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

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

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