@charset "utf-8";

#content_wrapper {
	padding:0;
	width: 100%;
}
/*------------ quiz title-----------*/
.quiz_title01 h2 {
	background: #FF9100;
	padding: 15px 40px;
	border-top: #FFCD0F 20px solid;
	border-bottom: #FFCD0F 20px solid;
}
.quiz_title01 .title_txt {
	width: 720px;
	font-size: 140%;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}
.quiz_title01 .title_txt img {
	position: absolute;
	top: -80px;
	left: -220px;
}
.quiz_title01 .quiz_number {
	width: 1152px;
	margin: 20px auto 0;
}
.quiz_title01 .quiz_number ul {
	float: right;
}
.quiz_title01 .quiz_number li {
	display: inline-block;
	margin-left: 10px;
}
/*-----------content---------------*/
.quiz_content01 {
	background: #FFFF96;
	position: relative; 
	overflow:hidden;
}
.quiz_content01 h3 {
	font-size: 150%;
	font-weight:bold;
	padding: 20px;
}
.quiz_content01 h3 span {
	font-size: 140%;
}
.quiz_content01 .course {
	position:relative;
	left: 50%;
	float: left;
}
.quiz_content01 .course li {
	position: relative;
	float:left;
	margin:0 60px 20px;
	left: -50%;
}
.quiz_content01 a:hover,
.quiz_content02 a:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.quiz_content02 {
	padding: 20px 0;
}
.quiz_content03 {
	width: 1128px;
	margin:-40px auto 40px;
}
.quiz_content03 li {
	float:left;
}
.quiz_content03 li:last-child {
	float:right;
}

.quiz_content03 li p {
	float: right;
	width: 180px;
	padding: 10px;
	margin: 50px 0 0 10px;
	background: #FFFFFF;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	color: #184C29;
	border: #184C29 4px solid;
	position: relative;
    border-radius: 20px;   
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.quiz_content03 li p:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -50px;
	top: 30%;
	border: 20px solid transparent;
	border-right: 30px solid #184C29;
}
.quiz_content03 li p:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -42px;
	top: 30%;
	border: 20px solid transparent;
	border-right: 30px solid #FFFFFF;
}
.quiz_content03 li:last-child p {
	float: left;
	width: 260px;
	margin: 50px 10px 0 0;
}

.quiz_content03 li:last-child p:before{
	left: auto;
	right: -50px;
	top: 30%;
	border: 20px solid transparent;
	border-left: 30px solid #184C29;
}
.quiz_content03 li:last-child p:after{
	left: auto;
	right: -42px;
	top: 30%;
	border: 20px solid transparent;
	border-left: 30px solid #FFFFFF;
}
.quiz_question {
	background: url(../../quiz/img/title_doctor.png) no-repeat;
	width: 1152px;
	margin: 0 auto 40px auto;
	padding-left: 240px;
	font-weight: bold;
}
.quiz_question h3 {
	background: url(../../quiz/img/question.png) no-repeat;
	height: 70px;
	width: 560px;
	text-align: left;
	padding-left: 80px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 160%;
}
.quiz_question .answer_list li {
	float: left;
	background: #66FFFF;
	text-align: center;
	padding: 20px 40px 10px;
	margin:20px 20px 0 0;
	font-size: 200%;
	width: 270px;
}
.quiz_question .answer_list li span {
	display: block;
	margin-top: 10px;
}
.quiz_question .answer_list li a {
	color: #000000;
}
.quiz_question .hint li {
	float: left;
	width: 450px;
	margin-top: 40px;
}
.quiz_question .hint li a:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.quiz_question .hint li:last-child {
	padding-top: 40px;
}
.quiz_question .hint .balloon_box.type04 img{
	width: 25%;
	margin: 50px 40px 0 0;
}
.quiz_question .hint .balloon_box.type04 p{
	width: 65%;
}
.quiz_answer {
	background: url(../../quiz/img/title_doctor.png) no-repeat;
	width: 1152px;;
	margin: 20px auto 40px auto;
	padding-left: 240px;
	font-weight: bold;
	font-size: 140%;
}
.quiz_answer p.correct {
	width:775px;
	background:#FF0563;
	color:#FFFFFF;
	padding: 5px;
}
.quiz_answer p.incorrect {
	width:775px;
	background:#0A0ABE;
	color:#FFFFFF;
	display:none;
	padding: 5px;
}
.quiz_answer dl {
	margin-top:20px;
	width:775px;
}
.quiz_answer dt ,
.quiz_answer dd {
	float:left;
	margin:0 30px 0 0;
}
.quiz_answer .answer {
	float: left;
	background: #66FFFF;
	text-align: center;
	padding: 20px 40px;
}
.quiz_answer .answer span {
	display: block;
	margin-top: 10px;
}
.quiz_answer .img {
	float:right;
	margin:0;
}
.quiz_answer .comment {
	width:775px;
	font-weight:normal;
	text-align:left;
	padding: 20px 0;
}
.quiz_answer .next_question:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.quiz_result {
	display:none;
	width:1000px;
    font-size: 180%;;
	margin: 20px auto 20px auto;
	color:#FFFFFF;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.quiz_result p {
	background:#00CC00;
	
}
.quiz_result dl {
	margin-top:20px;
}
.quiz_result dt {
	background: #FF0563;
	float:left;
	padding:20px;
	width:310px;
	font-size:120%;
}
.quiz_result dt * {
	vertical-align:middle;
}
.quiz_result dt span {
	display:block;
	text-align:left;
}
.quiz_result dt span:last-child {
	text-align:right;
	margin:-40px 0 -50px;
}
.quiz_result dt strong {
	font-size:400%;
}
.quiz_result dd {
	float:left;
	color:#000000;
	padding:20px;
}
.quiz_result dd:last-child {
	text-align:left;
	width:380px;
}
.quiz_result ul {
	position: relative;
	left: 50%;
	float: left;
}
.quiz_result li {
	position: relative;
	left: -50%;
	float:left;
	margin:40px 20px;
}
.quiz_result li img {
	height: 81px;
	width: auto;
}
.quiz_result li a:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
@media screen and (max-width: 767px){
	.quiz_title01 .title_txt {
		width: auto;
		text-align: left;
		background: url(../../school/img/title_doctor.png) no-repeat 10px 20px;
		background-size: 120px auto;
		padding: 150px 10px 20px;
	}
	.quiz_content01 h3 {
		padding:10px 0 0;
		font-weight:normal;
	}
	.quiz_content01 h3 span {
		font-weight:bold;
	}
	.quiz_content01 .course {
		padding:3%;
		margin-left:-3%;
	}
	.quiz_content01 .course li {
		width:45%;
		margin:0 0 0 3% ;
	}
	.quiz_content02 {
		padding: 10px;
		background: #FFFF96;
	}
	.quiz_content02 p img {
		width:40%;
		padding-bottom:20px;
	}
	.quiz_content03 {
		width: auto;
		margin-top:20px;
	}
	.quiz_content03 li:last-child {
		float: none;
		margin: auto;
		padding: 10px;
	}
	.quiz_content03 li:last-child p {
		width: 70%;
		margin: 0;
	}
	.quiz_content03 li img {
		width: 20%;
	}
	.quiz_content03 li:first-child {
		display:none;
	}
	
	.quiz_title01 .quiz_number {
		width: auto;
	}
	.quiz_question {
		width: auto;
		background-size: 100px auto;
		margin: 20px 10px 0;
		padding:10px 0 20px 0;
		position: relative;
		overflow: hidden;
	}
	.quiz_question h3 {
		width: auto;
		display: block;
		margin-left: 110px;
		background-size: 40px auto;
		padding-left: 50px;
		min-height: 90px;
		height: auto;
	}
	.quiz_question .answer_list {
		margin-right: -2%;
	}
	.quiz_question .answer_list li {
		padding: 10px;
		width: 31%;
		margin: 20px 2% 20px 0;
		font-size: 120%;
	}
	.quiz_question .hint li {
		width: auto;
		float: none;
		text-align: center;
		margin: 0;
	}
	.quiz_question .hint li:last-child {
		padding: 10px 0;
	}
	.quiz_question .hint li:last-child img {
		width: 50%;
	}
	.quiz_question .hint .balloon_box.type04 img {
		margin: 0 0 0 15%;
	}
	.quiz_answer {
		width: auto;
		background-size: 100px auto;
		margin: 20px 10px 0;
		padding:10px 0 20px 0;
		position: relative;
		overflow: hidden;
	}
	.quiz_answer p.correct,
	.quiz_answer p.incorrect {
		width:auto;
		margin: 30px 0 40px 120px;
	}
	.quiz_answer dl {
		width:auto;
	}
	.quiz_answer dt {
		float:none;
		text-align:left;
	}
	.quiz_answer .answer {
		padding: 10px;
		width: 35%;
		margin: 0 2% 20px 0;
		font-size: 65%;
	}
	.quiz_answer .img {
		width:60%;
	}
	.quiz_answer .comment {
		width:auto;
		padding:10px;
	}
	.quiz_result {
		width:auto;
		padding:10px;
	}
	.quiz_result dt {
		font-size:80%;
		width:48%;
		margin-right:2%;
	}
	.quiz_result dt span:last-child {
		margin:-20px 0 -40px 0;
	}
	.quiz_result dd {
		width:48%;
		padding:0;
	}
	.quiz_result dd.comment {
		width:100%;
		margin-top:20px;
		font-size:80%;
	}
	.quiz_result ul {
		margin:20px 0;
		width:auto;
		float:none;
	}
	.quiz_result li {
		width:auto;
		float:none;
		margin:10px 0;
	}
	.quiz_result li img {
		height: auto;
		width: auto;
	}
	.quiz_result li:last-child img {
		width:50%;
	}
}
