@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Meiryo, sans-serif;
	background: #FFFFFF;
	line-height: 1.4;
	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%;
}
input{
	font-size: 100%;
}
li{
	list-style: none;
}
a:link {
	color: #0047B3;
	text-decoration: none;
}
a:visited {
	color: #0047B3;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

outer(外枠)

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

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
	padding: 5px 0 0;
}
.outlink{
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 90%;
	max-width: 570px;
}
.outlink ul{
	overflow: hidden;
}
.outlink li{
	float: left;
	background: url(../image/external_link.png) no-repeat 23px center;
	padding: 0 0 0 40px;
}
.navi{
}
.navi ul{
	overflow: hidden;
}
.navi li{
	float: left;
}
.header h1 img, .navi img,
.navi a{
	display: block;
}

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

main-container

=================================================
*/
h2{
	background: url(../image/title_sub_border.png) no-repeat left bottom;
	text-align: left;
	padding: 5px 0;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 140%;
}
h3{
	margin: 0 0 20px;
}
h3 img{
	display: block;
}
.content{
	padding: 25px 0 20px;
}
.webcast{
	overflow: hidden;
	margin: 0 0 20px;
}
.topimage{
	float: left;
	width: 460px;
	margin: 0 25px 0 0;
}
.webcast_right{
	float: left;
	width: 435px;
}
.livecast{
	margin: 0 0 30px;
}
.livecast, .vodcast{
}
.livelink{
	padding: 0 85px 15px;
}
.livestatus{
	color: red;
	text-align: center;
}
.freeword{
	color: red;
	text-align: center;
}
.vodlink{
	padding: 0 85px;
}
.vodlink li{
	margin: 0 0 5px;
}
.livelink img, .vodlink img,
.livelink a, .vodlink a{
	display: block;
}
.simplesearch{
	overflow: hidden;
	padding: 15px;
	margin: 0 85px;
	background: #E4E4E4;
}
.simplesearch label{
	display: block;
	padding: 0 0 3px;
	font-weight: bold;
	text-align: left;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.simplesearch_text-cell{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}
.simplesearch_submit-cell{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.form-textbox{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: #FFFFFF;
	border: none;
	font-size: 0.9em;
}
.form-submit{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: #396125;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}
.howto{
	font-size: 90%;
	text-align: left;
	padding: 0 0 20px;
}
.howto li{
	background: url(../image/list_arrow.png) no-repeat 9px 0.5em;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
}
.contact{
	font-size: 90%;
	text-align: left;
}
.contact li{
	margin: 0 0 5px;
}

.contentframe{
	padding: 0 30px;
}
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, table.vodsearch th {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.speaker {
	width: 100%;
	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;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.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{
	font-size: 100%;
}
.phrase input[type="text"] {
	width: 550px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 420px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 424px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liveplayer, .amplayer, .amp-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 420px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1.2em;
	font-family: Meiryo, monospace;
}
.playtext.vod{
	height: 178px;
}
.playlist{
	margin: 0 0 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: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 20px auto -10px;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 25px 0 0;
	text-align: center;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

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

footer-container

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

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

font

=================================================
*/
.width-50{
	width: 50px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.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: Meiryo, monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: red;
}

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

メニュー読み飛ばしリンク用

=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}
