@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	margin: 0 auto;
	padding: 0;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.full{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 300px;
	height: 250px;
}
.hidden{
	opacity: 0;
	visibility: hidden;
}
#container{
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: hidden;
}
#clicktag{
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}

#clicktag2{
	position: absolute;
	top: 186px;
	left: 91px;
	width: 114px;
	height: 26px;
	background-color: rgb(255 255 255 / 20%);
	cursor: pointer;
	opacity: 0;
	transition-duration: 0.2s;
}

#clicktag2:hover{
	opacity: 1;
}

#clicktag3{
	position: absolute;
	bottom: 4px;
	left: 8px;
	width: 205px;
	height: 15px;
	background-color: rgb(6 3 3 / 50%);
	cursor: pointer;
	opacity: 0;
}