/* ******************************************************************************
	Style003 - TopNavigationStyle - AboutPage
		(c) 2017 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	BorderLine Settings
============================================================================== */
#BorderLine {
	display:		none;
}

/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents	{
	margin-top:		0;
}
#BaseContents img {
	width:			100%;
}

/* ==============================================================================
	Support Area Settings
============================================================================== */
.SupportArea {
	margin-top:		40px;
	width:			90%;
}
.SupportArea .QuestionArea {
	width:			100%;
	font-size:		10px;
}
.SupportArea .QuestionArea p {
	font-size:		medium;
}
.SupportArea .AnswerArea {
	margin-top:		30px;
	width:			100%;
	font-size:		10px;
}
.SupportArea .AnswerArea .Question {
	padding-right:		0;
}
.SupportArea .AnswerArea a {
	margin-bottom:		10px;
	color:			#00519d;
	font-size:		12px;
	font-weight:		bold;
}
.SupportArea .AnswerArea .Answer {
	margin-bottom:		30px;
	padding-left:		30px;
	line-height:		120%;
}
.SupportArea .OtherQuestion {
	margin:			0 auto;
	font-size:		medium;
	color:			#00519d;
	font-weight:		bold;
	text-align:		center;
}
