@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* contents-inner */
#contents-inner img {
	vertical-align: bottom;
}
#contents-inner {
	background: url(../img/quiz_disp_bg01.gif) repeat-y;
	background-size: 100%;
}
.line01 {
	line-height: 0;
}
.quiz-disp {
	min-height: 285px;
}



/* start-frame */
.start-frame {
	position: relative;
	padding-bottom: 40px;
}
.start-btn-wrapper {
	position: absolute;
	bottom: 16%;
	left: 0%;
	width: 100%;
}
.start-btn {
	width: 64.5%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}
.start-btn img {
	width: 100%;
	height: auto;
}

/* quiz-frame */
.quiz-frame {
	display: none;
	padding: 25px 0 40px;
}
.quiz-textarea {
	position: relative;
}
.quiz-textarea-top,
.quiz-textarea-bottom {
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
}
.quiz-textarea-top {
	top: 0;
}
.quiz-textarea-bottom {
	bottom: 0;
}
.quiz-textarea-contents {
	background: url(../img/textarea_middle.png) center top repeat-y;
	background-size: contain;
}
.quiz-number {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	text-align: center;
}
.quiz-number img {
	width: 13%;
	height: auto;
}
.quiz-sentence {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.quiz-sentence img {
	width: 100%;
}
.answer-btn {
	width: 72.5%;
	margin: auto;
	padding-bottom: 15px;
}
.answer-btn li {
	margin-bottom: 8px;
	cursor: pointer;
}
.answer-btn img {
	width: 100%;
}

/* correct-frame */
.correct-frame {
	display: none;
	background: rgba(0, 0, 0, 0.75);
}
.correct-contents {
	position: relative;
	margin-bottom: 8px;
}
.correct-count-wrapper {
	position: relative;
}
.correct-chara {
	padding-top: 17px;
	text-align: center;
}
.correct-chara img {
	width: 25%;
	height: auto;
}
.correct-count {
	position: absolute;
	bottom: 4px;
	right: 10px;
	width: 8.7%;
}
.correct-count img {
	width: 100%;
}
.correct-sentence {
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	background: url(../img/correct_bg.png) center center no-repeat #fffcdb;
	background-size: 119px 119px;
}
.correct-sentence img {
	width: 100%;
}
.next-btn-wrapper {
	text-align: center;
}
.next-btn {
	display: inline-block;
	width: 53%;
	cursor: pointer;
}
.next-btn img {
	width: 100%;
	height: auto;
}

/* incorrect-frame */
.incorrect-frame {
	position: relative;
	display: none;
}
.incorrect-contents {
}
.incorrect-chara {
}
.incorrect-count {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 8.7%;
}
.incorrect-count img {
	width: 100%;
}
.incorrect-sentence {
}
.incorrect-frame .next-btn-wrapper {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
}

/* result-frame */
.result-frame {
	display: none;
}
.result-contents {
}
.result-sentence {
}
.result-sentence img {
	width: 100%;
}
.again-btn-wrapper {
	text-align: center;
}
.again-btn {
	display: inline-block;
	width: 71.7%;
	cursor: pointer;
}
.result-frame .again-btn {
	padding-bottom: 65px;
}
.again-btn img {
	width: 100%;
}

/* perfect-frame */
.perfect-frame {
	position: relative;
	display: none;
}
.perfect-contents {
}
.perfect-sentence {
	margin-bottom: -30px;
}
.perfect-frame .again-btn-wrapper {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
}




/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .hardware.in-2hard {
	letter-spacing: -.40em; 
}
#spec .hardware.in-2hard p {
	display: inline-block;
	letter-spacing: normal;
}
#spec .hardware.in-2hard > :first-child {
	border-right: 1px solid #FFF;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #E60012;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}