@charset "UTF-8";

div#contentColumn ul.info_notice {	
	font-size: 1.3em;
	color: #f00;
	border: 2px solid #f00;
	padding: 10px;
	margin: 10px auto 0;
}

div#contentColumn ul.info_notice li {
	padding: 5px 0 5px 19px;
}



div#contentColumn table#mailform_table,
div#contentColumn table#mailform2_table {
	margin-bottom: 30px;
}
	


div#contentColumn table#mailform_table,
div#contentColumn table#mailform_table tr,
div#contentColumn table#mailform_table th,
div#contentColumn table#mailform_table td,
div#contentColumn table#mailform2_table,
div#contentColumn table#mailform2_table tr,
div#contentColumn table#mailform2_table th,
div#contentColumn table#mailform2_table td {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 10px 7px;
	background-color: #fff;
	font-size: 1.1em;
}

div#contentColumn table#mailform_table th,
div#contentColumn table#mailform2_table th {
	background-color: #2b5e87;
	color: #fff;
	height: 28px;
	line-height: 100%;
	font-weight: bold;
	width: 120px;
}

div#contentColumn table#mailform_table td,
div#contentColumn table#mailform2_table td {
	width: 443px;
}

div#contentColumn table#mailform_table td p,
div#contentColumn table#mailform2_table td p {
	margin: 0;
}

div#contentColumn table#mailform_table textarea,
div#contentColumn table#mailform2_table textarea {
	width: 443px;
	padding: 2px 5px;
	margin: 2px 0;
}


div#contentColumn table#mailform_table ul.confirm,
div#contentColumn table#mailform2_table ul.confirm {
	margin: 0;
	padding: 0;
}

div#contentColumn table#mailform_table ul.confirm li,
div#contentColumn table#mailform2_table ul.confirm li {
	margin: 3px 0 3px 15px;
	padding: 0;
	list-style: circle;
}



div#contentColumn table#mailform_table td input#mailform_name,
div#contentColumn table#mailform_table td input#mailform_mail,
div#contentColumn table#mailform2_table td input#mailform2_name,
div#contentColumn table#mailform2_table td input#mailform2_mail,
div#contentColumn table#mailform2_table td input#mailform2_address,
div#contentColumn table#mailform2_table td input#mailform2_tel,
div#contentColumn table#mailform2_table td input#mailform2_fax {
	width: 300px;
	padding: 2px 5px;
	margin: 2px 0;
}

div#contentColumn table#mailform_table th input#mailform_goconfirm {
	width: 100px;
	height: 30px;
	border: 2px solid #fff;
	background-color: #ff5810;
	color: #fff;
}

div#contentColumn table#mailform_table td em,
div#contentColumn table#mailform2_table td em {
	color: #f00;
	font-style: normal;
}


div#contentColumn p#mailform2_creare {
	border: 1px solid #2b5e87;
	padding: 2px 15px;
}

div#contentColumn div#mailform2_type_estate {
	float: left;
	width: 220px;
	height: 200px;
	margin: 10px 10px 0 0;
}

div#contentColumn div#mailform2_type_estate p {
	height: 30px;
	line-height: 30px;
	background: #2b5e87;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#contentColumn div#mailform2_type_estate ul {
	height: 170px;
	overflow: auto;
	border: 1px solid #2b5e87;
	margin: 0;
}

div#contentColumn div#mailform2_type_estate ul li {
	margin: 3px 0;
}

div#contentColumn div#mailform2_type_new {
	float: left;
	width: 220px;
	height: 200px;
	margin: 10px 0 0 0;
}

div#contentColumn div#mailform2_type_new p {
	height: 30px;
	line-height: 30px;
	background: #2b5e87;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#contentColumn div#mailform2_type_new ul {
	height: 170px;
	overflow: auto;
	border: 1px solid #2b5e87;
	margin: 0;
}

div#contentColumn div#mailform2_type_new ul li {
	margin: 3px 0;
}


div#contentColumn p#mailform2_comment {
	clear: left;
	padding: 10px 0 0 0;
	text-indent: 5px;
}

div#contentColumn p#mailform2_comment span {
	font-size: 0.7em;
}

div#contentColumn table#mailform2_table th input#mailform2_goconfirm {
	width: 100px;
	height: 30px;
	border: 2px solid #fff;
	background-color: #ff5810;
	color: #fff;
}

div#contentColumn p.privacy {
	margin: 0;
	padding: 10px;
	border: 3px dotted #2b5e87;
}

