@charset "shift_jis";

/* Leaf [製品カタログ] 用
---------------------------------------
    0.common読込
    3.デザイン
---------------------------------------
(c)AQUAPLUS All Rights Reserved.
    http://aquaplus.jp/
*/

/* ==========================================================================
 0.common読込
========================================================================== */
@import url("../css/main.css");         /* 要素への定義 */


/*=======================================================================
 3.デザイン
========================================================================== */
.areaProduct {
    margin : 0;         /* 自センタリング・Gekko対策 */
    width : 100%;
    text-align: left;
}

.item {
	position: relative;
	float: left;
	display: block;
	width: 163px;
	height: 212px;
	margin: 0px 12px 5px 0px;
	text-align: left;
}


/*ダウンロード版*/
.line2 .item {
	width: 450px !important;
}
.line2 .item .package {
	margin-right: 10px;
}
.line2 .item .title {
	float: left;
	font-size: 14pt !important;
	width: 300px;
	border-bottom: 1px solid #888;
	margin-bottom: 9px;
	font-weight: bold;
}

.data {
	float: left;
	width: 300px;
}


.data li {
	background: none;
	padding-left: 0;
}

.LH {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 3px;
}

.remOS {
	display: block;
	text-align: right;
	margin-bottom: 0.5em;
}

.DL {
	position: relative;
	display: block;
	background: #f8f8f8;
	padding: 5px;
	text-align: center;
	margin-top: 1.5em;
	border: 1px solid #ccc;
	border-radius: 5px/5px;
	behavior: url('../css/PIE.htc');/*IE css3*/
}
.DL div {
	position: absolute;
	left:0;top:0;
}

a.DL:hover {
	border: 1px solid #c00;
}


.long {
	height: 240px !important;
}
.rem {
	clear: both;
	font-size:9pt !important;
	line-height: 1.1em !important;
}


.title {
	display: block;
	width: 100%;
	text-decoration: none !important;
	font-size: 9pt !important;
	line-height: 1.1em !important;
	height: 2.3em;
}


.package {
	float: left;
	display: block;
	width: 122px;
	height: 187px;
	background-repeat: no-repeat;
	line-height: 1.1em;
}
.package img {
	display: block;
	margin-left: 1px;
	border-top: 1px solid transparent;
}

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 {
	float: right;
	display: block;
	width: 39px;
}

.cart {
/*	display: block;*/
	display: none;
	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 {
	position: absolute;
	right: 0;
	top: 3px;
	display: block;
	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] */

