@charset "utf-8";

dt{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../../img/common/bg3.png) repeat;
	padding: 0 10px;
	line-height: 2.5;
	margin: 0 0 3px 0;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
	font-weight: bold;
}
dt:before{
	content: "Q.";
}

dd{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dotted #FFF;
	background: url(../../img/common/bg_clear.png) repeat;
	padding: 15px;
	margin: 0 0 5px 0;
}