@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo,Arial,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%;
}
a {
	color: #0066CB;
	text-decoration: none;
}
a:hover {
	color: #E87400;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
	background: #005999;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
}
.outlink {
	position: absolute;
	top: 15px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin-left: 32px;
	padding-left: 13px;
	position: relative;
	font-size: 90%;
}
.outlink li::before{
	position: absolute;
	top: .5em;
	left: 0;
	content: "";
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #00A0E9;
}
.navi{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 50%, #E0E0E0 50%, #FFFFFF 100%);
	box-sizing: border-box;
	overflow: hidden;
}
.navi li{
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(978px / 5);
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #CCCCCC;
}
.navi li.navi-first{
	border-left: none;
}
.navi li.navi-last{
	border-right: none;
}
.navi strong,
.navi a {
	display: block;
	padding: 10px 0 8px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
}
.navi a{
	background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 50%, #E0E0E0 50%, #FFFFFF 100%);
	box-shadow: 0 -4px 0 0 #027FFD inset;
}
.navi a:hover,
.navi strong {
	background: linear-gradient(to bottom, #ABCEF4, #B3D8FE 50%, #9CB9DF 50%, #B3D8FE 100%);
	box-shadow: 0 -4px 0 0 #0159FC inset;
}

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

main-container

=================================================
*/
.content{
	padding: 25px 0 30px;
}
h2{
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 5px 20px;
	background: #fff;
	box-shadow: 0 1px 0 #fff;
}
h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 100%;
	background: #027FFD;
	left: 0;
	bottom: 3px;
}
h2.heading-border{
	border-bottom: 1px solid #B3B3B3;
}
h2.webcast-heading{
	box-shadow: none;
	background: #E6E6E6;
	padding: 10px 30px;
}
h2.webcast-heading > span{
	font-size: .65em;
	padding: 0 10px;
	vertical-align: middle;
	color: #666666;
	font-weight: normal;
}
.webcast{
	margin-bottom: 25px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	width: 475px;
	min-height: 380px;
	background: #F7F7F7;
}
.livecast{
	margin-right: 30px;
}
.livecast.liveonly{
	float: none;
	margin: 0 auto;
}
.livecast2,.vodcast2{
	padding: 0 50px 20px;
}
.livelink{
	padding: 0 0 50px;
}
.livestatus{
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.1em;
}
.freeword{
	margin-bottom: 30px;
	color: red;
	text-align: center;
	font-size: 1.1em;
}
.liveprogram{
	text-align: left;
}
.vodlink li{
	margin-bottom: 20px;
}
.vodlink li:last-child{
	margin-bottom: 0;
}
.btn{
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0 17px 40px;
	border-radius: 8px;
	color: #fff;
	text-align: left;
}
a.btn{
	text-decoration: none;
	color: #fff;
}
.btn-live{
	background-color: #208060;
	box-shadow: 0 4px 0 #10563F;
}
.btn-live:hover{
	background-color: #10563F;
}
.btn-live.disabled{
	background-color: #8F8F8F;
	box-shadow: 0 4px 0 #8F8F8F;
}
.btn-vod {
	background-color: #2B5580;
	box-shadow: 0 4px 0 #1A3D60;
}
.btn-vod:hover {
	background-color: #1A3D60;
}
.btn-live::after, .btn-vod::after {
	position: absolute;
	top: calc(50% - 24px);
	right: calc(7%);
	width: 50px;
	height: 50px;
	content: '';
}
.btn-live::after {
	background: url('../image/button_livecast_icon.svg') no-repeat center;
}
.btn-meeting::after {
	background: url('../image/button_videocast_meeting_icon.svg') no-repeat center;
}
.btn-speaker::after {
	background: url('../image/button_videocast_speaker_icon.svg') no-repeat center;
}
.btn-group::after {
	background: url('../image/button_videocast_group_icon.svg') no-repeat center;
}
.btn-phrase::after {
	background: url('../image/button_videocast_phrase_icon.svg') no-repeat center;
}
.howto{
	margin-bottom: 40px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 475px;
}
.howto_main ul{
	padding-left: 16px;
}
.howto_main li{
	position: relative;
	margin-bottom: 8px;
	line-height: 1.4;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #1E5994;
	content: '';
}
.howto_main li:last-child{
	margin-bottom: 0;
}
.barcode{
	border: 1px solid #7C750B;
	margin-top: 20px;
	overflow: hidden;
}
.barcode h4{
	background: #7C750B;
	color: #FFFFFF;
	padding: 5px;
}
.barcode__image {
	float: left;
}
.barcode p{
	padding: 7px 7px 7px 0;
	margin-left: 90px;
}
.topphoto{
	float: right;
	width: 470px;
	position: relative;
}
.topphoto p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 12px 4px;
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	text-align: right;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 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;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.speaker {
	width: 800px;
	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 {
	margin: 20px auto 0;
}
.speakername li{
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 20px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 490px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.player.embed{
	max-width: 424px;
	max-height: 240px;
	margin: 100px auto;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 490px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.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;
	text-align: center;
}
.comment{
	margin: 0 auto 20px;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}
.btn-play, .btn-back{
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	border-radius: 3px;
}
a.btn-play{
	font-size: .9em;
	display: block;
	width: 100%;
	padding: 45px 0 6px;
	color: #FFFFFF;
	background: #2B5580;
	box-shadow: 0 2px 0 #1A3D60;
	text-decoration: none;
}
a.btn-play:hover{
	background: #1A3D60;
}
a.btn-back{
	font-size: 1em;
	display: inline-block;
	width: auto;
	padding: 12px 10px 10px 50px;
	color: #333333;
	background:#FFFFFF;
	border: 1px solid #8B8B8B;
	text-decoration: none;
}
a.btn-back:hover{
	border: 1px solid #2B5580;
}
.btn-play::after, .btn-back::after{
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
}
.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 12px);
	width: 26px;
	height: 30px;
	content: '';
	background: url('../image/button_play_icon.svg') no-repeat right center;
}
.btn-back::after{
	position: absolute;
	top: calc(50% - 12px);
	left: 14px;
	width: 26px;
	height: 24px;
	content: '';
	background: url('../image/button_back_icon.svg') no-repeat right center;
}

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

footer-container

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

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.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-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: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

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

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