@charset "utf-8";


/* よくある質問-------------*/


#faq ul {
	margin:5px 0 20px 20px;
	list-style:none;
}
#faq ul li.q {
	padding:0 0 3px 23px;
	margin:5px 0;
	background-image: url(../faq/img/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
}
#faq ul li.a {
	padding:0 0 3px 13px;
	margin:0 0 15px 12px;
	clear: both;
	overflow: hidden;
	border-left:solid 5px #d14200;
}