@charset "utf-8";

/*--------------------------------------
	Style Name : Inquiry Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section fieldset {
	margin-bottom:2em;
}

#content div.section fieldset legend {
	display:none;
}

#content div.section dl dd {
	margin:0 0 1em 0;
}

#content div.section dl dd input {
	width:320px;
	border:1px solid #999;
}

#content div.section dl dd textarea {
	width:500px;
	height:240px;
	border:1px solid #999;
}

#content div.section div.important {
	padding:1em;
}

#content div.section div.important p strong {
	font-size:115%;
}

#content div.section div.important p.attention {
	color:#c33;
}

