/* required styles */
/*
	stereoscope_video.css
		css for Stereoscopic Videoviewer Ver. 1.0
								2022. 2. 8. coded by K. RYOKI
								2023. 8.29. improved
								2024. 5.12. improved
*/
html{
	overflow-x:scroll;
	min-width:32px;
	min-height:72px;
}
.yokonarabi{
	padding:0px;
	border: 1px;
	user-select:auto;
//	position: relative;
	z-index: 1;
}
#drop_area{
	width: 99.5vw;
	height:85vh;
	padding:0px;
	user-select:auto;
	position: relative;
	z-index: 2;
}
.video, #iframeId1, #iframeId2{
	width: 48vw;
	height:50vh;
	padding:0px;
	border: 1px solid black;
	transform:rotate(0deg);
	user-select:auto;
	position: relative;
	z-index: 2;
}
#a-scene1, #a-scene2{
	width: 48vw;
	height:50vh;
	padding:0px;
	border: 1px solid black;
	transform:rotate(0deg);
	user-select:auto;
//	position: relative;
	 float: left; 
	z-index: 2;
}
.string, #set, #label1{
	position: relative;
	z-index: 100;
}
.span_draw{
	aspect-ratio: 16 / 9;
}
#main{
	min-width:128px;
	min-height:72px;
	margin-left:5px;
	margin-right:5px;
	user-select:auto;
	top:3px;
}
#body {
	overflow:auto;
	min-height:90px;
	margin: 0 auto;
	border:0px;
	padding:0px;
	background: rgba(200, 210, 210, 0.6);
}
#text_uri {
	height:18px;
	width:170px;
	padding:0px;
	border: solid 0px　#ffffff;
	border-width: 1px;
	position: relative;
	background-color: #c2e2f2;
	font-size:50%;
 	z-index: 100;
}
#text_uri:hover {
	background-color: #ffffff;
}
#input_rotate, #start_time, #end_time, #speed_range, #speed_number{
	height:18px;
	width:50px;
	padding:0px;
	border: solid 0px　#ffffff;
	border-width: 1px;
	position: relative;
	background-color: #c2e2f2;
	z-index: 100
}
#input_rotate:hover, #start_time:hover, #end_time:hover, #speed_number:hover {
	background-color: #ffffff;
}
#button_play, #button_replay, #button_stop{
	height:21px;
	width:50px;
	padding:0px;
	position: relative;
	border-width: 1px;
	background-color: #c2e2f2;
	box-shadow: #888 2px 2px 2px;
	z-index: 100
}
#button_play:hover, #button_replay:hover, #button_stop:hover {
	background-color: #ffffff;
}
#speed_range{
	height:9px;
	width:80px;
	padding:0px;
	position: relative;
}
#filename{
	position: relative;
	vertical-align: middle;
	z-index: 90;
}
#file_choice {
	display: inline-block;
	padding: 0px;
	height:21px;
	width: 70px;
	border: solid 1px　#ffffff;
	border-width: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #c2e2f2;
	color: black;
	box-shadow: #888 2px 2px 2px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	border: ridge 1px #000;
	z-index: 90;
}
#file_choice:hover {
	background-color: #ffffff;
}
#file_choice:active {
	box-shadow: #888 1px 1px 1px;
	position: relative;
	top: 1px; left: 1px;
}
#sampleDropA:hover {
	background: rgba(127, 191, 207, 0.6);
}
#sampleDropA {
	background-image:url(./../img/back.gif);
	background-repeat:repeat;
}
.file_choice input {
	display: none;
}
#upFileWrap.selected {
	visibility: hidden;
}
#ending_text{
	min-width:95vw;
	padding:0px;
	border:1px;
	height:30px;
	font-size:10px;
	color:#000088;
	text-align : right;
	vertical-align : bottom;
	margin-left:5px;
	margin-right:5px;
	}
#logo{
	float: left;
}
#counter{
	float: left;
	vertical-align: top;
	white-space:nowrap;
	width: 95px;
	height:50px;
	padding:0px;
	border: 0px;
}
#copyright{
	float: right;
}
