@charset "utf-8";
/* =================================== 

商品トップ

=================================== */


body.products-top .main-column-body{
	width:608px;
	margin-top:20px;
}

.product-list{
	margin-left:-8px;
}



.product{
	text-align:center;
	background:url(../images/border_lineuplist.jpg) no-repeat;
	width:195px;
	height:218px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.product-inner{
	margin:4px 4px;
}
.product-image{
	height:132px;
	text-align:center;
	overflow:hidden;
}
.product-image-inner{
	height:132px;
	line-height:132px;
	font-size:132px;
	vertical-align:middle;
	display:table-cell;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
	overflow:hidden;
	text-align:center;
	width:204px;
	color:#ffffff;
}
.product-image-inner img{
	text-align:center;
	vertical-align:middle;
}
.product-image-inner a{
	display:inline-block;
}
.product-image-inner a:link{
	color:#ffffff;
	text-decoration:none;
}
.product-image-inner a:visited{
	color:#ffffff;
	text-decoration:none;
}
.product-image-inner a:hover{
	color:#ffffff;
	text-decoration:none;
}
.product-image-inner a:active{
	color:#ffffff;
	text-decoration:none;
}

.product-name{
	height:40px;
}

.ketai-name{
	font-weight:bold;
	margin-top:3px;
}

.detail-link{
	margin-top:7px;
}

/* For IE */
*+html .product-list{
	width:616px;
}
*+html .product-image{
margin-left:-9px;
}
* html body.products-top #header,
* html body.products-top #footer,
* html body.products-top #main{
	width:876px;
}

* html body.products-top #main-column{
	width:646px;
}
* html body.products-top .main-column-body{
	width:617px;
	margin-left:-9px;
}
* html .product{
	width:195px;
	overflow:hidden;
}
* html .product-image{
margin-left:-9px;
}
