@charset "utf-8";
/* CSS Document */

.FaqDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
}
.FaqLastDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	color: #0bb5eb;
}
.FaqLastDivision a {
	color: #0bb5eb;
	text-decoration: underline;
}
.FaqLastDivision a:hover {
	color: #00405c;
	text-decoration: underline;
}
.FaqSection {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 42px;
	padding-bottom: 42px;
}
.Question {
	cursor: pointer;
	text-align: center;
}
.Question img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.FaqAnswer {
	display: none;
	float: left;
	position: relative;	
}
.FaqOpenHeading h3 {
	color: #0bb5eb;
}