@charset "UTF-8";
@import url("/common/css/common.css");


/* ------------------------------------------------------------ */
/* 参考プラン集 */
/* ------------------------------------------------------------ */



#result {
	padding: 114px 0 0;
	margin :-114px 0 0;
}

#content h3 {
	padding-left: 20px;
	background: url("../images/hed3_rent.png") no-repeat;
	line-height: 42px;
}
span.recommended_frontage {
	color: #333;
	font-weight: normal;
}
form.conditions {
	margin:1em 0;
	padding:1em;
	border-radius: 8px;
	background:#eee;
}
form.conditions fieldset {
	margin : 4px auto;
	padding: 8px;
	border : 1px solid #aaa;
	border-radius: 4px;
	background: #fafafa;
	font-family: monospace;
}
form.conditions fieldset p {
	margin :0;
}
form p {
	font-weight: normal;
	font-size: small;
}

/* ------------------------------------------------------------ */
/* グリッド表示（オーバーライド） */
/* ------------------------------------------------------------ */
ul.grid li {
	margin: 4px;
}
ul.referenceplan.grid {
	margin: 1em 0;
}
ul.grid.referenceplan li p.title {
	border-top: 1px solid #e38d0c;
	border-bottom: 1px solid #e38d0c;
	font-weight: bold;
	color: #333;
}
ul.grid.referenceplan li {
	margin: 0 4px;
	padding: 0;
	width: 320px;
	min-height: 240px;
	font-weight: bold;
/*	color: #db880c;
*/	color: #333;
}
ul.grid.referenceplan li div.pic_frame {
	width: 320px;
	height: 240px;
	background: url("../images/bg_paper.png") left top #fff;
}
ul.grid.referenceplan li div.pic_frame img {
	margin-top: 7px;
	margin-left: 10px;
}

