@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: 'MS PGothic',sans-serif;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	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;
}
small{
	font-size: 100%;
}
a:link {
	color: #0066CD;
	text-decoration: underline;
}
a:visited {
	color: #0066CD;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	background: linear-gradient(#FFFFFF, #E0E0E0);
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.main-container{
}
.footer-container{
	border-top: 1px solid #CCCCCC;
	background: #F2F2F2;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	background: linear-gradient(#076B9D 0%, #287FAA 50%, #4A93B7 100%);
}
.header_main{
	position: relative;
	background: url(../image/header-background2.gif) no-repeat left top;
}
.outlink{
	position: absolute;
	width: 276px;
	top: 10px;
	right: 0px;
	overflow: hidden;
}
.outlink li{
	float: left;
	padding-left: 4px;
}
.fontsize{
	padding: 10px 0;
	overflow: hidden;
}
.fontsize ul{
	float: right;
	overflow: hidden;
}
.fontsize li{
	float: left;
}
.header h1 img, .outlink img, .fontsize img,
.outlink a, .fontsize a{
	display: block;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-left: 1px solid #CCCCCC;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
}
.navi__link {
	display: block;
	padding: 10px 10px 8px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 -1px;
}
.navi__link:link, .navi__link:visited {
	color: #5b5b5b;
	text-decoration: none;
}
.navi__link--active, .navi__link:focus, .navi__link:hover {
	background: linear-gradient(#E0E0E0, #FFFFFF);
	border-bottom: 1px solid #FFFFFF;
	color: #5b5b5b;
}

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

main-container

=================================================
*/
h3 img{
	display: block;
}
.content{
	padding-bottom: 20px;
}
.content__header{
	border-top: 3px solid #669900;
	margin-bottom: 20px;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.content__header.toppage{
	margin-bottom: 15px;
}
.content__main-header{
	display: flex;
	margin: 1px 0 0;
	padding: 3px 7px 1px;
	border: 1px solid #E7E7E7;
	background: linear-gradient(#F2F2F2, #FFFFFF);
	color: #5b5b5b;
	font-size: 1.4rem;
	font-weight: bold;
	overflow: hidden;
}
.content__sub-header{
	display: inline-block;
	padding: 0 0 0 57px;
	position: relative;
}
.content__sub-header::before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	width: 48px;
	height: 48px;
	background: url("../image/icon-header-bg.svg") no-repeat center;
}
.webcast{
	padding: 0 190px 20px;
	overflow: hidden;
}
.livecast, .vodcast{
	width: 300px;
	text-align: center;
}
.livecast{
	float: left;
}
.vodcast{
	float: right;
}
.livecast2, .vodcast2{
	border-right: 10px solid #E7E7E7;
	border-bottom: 10px solid #E7E7E7;
	border-left: 10px solid #E7E7E7;
}
.livecast2{
	padding: 0 15px 30px;
}
.livecast p, .vodcast p{
	margin-bottom: 5px;
}
.livelink{
	padding: 20px 18px;
}
.livelink img, .vodcast2 li img{
	display: block;
}
.vodcast2 li{
	*line-height: 0;
}
.liveprogram{
	font-size: 90%;
}
.freeword{
	margin-bottom: 5px;
}

.howto{
	padding-bottom: 25px;
}
.howto li{
	line-height: 1.3em;
	margin-bottom: 5px;
}
.contact li{
	line-height: 1.3em;
	margin-bottom: 3px;
}
.listmark{
	margin-top: 15px;
}
.listmark li{
	background: url(../image/listmark-arrow.gif) no-repeat 0 0.4em;
	padding-left: 15px;
}

table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 20px auto;
}
table.vodsearch th {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
	background: #3576A5;
	color: #FFFFFF;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}

table.vodsearch.resultlist {
	width: 940px;
}
table.vodsearch.resultlist td{
	padding: 5px;
}
table.vodsearch td.nonpad{
	padding: 0;
}

.speaker {
	margin: 20px auto;
}
table.vodsearch.speakerresult{
	margin: 10px auto 20px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2 #A0A0A0 #A0A0A0 #E2E2E2;
	border-collapse: separate;
	border-spacing: 2px;
}
.speaker-box td {
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #E2E2E2 #E2E2E2 #A0A0A0;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 940px;
	margin: 20px auto 0;
}
.speakername ul{
	margin: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 20px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto;
}
.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%;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 390px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-family: 'MS Gothic', monospace;
	line-height: 1.2em;
	font-size: 90%;
	text-align: left;
}
.playtext.vod{
	height: 298px;
}
.playright ul{
	margin-bottom: 10px;
	font-weight: bold;
}
.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;
}
.before dd{
	margin: 8px 5px 20px 20px;
}
.comment{
	margin: 0 auto 15px;
	text-align: left;
}
.nonresult {
	text-align: center;
	margin: 20px 0;
	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: 120px 10px;
	margin: 0 auto 15px;
	text-align: center;
}

.back{
	text-align: center;
}
.border{
	width: 100%;
	height: 3px;
	background: url(../../image/bar.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	color: #999999;
	padding: 10px 0;
	font-family: Trebuchet MS,Arial;
}

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

other

=================================================
*/
.width-54{
	width: 54px;
}
.width-64{
	width: 64px;
}
.width-125{
	width: 125px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-300{
	width: 300px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-600{
	width: 600px;
}
.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-80 {
	font-size: 80%;
}
.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;
}
.font-breakword{
	word-wrap: break-word;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

clear

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

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

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

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