@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS P Gothic",sans-serif;
}
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;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
a:link {
	text-decoration: underline;
	color: #0059b2;
}
a:visited {
	text-decoration: underline;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #0059b2;
}
a:active {
	text-decoration: underline;
	color: #90c;
}

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

container

=================================================
*/
.header-container{
	background: url(../image/header_background.png) repeat-x top;
}
.navi-container{
	border-top: 1px solid #2F597F;
	background: #E7F4FD;
	box-shadow: inset 0 -4px #224062;
}
.main-container{
}
.footer-container{
	background: #F3FBFE;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.outlink {
	overflow: hidden;
	margin-top: 20px;
	float: right;
}
.outlink li {
	font-size: .9em;
	position: relative;
	float: left;
	margin-left: 25px;
	background: url(../image/list_arrow.png) no-repeat .1em .5em;
	padding-left: 8px;
}
.outlink a{
	text-decoration: none;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
}
.navi li {
	float: left;
	text-align: center;
}
.navi strong,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 196px;
	padding: 13px 5px;
	font-weight: 800;
}
.navi a{
	text-decoration: none;
	color: #3D3D3D;
}
.navi a:hover,
.navi strong {
	background-color: #2F5981;
	box-shadow: inset 0 -4px #3B7DB9;
	color: #FFFFFF;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.4em;
	margin: 0 0 20px;
	padding: 7px 18px;
	color: #333;
	border: 1px solid #d1d1d1;
	background: linear-gradient(#ffffff,#f6f6f6);
	box-shadow:5px 0 #277abf inset;
}
h2 > span{
	font-size: .8em;
	font-weight: normal;
	margin-left: 15px;
}
.content{
	padding: 20px 0;
}
.webcast{
	overflow: hidden;
	padding-bottom: 30px;
}
.webcast h2{
	margin-bottom: 0;
}
.livecast, .vodcast{
	float: left;
	width: 475px;
}
.livecast{
	margin: 0 30px 0 0;
}
.livestatus{
	text-align: center;
}
.livecast2, .vodcast2{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 20px;
	box-sizing: border-box;
	min-height: 430px;
}
a.btn,
span.btn {
	/*font-size: 1.4em;*/
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #2E5299;
	background-repeat: no-repeat;
	box-shadow: 0 3px 5px #999;
	min-height: 83px;
	box-sizing: border-box;
}
a.btn:hover {
	background-color: #244381;
	color: #fff;
}
.btn span {
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bold;
}
.btn p {
	font-size: 1em;
}
a.btn-live,
span.btn-live {
	background-image: url(../image/button_livecast_play_icon.png);
	background-position: 20px center;
	margin: 0 40px 20px;
	padding: 30px 15px 10px 80px;
}
span.disable {
	padding: 30px 15px 10px 80px;
	background-color: #8a8a8a;
	box-shadow: none;
}
a.btn-meeting,
a.btn-speaker,
a.btn-group {
	margin: 0 40px 10px;
	padding: 15px 15px 15px 80px;
}
a.btn-meeting {
	background-image: url(../image/button_videocast_meeting_icon.png);
	background-position: 30px center;
}
a.btn-speaker {
	background-image: url(../image/button_videocast_speaker_icon.png);
	background-position: 30px center;
}
a.btn-group {
	background-image: url(../image/button_videocast_group_icon.png);
	background-position: 25px center;
}
.simplesearch {
	background-color: #e2f4ff;
	margin:0 40px;
	border-radius: 5px;
	padding: 1em;
	box-sizing: border-box;
}
.simplesearch h3 {
	color: #205c80;
}
.simplesearch p {
	font-size: .9em;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 260px;
	height: 28px;
	border: 1px solid #636363;
	padding: 2px;
	margin-right: 1px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 60px;
	height: 28px;
	border: 1px solid #00508B;
	background: #00508B;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.freeword{
	margin-top: 10px;
	color: red;
	text-align: center;
}
.liveprogram{
	margin-top: 10px;
	text-align: center;
}
.livecomment{
	margin: 20px 0 0;
	text-align: left;
}
.howto{
	padding-bottom: 30px;
}
.howto h2{
	margin-bottom: 15px;
}
.howtoleft, .howtoright{
	float: left;
	width: 475px;
	box-sizing: border-box;
	text-align: left;
}
.howtoleft{
	margin-right: 30px;
}
.howtoleft li{
	margin: 0 0 7px 15px;
	color: #333;
	background: url(../image/list_arrow.png) no-repeat .1em .5em;
	padding-left: 15px;
}
.qrcode {
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	padding: 5px 10px 5px 5px;
	margin-top: 35px;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.qrcode h3{
	padding-top: 5px;
}
.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;
}
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: 3em 0 .8em 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #2E5299 url("../image/button_videocast_play_icon.png") no-repeat center .7em;
	box-shadow: 0 3px 5px #999;
}
a.btn-play:hover {
	background-color: #244381;
}
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;
}
.speaker__info{
	width: 860px;
	margin: 20px auto -18px;
}
.speakername {
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaiha__info{
	width: 350px;
	margin: 20px auto -18px;
}
.kaihaname{
	margin-top: 20px;
}
.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: 860px;
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 420px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 424px;
}
.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: 420px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playcomment{
	margin: 10px 0 0;
	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: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #2E5299;
	box-shadow: 0 3px 5px #999;
}
a.backtopage:hover {
	background-color: #244381;
}

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

footer-container

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

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-120{
	width: 120px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-580{
	width: 580px;
}
.width-860{
	width: 860px;
}
.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;
}
