@charset "UTF-8";

/* ***
 * qaList
* ************************************************************************************************************* */

.qaList dt {
	background:transparent url(../../qa/img/icon_q.png) 0 0 no-repeat;
	line-height:1.75 !important;
	min-height:24px;
	padding-left:28px;
	margin-bottom:10px;
	cursor:pointer;
}

.qaList dd {
	background:#fff url(../../qa/img/icon_a.png) 8px 8px no-repeat;
	line-height:1.75 !important;
	min-height:24px;
	padding:8px 8px 8px 38px;
	margin-bottom:10px;
	display:none;
}

.qaList dd p {
	line-height:1.75 !important;
}