/* ******************************************************************************
	Style003 - TopNavigationStyle - AboutPage
		(c) 2017 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents	{
	margin-top:		10px;
}

/* ==============================================================================
	Job Area Settings
============================================================================== */
.JobArea {
	margin:			80px auto 0 auto;
	width:			800px;
}
.JobArea .JobTitle {
	margin:			0 auto 20px auto;
	font-size:		large;
	color:			#00519d;
	font-weight:		bold;
	text-align:		center;
	letter-spacing:		5px;
}
.JobArea .Inquiry {
	margin-top:		40px;
	text-align:		center;
}
.JobArea .Tel {
	display:		block;
	margin:			40px auto 0 auto;
	text-align:		center
}
.JobArea .Tel_m {
	display:		none;
}
.JobArea .Company {
	margin-top:		15px;
	text-align:		center;
}

/* ==============================================================================
	Job Area Table Settings
============================================================================== */
.JobArea table {
    width: 90%;
    border-collapse: collapse;
    border-top: 1px solid #00519d;
    border-bottom: 1px solid #00519d;
    margin: 20px auto;
}


.JobArea table th {
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:		1em;
	text-align:		left;
	width:			130px;
	border-right:		1px groove #000000;
}
.JobArea table td {
	text-align:		left;
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:		1em;
	width:			450px;
	border-color:		#ef6c00;
}
