@charset "utf-8";
/* ===================================================================

 file name  :unpublished.css
 style info :未公開物件を探す

=================================================================== */

/* =============================

	index

=============================== */
article.mainCont {
	margin-bottom:50px;
}
p.h-mes {
	margin-bottom:40px;
}


.form-area table.form {
	width:100%;
	margin-bottom:24px;
}
.form-area table.form th,
.form-area table.form td {
	border:1px solid #DEDEDE;
	padding:15px;
}
.form-area table.form th {
	background:#F4F4F4;
	width:180px;
	vertical-align:top;
}

.form-area table.inner td {
	border:none;
	padding:5px 0;
}
td.textbox input,
input.ipt-w200,
input.ipt-w250 {
	height:28px;
	border-radius:4px;
	border:1px solid #DEDEDE;
}
table.form textarea {
	border-radius:4px;
	border:1px solid #DEDEDE;
}
.required {
	color:#A1576C;
}

/*送信ボタン*/
.form-area li.b-conf {
	text-align:center;
}
.form-area .inputarea {
	background:#323232;
	color:#fff;
	padding:10px 135px;
	border:none;
	font-size:1.09em;
	cursor:pointer;
}


/* =================================== */


