@charset "UTF-8";

/* ***************************************************
* CSS file For futae.artis-clinic.com
	FileName: qa.css
■目次 ==========================================
■[00]:よくあるご質問
**************************************************** */

/*-----------------------------------------------------------
■[00]:よくあるご質問
------------------------------------------------------------*/
ul.Link_list {
	width:100%;
	background:url(/img/common/dot_gray.gif) repeat-x left bottom;
	padding:0 0 25px;
	margin: 0 0 20px;

}

ul.Link_list li {
	background:url(/img/common/list_arrow.gif) no-repeat left 4px;
	padding:2px 0 2px 23px;
}

ul.Link_list li a:link{
	color: #666;
	text-decoration: underline;
}

ul.Link_list li a:visited {
	color: #666;
	text-decoration: underline;
}
ul.Link_list li a:hover{
	color: #666;
	text-decoration: none;
}

div.Qa{
	width:100%;
	background:url(/img/common/dot_gray.gif) repeat-x left bottom;
	margin:0 0 20px;
}

div.QaLast{
	width:100%;
	background:url(/img/common/dot_gray.gif) repeat-x left bottom;
	margin:0 0 10px;
}

dl dt{
	background:url(/img/qa/img_question.gif) no-repeat left top;
	padding:5px 15px 15px 52px;
	color: #b35a5a;
	font-weight: bold;
}

dl dd{
	background:url(/img/qa/img_answer.gif) no-repeat left top;
	padding:0 15px 20px 52px;
}