@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS P Gothic",sans-serif;
	line-height: 1.4;
}
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-size: 1em;
	font-family: "Meiryo";
}
address {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
table,caption,th,td {
	border: 0;
	font-style: normal;
	font-weight: normal;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #2029F2;
}
a:visited {
	text-decoration: none;
	color: #2029F2;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

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

container

=================================================
*/
.header-container{
	border-top: 2px solid #4E3C86;
}
.navi-container{
	background: #4E3C86;
	border-bottom: 4px solid #6F55C3;
}
.main-container{
}
.footer-container{
	border-top: 3px solid #8A7AB8;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.outlink {
	overflow: hidden;
	margin-top: 43px;
	float: right;
}
.outlink li {
	font-size: .7em;
	position: relative;
	float: left;
	margin-left: 10px;
}
.outlink a{
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #582253;
	box-shadow: 0 2px #3F1539;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 5px;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
}
.navi li {
	float: left;
	text-align: center;
}
.navi span,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 195px;
	padding: 13px 5px;
	color: #FFFFFF;
}
.navi a:hover,
.navi span {
	background-color: #5756BC;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.3em;
	margin: 0 0 20px;
	color: #48318B;
	border: 1px solid #ACA5C4;
	box-shadow: inset 0 4px #6952AD;
}
h2 > span{
	display: inline-block;
	padding: 10px 12px 4px;
}
.content{
	padding: 20px 0;
}
.webcast{
}
.livecast, .vodcast{
	overflow: hidden;
	padding-bottom: 25px;
}
.livecast img{
	float: left;
}
.livecastleft{
	width: 480px;
	margin: 0 auto;
	float: left;
	background: #F3F0FE;
	margin-right: 20px;
	text-align: center;
}
.livecast2{
	padding: 40px 30px;
	box-sizing: border-box;
	min-height: 320px;
}
.livelink{
	padding: 10px 0 20px;
}
a.btn,
span.btn {
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	color: #FFFFFF;
}
a.btn-live{
	font-size: 1.5em;
	background-color: #5256AF;
	box-shadow: 0 4px 0 #212684;
	margin: 0 35px 4px;
	padding: 20px 20px 16px;
}
a.btn-live:hover{
	background-color: #414596;
}
a.btn-vod{
	font-size: 1.2em;
	background-color: #516DAD;
	box-shadow: 0 4px 0 #203F82;
	padding: 25px 15px;
}
a.btn-vod:hover{
	background-color: #415B93;
}
.btn-vod span{
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}
span.disable {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #959595;
	box-shadow: 0 4px 0 #737373;
	margin: 0 35px 4px;
	padding: 20px 20px 16px;
}
.vodlink li{
	float: left;
}
.btn-meeting, .btn-speaker{
	width: 310px;
	margin-right: 25px;
}
.btn-phrase{
	width: 310px;
}
.unschedule, .freeword{
	color: red;
	text-align: center;
	margin-bottom: 10px;
}
.liveprogram{
	text-align: center;
}
.notice{
	overflow: hidden;
}
.howto{
	width: 480px;
	float: left;
	margin-right: 20px;
}
.howto ul{
	position: relative;
	margin-left: 25px;
}
.howto li{
	position: relative;
	margin-bottom: 5px;
}
.howto li::before {
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	content: "";
	border-radius: 3px;
	background: #47318B;
}
.contact{
	width: 480px;
	float: left;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 3px;
}
.qrcode {
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	padding: 5px 10px 5px 5px;
	margin-top: 10px;
	font-size: .9em;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.qrcode h3{
	padding-top: 5px;
}

.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 th {
	border: 1px solid #ADADAD;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
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: 3.3em 0 .9em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #5256AE url("../image/button_play_icon.png") no-repeat center .7em;
	box-shadow: 0 4px 0 #212584;
}
a.btn-play:hover {
	background-color: #414596;
}
table.speaker {
	width: 860px;
	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 ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}
.play {
	width: 760px;
	margin: 20px auto;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 326px;
}
.play .playright {
	float: right;
	width: 420px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 320px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 420px;
	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: 320px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto;
	text-align: center;
}

.comment{
	margin: 0 auto 20px;
	font-size: 90%;
}
.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: 7px 15px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5256AE;
	box-shadow: 0 4px 0 #212584;
}
a.backtopage:hover {
	background-color: #414596;
}

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

footer-container

=================================================
*/
.footer{
	color: #50457D;
	text-align: left;
	font-size: 80%;
	padding: 15px 0;
	line-height: 1.6;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.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;
}

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

clear

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

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

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

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