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

.title{
	border-left:14px solid #1D5DAA;
	font-size:16px;
	font-weight:bold;
}
.title h3{
	margin-left:10px;
}

.text01{
	width:477px;
	margin:50px auto 10px 80px;
}
	
.text01 span{
	color:#C00;
}

.table_wrapper{
	width:620px;
	margin:0px auto;
	overflow:hidden;
}


.table_wrapper table{
	width:620px;
}

.table_wrapper table th{
	white-space:nowrap;
	font-weight:normal;
	text-align:left;
	height:33px;
	line-height:33px;
	text-indent:10px;
	background-color:#F4F7FB;
}

.table_wrapper table th span{
	color:#C00;
}

.table_wrapper table td input{
	line-height:33px;
}


#btn_wrapper{
	padding-top:30px;
	padding-bottom:150px;
	overflow:hidden;
}

#btn{
	background-image:url(image/btn_send.png);
	overflow:hidden;
	border:0px;
	background-repeat:no-repeat;
	background-position:left top;
	width:237px;
	height:49px;
	margin-left:200px;
		cursor:pointer;

}

/*--------------------------------------------------------*/

.none{
}
</pre></body></html>