@charset "utf-8";

/*
 * こんな悩みを解決します用CSS
 */

/*
 * 問答



 */
dl.help {
}
	dl.help dt {
		font-weight:bold;
		margin:30px 0 10px 0;
	}
	dl.help dd {
	}

p.answer {
	background:url('../../image/character/icon/staff-02.png') left center no-repeat;
	padding:6px 0 6px 40px;
	border-bottom:1px dashed #d0d0d0;
}

