/*
Author: 合同会社 ペンタラボ
Author URI: http://pentalab.co.jp
Version: 1.0.1
*/

/* ------------------------------------------------------------ */
/* about layout
/* ------------------------------------------------------------ */


#inqury article{
	background: #FFFFFF;
	margin: 0 0 20px 0;

}
#inqury article .contentbox{
		padding: 28px 20px 28px 20px;

}
#form{
	width: 100%;
}
#form th{
	font-size:93.5%;
	line-height:1.357;
	font-weight: bold;
	vertical-align: top;
	width: 120px;
	padding: 10px 0 10px 0;
	background: url(../../common/img/hr_dot2.gif) repeat-x center bottom;
}
#form td{

	padding: 10px;
	background: url(../../common/img/hr_dot2.gif) repeat-x center bottom;
}

#form input[type="text"],
#form textarea{
	background: #f1f1f1;
	border: 1px solid #c2c2c2;
}
#send{
	padding: 20px 0 0 130px;
}
#btn_send{
	background: url(../img/btn_send.jpg);
	width: 150px;
	height: 40px;
	border: none;
	font-size: 0;
	cursor: pointer;

}



