/* CSS Document */

.qaWrap{
	padding-left:40px;
	padding-right:40px;
	margin-bottom: 40px;
}
.qaWrap dt{
	margin-bottom: 20px;
}
.qaWrap dd{
	margin-bottom: 40px;
}

.q,.a{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #000;
	color:white;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-left: -30px;
	margin-right: 10px;
}

.q{
	background-color: #000;
}
.a{
	background-color: #c00;
}