@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Meiryo, sans-serif;
	line-height: 1.4;
	color: #444444;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	height: auto;
	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;
}
a:link {
	color: #33669B;
	text-decoration: none;
}
a:visited {
	color: #33669B;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

outer(外枠)

=================================================
*/
.outer-container{
	background: linear-gradient(#EFF7ED 0, #FFFFFF 50%);
}
.header-container{
}
.navi-container{
	background: #1A8053;
	box-shadow: 0 5px 0 0 #21A068 inset;
}
.main-container{
	background: #FFFFFF;
}
.footer-container{
	background: #18724C;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	background: #FFFFFF;
}
.header h1{
	text-align: left;
}
.header h1 img{
	display: block;
}
.outlink{
	position: absolute;
	top: 14px;
	right: 15px;
	font-size: 0.8rem;
	max-width: 600px;
	text-align: right;
}
.fontsize{
	position: absolute;
	top: 45px;
	right: 15px;
	line-height: 0;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-left: 1px solid #0A532C;
	border-right: 1px solid #25B475;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #25B475;
	border-right: 1px solid #0A532C;
}
.navi__link {
	display: block;
	padding: 15px 10px 13px;
	font-size: 1.1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #fff;
	text-shadow: 1px 1px #606060;
	text-decoration: none;
}
.navi__link:hover {
	background: #21A068;
	box-shadow: 0 5px 0 0 #29B882 inset;
}
.navi__link--active {
	background: #21A068;
	box-shadow: 0 5px 0 0 #29B882 inset;
}

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

main-container

=================================================
*/
.container-contents{
	text-align: left;
	padding: 15px 15px 25px;
}
.container-contents-inner{
	margin: 15px 0 20px;
}
.container-contents-inner table{
	margin: 0 auto;
}
.contents_header{
	text-align: left;
	margin-bottom: 20px;
	padding: 9px 15px 7px;
	background: linear-gradient(#FFFFFF, #F6F6F6);
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 2px solid #5CA2DB;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 4px 0 0 #E7F4FF;
}
.contents_header--main{
	display: block;
	color: #464646;
	font-size: 1.1rem;
	font-weight: bold;
}
.contents_header--sub{
	color: #3676AA;
	font-size: 0.75rem;
	margin: 0 0 0 10px;
	font-weight: normal;
	vertical-align: middle;
}

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

index

=================================================
*/
.webcast{
	display: flex;
	gap: 40px;
	padding: 0 50px 25px;
	text-align: center;
}
.webcast_box{
	padding: 88px 20px 15px;
}
.webcast_header{
	position: relative;
	margin: -88px -20px 17px;
	padding: 14px 10px 12px;
	background: #008748;
	text-align: left;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.webcast_header--live::after{
	content: '';
	position: absolute;
	right: 0;
	top: -10px;
	width: 90px;
	height: 90px;
	background: url("../image/icon-header-bg-live.png") no-repeat center;
	z-index: 1;
}
.webcast_header--vod::after{
	content: '';
	position: absolute;
	right: 0;
	top: -71px;
	width: 90px;
	height: 197px;
	background: url("../image/icon-header-bg-vod.png") no-repeat center;
	transform: rotate(-25deg);
	z-index: 1;
}
.webcast_header--main{
	position: relative;
	color: #fff;
	text-shadow: 1px 1px #606060;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	z-index: 2;
}
.webcast_header--sub{
	position: relative;
	color: #fff;
	text-shadow: 1px 1px #606060;
	font-size: 0.85rem;
	z-index: 2;
	display: block;
	line-height: ;
}
.livecast, .vodcast{
	width: calc(100% / 2);
	text-align: center;
	background: #F3F3F3;
}
.livelink{
	padding-bottom: 15px;
}
.livelink_item, .vodlink_item{
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}
.livelink_item:first-child, .vodlink_item:first-child{
	border-top: 1px solid #C9C9C9;
}
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	background: linear-gradient(#FFFFFF, #F2F2F2);
	color: #0D607B !important;
	text-decoration: none !important;
}
.btn:focus, .btn:hover{
	background: linear-gradient(#FFFFFF, #E0F2FF);
}
.btn--live, .btn--no-live {
	padding: 17px 15px 19px 70px;
	margin: 0;
}
.btn--no-live {
	background: #FFFFFF;
	color: #696969 !important;
}
.btn--no-live:hover{
	background: #FFFFFF;
}
.btn--live-note {
	font-size: 0.9rem;
}
.btn--live::after, .btn--no-live::after {
	position: absolute;
	top: calc(50% - 18px);
	left: 21px;
	width: 34px;
	height: 34px;
	content: '';
}
.btn--live::after {
	background: url("../image/icon_live.svg") no-repeat center;
}
.btn--no-live::after {
	background: url("../image/icon_live_hide.svg") no-repeat center;
}
.btn--vod {
	padding: 8px 10px 10px 36px;
	margin: 0;
}
.btn--vod > span{
	display: block;
	color: #454545;
	font-size: 0.8rem;
}
.btn--vod::after {
	position: absolute;
	top: calc(30% - 6px);
	left: 12px;
	width: 16px;
	height: 16px;
	content: '';
	background: url("../image/icon_vod.svg") no-repeat center;
}
.livelink_state{
	font-size: 0.9em;
}
.freeword{
	padding-top: 10px;
	color: red;
}
.liveprogram{
	font-size: 80%;
	display: inline-block;
	text-align: left;
	padding-top: 20px;
}
.notice{
	text-align: left;
	font-size: 90%;
}
.notice_box{
	display: flex;
	padding: 0 25px 25px 15px;
}
.notice-list{
	width:calc(100% - 334px - 15px);
	margin: 0 15px 0 0;
	text-align: left;
	font-size: 95%;
}
.notice-list li{
	background: url(../image/link_mark.png) no-repeat 0 0.5em;
	padding-left: 10px;
	margin-bottom: 5px;
}
.photo{
	width: 334px;
}
.contact{
	text-align: left;
	font-size: 90%;
}
.address{
	padding: 0 15px;
}

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

gikai/speaker/kaiha/phrase/live/vod

=================================================
*/
ul.non-result{
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
table.vodlist{
	border: 1px solid #595959;
	border-collapse: collapse;
}
table.vodlist td{
	border: 1px solid #595959;
	padding: 5px;
}
table.vodlist caption{
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

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

kaigi

=================================================
*/
.kaigi-list h3{
	margin: 0 0 10px;
	padding: 3px 8px;
	border-left: 5px solid #5CA2DD;
	font-weight: normal;
	text-align: left;
}
.kaigi-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 25px 15px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.kaigi-list li{
	width: 46%;
	margin: 0 25px 15px 0;
}
.kaigi-list a{
	display: block;
	padding: .8em 1em;
	border-radius: .3em;
	border: 1px solid #C9C9C9;
	background: linear-gradient(#FFFFFF, #F2F2F2);
	box-shadow: 2px 2px 0 #F5F5F5;
	color: #2B628F;
	text-decoration: none;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
.kaigi-list a:hover, .kaigi-list a:focus{
	background: linear-gradient(#FFFFFF, #D7D7D7);
	border: 1px solid #C1C1C1;
	color: #0A4779;
}

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

gikai

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

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

speaker

=================================================
*/
div#speaker-name{
	text-align: left;
}
table#speaker-table{
	margin: 10px;
	text-align: left;
}
.speaker-kaiha{
	margin: 10px 0 5px 0;
	text-align: left;
}
.speaker-box table{
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
	background: #FEFEFE;
}
.speaker-box table td{
	border: 1px solid #595959;
	padding: 5px;
}
.speaker__info{
	margin: 15px auto 0;
}

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

kaiha

=================================================
*/
.kaiha__info{
	width: 350px;
	margin: 15px auto 5px;
}
.kaiha__comment{
	width: 500px;
	margin: 15px auto 0;
	font-size: 0.9em;
}
.kaiha__comment::before {
	content: '※';
}

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

phrase

=================================================
*/
ul#phrase-form{
	text-align: center;
}
ul#phrase-form li#phrase-notice{
	text-align: center;
	font-size: 90%;
	color: #727272;
	padding: 15px 0 8px 0;
}
ul#phrase-form li input#search-text{
	width: 550px;
	padding: 3px;
}
ul#phrase-form li input{
	font-size: 100%;
}
p#phrase-searchword{
	padding-bottom: 5px;
}
table.phrase-speaker{
	border: none;
}
table.phrase-speaker td{
	border: none;
}

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

live

=================================================
*/
.playleft{
	float: left;
	width: 646px;
	margin-left: 0;
}
.playright{
	float: right;
	width: 360px;
	margin-right: 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{
	font-weight: bold;
	margin-bottom: 10px;
}
.playtext{
	width: 360px;
	height: 366px;
	font-family: Meiryo, monospace;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	text-align: left;
}
.playtext.vod{
	height: 288px;
}
div#non-live{
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
}

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

before_watch

=================================================
*/
dl#before-list{
	text-align: left;
}
dl#before-list dd{
	margin-left: 1em;
	font-size: 90%;
	margin: 7px 0 20px 10px;
}

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

back

=================================================
*/
div#part-back{
	text-align: center;
}

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

footer

=================================================
*/
div#part-footer{
	text-align: left;
	font-size: 75%;
	color: #FFFFFF;
}
div#part-footer ul{
	padding: 15px;
}
div#part-footer li{
	padding: 2px 0;
}

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

font

=================================================
*/
.font-color-red{
	color: red;
}
.font-color-blue{
	color: blue;
}
.font-size-90{
	font-size: 90%;
}
.font-size-80{
	font-size: 80%;
}
.font-bold{
	font-weight: bold;
}
.font-tt{
	font-family: Meiryo, monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: red;
}

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

layout

=================================================
*/
.width-60{
	width: 60px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.width-580{
	width: 580px;
}
.width-100p{
	width: 100%;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.valign-top{
	vertical-align: top;
}
.valign-middle{
	vertical-align: middle;
}
.valign-bottom{
	vertical-align: bottom;
}

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

clear

=================================================
*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hide Mac IE \*/
.clearfix{
	display: block;
}
/*  */

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

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

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