@charset "utf-8";

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 5px;
}
#productList h2 {
	border-top: 1px solid #CCCCCC;
}
#productList ul {
	list-style: none;
}
#productList li {
	list-style: none;
	float: left;
	width: 150px;
	margin: 10px 10px 0 0;
	text-align: center;
}
#productList h3 {
	border: 1px solid #CCCCCC;
	align: center;



	background: ;
	height:170px;
}
#productList h3 span {
	display: block;
	padding: 0px 0;
	font-weight: normal;
	font-size:11px;
	line-height:1.5em;
	height:3em;
	text-decoration : underline;
	overflow:hidden;
}
#productList h3 .text {
	display: block;
	padding: 10px 0 5px 0;
	font-weight: normal;
	font-size:11px;
	line-height:1.5em;
	height:5em;
	text-decoration : none;
	overflow:hidden;
}
#productList .button {
	display: block;
	font-weight: normal;
	font-size:11px;
	height:30px;
	margin-top:5px;
}
#productList dl {
	margin: 0px 0px 0px;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
    line-height:1.5em;
    height:2.7em;
}
#productList dd {
	text-align: center;
	margin: 2px 2px 0px 2px;
	padding: 2px 0;
	height:20px;
}

