@charset "utf-8";

/*
	=====================================================================
	REC住宅情報
	
	Style Info	:	お問い合わせ画面スタイル
	File Name	:	/common/css/sec/contact/contact.css
	first Update:	2010.01.21
	Last Update	:	2010.01.30
	Auth		:	株式会社インタープロ
	=====================================================================
*/

/* a:hover(background-color解除)
---------------------------------------------------------------------- */
#contents .next a:hover {
	background: none;
	}

/* table
---------------------------------------------------------------------- */
#contents table {
	}
	
	/* th
	------------------------------------------------------------ */
	#contents table th {
		width: 18%;
		}
		
		/* div
		-------------------------------------------------- */
		#contents table td div {
			padding-top: 5px;
			}
		
		/* p
		-------------------------------------------------- */
		#contents table td p {
			margin-bottom: 5px;
			padding-top: 5px;
			}

/* ul
---------------------------------------------------------------------- */
#contents ul {
	color: #333;
	font-size: 75%;
	margin-bottom: 20px;
	padding-left: 20px;
	}
	
	/* li
	------------------------------------------------------------ */
	#contents ul li {
		line-height: 150%;
		margin-bottom: 5px;
		}