@charset "utf-8";

/*
	=====================================================================
	REC住宅情報
	
	Style Info	:	賃貸物件を探す / 売買物件を探す - マイページ画面スタイル
	File Name	:	/common/css/sec/mypage/search.css
	first Update:	2010.01.27
	Last Update	:	2010.xx.xx
	Auth		:	株式会社インタープロ
	=====================================================================
*/

/* a:hover(background-color解除)
---------------------------------------------------------------------- */
#contents .go a:hover {
	background: none;
	}

/* h3
---------------------------------------------------------------------- */
#contents h3 {
	margin-bottom: 20px;
	padding-bottom: 6px;
	background: url(../../../img/union/line_dashed.jpg) bottom left repeat-x;
	}

/* table
---------------------------------------------------------------------- */
#contents table {
	width: 100%;
	font-size: 75%;
	margin-bottom: 20px;
	border: 0;
	}
	
	/* th
	------------------------------------------------------------ */
	#contents table th {
		padding: 8px 5px;
		line-height: 140%;
		font-weight: normal;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e4e4e4;
		}
	
	/* th.first
	------------------------------------------------------------ */
	#contents table th.first {
		color: #fff;
		padding: 10px 0;
		border: 0;
		text-align: center;
		background-image: url(../../../img/union/bg_slash_gray.gif);
		}
		
		/* line
		-------------------------------------------------- */
		#contents table th.line {
			border-right: 1px solid #5d5d5d;
			}
	
	/* td
	------------------------------------------------------------ */
	#contents table td {
		padding: 8px 5px;
		line-height: 140%;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e4e4e4;
		}
		
		/* odd
		-------------------------------------------------- */
		#contents table th.odd,
		#contents table td.odd {
			background-color: #f7f7f7;
			}
		
		/* odd
		-------------------------------------------------- */
		#contents table th.odd {
			width: 20%;
			}
			
			/* p
			---------------------------------------- */
			#contents table td p {
				margin-bottom: 5px;
				padding-top: 5px;
				}

/* ul
---------------------------------------------------------------------- */
#contents ul {
	font-size: 75%;
	margin-bottom: 15px;
	padding-left: 20px;
	}
	
	/* li
	------------------------------------------------------------ */
	#contents ul li {
		line-height: 140%;
		margin-bottom: 5px;
		}

/* go
---------------------------------------------------------------------- */
#contents .go {
	margin-bottom: 20px;
	}


