@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: form.css
 * author		: mamoru someya
 * style info	: 会員登録・物件問い合わせ・問い合わせのテーブルのCSS
 -----------------------------------------------------------*/

/* #form table
 ----------------------------------------*/
.contact_item_table {
	font-size:1.2em;
}
#member_info_form,
#register_form,
#contact_form,
#contact_item_form{
}

#member_info_form table,
#register_form table,
#contact_form table,
#contact_item_form_userdata table{
	border: none;
	font-size:1.2em;
}

#member_info_form table th,
#register_form table th,
#contact_form table th,
#contact_item_form_userdata table th{
	border: none;
	border-bottom: 1px #CCC dashed;
	padding:10px 20px 10px 0;
	background: #FFF;
}

#member_info_form table td,
#register_form table td,
#contact_form table td,
#contact_item_form_userdata table td{
	border: none;
	border-bottom: 1px #CCC dashed;
	padding:10px 0;
}

.contact_table,
.contact_item_table {
	margin-bottom:20px;
}

.example,.notice{
	float:right;
	font-size:0.8em;
	padding:5px 0px 0px 0px;
}
