@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* index.php
----------------------------------------------------------- */
#contact .con_contact{
	padding: 10px 15px 40px;
	overflow: hidden;
	zoom: 1;
}
#contact .con_contact p.caption{
	margin-bottom: 20px;
}
#contact #box_estimate{
	width:339px;
	background: #fffef2;
	border: 1px solid #c00000;
	float: left;
}
#contact #box_support{
	width:339px;
	background: #fffef2;
	border: 1px solid #0055a5;
	float: right;
}
#contact #box_estimate h4,
#contact #box_support h4{
	margin-bottom: 8px;
}
#contact #box_estimate p,
#contact #box_support p{
	text-align: center;
	margin-bottom: 8px;
}

/*  */













/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

