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

#contact .about_right dl dt{
	float: none;
	width: 100%;
	margin: 0;
}
#contact .about_right dl dd{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
#contact .about_right dl dd input{
	width:100%;
}
#contact .about_right dl dd textarea{
	width: 100%;
	height: 180px;
}
