<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
	min-width:inherit;
}
#contact p .mark1{
	color:#FF730D;
}
#contact table{
	width:100%;
}
#contact table th{
	width:30%;
	padding:5px 10px;
	border-bottom:solid 5px #fff;
	color:#fff;
	background:#005dba;
}
#contact table td{
	width:70%;
	padding:5px 0 5px 10px;
}
#contact table td textarea{
	width:80%;
	height:200px;
}

#contact .btn{
	text-align:center;
}
</pre></body></html>