@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS P Gothic", sans-serif;
	color: #333333;
}
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%;
}
.hide {
	display: none;
}
a:link {
	text-decoration: none;
	color: #0057B0;
}
a:visited {
	text-decoration: none;
	color: #0057B0;
}
a:hover {
	text-decoration: underline;
	color: #0057B0;
}

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

container

=================================================
*/
.header-container{
	background: rgba(255, 255, 255, .7);
	border-bottom: 1px solid #868686;
}
.main-container{
	background: rgba(255, 255, 255, .7);
}
.footer-container{
	border-top: 1px solid #ACBECD;
	background: #EBEEF3;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.outlink{
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 90%;
}
.outlink li{
	float: left;
	margin-left: 20px;
	padding-left: 15px;
	background: url("../image/list_arrow.png") no-repeat 0 .3em;
}
.header h1 img{
	display: block;
}
.nav-global {
	display: flex;
	position: relative;
	overflow: hidden;
}
.nav-global li {
	flex: 1;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
}
.nav-global li::before {
	position: absolute;
	/*z-index: 10;*/
	top: 20%;
	left: 0;
	display: block;
	width: 1px;
	height: 30px;
	content: "";
	background-color: #868686;
}
.nav-global li:last-child:after {
	position: absolute;
	/*z-index: 10;*/
	top: 20%;
	right: 0;
	display: block;
	width: 1px;
	height: 30px;
	content: "";
	background-color: #868686;
}
.nav-global a,
.nav-global strong {
	font-size: .9em;
	display: block;
	margin-bottom: 4px;
	padding: 1.5em 0 .3em;
	text-decoration: none;
	color: #036;
	background-repeat: no-repeat;
}
.nav-global .active strong,
.nav-global a:hover {
	box-shadow: 0 4px 0 rgba(0, 51, 102, 1);
}
.global-top a,
.global-top strong {
	background: url("../image/button_nav_toppage_icon.png") no-repeat center top;
}
.global-meeting a,
.global-meeting strong {
	background: url("../image/button_nav_meeting_icon.png") no-repeat center top;
}
.global-speaker a,
.global-speaker strong {
	background: url("../image/button_nav_speaker_icon.png") no-repeat center top;
}
.global-group a,
.global-group strong {
	background: url("../image/button_nav_group_icon.png") no-repeat center top;
}
.global-phrase a,
.global-phrase strong {
	background: url("../image/button_nav_phrase_icon.png") no-repeat center top;
}

.splash-container {
	padding: 1em 0;
	background-color: #f0f5f9;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0;
}
.contentheader, .webcast_header {
	font-size: 1.4em;
	margin: 0 0 20px;
	border-bottom: 1px solid #d1d1d1;
	background: #fcfcfc;
	font-weight: bold;
}
.contentheader{
	border: 1px solid #d1d1d1;
}
.webcast_header{
	margin: 0;
}
.contentheader > span, .webcast_header > span{
	padding: .4em .5em;
	border-left: 5px solid #036;
	display: inline-block;
}
.webcast{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 35px;
}
.livecast, .vodcast{
	width: calc(100% / 2 - 20px);
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	background: #F7F7F7;
}
.livecast2, .vodcast2{
	padding: 20px 44px;
	text-align: center;
}
.livelink{
	padding-bottom: 40px;
}
a.btn,
span.btn {
	font-size: 1.4em;
	display: block;
	margin: 0 0 .8em;
	padding: .9em 1em .9em 0;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #006599;
	background-repeat: no-repeat;
	box-shadow: 0 5px 0 rgba(8,69,98,1);
	text-align: left;
	font-weight: bold;
}
a.btn:hover {
	background-color: #1E5470;
}
a.btn-live {
	padding-left: 4em;
	background-image: url("../image/button_livecast_icon.png");
	background-position: 1em center;
}
span.disable {
	padding-left: 4em;
	background-color: #8a8a8a;
	background-image: url("../image/button_livecast_icon.png");
	background-position: 1em center;
	box-shadow: none;
}
a.btn-meeting {
	padding-left: 4em;
	background-image: url("../image/button_videocast_meeting_icon.png");
	background-position: 1em center;
}
a.btn-speaker {
	padding-left: 4em;
	background-image: url("../image/button_videocast_speaker_icon.png");
	background-position: 1.2em center;
}
a.btn-group {
	padding-left: 4em;
	background-image: url("../image/button_videocast_group_icon.png");
	background-position: .8em center;
}
.livestate,.freeword {
	font-size: 1.2em;
	text-align: center;
	margin: 25px 0 20px;
	font-weight: bold;
}
.freeword{
	margin: 0 0 20px;
	color: red;
	font-weight: normal;
}
.liveprogram{
}
.topphrasebox{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	text-align: left;
}
.topphrasebox h3{
	font-weight: bold;
}
.topphrasebox li{
	float: left;
}
.topphrasebox input[type="text"]{
	box-sizing: border-box;
	width: 310px;
	min-height: 26px;
	border: 1px solid #747474;
	background: #F0F0F0;
	padding: 1px;
	display: block;
}
.topphrasebox input[type="submit"]{
	box-sizing: border-box;
	width: 69px;
	min-height: 26px;
	background: #0059B2;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.topphrasebox p{
	color: #424242;
	font-size: 80%;
	text-align: left;
	margin-top: 15px;
}
.howto{
	padding-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;
	box-sizing: border-box;
	text-align: left;
}
.howtoleft ul{
	padding-left: 10px;
}
.howtoleft li{
	background: url(../image/list_circle.png) no-repeat 0 0.5em;
	padding-left: 12px;
	margin-bottom: 5px;
}
.code{
	border: 1px solid #d1d1d1;
	background-color: #fafafa;
	padding: 15px;
	margin: 20px 0 0;
	overflow: hidden;
}
.barcode__image {
	float: left;
	margin: 0 10px 0 0;
}
.coderight h3{
	font-weight: bold;
}
.coderight p {
	font-size: 90%;
}

.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 5px;
}

.listheader {
	font-size: 1.2em;
	margin: 20px 0 15px;
	border-bottom: 1px solid #d1d1d1;
	font-weight: normal;
}
.listheader > span {
	padding: .3em .5em;
	border-left: 5px solid #036;
	display: inline-block;
}
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: 920px;
}
table.vodsearch td.nonpad{
	padding: 0;
}
a.btn-play {
	font-size: .9em;
	display: block;
	min-width: 3.7em;
	height: 1em;
	margin: 0 auto 5px;
	padding: 3em 0 .8em 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #006599 url("../image/button_play_icon.png") no-repeat center .7em;
	box-shadow: 0 5px 0 rgba(8,69,98,1);
}
a.btn-play:hover {
	background-color: #1E5470;
}
.movietime{
	color: #006666;
}
table.speaker {
	width: 920px;
	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: 920px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 20px auto 30px;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto 30px;
	overflow: hidden;
}
.play.live{
	width: 646px;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 390px;
}
.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%;
}
.var-hidden{
	display: none;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 390px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto 30px;
	text-align: center;
}
.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;
}
.comment{
	margin: 0 auto 2em auto;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
a.backtopage {
	font-size: .9em;
	display: block;
	width: 10em;
	margin: 0 auto 5px;
	padding: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #006599;
	box-shadow: 0 5px 0 rgba(8,69,98,1);
}
a.backtopage:hover {
	background-color: #1E5470;
}

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

footer-container

=================================================
*/
.footer{
	color: #2E4859;
	text-align: center;
	font-size: 80%;
	padding: 20px 0;
}
.footer li{
	padding-bottom: 5px;
}

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

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-75 {
	font-size: 75%;
}
.font-bold {
	font-weight: bold;
}
.font-normal{
	font-weight: normal;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

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

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

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