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

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* お問い合わせ
--------------------------------------------------------------------*/

#contact p.tel {
margin-bottom:30px;
}

#contact th img {
 	vertical-align: top;
	padding: 2px 0 0 9px;
}

#content #contact table th,#content #contact table td {
	padding:7px 10px;
}

#contact  table textarea {
 	border:1px solid #7F9DB9;
		margin: 3px 0 0;
	 background-color:#fff;
	 width:410px;
	 height:140px;
}

#contact td input {
  	border:1px solid #7F9DB9;
	margin:4px 0 0;
 	height:16px;
	background-color:#fff;
}

#contact  p.submit {
	 margin: 20px 0 30px;
	 text-align:center;
}

#contact  p.submit input {
	 border:none;
	 height:auto;
}

#contact label {
	padding-right:5px;
}

#contact label.last {
	padding-right:0;
}

#contact ol {
	margin:0 0 0 20px;
*margin-left:25px;
}

#contact ol li {
	padding-top:15px;
}</pre></body></html>