
.productPreview { /*商品のプレビュー/一個単位の大きさ*/
	display: block; float: left;
	width: 160px; min-height: 200px;
	background-color: #ffffff;
	margin-bottom: 20px;
	}
	
	.productPreview p {
		font-size: xx-small !important;
		_font-size: 10px;
		margin: 0;
		}
		


.paddingBox { /*商品のプレビュー/一個のインナー*/
	padding: 5px 25px 10px 5px;
	margin: 0px 0px 0px 0px;
	}
	
	.paddingBox p {/*上のproductPreview pと同じ内容（Win用のバグ取り）*/
		font-size: xx-small !important;
		_font-size: 10px;
		margin: 0;
		}
	
/*サムネールイメージのフレーム*/
.pThumbnail130 {
	margin-bottom: 10px;/*マージン下方向に10px*/
	border: 0;/*サムネール画像のボーダーを0に設定*/
	padding:0;
	width:130px; min-height:130px;
	background: url("img/thumbnailNowprinting.gif") no-repeat center top;
	}


/*== バナースペース ==*/
#bnrAboutEuropa {
	/*min-height: 170px;*/ width: auto;
	padding: 70px 15px 10px 120px;
	margin-bottom: 0px;
	background-image: url("img_home/bnr_logo.png");
	background-repeat: no-repeat;
	}
	#bnrAboutEuropa p.homeBannerText01 {
		font-size: xx-small !important;
		_font-size: 9px; line-height: 160%;
		color:#666666;
		margin:0 0 5px 0;
		}
	

/*=商品一覧ブロックの要素設定=*/
p.productsName {/*商品名*/
	font-size: xx-small !important;
	_font-size: 10px;
	font-style:bod; line-height: 150%;
	margin-bottom:0.6em;
	}

p.productsPrice {/*商品価格*/
	font-size: xx-small !important;
	_font-size: 10px;
	font-style:normal; line-height: 150%;
	color:#666666;
	margin-bottom:0.4em;
	}

p.productsCatch {/*商品キャッチ*/
	font-size: xx-small !important;
	_font-size: 10px;
	font-style:normal; line-height: 150%;
	color:#999999;
	margin-bottom:0.4em;
	}
	
p.productsDesignerCreator {/*商品製造者*/
	font-size: xx-small !important;
	_font-size: 10px;
	font-style:normal; line-height: 150%;
	color:#cccccc;
	margin-bottom:0.4em;
	}