@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #F4F4F4;
	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: #0065CD;
	text-decoration: underline;
}
a:visited {
	color: #0065CD;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
	background: #FAFAFA;
}
.footer-container{
	background: #D8D8D8;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.fontsize{
	background: #AEDE26;
	padding: 3px 5px 3px 0;
}
.fontsize ul{
	float: right;
}
.fontsize li{
	float: left;
}
.header{
	position: relative;
	background: #FFFFFF url(../image/title-background.gif) no-repeat right top;
	text-align: left;
}
.navi{
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
	background: linear-gradient(#A8A8A9, #77838F);
	box-shadow: 0 -1px 0 0 #fff inset;
	border-bottom: 5px solid #AEDE26;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #F4F4F4;
}
.navi__item:last-child {
	border-right: none;
}
.navi__link {
	display: block;
	padding: 7px 10px 5px;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #616870;
}
.navi__link--active, .navi__link:focus, .navi__link:hover {
	background: #BABABA;
	box-shadow: 0 -1px 0 0 #fff inset;
}
.outlink{
	background: #F4F4F4;
	padding: 5px;
	font-size: 75%;
}
.outlink ul{
	float: right;
}
.outlink li{
	float: left;
	padding-left: 20px;
	background: url(../image/link-arrow.gif) no-repeat 11px 0.3em;
}
.outlink a{
	text-decoration: none;
}
.header h1 img, .fontsize img,
.fontsize a{
	display: block;
}

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

main-container

=================================================
*/
.content{
	padding: 15px;
}
.content__header{
	position: relative;
	margin: 0 0 15px;
	padding: 5px 10px 3px;
	border: 1px solid #669900;
	background: linear-gradient(to right, #FFFFFF, #669900);
	color: #336600;
	font-size: 1.2rem;
	font-weight: bold;
	overflow: hidden;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.content__header::after{
	content: '';
	position: absolute;
	right: 10px;
	top: -25px;
	width: 38px;
	height: 83px;
	background: url("../image/icon-header-bg-vod.png") no-repeat center / contain;
	transform: rotate(-40deg);
}
.content__header-sub{
	display: inline-block;
	padding: 0 0 0 27px;
	position: relative;
}
.content__header-sub::before{
	position: absolute;
	left: 6px;
	top: calc(50% - 10px);
	width: 17px;
	height: 17px;
	background: url("../image/icon-header-bg.svg") no-repeat center;
	content: '';
}
.webcast{
	display: flex;
	gap: 20px;
	padding: 0 0 20px;
}
.webcastleft{
	width: 445px;
}
.webcastright{
	width: calc(100% - 445px - 20px);
}
.topimage{
	border: 1px solid #D8D8D8;
	padding: 6px;
}
.topimage p{
	margin-top: 8px;
	font-size: 80%;
}
.vodcast{
}
.vodlink{
	margin: 0 80px;
}
.vodlink__item{
	background: linear-gradient(#FFFFFF, #E1E1E1);
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.vodlink__item:last-child{
	border-bottom: 1px solid #CCCCCC;
}
.vodlink__item:hover, .vodlink__item:focus{
	background: linear-gradient(#FFFFFF, #FFFFCD);
}
.btn--vod{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	text-decoration: none !important;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 11px 10px 9px 35px;
	margin: 0;
	color: #336600 !important;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.btn--vod::after{
	position: absolute;
	top: calc(50% - 8px);
	left: 13px;
	width: 14px;
	height: 14px;
	content: '';
	background: url("../image/icon-vod-button.svg") no-repeat center;
}
.topphrasebox{
	border: 10px solid #E0E0E0;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 80px;
	padding: 7px;
}
.topphrasebox h3{
	margin-bottom: 2px;
	font-weight: bold;
}
.topphrasebox li{
	float: left;
}
.topphrasebox input[type="text"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 305px;
	min-height: 28px;
	border: 1px solid #959595;
	padding: 2px;
	margin-right: 2px;
	display: block;
}
.topphrasebox input[type="submit"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 53px;
	min-height: 28px;
	background: #E0E0E0;
	color: #333333;
	border: 1px solid #959595;
	font-size: 90%;
	display: block;
}
.freeword{
	text-align: left;
	color: red;
	margin-top: 5px;
}
.howto__header{
	position: relative;
	margin: 0 0 15px;
	padding: 5px 10px 3px;
	border-bottom: 2px solid #336600;
	color: 333;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.howto__header::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: linear-gradient(#4C9800, #336600);
	content: '';
}
.howto-list{
	padding-left: 1em;
}
.howto-list__item{
	line-height: 1.3em;
	list-style: url(../image/listmark-arrow.gif);
	margin-bottom: 5px;
}

table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
table.vodsearch {
	border-width: 1px;
	border-style: solid;
	border-color: #B2B2B2 #000000 #000000 #B2B2B2;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 15px auto;
}
table.vodsearch th {
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #B2B2B2 #B2B2B2 #000000;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
table.vodsearch td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #B2B2B2 #B2B2B2 #000000;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 950px;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	margin: 15px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 15px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #B2B2B2 #000000 #000000 #B2B2B2;
	border-collapse: separate;
	border-spacing: 1px;
}
.speaker-box td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #B2B2B2 #B2B2B2 #000000;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakername {
	width: 950px;
	margin: 15px auto 0;
}
.speakername ul{
	padding: 0 20px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}
.kaihaname{
	margin-top: 15px;
}
.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: 15px auto;
}
.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%;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 360px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	line-height: 1.2em;
	font-family: 'MS Gothic', monospace;
	font-size: 90%;
}
.playtext.vod{
	height: 303px;
}
.playright ul{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2em;
}

.comment{
	margin: 0 auto 15px;
}
.nonresult {
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}

.back{
	text-align: center;
}

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

footer-container

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

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

other

=================================================
*/
.width-64{
	width: 64px;
}
.width-54{
	width: 54px;
}
.width-125{
	width: 125px;
}
.width-140{
	width: 140px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-700{
	width: 700px;
}
.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;
}

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

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;
}
