
#top-main {
	background: url(../images/title_bg.jpg) no-repeat center top;
	background-size: cover;
}

#top-main h1#top-maintitle {
	padding-top: 75px;
}

div.qa  {
	width: 800px;
	margin: 0px auto;
	padding: 70px 0px 60px 0px;
}

div.qa h2 {
    padding-bottom: 10px;
	font-size: 19px;
}

div.qa h2.q em,
div.qa h2.a em {
	font-style: normal;
    padding: 10px 18px;
    border-radius: 15px;
    display: table-cell;
    vertical-align: middle;
	font-weight: bold;
	font-size: 19px;
}

div.qa h2.q em {
    background-color: #14a83b;
	 	color: white;
}

div.qa h2.a em {
    border: 2px solid #14a83b;
	 	color: #14a83b;
}

div.qa div.border {
	border-bottom: 2px solid #14a83b;
}

div.qa h2.q span.text,
div.qa h2.a span.text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left;
}

div.qa div.answer ul.list li {
    font-weight: bold;
}

div.qa div.answer p {
	font-weight: 500;
}