@charset "utf-8";

/* index.css */

#leadPhase {
	margin: 30px 0 20px;
}

#mainContentInner.product {
}

#productIndex {
	margin: 30px 0 0;
}

#productIndex  ul {
}

#productIndex li {
	float: left;
	width: 355px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}

#productIndex li.last {
	margin-right: 0;
}

#productIndex div.summaryBox {
	position: relative;
	top: 0;
	left: 0;
	width: 353px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	border: 1px solid #fff;
}

#productIndex h3.title {
	padding: 5px 8px;
	background: url(/images/common/item_stripe01.gif);
}

#productIndex h3.title img {
	vertical-align: top;
}

#productIndex p.photo {
	text-align: center;
	margin: 25px 0 20px;
}

#productIndex p.summary {
	margin: 0 8px 30px;
	font-size: 85%;
}

#productIndex p.showDetail {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

