@charset "UTF-8";

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

Univeral Set

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

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

container

=================================================
*/
.header-container{
	background: linear-gradient(#d8f6f7, #fff);
}
.main-container{
	background: #F2F7F5;
}
.footer-container{
	background: #AFDFF0;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
header{
	position: relative;
}
header h1 img{
	width: 430px;
	height: 116px;
}
.outlink {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 18px;
	position: relative;
	font-size: 95%;
}
.outlink li::before{
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #139f62;
}
.outlink a{
	text-decoration: underline;
}
nav{
	border-bottom: 5px solid #00617d;
	background: linear-gradient(#94d6ea, #aadeee);
}
.navi{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 0 0;
}
.navi li{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	max-width: calc(100% / 4);
	margin-right: 5px;
	text-align: center;
}
.navilink {
	display: block;
	padding: 19px 0 12px;
	color: #00617d;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-radius: 6px 6px 0 0;
	text-decoration: none;
}
.navilink:hover{
	border-top: 1px solid rgba(0, 97, 125, 0.2);
	border-right: 1px solid rgba(0, 97, 125, 0.2);
	border-left: 1px solid rgba(0, 97, 125, 0.2);
	background: rgba(255, 255, 255, 0.3);
}
.navilink-active{
	color: #fff;
	background: #00617d;
}
.navilink-active:hover{
	color: #fff;
	background: rgba(0, 97, 125, 0.8);
}
.navilink-active > .navilink_mark::before{
	background: #fff;
}
.navilink-active > .navilink_mark::after{
	border-left: 4px solid #00617d;
}
.navilink_mark{
	position: relative;
	padding: 0 0 0 30px;
}
.navilink_mark::before{
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 10px;
	background: #00617d;
}
.navilink_mark::after{
	position: absolute;
	top: 10px;
	left: 9px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #fff;
}

/*
=================================================
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.4em;
}
.btn-play, .btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	background: #aadeee;
	border: 1px solid #87c9de;
	color: #00617d;
}
.btn-play:hover, .btn-back:hover{
	background: #bde7f4;
	box-shadow: 0 0 0 3px rgba(170, 222, 238, 0.4);
}
.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_header{
	position: relative;
	margin: 0 0 20px;
	padding: 6px 20px 5px;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid #c3c7c6;
}
.content_header::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #139f62;
	content: '';
}
.vodcast{
	margin: 0 0 55px;
}
.vodlink{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 55px 0 0;
}
.vodlink li{
	width: auto;
}
.vodlink_box{
	padding: 15px;
}
.btn-vod{
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	min-width: 340px;
	padding: 26px 24px 23px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
}
.btn-vod-meeting{
	color: #006317;
	border: 1px solid #7bd67d;
	background: linear-gradient(#a2e2a3, #8bdc8c);
}
.btn-vod-meeting:hover{
	background: linear-gradient(rgba(162, 226, 163, 0.8), rgba(139, 220, 140, 0.8));
	box-shadow: 0 0 0 4px rgba(162, 226, 163, 0.4);
}
.btn-vod-meeting > .btn-vod_mark::after{
	border-left: 10px solid #006317;
}
.btn-vod-speaker{
	color: #683318;
	border: 1px solid #da926a;
	background: linear-gradient(#e4b093, #dd9d7a);
}
.btn-vod-speaker:hover{
	background: linear-gradient(rgba(228, 176, 147, 0.8), rgba(221, 157, 122, 0.8));
	box-shadow: 0 0 0 4px rgba(228, 176, 147, 0.4);
}
.btn-vod-speaker > .btn-vod_mark::after{
	border-left: 10px solid #6c3c22;
}
.btn-vod_mark{
	position: relative;
	padding: 0 0 0 70px;
}
.btn-vod_mark::before{
	position: absolute;
	top: -5px;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
.btn-vod_mark::after{
	position: absolute;
	top: 8px;
	left: 17px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.vodlink_notice{
	font-size: 1.1em;
	line-height: 1.6;
	margin: 4px 0 0;
	padding: 30px;
	text-align: center;
	color: #333;
	border-radius: 6px;
	background: #e0e5e3;
}
.freeword{
	margin: 10px 0 0;
	color: #c00;
	text-align: center;
}
.howto{
	margin: 0 0 40px;
	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 10px;
}
.contact li{
	margin: 0 0 7px;
	line-height: 1.3;
}

.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{
	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: 100%;
	margin: 20px auto 0;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 480px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 480px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.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;
	color: #396778;
	font-family: "Trebuchet MS", Arial;
}

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

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;
}
.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: #c00;
}
.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: #c00;
}

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

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

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