@charset "utf-8";

/* title-area */
#main #title-area {
	height: 43px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 11px;
}
#main #title-area .update {
	top: 13px;
	right: 5px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	position: relative;
	height: 422px;
	background: url(../img/main_visual_bg.jpg) no-repeat;
}
#main .main-visual p {
	position: absolute;
}
#main .main-visual .pos-ab01 {
	z-index: 1;
	top: -9px;
	left: 126px;
}
#main .main-visual .pos-ab02 {
	z-index: 1;
	top: 151px;
	left: 19px;
}
#main .main-visual .pos-ab03 {
	top: 240px;
	left: 296px;
}
#main .main-visual .pos-ab04 {
	z-index: 0;
	top: -59px;
	left: 7px;
}

/* quiz-disp */
#main .quiz-disp {
	background: url(../img/quiz_disp_bg01.gif) repeat-y;
}
#main .quiz-disp-inner {
	position: relative;
	min-height: 604px;
	box-sizing: border-box;
	padding-bottom: 10px;
	background: url(../img/quiz_disp_bg02.gif) no-repeat left bottom;
}

/* c-quiz-textarea */
.c-quiz-textarea {
	width: 803px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.c-quiz-textarea-top,
.c-quiz-textarea-bottom {
	position: relative;
	z-index: 10;
	width: 803px;
	height: 20px;
}
.c-quiz-textarea-top {
	background: url(../img/textarea_top.png) center top no-repeat;
}
.c-quiz-textarea-bottom {
	background: url(../img/textarea_bottom.png) center top no-repeat;
}
.c-quiz-textarea-contents {
	position: relative;
	background: url(../img/textarea_middle.png) center top repeat-y;
}
.c-quiz-textarea-sentence {
	margin-top: -15px;
}
.c-btn-wrapper {
	text-align: center;
}
.c-btn {
	display: inline-block;
	cursor: pointer;
}

/* start-frame */
.start-frame .c-quiz-textarea {
	padding-top: 89px;
}
.start-frame .c-quiz-textarea-contents {
	padding-right: 155px;
}
.start-frame .c-quiz-textarea-sentence {
	padding-bottom: 5px;
}
.start-chara {
	position: absolute;
	top: 89px;
	right: 3px;
	z-index: 15;
}
.start-frame .c-btn {
	padding-top: 19px;
	padding-left: 8px;
}

/* quiz-frame */
.quiz-frame {
	display: none;
}
.quiz-frame .c-quiz-textarea {
	padding-top: 123px;
	padding-bottom: 100px;
}
.quiz-number {
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	text-align: center;
}
.answer-btn {
	padding-left: 5px;
}
.answer-btn ul {
	font-size: 0;
	text-align: center;
}
.answer-btn li {
	display: inline-block;
	margin: 0 8px 12px;
	font-size: 14px;
	cursor: pointer;
}
.no-2 .quiz-sentence {
	padding-right: 20px;
}

/* correct-frame */
.correct-frame {
	display: none;
	background: rgba(0, 0, 0, 0.75);
}
.correct-contents {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}
.correct-chara {
	text-align: center;
}
.correct-chara img {
	vertical-align: bottom;
}
.correct-count {
	position: absolute;
	top: 78px;
	right: 0;
}
.correct-sentence {
	min-height: 238px;
	border-radius: 8px;
	background: url(../img/correct_bg.png) center center no-repeat #fffcdb;
}
.correct-frame .c-btn {
	padding-top: 14px;
	padding-bottom: 50px;
	padding-right: 14px;
}

/* incorrect-frame */
.incorrect-frame {
	display: none;
	background: rgba(0, 0, 0, 0.75);
}
.incorrect-contents {
	position: relative;
}
.incorrect-count {
	position: absolute;
	top: 80px;
	right: 132px;
}
.incorrect-frame .c-btn-wrapper {
	position: absolute;
	bottom: 58px;
	left: 0;
	width: 100%;
}
.incorrect-frame .c-btn {
	padding-right: 12px;
}

/* result-frame */
.result-frame {
	display: none;
}
.result-sentence {
	text-align: center;
}
.result-frame .c-btn {
	padding-left: 8px;
}

/* perfect-frame */
.perfect-frame {
	display: none;
}
.perfect-contents {
	position: relative;
}
.perfect-sentence {
	margin-left: -42px;
}
.perfect-frame .c-btn-wrapper {
	position: absolute;
	bottom: 63px;
	left: 0;
	width: 100%;
}
.perfect-frame .c-btn {
	padding-left: 8px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 65px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

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