@charset "UTF-8";
/*----------------------------
      Q&A
---------------------------- */

#qaList {
	margin-bottom:30px;
	padding:20px;
	border:1px solid #075BBF;
	}
#qaList ul li.qaQuestion{
	background: url(image/iconQ.gif) no-repeat 0 6px;
	padding: 7px 0 3px 28px;	
	}

#qaBox{
	margin-bottom:40px;		
	}
#qaBox .qaQuestion{
	background: url(image/iconQ.gif) no-repeat 0 6px;
	padding: 7px 0 3px 28px;
	margin-bottom:5px;
	color:#075BBF;
	}
#qaBox .qaAnswer {
	background: url(image/iconA.gif) no-repeat 0 6px;
	padding: 7px 0 3px 28px;	
	}

