@charset "UTF-8";

#my_container{
  padding-top: 20px;
}
#my_inner{
	margin: 0;
  padding: 20px 0;
	background-color: #000;
}
#my_quagga {
  margin: 0 auto 20px;
	width: 320px;
  height: 240px; 
	background: #000;
  position: relative;
}
#my_quagga video {
	width: 100%;
  height: 100%; 
	position: absolute;
	left: 0;
  top: 0;
}
#my_quagga canvas {
	width: 100%;
  height: 100%; 
	position: absolute;
	left: 0;
  top: 0;
}
#my_control {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#my_control button {
  padding: 10px 20px;
  background: #fff;
  border-radius: 3px;
  color: #111;
  font-size: 100%;
}

/* バーコードPOSTフォーム */
form {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
