@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "MS PGothic",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-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:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	background: url(../image/header_background.png) repeat-x top center;
}
.main-container{
}
.footer-container{
	border-top: solid 2px #C1C1C1;
}
.wrapper{
	width: 780px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	background: url(../image/header_photo.png) no-repeat top center;
}
.fontsize{
	position: absolute;
	top: 33px;
	right: 0;
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.fontsize-label{
	padding: 5px 0 0;
}
.navi{
	overflow: hidden;
}
.navi li{
	float: left;
}
.header h1 img, .fontsize img, .navi img,
.fontsize a, .navi a{
	display: block;
}

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

main-container

=================================================
*/
h2{
	margin-bottom: 20px;
}
h2.header-top{
	margin-bottom: 15px;
}
h2 img, h3 img{
	display: block;
}
.content{
	padding: 20px 0;
}
.webcast{
	background: url('../image/top_contents_webcast_background.png') repeat-x top;
	border: 1px solid #C3819E;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.livecast, .vodcast{
	float: left;
	width: 389px;
	box-sizing: border-box;
	text-align: center;
}
.livecast{
	border-right: 1px solid #C3819E;
}
.vodcast{
	margin-left: -1px;
	border-left: 1px solid #C3819E;
}
.livecast h3{
	padding: 15px 52px 0 53px;
}
.vodcast h3{
	padding: 15px 44px 0;
}
.livecast h3 img, .vodcast h3 img{
	display: block;
}
.livecast_box{
	padding: 0 15px 20px;
}
.vodcast_box{
	padding: 0 64px 15px;
}
.livelink{
	padding: 20px 49px;
}
.livelink li{
	margin-bottom: 8px;
}
.livelink li:last-child{
	margin-bottom: 0;
}
.vodlink{
	padding: 20px 0 10px;
}
.vodlink li{
	margin-bottom: 8px;
}
.vodlink li:last-child{
	margin-bottom: 0;
}
.btn-live, .btn-live_disabled, .btn-meeting, .btn-speaker, .btn-phrase{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 58px;
	padding: 5px 5px 5px 55px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn-live{
	border: 2px solid #3F4D73;
	padding: 11px 5px 11px 55px;
	font-size: 1.3em;
}
.btn-live:hover{
	background: #253F87;
	border: 2px solid #253F87;
}
a.btn-live{
	color: #142A66;
	text-decoration: none;
}
.btn-live_disabled{
	border: 2px solid #5D5D5D;
	padding: 11px 5px 11px 55px;
	font-size: 1.3em;
	color: #5D5D5D;
}
.btn-meeting{
	border: 2px solid #73533F;
}
.btn-meeting:hover{
	background: #674530;
	border: 2px solid #674530;
}
a.btn-meeting{
	color: #663414;
	text-decoration: none;
}
.btn-speaker{
	border: 2px solid #417385;
}
.btn-speaker:hover{
	background: #306375;
	border: 2px solid #306375;
}
a.btn-speaker{
	color: #145066;
	text-decoration: none;
}
.btn-phrase{
	border: 2px solid #674794;
}
.btn-phrase:hover{
	background: #563881;
	border: 2px solid #563881;
}
a.btn-phrase{
	color: #361466;
	text-decoration: none;
}
.btn-vod_note{
	display: block;
	font-size: 0.8em;
	color: #5D5D5D;
	text-decoration: none;
	line-height: 0.9em;
}
a.btn-live:hover, a.btn-meeting:hover, a.btn-speaker:hover, a.btn-phrase:hover{
	color: #FFFFFF;
}
a.btn-meeting:hover > .btn-vod_note, a.btn-speaker:hover > .btn-vod_note, a.btn-phrase:hover > .btn-vod_note{
	color: #FFFFFF;
}
.btn-live::before, .btn-live_disabled::before, .btn-meeting::before, .btn-speaker::before, .btn-phrase::before{
	position: absolute;
	top: calc(50% - 22px);
	left: 5px;
	width: 44px;
	height: 44px;
	content: '';
}
.btn-live::before{
	background: url('../image/top_button_icon_live_off.png') no-repeat center;
}
.btn-live:hover::before{
	background: url('../image/top_button_icon_live_on.png') no-repeat center;
}
.btn-live_disabled::before{
	background: url('../image/top_button_icon_live_hidden.png') no-repeat center;
}
.btn-meeting::before{
	background: url('../image/top_button_icon_meeting_off.png') no-repeat center;
}
.btn-meeting:hover::before{
	background: url('../image/top_button_icon_meeting_on.png') no-repeat center;
}
.btn-speaker::before{
	background: url('../image/top_button_icon_speaker_off.png') no-repeat center;
}
.btn-speaker:hover::before{
	background: url('../image/top_button_icon_speaker_on.png') no-repeat center;
}
.btn-phrase::before{
	background: url('../image/top_button_icon_phrase_off.png') no-repeat center;
}
.btn-phrase:hover::before{
	background: url('../image/top_button_icon_phrase_on.png') no-repeat center;
}
.livestate, .freeword{
	color: red;
	margin-bottom: 10px;
	font-weight: bold;
}
.liveprogram{
	font-size: 90%;
}
.liveprogram li{
	margin-bottom: 10px;
}
.howto{
	font-size: 90%;
	padding: 0 0 20px;
}
.howto li{
	line-height: 1.5em;
	background: url(../image/list_mark.png) no-repeat 3px 0.5em;
	padding-left: 15px;
	margin-bottom: 5px;
}
.barcode{
	padding: 3px 12px 3px 3px;
	border: 1px solid #D5D5D5;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 12px 0 5px;
	font-weight: bold;
	margin: 0 0 0 100px;
}
.barcode p{
	padding: 0 0 10px;
	margin: 0 0 0 100px;
	line-height: 1.2;
}
.contact{
	font-size: 90%;
}
.contact li{
	line-height: 1.5em;
	margin-bottom: 5px;
}
.contact-outlink li{
	background: url(../image/list_mark.png) no-repeat 3px 0.5em;
	padding-left: 15px;
}
.contact-outlink a{
	text-decoration: none;
}
a.index-linkicon{
	padding-right: 16px;
	background: url(../image/external-link.png) no-repeat right center;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto 0;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch th {
	background: #FFF2F9;
	color: #333333;
	font-weight: bold;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.vodsearch td.nonpad{
	padding: 0;
}
.heading-kaigi{
	margin: 0 0 20px;
	padding: 3px 10px;
	border-left: 5px solid #CF4774;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}
.kaigilist{
	padding: 20px 20px 0;
}
.kaigilist ul{
	margin: 0 0 25px 20px;
	overflow: hidden;
}
.kaigilist li{
	float: left;
	width: 315px;
	margin: 0 20px 12px 0;
}
.btn-kaigi{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 10px 10px 7px;
	width: 100%;
	border-radius: 4px;
	background: #F9E8F0;
	box-shadow: 0 2px 0 #D86398;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn-kaigi:hover{
	background: #F4DCE8;
	text-decoration: none;
}
a.btn-kaigi{
	color: #8C123A;
	text-decoration: none;
}
table.speaker {
	width: 600px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speakername {
	width: 100%;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 10px;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input{
	font-size: 100%;
}
.phrase input[type="text"] {
	width: 500px;
	padding: 3px;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 340px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playtext {
	width: 340px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	height: 178px;
}
.playlist{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.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: 10px auto;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.back{
	margin: 20px 0 0;
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

=================================================
*/
.footer{
	padding: 10px 0 15px;
	font-size: 75%;
	color: #343434;
	text-align: left;
}

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

font

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