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

/* contact */

h1  {
	margin-bottom: 0px;
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}#input table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	width: 600px;
}
#input table th, #input table td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#input table th {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	background-image: url(../images/common/bg_02.gif);
	width: 100px;
}
#input table th span {
	color: #C33;
}

#input table table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
#input table table th, #input table table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
}

#input table table th {
	background-color: #FFF;
	text-align: right;
	background-image: none;
	width: auto;
}
input#address1, input#address2 {
	width: 250px;
}
input#name, input#tel , input#mail{
	width: 200px;
}
textarea#conditions {
	width: 100%;
	height: 100px;
}
#input .btn {
	text-align: center;
	padding-top: 20px;
}
.error{
	background-color: #FBE4DC;
}
ul.errormsg {
	color: #C30;
	margin-top: 10px;
}
.complete {
	text-align: center;
	padding-top: 160px;
	padding-bottom: 160px;
}
</pre></body></html>