@CHARSET "UTF-8";
/********************************************************************/
/*クイズ用共通CSS                                                   */
/********************************************************************/
#accuracyRate.hide{
	display:none  !important;
}

#quizList .hide{
	display:none;
}


#answerModal #comment .d-none{
	display:block !important;
}

/*正解率*/
#accuracyRate{
	position: absolute;
	top:0.5rem;
	bottom:0.5rem;
	right: 0.5rem;
}

/*解答ボタン*/
#answerBtn button{
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	line-height: 1 !important;
}

/*解説*/
#answerImg{
	display:none;
}

/*特殊タグの画像*/
#quizList .spTagDiv img{
	width: 25%  !important;
}

