/*---------------------------
管理仲介実績テーブル
---------------------------*/
table.table-1{
	table-layout:fixed;
	width: 600px;
	border-collapse:collapse;
	background-color:#FFF;
	empty-cells:show;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.table-1 th{
	background-color:#A6DAFF;
	text-align:left;
	border: 1px solid #CCC;
	padding: 4px;
}
.table-1 td{
	border: 1px solid #CCC;
	padding: 4px;
}
.t-col-name {
	width: 340px;
}
.t-col-add {
	width: 240px;
}
/*---------------------------
会社案内　テーブル
---------------------------*/
table.table-com{
	table-layout:fixed;
	width: 600px;
	border-collapse:collapse;
	background-color:#FFF;
	empty-cells:show;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.table-com th{
	background-color:#F5F5F5;
	text-align:left;
	border: 1px solid #F0F0F0;
	padding: 8px;
	font-weight: normal;	
}
.table-com td{
	border: 1px solid #F0F0F0;
	padding: 8px;
}
.t-col-com1 {
	width: 100px;
}
.t-col-com2 {
	width: 400px;
}
/*---------------------------
問い合わせフォーム
---------------------------*/
table.table-form{
	table-layout:fixed;
	width: 600px;
	border: 1px solid #FFF;
	border-collapse:collapse;
	empty-cells:show;
	margin-right: auto;
	margin-left: auto;
}
.table-form th{
	background-color:#A6DAFF;
	border: 1px solid #FFF;
	text-align:left;
	padding: 4px;
}
.table-form td{
	border: 2px solid #FFF;
	padding: 4px;
}
.t-col-koumoku {
	width: 140px;
	background-color: #B5E0FF;
}
.t-col-input {
	width: 300px;
}
