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

/** simple orange */
#OF_form1 p#announce .error {
	color:#FFA336
}
#OF_form1 .must {
	color:#FFA336
}
#OF_header .must {
	color:#FFA336
}
#OF_form1 table#formtable {
	border-top:1px solid #FF8936;
	border-left:1px solid #FF8936;
	border-right:1px solid #FF8936;
}
#OF_form1 table#formtable tr#caption th {
	background-color:#FFA336;
	border-bottom:1px solid #FF8936;
	color:#fff;
}
#OF_form1 table#formtable tr th,
#OF_form1 table#formtable tr td {
	border-bottom:1px solid #FF8936;
}
#OF_form1 table#formtable tr th {
	background-color:#FFF1C8;
	color:#333;
}

@media screen and (min-width: 641px){

	#OF_form1 {
		width:550px;
		text-align:left;
		margin-left:20px;
	}
	#OF_form1 p#announce {
		margin:1em 0;
		font-size:12px;
	}
	#OF_form1 table#formtable {
		border-collapse:collapse;
	}
	#OF_form1 table#formtable tr#caption th {
		width:544px;
		padding:5px;
	}
	#OF_form1 table#formtable tr th,
	#OF_form1 table#formtable tr td {
		padding:3px;
		font-size:12px;
	}
	#OF_form1 table#formtable tr th {
		width:150px;
		vertical-align:top;
		text-align:center;
		font-weight:bold;
		font-size:14px;

	}
	#OF_form1 table#formtable tr td {
		width:388px;
	}
	#OF_form1 table#formtable tr td label{
		display:block;
		float:left;
		white-space:nowrap;
	}
	#OF_form1 input.submit {
		display:block;
		margin:10px auto;
	}
	#OF_form1 input.text {
		width:200px;
	}
	#OF_form1 textarea {
		width:335px; height:100px;
	}
	
	/** unique */
	#OF_form1 #sec_seimei input {
		width:60px;
	}
	#OF_header {
		width:550px;
		text-align:left;
	}
	#OF_footer {
		width:550px;
		text-align:left;
	}
	#OF_header h1#default {
		font-size:24px;
	}

 
}
@media screen and (max-width: 640px){
	#OF_form1,
	#OF_form1 table#formtable{
		width: 100%;
		margin:20px 0 20px;
	}
	#OF_form1 table#formtable tr#caption th,
	#OF_form1 table#formtable tr th,
	#OF_form1 table#formtable tr td,
	#OF_form1 input.text,
	#OF_form1 #sec_seimei input,
	#OF_header,
	#OF_footer
	{
		width:auto!Important;
		text-align:left;
		word-break:break-all;
		padding:3px;
		font-size:12px;
		vertical-align:top;

	}
	
		#OF_form1 textarea {
		width:100%; height:100px;
	}
	

			
}

</pre></body></html>