/* ******************************************************************************
	Style003 - TopNavigationStyle - AboutPage
		(c) 2017 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	BorderLine Settings
============================================================================== */
/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents {
	margin-top:		0;
}
#BaseContents img {
	width:			100%;
}

/* ==============================================================================
	InquiryForm Area Settings
============================================================================== */
.InquiryFormArea {
	margin-top:		40px;
	width:			90%;
}
.InquiryFormArea .JobTitle {
	font-size:		medium;
}
.InquiryFormArea .Inquiry {
	margin-top:		10px;
	font-size:		10px;
}
.InquiryFormArea .Tel {
	display:		none;
}
.InquiryFormArea .Tel_m {
	display:		block;
	margin:			10px auto 0 auto;
}
.InquiryFormArea .Company {
	font-size:		10px;
}
.InquiryFormArea .textfield {
	padding:		2px;
	width:			95%;
}
.InquiryFormArea .textfield_m {
	padding:		2px;
	width:			80%;
}
.InquiryFormArea .textfield_s {
	margin-left:		5px;
	margin-right:		4px;
	padding:		2px;
	width:			30%;
}
.InquiryFormArea .textfield_u {
	padding:		2px;
	width:			80%;
	margin-bottom:		5px;
}
.InquiryFormArea .indispensable {
	margin-left:		3px;
	font-size:		10px;
}
.InquiryFormArea .submit_btn:hover {
	background:		url(./img/submit.png) left top no-repeat;
}
.InquiryFormArea .reset_btn:hover {
	background:		url(./img/reset.png) left top no-repeat;
}
.InquiryFormArea .CautionArea {
	width:			100%;
	margin:			5px auto 0 auto;
	letter-spacing:		0;
	line-height:		1.5;
	font-size:		10px;
	font-weight:		bold;
}

/* ==============================================================================
	InquiryForm Area Table Settings
============================================================================== */
.InquiryFormArea table {
	margin-left:		0;
	width:			100%;
}
.InquiryFormArea table th {
	padding-left:		2px;
	width:			33%;
	font-size:		10px;
}
.InquiryFormArea table td {
	padding-left:		5px;
	width:			67%x;
	font-size:		10px;
}
