@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	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: #2638BE;
	text-decoration: none;
}
a:visited {
	color: #2638BE;
	text-decoration: none;
}
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 center top;
}
.main-container{
	background: #EEF6EB;
}
.footer-container{
	border-top: 1px solid #A5B99D;
	background: #FFFFFF;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.fontsize{
	position: absolute;
	top: 30px;
	right: 0;
}
.fontsize ul{
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.navi ul{
	overflow: hidden;
}
.navi li{
	float: left;
}
.header h1 img, .fontsize img, .navi img,
.fontsize a, .navi a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
.content__header{
	padding: 7px;
	background: #168457;
	border-radius: 10px 10px 0 0;
	text-align: left;
}
.content__header img{
	display: block;
}
.box{
	padding: 20px;
	background: #FFFFFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.webcast{
	padding: 0 0 30px;
}
.webcast2{
	overflow: hidden;
}
.livecast{
	width: 441px;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
	border-right: 1px solid #EEF6EB;
	text-align: center;
}
.vodcast{
	width: 440px;
	float: right;
	box-sizing: border-box;
	padding-left: 20px;
	border-left: 1px solid #EEF6EB;
	margin-left: -1px;
	text-align: center;
}
.vodcast.vodonly{
	float: none;
	margin: 0 auto;
	padding: 0;
	border: none;
}
.vodcast__header img{
	display: block;
	margin: 0 auto;
}
.livelink{
	padding: 20px 125px;
}
.livestatus{
	margin: 0 0 10px;
	color: red;
}
.freeword{
	margin: 0 0 10px;
	color: red;
}
.vodlink{
	padding: 20px 60px 0 59px;
}
.vodlink li{
	margin: 0 0 8px;
}
.vodcast.vodonly .vodlink{
	padding: 20px 70px 0;
}
.livelink img, .vodlink img,
.livelink a, .vodlink a{
	display: block;
}
.howto{
	margin: 0 0 30px;
	text-align: left;
	font-size: 90%;
}
.howto li{
	background: url(../image/listmark.png) no-repeat 0 0.5em;
	padding: 0 0 0 13px;
	margin: 0 0 8px;
	line-height: 1.3em;
}
.howto li a{
	background: url(../image/anchor_linkmark.png) no-repeat right center;
	padding: 0 15px 0 0;
}
.contact{
	text-align: left;
	font-size: 90%;
}
.contact2{
	overflow: hidden;
}
.contactleft{
	float: left;
	width: 640px;
}
.contactright{
	float: right;
	width: 220px;
}
.contact li{
	margin: 0 0 8px;
	line-height: 1.3em;
}
.contact_link{
	padding: 10px 0 8px 0;
}
.contact_link li{
	margin: 0 6px 0 0;
	display: inline-block;
}
.contact_link img, .contact_link a{
	display: block;
}

table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 15px auto;
}
table.vodsearch td {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	margin: 15px auto 8px;
}
table.vodsearch.resultlist td li{
	padding: 3px 0;
}
table.speaker {
	width: 650px;
	margin: 15px auto;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	margin: 15px auto 0;
}
.speakername ul{
	margin: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 560px;
	padding: 2px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 15px 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%;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 350px;
	height: 366px;
	overflow-y: scroll;
	white-space: normal;
	font-family: 'MS Gothic', monospace;
	line-height: 1.2em;
	font-size: 90%;
}
.playtext.vod{
	height: 298px;
}
.playlist{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.telop{
	box-sizing: border-box;
	max-width: 646px;
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.nonresult {
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
.comment{
	margin: 0 auto 15px;
}
.back{
	margin: 30px 0 0;
	text-align: center;
}

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

footer-container

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

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

other

=================================================
*/
.width-10{
	width: 10px;
}
.width-68{
	width: 68px;
}
.width-140{
	width: 140px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-300{
	width: 300px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-650{
	width: 650px;
}
.width-950{
	width: 950px;
}
.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-95 {
	font-size: 95%;
}
.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;
}
