@charset "UTF-8";
#content .qMark {
	width: 5%;
	background-color: #90dab9;
	color: #fff;
	height:1.8rem;
	line-height:1.8rem;
	font-size: 1rem;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	display: block;
}
#content .qContent {
	width: 87%;
	background-color: #90dab9;
	color: #fff;
	font-size: 1rem;
	height:1.8rem;
	line-height:1.8rem;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
}
#main #content .answer {
	margin-top: 2rem;
	display: block;
}
#content #qanda .answerContent {
	width: 85%;
	padding-left: 2%;
	padding-bottom:1rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
	float: left;
	color: #585858;
	display: block;
}
#content #qanda .question {
	margin-top: 3rem;
	display: block;
}
#content .aMark {
	width: 5%;
	background-color: #8cc63f;
	color: #fff;
	height:1.5rem;
	line-height:1.5rem;
	font-size: 1rem;
	float: left;
	border-radius: 5px;
	text-align: center;
	display: block;
}
#qanda .answerContent a {
	color: #CB023D;
}
#qanda .answerContent a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 680px){
	#content .qMark {
	width: 5%;
	background-color: #90dab9;
	color: #fff;
	height:1.5rem;
	line-height:1.5rem;
	font-size: 1rem;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	display: block;
}
#content .qContent {
	width: 87%;
	background-color: #90dab9;
	color: #fff;
	font-size: 0.8rem;
	height:1.5rem;
	line-height:1.5rem;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
}
#main #content .answer {
	margin-top: 2rem;
	display: block;
}
#content #qanda .answerContent {
	width: 85%;
	padding-left: 2%;
	padding-bottom:1rem;
	font-size: 0.8rem;
	line-height: 1rem;
	float: left;
	color: #585858;
	display: block;
}
#content #qanda .question {
	margin-top: 3rem;
	display: block;
}
#content .aMark {
	width: 5%;
	background-color: #8cc63f;
	color: #fff;
	height:1.5rem;
	line-height:1.5rem;
	font-size: 1rem;
	float: left;
	border-radius: 5px;
	text-align: center;
	display: block;
}
	}
