/*************************************************************************************** small screen */
	.FaqFont {
		font-size:12px;
	}
	.FaqAnswerFont {
		font-size:11px;
	}

	.Faq6Box {
		width:calc(100% - 20px);
	}

	#Faq6Box2 {
		position:relative;
		top:0px;
	}

/*************************************************************************************** medium screen */
@media screen and (min-width: 500px) {
	.FaqFont {
		font-size:14px;
	}
	.FaqAnswerFont {
		font-size:13px;
	}

	.Faq6Box {
		width:calc((100% - 40px) / 2);
	}

	#Faq6Box2 {
		position:absolute;
		bottom:0px;
	}
}

/*************************************************************************************** large screen */
@media screen and (min-width: 875px) {
	.DistributorsBox {
		width:33.3%;
	}

	.FaqFont {
		font-size:15px;
	}
	.FaqAnswerFont {
		font-size:14px;
	}

	.Faq6Box {
		width:calc((100% - 60px) / 3);
	}

	#Faq6Box2 {
		position:absolute;
		bottom:0px;
	}
}



/* res */
.FaqFont {
	font-family:'gotfontbook', sans-serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(255,255,255);
	text-decoration:none;
}

/* res */
.FaqAnswerFont {
	font-family:'gotfontbook', sans-serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(0,0,0);
	text-decoration:none;
}
.FaqAnswerFont a {
	color:rgb(0,0,0);
	text-decoration:underline;
}
.FaqAnswerFont a:hover {
	color:rgb(255,172,28);
	text-decoration:none;
}

.FaqQuestionBox {
	position:relative;
	background-color:rgb(64,64,66);

	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	
	margin:auto;
	padding:16px 0px 18px 0px;
	
	display:flex;
	flex-wrap:wrap;
	
	cursor:pointer;
}

.FaqQuestionLeft {
	position:relative;
	top:0px;
	left:0px;
	width:12%;
	line-height:16px;
	text-align:center;
	
	display:inline-block;
}

.FaqQuestionMiddle {
	position:relative;
	top:0px;
	left:0px;
	width:85%;
	line-height:16px;
	text-align:left;
	
	display:inline-block;
}

.FaqQuestionRight {
	position:relative;
	top:0px;
	left:0px;
	width:2%;
	display:inline-block;
}

.FaqAnswerBox {
	position:relative;
	background-color:rgb(244,244,244);
	
	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	height:0px;
	
	margin:auto;

	display:block;
	overflow:hidden;
}

.FaqAnswerBoxBase {
	position:relative;
	
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	margin:auto;
	padding:16px 0px 18px 0px;
	
	display:flex;
	flex-wrap:wrap;
}


#Faq6 {
	position:relative;
	
	top:0px;
	left:0px;
	width:100%;

	margin:auto;
	padding:0px;

	display:flex;
	flex-wrap:wrap;
}

.Faq6Box {
	position:relative;
	top:0px;
	left:0px;
	
	margin:10px 10px 0px 10px;

	display:inline-block;
}

#Faq6Box2 {
	width:100%;
}