@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-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: #3266CB;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	border-top: 5px solid #218412;
}
.navi-container{
	border-top: 1px solid #72CE72;
	border-bottom: 1px solid #72CE72;
	background: linear-gradient(#EFFFE9, #A5FC81);
}
.main-container{
}
.footer-container{
	background: #E6F4FF;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.outlink {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	margin: 0 0 0 10px;
}
.fontsize{
	position: absolute;
	top: 42px;
	right: 0;
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.navi{
	overflow: hidden;
}
.navi li{
	float: left;
}
.header h1 img, .outlink img, .fontsize img, .navi img,
.outlink a, .fontsize a, .navi a{
	display: block;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px dotted #72CE72;
}
.navi__item:first-child {
	border-left: 1px dotted #72CE72;
}
.navi__link {
	display: block;
	padding: 10px 10px 8px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #004800;
	text-decoration: none;
}
.navi__link:hover, .navi__link--active {
	background: linear-gradient(#69C469, #018701);
}
.navi__link:hover:link, .navi__link:hover:visited, .navi__link--active:link, .navi__link--active:visited {
	color: #fff;
	text-shadow: 1px 1px 1px #5e5e5e;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0;
}
.contents_header{
	text-align: left;
	margin-bottom: 20px;
	padding: 6px 10px 4px;
	background: #FFFFFF url(../image/title_sub-background.gif) no-repeat right top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 5px solid #6497C9;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.contents_header--main{
	display: block;
	color: #484848;
	font-size: 1.1rem;
	font-weight: bold;
}
.contents_header--sub{
	color: #7F7F7F;
	font-size: 0.9rem;
	margin: 0 0 0 10px;
	font-weight: normal;
	vertical-align: middle;
}
h3 img{
	display: block;
}
.webcast{
	margin: 0 0 30px;
	overflow: hidden;
}
.webcast2{
	padding: 0 140px;
}
.livecast,.vodcast{
	float: left;
	width: 350px;
}
.livecast{
	margin: 0 70px 0 0;
}
.webcast-box{
	border-right: 10px solid #F0F0F0;
	border-bottom: 10px solid #F0F0F0;
	border-left: 10px solid #F0F0F0;
	box-sizing: border-box;
	min-height: 198px;
}
.livecast .webcast-box{
	padding: 20px 10px;
}
.vodcast .webcast-box{
	padding: 10px 0 0;
}
.livelink{
	padding: 0 68px 20px;
}
.livestatus{
	margin: 0 0 10px;
	text-align: left;
}
.freeword{
	margin: 0 0 10px;
	color: red;
	text-align: left;
}
.liveprogram{
	font-size: 80%;
	text-align: left;
}
.livelink img, .vodlink li img,
.livelink a, .vodlink li a{
	display: block;
}
.howto{
	margin: 0 0 30px;
	font-size: 90%;
}
.howto ul{
	padding: 0 0 0 5px;
}
.howto li{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	line-height: 1.3em;
}
.howto li::before{
	position: absolute;
	top: .4em;
	left: 0;
	width: 5px;
	height: 5px;
	content: '';
	background: url(../image/listmark-arrow.gif) no-repeat center center;
}
.howto li:last-child{
	margin-bottom: 0;
}
.contact{
	font-size: 90%;
}
.contact dt{
	font-weight: bold;
}
.contact dd{
	margin: 4px 0 6px;
	padding: 0 0 0 1.5em;
}

.contentframe{
	padding: 0 15px;
}
table caption {
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 15px auto 0;
}
table.vodsearch td {
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.speaker {
	width: 550px;
	margin: 15px 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;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	margin: 15px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 15px 0 0;
}
.phrase {
	margin: 30px 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: 5em;
}

.play {
	margin: 15px auto 0;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 646px;
}
.play .playright {
	float: right;
	width: 360px;
}
.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 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.playtext {
	width: 360px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playtext.vod{
	height: 298px;
}
.liveplayer{
	border: none;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.before{
}
.before dl{
	text-align: left;
	margin: 20px;
}
.before dt{
	margin: 15px 0 8px;
}
.before dd{
	margin: 0 0 0 1em;
	font-size: 95%;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	font-size: 75%;
	padding: 15px 10px;
}
.footer li{
	line-height: 1.5em;
}

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

other

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