.keyvisual-inner{
	width:1400px;
	height:480px;
	margin:0 auto;
	position:relative;
}

.item-img >img {
	width: 90%;
}

.item-comment{
	width:100%;
	max-width:80%;
	font-size:13px;
	line-height:1.3;
}

.products-links h2{
	background:none;
	padding:0;
	margin:40px 0 30px;
}

.products-wrap{
	margin-left:-20px;
}

.products-links a .product-summary{
	color:#333;
	clear:none !important;
}

.product-summary{
	background:url(../images/bg_product_summary_off.png) center no-repeat #fff;
	float:left;
	width:188px;
	margin:0 0 20px 20px;
	text-align:center;
	padding:20px;
	border:1px solid #ccc;
	position:relative;
}

.product-summary:hover{
	background:url(../images/bg_product_summary_on.png) center no-repeat #fff;
	border-color:#de0011;
}

.product-summary img{
	max-width:100%;
	opacity:1 !important;
}

.icon-summary{
	position:absolute;
	right:0;
	bottom:0;
}

p.product-image{ margin:0; }

.product-image img{ width:160px; }

p.product-title{
	font-size:18px;
	font-weight:bold;
}

p.product-text{
	font-size:13px;
	margin:10px 0 0;
}

p.product-name{
	font-size:12px;
	color:#666;
	margin:10px 0 0;
}

.products-lineup table p,
.products-lineup table ul{
	margin:10px 0 0;
}
.products-lineup table p:first-child,
.products-lineup table ul:first-child{
	margin:0;
}

.products-lineup img{
	max-width:100%;
	height:auto;
}

.arrow-box{ position:relative; }

.img-arrow{
	position:absolute;
	top:110px;
	right:-40px;
}

.new-box{ position:relative; }

.img-new{
	position:absolute;
	top:0;
	left:0;
}