@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: 'MS PGothic', sans-serif;
	line-height: 1.4;
	color: #444444;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	height: auto;
	vertical-align: bottom;
}
div,p,pre,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table,caption,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
form,textarea,select,option,input {
	margin:0;
	padding:0;
	font-size: 100%;
}
span,br,a,img,object {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
li{
	list-style: none;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

outer(外枠)

=================================================
*/
.header-container{
	background: #FFFFFF;
}
.navi-container{
	border-top: 1px solid #7BB853;
	border-bottom: 1px solid #2D610A;
	background: linear-gradient(#449210, #397A0D);
}
.main-container{
}
.footer-container{
	border-top: 6px solid #D1E3CD;
	background: #3D8A0A;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	background: url(../image/header_photo.png) no-repeat right top;
}
.header h1{
	text-align: left;
}
.header h1 img{
	display: block;
}
.outlink{
	position: absolute;
	top: 33px;
	right: 0;
}
.outlink ul{
	float: right;
}
.outlink li{
	float: left;
	padding-left: 4px;
	line-height: 0;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-left: 1px solid #0C610A;
	border-right: 1px solid #55B852;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #55B852;
	border-right: 1px solid #0C610A;
}
.navi__link {
	display: block;
	padding: 5px 5px 3px;
	border-radius: 5px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #5e5e5e;
}
.navi__item:hover > .navi__link, .navi__link--active {
	background: #31660D;
}

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

main-container

=================================================
*/
.contents_header{
	text-align: left;
	margin-bottom: 15px;
	padding: 8px 15px 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: 3px solid #0087C9;
	border-radius: 10px 10px 0 0;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.contents_header--main{
	display: block;
	color: #484848;
	font-size: 1.3rem;
	font-weight: bold;
}
.contents_header--sub{
	color: #7F7F7F;
	font-size: 0.9rem;
	margin: 0 0 0 10px;
	font-weight: normal;
	vertical-align: middle;
}
h3{
	line-height: 0;
	padding-top: 15px;
}
.contents{
	text-align: left;
	padding: 20px 0;
}
.webcast{
	padding-bottom: 25px;
	text-align: center;
}
.webcast .contents_header{
	margin: 0;
}
.webcast2{
	display: flex;
	border-right: 1px solid #CBCCCE;
	border-bottom: 1px solid #CBCCCE;
	border-left: 1px solid #CBCCCE;
	box-sizing: border-box;
}
.livecast{
	flex: 1;
	text-align: center;
	background: url(../image/top_webcast_live_bacground.fix.png) no-repeat right top;
	border-right: 1px solid #CBCCCE;
}
.vodcast{
	flex: 1;
	text-align: center;
	background: url(../image/top_webcast_video_background.fix.png) no-repeat left top;
}
.livecast2, .vodcast2{
	padding: 0 20px 20px 20px;
}
.livelink{
	padding: 20px 141px;
}
.freeword{
	padding: 5px 0;
	color: red;
}
.liveprogram{
	font-size: 90%;
	display: inline-block;
	text-align: left;
	padding-top: 15px;
}
.vodlink{
	padding: 20px 71px 0;
}
.vodlink li{
	line-height: 0;
}
.livelink img, .vodlink li img{
	display: block;
}
.howto{
	text-align: left;
	font-size: 90%;
}
.howto ul{
	padding: 0 15px 25px 15px;
}
.howto li {
	background: url(../image/listmark.png) no-repeat 0 0.4em;
	padding-left: 15px;
	margin-bottom: 5px;
}
.address{
	text-align: left;
	font-size: 90%;
}
.address2{
	padding: 0 15px;
}
.address dl{
	margin-bottom: 5px;
}
.address dt{
	font-weight: bold;
	padding: 3px 0;
}
.address dd{
	padding-left: 1em;
	margin-bottom: 3px;
}

table.vodsearch{
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto 25px;
}
table.vodsearch td{
	border: 1px solid #595959;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 960px;
}
table.vodsearch caption{
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
table.speaker {
	width: 700px;
	margin: 20px auto 30px;
}
table.speaker.vodsearch {
	margin: 10px auto 30px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 940px;
	margin: 20px auto 0;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}

.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 550px;
	padding: 3px;
}

.play {
	margin: 20px auto 30px;
}
.play .playleft {
	float: left;
	width: 646px;
}
.play .playright {
	float: right;
	width: 390px;
}
.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%;
}
.liveplayer, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 390px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playtext.vod{
	height: 289px;
}
.playright ul{
	margin-bottom: 10px;
	font-weight: bold;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 140px 10px;
	margin: 20px auto 30px;
	text-align: center;
}
.comment{
	margin: 0 auto 2em auto;
}
.nonresult{
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

.before dl{
	text-align: left;
}
.before dd{
	margin-left: 1em;
	font-size: 90%;
	margin: 7px 0 20px 10px;
}

.back{
	text-align: center;
}

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

footer

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

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

font

=================================================
*/
.font-red{
	color: red;
}
.font-blue{
	color: blue;
}
.font-90{
	font-size: 90%;
}
.font-80{
	font-size: 80%;
}
.font-bold{
	font-weight: bold;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: red;
}

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

layout

=================================================
*/
.width-55{
	width: 55px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-580{
	width: 580px;
}
.width-860{
	width: 860px;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.top{
	vertical-align: top;
}
.middle{
	vertical-align: middle;
}
.bottom{
	vertical-align: bottom;
}

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

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

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

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