@charset "shift_jis";

/* Leaf [製品カタログ] 用
---------------------------------------
    0.common読込
    3.デザイン
---------------------------------------
(c)AQUAPLUS All Rights Reserved.
    http://aquaplus.jp/
*/

/* ==========================================================================
 0.common読込
========================================================================== */
@import url("../css/main.css");         /* 要素への定義 */
@import url("../css/common/localNavi2.css");


/*=======================================================================
 3.デザイン
========================================================================== */
.areaProduct {
    margin : 0;         /* 自センタリング・Gekko対策 */
    width : 100%;
    text-align: left;
}

.item {
	position: relative;
	float: left;
	display: block;
	width: 163px;
	height: 212px;
	margin: 0px 7px 5px 0px;
	text-align: left;
}


.long {
	height: 240px !important;
}
.rem {
	position: absolute;
	top: 212px;
}


.package {
	position: absolute;
	left:0px; top:0px;
	display: block;
	width: 163px;
	height: 212px;
	background-position: 0px 25px;
	background-repeat: no-repeat;
	line-height: 1.1em;
}
.package img {
	display: block;
	margin-left: 1px;
}

a.package		{ background-image: url("images/bg_product.gif"); }
span.package	{ background-image: url("images/bg_product_na.gif"); }


a.package:hover {
    background-image: url("images/bg_product_on.gif");
}


.areaProduct .icon {
	position: absolute;
	right: 0px;
	top: 25px;
	display: block;
	width: 39px;
	height: 185px;
}

.cart {
	position: absolute;
	left: 124px;
	top: 174px;
	display: block;
	width: 39px;
	height: 35px;
	text-align: left;
	text-indent: -9999px;
	overflow-x: hidden;

	background: url('images/icon/aps.gif') no-repeat;
}

.no_voice ,
.part_voice {
	display: block;
	position: absolute;
	left: 124px;
	top: 0px;
	width: 39px;
	height: 23px;
	text-align: left;
	text-indent: -9999px;
}

.no_voice	{ background: url('images/icon/voice_no_s.gif') no-repeat; }
.part_voice	{ background: url('images/icon/voice_part_s.gif') no-repeat; }

.areaProduct .icon img {
    display: block;
    margin-bottom: 2px;
}



/* [EOF] */
