@charset "UTF-8";

form#mailform {
	border-top: solid 1px  #CBCBCB;
	border-left: solid 1px  #CBCBCB;
	border-right: solid 1px  #E6E6E6;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #D2D2D2;
	padding: 7px 5px 7px 12px;	
}
table.mailform tr th {
	width: 135px;
	letter-spacing:0.1em;	
	border-right: 1px solid #CBCBCB;
	background-color:#f8f8ff;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 13px;
	padding: 3px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {

}