@charset "utf-8";
@import url("../../css/common.css");
@import url("common.css");

/*===================================

	knowledge/qa.css

=====================================*/


/* ******************************************************
 * contents 
 */
h3 {
	padding: 35px 0 35px;
}

dl {
	padding-bottom: 18px;
	margin-bottom: 18px;
	background: url(../images/qa/dot.gif) bottom left no-repeat;
}


dl dt {
	width: 800px;
	padding: 5px 50px 18px;
	background: url(../images/qa/icon_q.gif) top left no-repeat;
	font-size: 80%;
	line-height: 1.5;
	color: #505050;
}

dl dd {
	padding: 5px 50px;
	background: url(../images/qa/icon_a.gif) top left no-repeat;
	font-size: 80%;
	line-height: 1.5;
	color: #885166;
}

dl dd a,
dl dd a:hover {
	color: #885166;
}


/* ******************************************************
 * foot 
 */
div#foot {
	margin-top: 20px;
}
