@charset "UTF-8";

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

Univeral Set

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

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

container

=================================================
*/
.header-container{
	background: #FFFFFF;
}
.navi-container{
	background: #5B2D8F;
}
.main-container{
	background: #E3F0F9;
}
.footer-container{
	background: #5B2D8F;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	overflow: hidden;
}
.header h1{
	float: left;
	padding: 25px 0 16px;
}
.outlink {
	margin: 23px 0;
	float: right;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin-left: 15px;
	font-size: 80%;
}
.outlink a{
	display: block;
	padding: 2px 15px 2px 20px;
	border: 1px solid #4C70BA;
	border-radius: 3px;
	color: #4C70BA;
	position: relative;
}
.outlink a::before{
	position: absolute;
	top: .6em;
	left: 9px;
	content: "";
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #284A89;
}
.navi{
	overflow: hidden;
}
.navi li{
	float: left;
}
.navi strong,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 245px;
	padding: 10px 5px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
}
.navi a{
	background: #5A2C8E;
	text-decoration: none;
}
.navi a:hover,
.navi strong {
	background-color: #D2C3E4;
	color: #5C2C90;
}
.header img{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0;
}
.content-box{
	border: 5px solid #FFFFFF;
	border-radius: 7px;
	background: #FFFFFF;
}
.content-box h2{
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 8px solid #CBBBDF;
	border-radius: 7px 7px 0 0;
	color: #37224D;
}
.content-box h2 .header_main{
	padding: 20px;
	background: #EDE9F7;
	border-bottom: 4px solid #684D82;
	border-radius: 7px 7px 0 0;
	display: block;
}
.content-box_main{
	padding: 20px;
}
.webcast{
	margin-bottom: 20px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	width: 480px;
}
.livecast{
	margin-right: 20px;
}
.livecast .content-box,.vodcast .content-box{
	min-height: 520px;
}
.webcast-header_sub{
	font-weight: normal;
	font-size: 65%;
	line-height: 1;
	padding-left: 12px;
	vertical-align: middle;
}
.livelink{
	padding: 0 40px 20px;
}
.livestate{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.freeword{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.liveprogram{
	padding-top: 10px;
	text-align: center;
}
.vodlink{
	padding: 0 40px;
}
.vodlink li{
	margin-bottom: 20px;
}
a.btn, span.btn{
	display: block;
	box-sizing: border-box;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px;
	padding: .7em 26px .7em 65px;
	position: relative;
}
a.btn::after, span.btn::after{
	position: absolute;
	top: calc(50% - 15px);
	left: 21px;
	width: 32px;
	height: 28px;
	content: '';
	background: url('../image/button_webcast_icon.svg') no-repeat right center;
}
a.btn-live{
	background-color: #8C2C76;
	box-shadow: 0 5px 0 #631A52;
}
a.btn-live:hover{
	background-color: #631A52;
}
span.btn-live.disable{
	background-color: #8F8F8F;
}
a.btn-vod{
	background-color: #3862B4;
	box-shadow: 0 5px 0 #2A498A;
}
a.btn-vod:hover{
	background-color: #2A498A;
}
.simplesearch {
	padding: 0 40px;
}
.simplesearch h4 {
	font-weight: bold;
}
.simplesearch p {
	margin-top: 10px;
}
.simplesearch_form{
	overflow: hidden;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 280px;
	height: 29px;
	border: 1px solid #3761B3;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 70px;
	height: 29px;
	border: 1px solid #3761B3;
	background: #3761B3;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	display: block;
}
.howto{
	margin-bottom: 20px;
}
.howto_main{
	overflow: hidden;
}
.howto_main ul{
	float: left;
	width: 455px;
	margin-right: 20px;
}
.howto_main li{
	position: relative;
	margin-bottom: 7px;
	line-height: 1.5;
	padding-left: 10px;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: 0;
	width: 3px;
	height: 3px;
	content: '';
	background: #656565;
}
.howto_main li:last-child{
	margin-bottom: 0;
}
.topphoto{
	float: left;
	width: 455px;
}
.qrcode{
	border: 1px solid #8E8E8E;
	padding: 5px 10px 5px 5px;
	margin-top: 15px;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.qrcode h4{
	padding-top: 7px;
	font-weight: bold;
	margin: 0 0 5px 90px;
}
.qrcode p{
	margin-left: 90px;
}
.contact li{
	margin-bottom: 7px;
	line-height: 1.3;
}

table caption {
	text-align: left;
	font-weight: bold;
}
.speaker_caption{
	border-top: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	padding: 3px 0 0;
	background: #F5F5F5;
}
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;
}
a.btn-play {
	font-size: .9em;
	font-weight: bold;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 45px 0 6px;
	color: #FFFFFF;
	background: #3862B4;
	box-shadow: 0 3px 0 #284A8A;
	border-radius: 4px;
	text-decoration: none;
}
.btn-play:hover {
	background: #284A8A;
}
a.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;
}
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 {
	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;
}
.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: 480px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 480px;
	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{
	text-align: center;
}
a.btn-back{
	font-size: 1em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	min-width: 12em;
	padding: 12px 10px 10px 50px;
	color: #333333;
	background:#FFFFFF;
	border-radius: 3px;
	border: 1px solid #8B8B8B;
	margin: 0 auto;
	text-decoration: none;
}
a.btn-back:hover{
	border-color: #3761B3;
}
a.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%;
	color: #FFFFFF;
	padding: 20px 0;
}

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

other

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