@charset "utf-8";
body {
	background:url(../common/images/bg_body_blue.jpg) repeat-x left top;
}
.qa {
	padding-top: 20px;
}
.cont {
	padding-left: 20px;
	width: 670px;
}

.cont p {
	color: #595757;
	font-size: 15px;
}
.Q {
	background-image: url(../images/a_qa/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.A {
	background-image: url(../images/a_qa/a.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.border {
	background-image: url(../images/a_qa/border.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 670px;
	margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
	.cont {
		width: 100%;
		padding: 0 10px;
	}
	.cont p {
		font-size: 14px;
		padding-bottom: 15px;
	}
	

}
