@charset "utf-8";
/* CSS Document */

/* プロダクト誘導 */
.productsTop{
	width:700px;
	margin-top:20px;
}
.productsTop p{
	width:338px;
	height: 133px;
	margin-right: 24px;
	float: left;
	margin-bottom: 24px;
	background: url(../img/products/products_title.jpg);
}
.productsTop p span{
	display: none;
}
.productsTop a{
	display:block;
	width:160px;
	height:86px;
	font-size: 10px;
	line-height:140%;
	float: left;
	margin-bottom: 24px;
	color: #CCC;
	padding-left: 165px;
	padding-top: 47px;
	padding-right: 13px;
	text-decoration: underline;
}
.productsTop a:hover{
	color: #CCC;
	text-decoration:none;
}

.productsTop a.prWH{ background: url(../img/products/products_wh.jpg) no-repeat }
.productsTop a.prWH:hover{ background: url(../img/products/products_wh_r.jpg) no-repeat }

.productsTop a.prLIANA{ background: url(../img/products/products_liana.jpg) no-repeat; margin-right:24px; }
.productsTop a.prLIANA:hover{ background: url(../img/products/products_liana_r.jpg) no-repeat }

.productsTop a.prLIPAO{ background: url(../img/products/products_lipao.jpg) no-repeat }
.productsTop a.prLIPAO:hover{ background: url(../img/products/products_lipao_r.jpg) no-repeat }

.productsTop a.prPP{ background: url(../img/products/products_pp.jpg) no-repeat; margin-right:24px; }
.productsTop a.prPP:hover{ background: url(../img/products/products_pp_r.jpg) no-repeat }

.productsTop a.prPE{ background: url(../img/products/products_pe.jpg) no-repeat }
.productsTop a.prPE:hover{ background: url(../img/products/products_pe_r.jpg) no-repeat }


/**/

.pickup {
	width: 220px;
	display: block;
	line-height: 120%;
}

.pickup h3 {
	background: url(img/main/pickup.jpg) no-repeat left top;
	width: 204px;
	height: 22px;
	margin-bottom: 10px;
}
.pickup a img{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	}
.pickup a img.right{
	margin-right: 0;
	margin-bottom: 20px;
	float: left;
	}
.pickup a img.end{
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	}
