@charset "utf-8";

header {
	margin-bottom: 30px;
}

.contents {
	width: 860px;
	margin: 0 auto 15px auto;
	padding-bottom: 71px;
	background: url(../../img/common/dot_line.gif) no-repeat bottom;
}

.inner {
	width: 697px;
	margin: 0 auto;
}

.qList {
	background: url(../../img/quiz/dot_line.gif) no-repeat bottom;
	margin-bottom: 45px;
	padding-bottom: 6px;
}

.qList li {
	width: 697px;
	position: relative;
	text-align: left;
	padding: 10px 0 11px 19px;
	box-sizing: border-box;
	background: url(../../img/quiz/dot_line.gif) no-repeat;
}

.qList li a {
	position: absolute;
	top: 24px;
	right: 6px;
}


/* -------- aList -------*/
.answerWrap > div {
	display: none;
}

.aList {
	text-align: left;
	width: 798px;
	padding-top: 37px;
	background: url(../../img/common/thickbox_bg_top.png) no-repeat;
	position: relative;
}

.aList .closeBtn {
	position: absolute;
	bottom: -25px;
	right: 20px;
	cursor: pointer;
}

.aList > div {
	padding-bottom: 54px;
	background: url(../../img/common/thickbox_bg_bottom.png) no-repeat bottom;
}

.aList dl {
	width: 697px;
	padding: 0 50px 0 51px;
	background: url(../../img/common/thickbox_bg_middle.png) repeat-y;
}

.aList dt {
	margin-bottom: 21px;
	padding-bottom: 12px;
	background: url(../../img/quiz/dot_line.gif) no-repeat bottom;
}

.aList dd {
	padding-left: 20px;
}

.aList dd .text {
	font-size: 20px;
	line-height: 1.8;
	padding: 34px 0 0 0!important;
	margin-bottom: 15px;
}