body{
	margin: 0;
	padding: 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
body::-webkit-scrollbar{
	display: none;
}

.mt5 {margin-top:5px !important;}
.mt20 {margin-top:20px !important;}
.mr5 {margin-right:5px !important;}

.main-video-player{
	width: 100%;
	margin: 0;
	position: inline-block;
}
#video-player{
	background-color: #000;
	color: #fff;
	width: 600px;
	height: 400px;
	float: left;
}
#video-youtube{
	width: 600px;
	margin-top: 30px;
}
.playlist-container{
	position: relative;
	width: 309px;
	height: 450px !important;
	float: left;
	overflow: auto;
}

.vjs-playlist-thumbnail{
	position: relative;
	background-color: #000 !important;
}
.vjs-playlist-thumbnail img.mask{
	opacity: 0.4;
}
.vjs-playlist-thumbnail .nowplay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
}
.vjs-playlist-thumbnail .nowplay p{
	margin-top: 20px;
	font-size: 1.2em;
}
.vjs-playlist-item cite{
	font-size: 0.9em;
}
.vjs-playlist-description{
	font-size: 0.8em;
}


.vjs-tech{
/*
	height: 400px !important;
*/
}
.vjs-playlist{
	margin: 0;
	min-width: 230px !important;
}


.cf p {display:inline;}
.fr {float:right;} 