<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* table like theme */

.aform .aform-content table{
	width: 100%;
	}
	.aform .aform-content table th{
	width: 25%;
	}
	.aform .aform-content table td{
	padding: 0;
	}
	
	/* .aform .aform-content span.required{
	background:none;
	color: #fe6d00;
	float:right;
	font-size: 70%;
	font-weight:bold;
	padding: 0 5px;
	}
	*/
	
	#contents_2 .aform .aform-content ul,#contents_2 .aform .aform-content li{
	margin:0;
	padding:0!important;
	}
	.aform .aform-content p.aform-error,.aform .aform-content p.aform-input-example{
	margin: 0!important;
	}
	
	/* chart */
	/* #content .aform .aform-content span.required,.other-form .aform .aform-content span.required{
	font-size: 90%;
	float:none;
	}
	*/
	
	#content .aform .aform-content .submit{
	border:none;
	}
	.other-form .aform .aform-content .submit{
	width:100%!important;
	padding:0!important;
	border:none;
	}
	.aform .aform-content dd input,.aform .aform-content dd input.validate-email{
	height:1.7em;
	font-size:80%!important;
	}
	.other-form .submit input{
	/*	font-weight: bolder;
		color: #fff;
		background-color: #3F8C9E;
		padding:5px 25px!important;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		letter-spacing: 0.2em;*/
		margin-right: 10px;
		margin-left: 10px;
	}
	.other-form .submit input:hover{
		background-color: #3B8FB3;
		cursor: pointer;
	}
	.shop-form .aform .aform-content table{
	width: 100%;
	}
	.shop-form .aform .aform-content span.required{
	display: inherit;
	}
	.shop-form .aform .aform-content table th,.shop-form .aform .aform-content table td{
	padding: 10px;
	}
	</pre></body></html>