@charset "utf-8";

#box_qa {
	margin-bottom: 40px;
}
#box_qa ul {
	margin-bottom: 40px;
}
#box_qa li {
	background: url(../common/images/icon_arrow.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#box_qa dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#box_qa dt {
	font-size: 21px;
	line-height: 50px;
	font-weight: bold;
	color: #369;
	background: url(../qa/images/icon_q.gif) no-repeat left top;
	padding-left: 65px;
}
#box_qa dd {
	margin-left: 65px;
}
