/* top.htmlの動画スキップボタンcss *//* スキップボタンの読み込み*/#skip_box {			visibility: visible;			position: absolute;			left: 50%;			top: 50%;			width: 49;			height: 47;			margin-left: 420px;			margin-top: 240px;			border-width: 0;			text-align: center;			padding-bottom: 0px;			background-repeat: no-repeat;			}
