/* ------------------------------------ */
/*		home css		*/
/* ------------------------------------ */

/* エコ商品みつけました
----------------------------------------- */

/* 大枠 */
#ecoproduct{
	width:624px;
	margin-left:10px;
	}
/* リセット */
#ecoproduct *{
	margin:0;
	padding:0
	}
#ecoproduct img{
	border:0;
	}


/* タイトル */
#ecoproduct h1{
	position:relative;top:0;left:0;	/* 配置 */
	z-index:1;
	}

/* エコぞう */
#ecoproduct p#ekozo{
	width:100px;
	position:relative;top:-80px;left:0;	/* 配置 */
	z-index:3;
	}

/* エコ商品リスト枠 */
#ecoproduct-list{
	width:624px;
	margin-top:-120px;
	padding-left:47px;
	background:url('../image/home/ecoproduct_back.gif') no-repeat left top;
	}


/* clear hack */
#ecoproduct-list{zoom:1;}
#ecoproduct-list:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */

/* エコ商品リスト */
#ecoproduct-list dl{
	float:left;
	width:160px;
	margin-top:30px;
	margin-right:25px;
	}

/* エコ商品リスト:商品画像 */
#ecoproduct-list dt{
	text-align:center;
}

/* エコ商品リスト:商品名 */
#ecoproduct-list dd{
	text-align:center;
	font-size:12px;
	line-height:1.5em;
}
