@charset "utf-8";
/* 確認テスト */

.exam {
	display: none;
	width: 580px;
	height: 470px;
	padding: 5px;
	border-radius: 5px;
	background-color: #c6c6c6;
	box-sizing: border-box;
}

.exam>.inner {
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	background-image: url(../img/exam-grad.png);
	background-repeat: repeat-x;
}
.exam>.inner::after{
  background-image: url(../img/midashi-syuryo.png);
}
.exam .question,
.exam .commentary {
	position: relative;
	width: 100%;
	height: 100%;
}

.exam .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	background-position: 50% 42%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.exam .overlay.valid {
	background-image: url(../img/valid.png);
}

.exam .overlay.invalid {
	background-image: url(../img/invalid.png);
}

.exam img {
	position: absolute;
	top: 0;
	left: 0;
}

.exam button {
	position: absolute;
	bottom: 34px;
	width: 249px;
	height: 62px;
	border: none;
	outline: none;
	background-repeat: no-repeat;
	background-color: transparent;
/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
*/
	cursor: pointer;
}

.exam button:hover {
	background-position: 100% 100%;
}

.exam .yes-button {
	left: 24px;
	background-image: url(../img/yes-button.png);
}

.exam .no-button {
	right: 24px;
	background-image: url(../img/no-button.png);
}

.exam .next-button {
	left: 160px;
	background-image: url(../img/next-button.png);
}
.saiten-button {
    position: absolute;
    bottom: 34px;
    left: 114px;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-color: transparent;
/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
*/
    cursor: pointer;
    background-image: url(../img/saiten-button.png);
    width:352px;
    height: 64px;
    background-position: 100% 100%;
    z-index: 999;
}
.saiten-button:hover{
    background-position: 0 0;
}
.exam .commentary {
	display: none;
}
.saiten{
    position: relative;
    width: 100%;
    height: 100%;
}
#currentBox{
  color: #FF0000;
  font-size: 28px;
  position: absolute;
  top: -38px;
  right: 30px;
  width: 92px;
  z-index: 999;
}
#current{
    display: inline-block;
}
#currentBox p{
    display: inline-block;
}
#saitenBox{
  position: absolute;
  top: 299px;
  left: 132px;
  z-index: 999;
  font-size: 28px;
}
#saitenBox p{
    display: inline-block;
    margin-right: 72px;
    width: 40px;
    text-align: center;
}
#kekkaNum{
    color: #FF0000;
}
#validBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 470px;
}
.vb{
    width: 24px;
    height: 24px;
    background-image: url(../img/valid-mini.png);
    position: absolute;
    z-index: 999;
}
.batu{
    background-position: 0 100%;
}
.maru{
    background-position: 0 0;
}
#vb1{
    top: 94px;
    left: 130px;
}
#vb2{
    top: 131px;
    left: 130px;
}
#vb3{
    top: 168px;
    left: 130px;
}
#vb4{
    top: 205px;
    left: 130px;
}
#vb5{
    top: 243px;
    left: 130px;
}
#vb6{
    top: 94px;
    left: 254px;
}
#vb7{
    top: 131px;
    left: 254px;
}
#vb8{
    top: 168px;
    left: 254px;
}
#vb9{
    top: 205px;
    left: 254px;
}
#vb10{
    top: 243px;
    left: 254px;
}
#vb11{
    top: 94px;
    left: 378px;
}
#vb12{
    top: 131px;
    left: 378px;
}
#vb13{
    top: 168px;
    left: 378px;
}
#vb14{
    top: 205px;
    left: 378px;
}
#vb15{
    top: 243px;
    left: 378px;
}
#vb16{
    top: 94px;
    left: 501px;
}
#vb17{
    top: 131px;
    left: 501px;
}
#vb18{
    top: 168px;
    left: 501px;
}
#vb19{
    top: 205px;
    left: 501px;
}
#vb20{
    top: 243px;
    left: 501px;
}
