@charset "utf-8";
//*★★★★★★★★★★★★★★★★★★★★★入力問題の表示*/
*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	border:none;
}
#inputcontainers{
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]:focus {
	outline: 0;
	border-color: orange;
}
#inputcontainers form input{
	position: absolute;
	border-style: none;
	background-color: transparent;
	font: 16px / 1.3em "游ゴシック", "ＭＳ ゴシック", "MS Gothic","ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, Osaka, sans-serif;
	width: 70px;
	height: 22px;
	left: 286px;
	margin:0px;
	padding:0px;
	text-align:center;
}
#ans1 {
	top: 302px;
}
#ans2 {
	top: 414px;
}
