@charset "utf-8";
/* CSS Document */

	.container{
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}
	.video{
		position: absolute;
		width:90vw;
		height: auto;
		top: 3vw;
		left: 5vw;
		display:none;
	}
	
.next{
	position: absolute;
	width: 12vw;
	height: 12vw;
	left: 26vw;
	top: 163vw;

}
.back{
	position: absolute;
	width: 12vw;
	height: 12vw;
	left: 3vw;
	top: 163vw;

}
.dropdown {
  	position: absolute;
	top:0;
	left:0;
	width: 16vw;
	height:16vw;
}


.dropdown-content {
  display:none ;
  font-size: 3.5vw;
  vertical-align: middle;
  position: absolute;
  background-color: #f1f1f1;
	opacity: 0.9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:16vw;
  left:0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	width:80vw;
	border-bottom: 3px solid white;
}

.show {display: block;}

.voice{
	position: absolute;
	width: 12vw;
	height: 12vw;
	left: 87vw;
	top: 163vw;


}

.Tblock{
	width: 90vw;
	height: 90vw;
	position: absolute;
	left: 5vw;
	top: 40vw;
	display:none ;
}
.Tblock2{
	width: 90vw;
	height: 90vw;
	position: absolute;
	left: 5vw;
	top: 40vw;
	display:none ;
}