@charset "utf-8";

/*----------------基本レイアウト-----------------------*/

#contents div.sslCaption{
	float:right;
	width:23em;
}

#contents div.sslCaption p{
	padding: 5px 0 5px 25px;
	background:url(../img/icon_ssl.gif) no-repeat 0 0.2em;
}

#contents p.strong{
	font-weight:bold;
	font-size:120%;
	color:#333333;
}


/*----------------テーブル-----------------------*/

#contents table {
	background: #c3cbca;
	border-collapse: separate;
	border-spacing: 1px;
	width: 712px;
	clear:both;
}

#contents table th,
#contents table td {
	padding: 10px;
	background: #fff;
}

#contents table th {
	vertical-align: top;
	border: 1px solid #fff;
	background: #E3F3FF;
	width: 150px;
}
#contents table td {
width:540px;
}


#contents table th.colspan {
	width: auto;
}

#contents table table {
	width: 500px;
	background: none;
	margin : 0;
}

#contents table table th,
#contents table table td {
	background: none;
	border: none;
	padding: 3px;
}

#contents table table th {
	width: 160px;
	font-size: 85%;
}

#contents #main table p{
	margin-bottom:10px;
}

#contents #main table p.lastChild{
	margin-bottom:0;
}

/* 不動産のご売却をお考えの方へ お問い合わせフォーム */
#contents #main .bgGreen{
	margin-top:0;
	}
#contents .bgGreen th{
	background-color:#E1F5CB;
	} 
#contents #main .bgGreen .formInform th{
	background-color:#FFFFFF;
	width:120px;
	}
#contents #main .inEstate{
	margin:20px 0 0 0;
	}
#contents #main .realEstateTable{
	margin-top:10px;
	}	
/* テーブル内リスト */

#contents table dl {
	margin : 0;
}

#contents table ul.inline-list li{
	float:left;
	margin-right:10px;
}

#contents table ul.checkbox-list{
	float:left;
	margin-right:10px;
	width:340px;
}

#contents table ul.checkbox-list li{
	clear:both;
	margin-left:1.9em;
	margin-bottom:10px;
}

#contents table ul.checkbox-list.lastChild{
	margin-right:0;
}

/* 必須アイコン */
#contents th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

/* 入力例 */
#contents p.example {
	font-size: 87%;
	color: #666;
	margin: 3px 0;
	padding: 0;
}


/* メールアドレス入力文 */
#contents .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

#contents p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../img/icon_information.gif) no-repeat 0 0.2em;
	margin: 5px 0;
}

#contents table table p.error {
	font-size: 91%;
}


#contents input.error,
#contents textarea.error {
	border: 1px solid #ee9899;
}

#contents #main .bgGray{
	background-color:#eeeeee;
	padding:10px;
	margin-top:5px;
	}
#contents #main .bgGray p,
#contents #main .bgAqua p{
	margin:0;
	padding:0;
	}
	
#contents #main .bgAqua{
	background-color:#EEF9FF;
	padding:10px;
	margin-top:5px;
	}	
	

/* --- イベントエラー -- */
#contents #main div.eventerror01,
#contents #main div.eventerror02{
	position: relative;
}
#contents #main div.eventerror01 p{
	position: absolute;
	top: -1px;
	left: -165px;
}
#contents #main div.eventerror02 p{
	position: absolute;
	top: 14px;
	left: -165px;
}
