@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
	background: url("../image/bg.png");
}
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%;
}
a {
	color: #0033aa;
}

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

container

=================================================
*/
.wrapper{
	width: 980px;
	margin: 0 auto;
}
/*
.header-container{
	border-top: 6px solid #3B5681;
}
*/
.main-container{
	display: block;
}
.footer-container{
	border-top: 1px solid #B5B5B5;
}

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

header-container

=================================================
*/
.header{
	padding: 30px 0;
	position: relative;
}
.header h1{
	width: 362px;
}
.outlink {
	position: absolute;
	top: 15px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin: 0 0 0 23px;
	padding: 0 0 0 13px;
	position: relative;
	font-size: 95%;
}
.outlink li::before{
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 9px;
	height: 13px;
	content: '';
	background: url('../image/external-link.svg') no-repeat right center;
}
.outlink a{
	color: #003070;
	text-decoration: underline;
}
nav{
	background: #116A6A;
}
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;
}
nav li:not(:first-child)::before{
	position: relative;
	top: 47%;
	display: block;
	width: 1px;
	height: 36px;
	background-color: #ffffff;
	margin: -15px 0 -20px 0;
	content: "";
}
nav li:hover, nav li.navilink-active{
	background: #116A6A;
}
nav li.navilink a{
	padding: 20px 50px 20px 50px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
nav li:hover a, nav li.navilink-active a{
	background-color: #FFFFFF;
	color: #116A6A;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 15px 0 15px;
}
/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 13px 15px 11px 58px;
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0 3px 0 #E4E4E4;
	text-align: left;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
a.btn.btn-vod{
	width: 41%;
	color: #0F5B5B;
	text-decoration: none;
	margin-left: auto;
    margin-right: auto;
}
.btn.btn-vod:hover{
	background: #D8FFFF;
}
.btn.btn-vod::after {
	position: absolute;
	top: calc(10% + 8px);
	left: calc(4%);
	width: 35px;
	height: 25px;
	background: url(../image/vod-play.svg) no-repeat center;
	content: '';
}
.btn.btn-vod > span{
	display: block;
	color: #525252;
	font-weight: normal;
	font-size: 0.7em;
}
.btn.btn-play{
	display: block;
	padding: 40px 0 6px;
	background: #0F5B5B;
	border-bottom: 3px solid #489F9F;
	box-shadow: 0 3px 0 #578DCB;
	border-radius: 4px;
	width: 100%;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
}
.btn.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/play.svg') no-repeat right center;
}
.btn.btn-play:hover{
	background: #074D4D;
	border-bottom: 3px solid #42C3C3;

}
.btn.btn-back{
	display: inline-block;
	padding: .5em 26px .5em 57px;
	background: #0F5B5B;
	border: 1px solid #DEDEDE;
	border-bottom: 5px solid #489F9F;
	box-shadow: 0 2px 0 #EBEBEB;
	border-radius: 4px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	margin: 0 auto;
}
a.btn.btn-back, a.btn.btn-play{
	color: #FFFFFF;
}
.btn.btn-back:hover{
	background: #074D4D;
	border-bottom: 5px solid #42C3C3;
}
.btn.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 24px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/back.svg') no-repeat right center;
}
.btn.btn-kaigi{
	padding: 10px 10px 7px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #0F5B5B;
}
.btn.btn-kaigi:hover{
	background: #D8FFFF;
	text-decoration: none;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
.content_header{
	padding: 22px 10px 20px 15px;
	color: #116A6A;;
	margin: 0 0 20px;
	font-size: 150%;
	padding: 0 0 5px;
	font-weight: bold;
	border-bottom: 8px solid #F1F986;
}
.webcast{
	display: flex;
	justify-content: space-between;
	margin: 0 -12px 20px;
}
.vodcast{
	flex: 1;
	margin: 0 12px;
	box-sizing: border-box;
	background: #F5F5F5;
}
.sub_header{
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.4em;
}
.vodcast_header > span::after{
	background: #3B76BB;
}
.webcast_box{
	padding: 20px 40px;
	box-sizing: border-box;
	background-color: #D9F0EF;
}
.freeword{
	margin: 0 0 20px;
	color: #D90000;
	text-align: center;
}
.vodlink{
	padding: 0 42px;
}
.vodlink li{
	margin: 0 0 18px;
}
.webcast_comment{
	margin: 0 0 20px;
	padding: 12px 7px;
	background: #fff;
	border: 1px solid #D9F0EF;
}
.webcast_comment-list__item::before{
	content: '※';
}
.howto{
	margin: 0 0 20px;
}
.howto_box{
	overflow: hidden;
	margin: 0 0 20px;
}
.howto ul{
	float: left;
	padding: 0 0 5px 19px;
	width: 480px;
	box-sizing: border-box;
}
.howto li{
	position: relative;
	margin: 0 0 9px;
	padding-left: 20px;
	background: url(../image/list-mark.svg) left 0px top 6px no-repeat;
	background-size: 12px auto;
}
.topphoto{
	float: right;
	width: 480px;
}
.barcode{
	padding: 2px 10px 2px 2px;
	border: 1px solid #8E8E8E;
	overflow: hidden;
	background-color: #FFFFFF;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 7px 0 5px;
	font-weight: bold;
	margin: 0 0 0 95px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 95px;
	line-height: 1.2;
}
.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;
}
.heading-kaigi{
	margin: 0 0 20px;
	padding: 3px 10px;
	border-left: 5px solid #116A6A;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}
.kaigilist{
	padding: 20px 20px 0;
}
.kaigilist ul{
	margin: 0 0 25px 20px;
	overflow: hidden;
}
.kaigilist li{
	float: left;
	width: 410px;
	margin: 0 20px 12px 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 0 0 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
	height: 366px;
}
.playright {
	float: right;
	width: 320px;
	overflow: hidden;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 640px;
	height: 360px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 320px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	background: #FFFFFF;
}
.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: #FFFFFF;
	background-color: #116A6A;
}

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

other

=================================================
*/
.margin-0{
	margin: 0 0 0 0;
}
.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;
}