@charset "utf-8";
/* ===================================================================
CSS information

 file name  :mail.css
 author     :Ability Consultant
style info  :お問い合わせページ設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	お問い合わせページ専用指定
----------------------------------------------------*/

#main h2 {
	clear: both;
}
#main table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #D1FFC4;
}

#main table th, td	{
	padding: 10px 20px;
	color: #000;
}

#main table th p {
	font-weight: normal;
	color: #C60808;
}

#main table td p	{
	color: #C60808;
}

#main table td input[type="submit"],
#main table td input[type="reset"] {
	padding: 2px;
}

#main table td input[type="reset"] {
	margin-left: 100px;
}