@charset "UTF-8";
.contents form#mailform {
	width: 590px;
	display: block;

}
.contents table.mailform {
	width: 590px;
	color: #333;
	border-collapse:collapse
}
.contents  #mailform table.mailform tr th,.contents  #mailform table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px dotted #666;
	padding: 10px 5px;
	line-height: 1.4em;
	color: #333;
}
.contents table.mailform tr th {
	width: 160px;
	border-top-style: none;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.contents table.mailform tr span  {
	color: #CC0000;
	font-size: 10px;
}
.contents table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666;
}
.contents table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
.contents #mailform .mailform tr td table tr .no_line {
	border-style: none;
}
