@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	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-size: 1em;
}
address {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
table,caption,th,td {
	border: 0;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 1em;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
	position: relative;
	top: 1px;
	left: 1px;
}
a:active{
	color: #CC0000;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.outlink{
	position: absolute;
	top: 9px;
	right: 3px;
}
.outlink li{
	padding-bottom: 3px;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	font-family: BIZ UDMincho, serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	background: #FEFECC;
	box-shadow: 1px 1px 0 0 #303030;
	margin: 0 2px 0 0;
}
.navi__item:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.navi__link {
	display: block;
	padding: 2px 10px 1px;
	font-size: 0.9em;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	text-shadow: 1px 1px 2px #c4c4c4;
}
.navi__link:link, .navi__link:visited {
	color: #6666CC;
	text-decoration: none;
}
.navi__link:hover{
	position: static;
}
.navi__link--active {
	color: #FF7700 !important;
}
.header img, .outlink img, .navi img,
.outlink a, .navi a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 10px 0;
}
.webcast{
	padding: 0 77px 10px;
}
.webcast_border{
	display: flex;
	justify-content: space-between;
	border: 1px solid #303030;
}
.livecast, .vodcast{
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #303030;
}
.livecast h2, .vodcast h2{
	background: #FFCC66;
	color: #333399;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
.livecast2, .vodcast2{
	padding: 10px;
}
.livecast2 p, .vodcast2 p{
	display: inline-block;
	text-align: left;
}
.livelink{
	padding: 15px 0;
}
.freeword{
	color: red;
	margin-bottom: 10px;
}
.liveprogram{
	font-size: 90%;
}
.vodlink ul{
	padding: 10px 0 0;
	display: inline-block;
	text-align: left;
}
.vodlink li{
	margin-bottom: 3px;
}
.howto{
	padding: 10px 80px 0 100px;
	text-align: left;
}
.howto li:before{
	padding: 0 0.3em 0 0;
	content: '※';
}
.howto li {
	padding: 0 0 5px;
	text-indent: -1.2em;
}
.howto p{
	padding-top: 10px;
}

.contentframe{
	margin-top: 5px;
	border: 2px solid #303030;
	padding: 15px 20px 20px;
}
.contentframe.playpage{
	padding: 15px 20px 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8 #474747 #474747 #D8D8D8;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #474747 #D8D8D8 #D8D8D8 #474747;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch li{
	padding: 2px 0;
}

table.speaker {
	width: 600px;
	margin: 0 auto;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8 #474747 #474747 #D8D8D8;
	border-collapse: separate;
	border-spacing: 2px;
}
.speaker-box td {
	border-width: 1px;
	border-style: solid;
	border-color: #474747 #D8D8D8 #D8D8D8 #474747;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 100%;
	margin: 0 auto;
}
.speakername ul{
	padding: 0 15px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 0;
}
.phrase {
	margin: 10px auto 0;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input{
	font-size: 100%;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 0 auto;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 350px;
}
.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%;
}
.playtext {
	width: 350px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
}
.playtext.vod{
	height: 298px;
}
.playright ul{
	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: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto;
	text-align: center;
}
.before{
	text-align: left;
	padding: 0 50px;
}
.before dd{
	margin-left: 1em;
	margin: 7px 0 20px 10px;
}
.beforeindex{
	background: #FFFFCC;
	color: #333366;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding: 5px;
	margin-bottom: 10px;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	text-align: center;
	margin: 20px auto 0;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.border{
	width: 100%;
	height: 3px;
	background: url(../image/border.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
}
.address{
	margin: 5px;
	font-size: 80%;
}
.address p{
	font-weight: bold;
	margin-bottom: 5px;
}
.address ul{
	display: inline-block;
	text-align: left;
}
.address li{
	margin-bottom: 4px;
}
.copy{
	margin-top: 10px;
	padding: 2px;
	background: #FFCC66;
	color: #333399;
	font-size: 75%;
}

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

other

=================================================
*/
.width-50{
	width: 50px;
}
.width-64{
	width: 64px;
}
.width-120{
	width: 120px;
}
.width-150{
	width: 150px;
}
.width-160{
	width: 160px;
}
.width-180{
	width: 180px;
}
.width-200{
	width: 200px;
}
.width-300{
	width: 300px;
}
.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;
}
