@charset "shift_jis";

/*--------------------------------------------
	Text Module
--------------------------------------------*/

/* text ------- */
div.txtQuest,
div.txtAns {
	padding-left: 25px;
	line-height: 150%;
	vertical-align: top;
}

div.txtQuest {
	margin: 15px 0 5px 0;
	background: transparent url(/eshop/faq/q.gif) top left no-repeat;
	font-weight: bold;
}

div.txtAns {
	margin: 5px 0 25px 0;
	background: transparent url(/eshop/faq/a.gif) top left no-repeat;
}

