/*============================================================
■ お問合せCSS
============================================================*/
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro textarea	{
	box-shadow: none;
	border-radius: 0;
	outline:none;
}
#mailformpro div.mfp_err {
	background: none;
}
.contact table {
	width: 98%;
	margin: auto;
}
.contact table th {
	background: #8B8B8B;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.contact table textarea {
	max-width: 98%;
	width: 98%;
	height: 200px;
}
#mailformpro div.mfp_err {
	background: none;
	padding-left: 10px;
}
.mfp_buttons button,
.mfp_buttons button:hover {
	border: 1px solid #999;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 15px;
	cursor: pointer;
}

