@charset "utf-8";
/* CSS Document */
.blg-qa{
	background: #fffcea;
	padding:4px 12px 12px 12px;
	border-radius:7px 7px;
	border:1px solid #f98fa1;
	overflow:hidden;
}
.q-txt{
	color:#ec3354;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px dotted #f98b9e;
	padding-bottom:10px;
	font-weight: bold;
}
.q-txt:before{
	content:url(../img/icn_01.gif);
	padding-right:9px;
	position: relative;
	top: 8px;
}
.a-txt{
	width: 630px;
	margin: 17px 0 0 10px;
	line-height: 1.5;
}
.icn-a{
	margin-top: 9px;
}
