@charset "utf-8";
/* CSS Document */

/* お問い合わせ ========================================================
================================================================ */
#formWrap span{color:red}

#formWrap {
	width:960px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	
}
form{
	margin-bottom:48px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:24px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
input,
textarea,
select {font-size:100%}