﻿body {
	margin: 0;
	background-color: #666;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

.h1 {
font-famiry: Meiryo;
font-size: 32px;
font-weight: normal;
}

table {
        background-color: #FF0;
	position: absolute;
	border: 2px solid #FFF;
	top: 7%;
	left: 1%;
	width: 13%;
        height: 90%;
}

#frame {
	position: absolute;
	border: 2px solid #FFF;
	top: 7%;
	left: 15%;
	width: 83%;
        height: 90%;
}

video {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 99%;
        height: 98%;
}

video::cue {  /*疑似要素「::cue」を使います*/
	font-size:32px; /*デフォルトのフォントサイズだと小さいので大きくしました*/
	line-height:0.1;
    }

