@charset "utf-8";

/*
	=====================================================================
	REC住宅情報
	
	Style Info	:	REC加盟店紹介画面スタイル
	File Name	:	/common/css/sec/merchant/merchant.css
	first Update:	2010.01.21
	Last Update	:	2010.01.30
	Auth		:	株式会社インタープロ
	=====================================================================
*/

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

/* banner-list
---------------------------------------------------------------------- */
#contents .banner-list {
	margin-bottom: 20px;
	}
	
	/* ul
	------------------------------------------------------------ */
	#contents .banner-list ul {
		list-style: none;
		}
		
		/* li
		-------------------------------------------------- */
		#contents .banner-list ul li {
			float: left;
			width: 180px;
			height: 50px;
			margin: 0 5px 5px 0;
			}

/* merchant-list
---------------------------------------------------------------------- */
#contents .merchant-list {
	}
	
	/* ul
	------------------------------------------------------------ */
	#contents .merchant-list ul {
		list-style: none;
		}
		
		/* li
		-------------------------------------------------- */
		#contents .merchant-list ul li {
			float: left;
			font-size: 87.5%;
			margin-right: 3px;
			}
			
			/* a
			---------------------------------------- */
			#contents .merchant-list ul li a {
				color: #333;
				display: block;
				position: relative;
				padding: 5px 8px;
				border: 1px #e4e4e4 solid;
				text-decoration: none;
				}
				
				/* a:hover
				------------------------------ */
				#contents .merchant-list ul li a:hover {
					color: #DE0005;
					border: 1px #DE0005 solid;
					background: none;
					text-decoration: none;
					}
				
				/* a:link a:visited
				------------------------------ */
				#contents .merchant-list ul li a:link,
				#contents .merchant-list ul li a:visited {
					text-decoration: none;
					}
				
				/* a:hover a:active
				------------------------------ */
				#contents .merchant-list ul li a:hover,
				#contents .merchant-list ul li a:active {
					color: #DE0005;
					border: 1px #DE0005 solid;
					background: none;
					text-decoration: none;
					}
				
				/* em
				------------------------------ */
				#contents .merchant-list ul li em {
					display: block;
					padding: 7px 12px;
					font-style: normal;
					background-image: url(../../../img/union/bg_slash_gray.gif);
					color: #fff;
					border: 1px #333 solid;
					}

/* table
---------------------------------------------------------------------- */
#contents table {
	}
	
	/* company
	------------------------------------------------------------ */
	#contents table td.company {
		width: 170px;
		}
	
	/* president
	------------------------------------------------------------ */
	#contents table td.president {
		width: 80px;
		}
	
	/* zip
	------------------------------------------------------------ */
	#contents table td.zip {
		text-align: center;
		}
	
	/* address
	------------------------------------------------------------ */
	#contents table td.address {
		width: 200px;
		}
	
	/* tel
	------------------------------------------------------------ */
	#contents table td.tel {
		text-align: center;
		}
	
	/* fax
	------------------------------------------------------------ */
	#contents table td.fax {
		text-align: center;
		}