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

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

/* ==============================================================================
	Greet Area Settings
============================================================================== */
.GreetArea {
	margin-top:		40px;
	width:			90%;
	font-size:		12px;
}
.GreetArea .title {
	font-size:		medium;
}
.GreetArea .President {
	float:			right;
	width:			40%;
	margin-top:		30px;
}

/* ==============================================================================
	About Area Settings
============================================================================== */
.AboutArea {
	margin-top:		40px;
	width:			90%;
}

/* ==============================================================================
	About Area Table Settings
============================================================================== */
.AboutArea table {
	margin-left:		0;
	width:			100%;
}
.AboutArea table th {
	padding-left:		0;
	width:			20%;
	font-size:		12px;
}
.AboutArea table td {
	padding-left:		5px;
	width:			80%x;
	font-size:		9px;
}

/* ==============================================================================
	GoogleMap Style Settings
============================================================================== */
.MapArea {
	margin-top:		40px;
	width:			100%;
	font-size:		12px;
}
.MapArea .map_company {
	width:			100%;
	height:			230px;
}
