@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: 'MS PGothic', sans-serif;
	color: #333333;
}
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: #0100CA;
	text-decoration: underline;
}
a:visited {
	color: #0100CA;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	border-top: 1px solid #F9EB7F;
	border-bottom: 1px solid #AC9800;
	background: linear-gradient(#FFDF00, #FFAF00);
}
.main-container{
}
.footer-container{
	border-top: 3px solid #137CB6;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	background: linear-gradient(#19A4D1, #1275B3);
}
.header__item{
	position: relative;
}
.header__item h1{
	padding: 6px 0;
}
.outlink{
	position: absolute;
	top: 9px;
	right: 0px;
	overflow: hidden;
}
.outlink li{
	float: left;
	margin: 0 0 0 5px;
	text-align: left;
}
.fontsize{
	position: absolute;
	top: 42px;
	right: 0px;
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-left: 1px solid #AC9800;
	border-right: 1px solid #F9EB7F;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #F9EB7F;
	border-right: 1px solid #AC9800;
}
.navi__link {
	display: block;
	padding: 8px 10px 6px;
	font-size: 1.1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #654E00;
	text-decoration: none;
}
.navi__link:hover {
	background: linear-gradient(to left, rgba(0, 0, 0, 0), #FFF400, rgba(0, 0, 0, 0));
}
.navi__link--active {
	background: linear-gradient(to left, rgba(0, 0, 0, 0), #FFF400, rgba(0, 0, 0, 0));
}
.header h1 img, .outlink img, .fontsize img,
.outlink a, .fontsize a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0;
}
.content_header{
	margin: 0 0 20px;
	padding: 10px 12px 8px;
	border: 1px solid #96CAEB;
	background: linear-gradient(to left, #C2E8FF 0%, rgba(0, 0, 0, 0) 1.5% 98.5%, #C2E8FF 100%), linear-gradient(#C2E8FF 0%, #E2F6FF 28% 72%, #C2E8FF 100%);
	color: #007AB7;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.top_header{
	margin: 0 0 15px;
	color: #007AB7;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 2px solid #C6DFEB;
	position: relative;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.top_header::after{
	position: absolute;
	background: #9ACDE7;
	width: 50%;
	height: 2px;
	bottom: -2px;
	left: 0;
	content: '';
}
.webcast_header{
	margin: 0 0 10px;
	color: #0099CC;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.webcast{
	margin: 0 0 25px;
	overflow: hidden;
	display: flex;
}
.topphoto{
	width: 487px;
	margin: 0 5px 0 0;
}
.webcast_right{
	width: calc(100% - 487px - 5px);
}
.webcast_border{
	border: 5px solid #E1F5FF;
}
.webcast_box{
	padding: 10px;
}
.livecast,.vodcast{
	text-align: center;
}
.livecast{
	margin: 0 0 5px;
}
.livelink{
	padding: 0 48px 10px;
}
.livestatus{
	margin: 0 0 10px;
	color: red;
}
.freeword{
	margin: 0 0 10px;
	color: red;
}
.btn--live {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12px 20px 10px;
	width: 10em;
	text-align: center;
	text-decoration: none !important;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
	background: linear-gradient(#44A8F0, #2760BA);
	border: 1px solid #295180;
	border-radius: 25px;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn--no-live{
	background: linear-gradient(#F1F1F1, #BBBBBB);
	border: 1px solid #A0A0A0;
}
.vodcast_note{
	font-size: 85%;
	text-align: left;
	padding: 0 50px;
}
.vodlink{
	padding: 10px 50px 0;
}
.vodlink_item{
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}
.vodlink_item:first-child{
	border-top: 1px solid #C5C5C5;
}
.btn--vod {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 6px 25px 8px;
	width: 100%;
	text-align: left;
	text-decoration: none !important;
	font-size: 1.3rem;
	font-weight: bold;
	color: #654E00 !important;
	background: linear-gradient(#FFFFFF, #FFF7E0);
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn--vod::after {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	width: 10px;
	height: 100%;
	background: linear-gradient(#FEAA00, #805600);
	content: '';
}
.btn--vod:hover {
	color: #663300 !important;
	background: linear-gradient(#FFFFFF, #FFEEBF);
}
.btn--vod:hover::after {
	background: linear-gradient(#FDF500, #E69A00);
}
.btn--vod-note {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #464646;
	padding: 0;
}
.livelink img, .vodlink img,
.livelink a, .vodlink a{
	display: block;
}
.notice{
	display: flex;
}
.howto{
	flex: 1;
	margin: 0 20px 0 0;
}
.howto li{
	line-height: 1.3em;
	background: url(../image/listmark-arrow.png) no-repeat 0.3em 0.3em;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	font-size: 0.9em;
}
.contact{
	flex: 1;
}
.contact dt{
	font-weight: bold;
	background: url(../image/listmark-arrow.png) no-repeat 0.3em 0.3em;
	padding: 0 0 0 15px;
	font-size: 0.9em;
}
.contact dd{
	margin: 5px 0 10px 15px;
	font-size: 0.9em;
}

.contentframe{
	padding: 0 10px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto 0;
}
table.vodsearch td {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td li{
	padding: 2px 0;
}
table.speaker {
	width: 600px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.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: 20px 0 0;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin: 0 0 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 560px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playleft.vod{
	float: none;
}
.playright {
	float: right;
	width: 370px;
}
.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%;
}
.playlist {
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.2em;
	border-bottom: 2px solid #CCCCCC;
}
.playtext {
	width: 370px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	width: 100%;
	height: 245px;
	overflow: visible;
	overflow-y: scroll;
	white-space: normal;
	margin: 10px 0 0;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

=================================================
*/
.footer{
	font-size: 75%;
	text-align: left;
	padding: 10px 0;
	color: #666666;
}
.footer li{
	margin: 0 0 5px;
}

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

other

=================================================
*/
.width-50{
	width: 50px;
}
.width-64{
	width: 64px;
}
.width-140{
	width: 140px;
}
.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;
}
