@charset "euc-jp";
* {
	margin: 0px;
	padding: 0px;
}
.appealItem {
	width: 600px;
	float: left;
	/*background-image: url(../img/main_page/line_box.gif);*/
	background-position: bottom;
}

.appealItem a {
	text-decoration: none;
}

.appealItem #newItemIndexImage {
	padding-bottom: 11px;
}
.appealItem #freeShippingIndexImage {
	height: 44px;
	width: 600px;
	display: block;
	margin-bottom: 11px;
}
.appealItem #freeShippingIndexImage:hover {
	background-position: bottom;

}
.appealItem #choiceItemIndexImage {
	height:30px;
	width:600px;
	padding-bottom: 11px;
}
.appealItem #moroccanOilIndexImage {
	padding-bottom: 11px;
}

.appealItem .box {
	float: left;
	width: 130px;
	height: 239px;
	border: solid 1px #eee;
	padding: 35px 7px 0 7px;
	margin: 2px;
}
.appealItem .box .off {
	display:none;
}

.appealItem .box .itemImage {
	padding-left: 18px;
	padding-bottom: 10px;
	height: 94px;
}
.appealItem .box .cachCopy {
	/*color: #00cc00;*/
	font-size: 10px;
	padding-bottom: 5px;
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5em;
	height: 1.5em;
}
.appealItem .box .itemName {
	font-size: 10px;
	padding-bottom: 5px;
	height: 72px;
	line-height: 1.8em;
}

.appealItem .box .price {
	font-family: "Arial Black", "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 20px;
	color: crimson;
	text-align: right;
}
.appealItem .box .price .tax {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-left: 2px;
}

