@charset "utf-8";

/* *********************************************************
100の質問
********************************************************* */
.qaList dt { color: #018a96; }
.qaList dt:before {
	content: "Q. ";
	font-size: 138%;
	font-weight: bold;
}
.qaList dd {
	margin-bottom: 1.5em;
	color: #e3167c;
}
.qaList dd:before {
	content: "A. ";
	color: #e3167c;
	font-size: 138%;
	font-weight: bold;
}
