@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('../image/body_background.png') no-repeat center top;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
	line-height: 1.2;
	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 {
	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: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover{
	color: #CC0033;
	text-decoration: underline;
}
a:active{
	color: #CC0033;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
	display: block;
}
.footer-container{
	border-top: 2px solid #19549D;
	background: #CDE0F5;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1 img{
	display: block;
}
.ext {
	position: absolute;
	top: 13px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ext__item {
	position: relative;
	margin: 0 0 7px 22px;
	padding: 0px 0 0px 22px;
	font-size: 90%;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/external.svg);
	content: '';
}
.font{
	position: absolute;
	top: 48px;
	right: 20px;
	padding: 3px;
	border-radius: 2px;
	background: #E9E9E9;
	font-size: 0.9em;
	display: flex;
}
.font__title {
	margin: 0 7px;
	padding: 4px 0 2px;
	font-weight: bold;
}
.font__item {
	margin: 0 0 0 3px;
}
.font__btn {
	font-size: inherit;
	padding: 3px 6px 2px;
	border: none;
	border-radius: 2px;
	color: #fff;
	background: #4D4D4D;
	font-weight: bold;
}
.font__btn:hover{
	cursor: pointer;
}
nav{
	background: linear-gradient(to bottom, #18539C, #396CAB);
	border-radius: 4px;
}
.navi{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 0;
}
.navi__item{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	max-width: calc(100% / 4);
	margin: 0 5px;
	text-align: center;
}
.navi__link:link, .navi__link:visited{
	display: block;
	padding: 15px 0 12px;
	color: #fff;
	text-shadow: 1px 1px 2px #0B477F, -1px -1px 2px #0B477F;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	text-decoration: none;
}
.navi__link:hover, .navi__link--active:link, .navi__link--active:visited{
	color: #0B477F;
	text-shadow: none;
	background: #fff;
	text-decoration: none;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 27px 0 24px;
	width: 100%;
	border-radius: 5px;
	color: black;
	box-shadow: 0 3px 5px 0 #D6D6D6;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
}
.btn--live:link, .btn--live:visited {
	background: linear-gradient(to bottom, #4EA543, #5BB250);
	color: #fff;
	text-shadow: 1px 1px 2px #498E40, -1px -1px 2px #498E40;
	text-decoration: none;
}
.btn--live:hover, .btn--live:focus {
	background: linear-gradient(to bottom, #56BC4A, #66C959);
}
.btn--live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 38px;
	height: 38px;
	background: url("../image/live.svg") no-repeat center;
	content: '';
}
.btn--no-live {
	background: #A9A9A9;
	box-shadow: none;
	color: #fff;
}
.btn--no-live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 38px;
	height: 38px;
	background: url("../image/live.svg") no-repeat center;
	content: '';
}
.btn--vod-group:link, .btn--vod-group:visited, .btn--vod-meeting:link, .btn--vod-meeting:visited, .btn--vod-speaker:link, .btn--vod-speaker:visited {
	background: linear-gradient(to bottom, #2397BC, #30A4C9);
	color: #fff;
	text-shadow: 1px 1px 2px #2A90AF, -1px -1px 2px #2A90AF;
	text-decoration: none;
}
.btn--vod-group:hover, .btn--vod-group:focus, .btn--vod-meeting:hover, .btn--vod-meeting:focus, .btn--vod-speaker:hover, .btn--vod-speaker:focus {
	background: linear-gradient(to bottom, #26ADD3, #34BBDE);
}
.btn--vod-group::after, .btn--vod-meeting::after, .btn--vod-speaker::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 42px;
	height: 42px;
	content: '';
}
.btn--vod-group::after {
	background: url("../image/vod_group.svg") no-repeat center;
}
.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--goback:link, .btn--goback:visited, .btn--play:link, .btn--play:visited {
	font-size: 1.1em;
	background: linear-gradient(to bottom, #2397BC, #30A4C9);
	color: #fff;
	text-shadow: 1px 1px 2px #2A90AF, -1px -1px 2px #2A90AF;
	text-decoration: none;
}
.btn--goback {
	display: inline-block;
	padding: 1em 31px 1em 63px;
	min-width: 3em;
	width: auto;
}
.btn--play {
	display: block;
	padding: 40px 0 6px;
	width: 100%;
	text-align: center;
}
.btn--goback:hover, .btn--goback:focus, .btn--play:hover, .btn--play:focus {
	background: linear-gradient(to bottom, #26ADD3, #34BBDE);
}
.btn--goback::after {
	position: absolute;
	top: calc(50% - 10px);
	left: 31px;
	width: 20px;
	height: 20px;
	content: '';
	background: url("../image/goback.svg") no-repeat right center;
}
.btn--play::after {
	position: absolute;
	top: 14px;
	left: calc(50% - 8px);
	width: 18px;
	height: 18px;
	content: '';
	background: url("../image/play.svg") no-repeat right center;
}
.btn--link {
	display: inline-block;
	padding: 0.8em 20px;
	min-width: 3em;
	width: auto;
}
.btn--link:link, .btn--link:visited {
	font-size: 1em;
	background: linear-gradient(to bottom, #18539C, #396CAB);
	color: #fff;
	text-shadow: 1px 1px 2px #0B477F, -1px -1px 2px #0B477F;
	text-decoration: none;
}
.btn--link:hover, .btn--link:focus {
	background: linear-gradient(to bottom, #1c66c0, #4685d3);
}

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

main-container

=================================================
*/
.contentheader{
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.5em;
	margin-bottom: 20px;
}
.contentheader > span{
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding: 11px 10px 10px;
	color: #333;
	border-left: 5px solid #0096b8;
}
.content{
	padding: 30px 10px 40px;
}
.webcast__comment {
	position: relative;
	border: 1px solid #0096b8;
	border-radius: 3px;
	background: #FFFFFF;
	margin: 0 0 30px;
	padding: 15px 25px;
	line-height: 1.4;
}
.webcast__comment::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #0096b8;
	content: '';
}
.webcast{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.livecast, .vodcast{
	width: calc(100% / 2 - 15px);
	box-sizing: border-box;
	background: #f0f6fc;
}
.live_header, .vod_header{
	font-weight: normal;
	margin: 0;
	padding: 6px 15px 6px;
	color: #111;
	font-size: 1.5em;
}
.live_header_main, .vod_header_main{
	padding: 0 0 0 20px;
	display: inline-block;
}
.live_header_sub, .vod_header_sub{
	font-size: .65em;
	vertical-align: middle;
	color: #444;
}
.live_header, .vod_header{
	background: #ccc url('../image/top_streaming_header_background.png') repeat;
}
.live_header_main, .vod_header_main{
	position: relative;
	vertical-align: middle;
	line-height: 1.8;
}
.live_header_main::before, .vod_header_main::before{
	content: " ";
	height: 100%;
	width: 6px;
	background: #6a98cf;
	display: block;
	z-index: 100;
	position: absolute;
	left: 0;
	border-radius: 3px;
}
.livecast2, .vodcast2{
	padding: 30px 58px;
	text-align: center;
}
.livelink{
	padding-bottom: 40px;
}
.topbutton{
	margin-bottom: 11px;
}
.topphrase{
	border: 1px solid #B5DBEB;
	padding: 13px 20px;
	margin: 0 2px;
	text-align: left;
}
.topphrase h3{
	color: #2397BC;
}
.topphrase_box{
	overflow: hidden;
}
.topphrase_box li{
	float: left;
}
.topphrase_box input[type="text"]{
	box-sizing: border-box;
	width: 266px;
	height: 30px;
	border: 2px solid #2397BC;
	padding: 2px;
	display: block;
}
.topphrase_box input[type="submit"]{
	box-sizing: border-box;
	width: 68px;
	height: 30px;
	background: #2397BC;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.topphrase p{
	color: #555555;
	font-size: 85%;
	text-align: left;
	margin-top: 5px;
}
.liveprogram{
	width: 270px;
	margin-top: 30px;
	font-size: 90%;
	display: inline-block;
	text-align: left;
}
.freeword{
	margin-top: 20px;
}
.howto{
	margin-bottom: 30px;
}
.howto2{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 -30px 0 0;
}
.howtoleft, .howtoright{
	margin: 0 30px 0 0;
	flex-grow: 1;
	width: auto;
}
.howtoleft ul{
	padding-left: 9px;
}
.howtoleft li{
	background: url(../image/list_circle.png) no-repeat 0 0.5em;
	padding-left: 15px;
	margin-bottom: 7px;
}
.qrcode{
	border: 1px solid #128DB3;
	margin-left: 10px;
	padding-right: 30px;
	overflow: hidden;
}
.qrleft{
	float: left;
	width: 130px;
}
.qrright{
	float: left;
	width: 360px;
	padding: 15px 0;
}
.qrright p{
	margin-bottom: 10px;
}
.qrright ul{
	padding-left: 0;
}
.qrright li{
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 7px;
}

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

table.speaker {
	width: 960px;
	margin: 20px auto 30px;
}
table.speaker.vodsearch {
	margin: 10px auto 30px;
}
.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: 960px;
	margin: 20px auto 0;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.play {
	margin: 20px auto 30px;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 355px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 640px;
	height: 360px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 355px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink{
	margin: 5px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.playlink li{
	margin: 0 0 7px 7px;
}
.telop{
	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;
	padding: 120px 10px;
	margin: 20px auto 30px;
	text-align: center;
}

.comment{
	margin: 0 auto 2em auto;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
.back{
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	color: #4C709B;
	text-align: center;
	font-size: 80%;
	padding: 35px 0;
}

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

other

=================================================
*/
.width-62{
	width: 62px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.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-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-bold {
	font-weight: bold;
}
.font-normal{
	font-weight: normal;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

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

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