@charset "euc-jp";
* {
	margin: 0px;
	padding: 0px;
}
#pointNews, #pickUpItem, #IFramePointNews, #IFrameCategoryNews, #specialSaleNews, #IFrameSpecialSaleNews {
	width: 980px;
}
#IFramePointNews {
	height: 160px;
}
#IFrameCategoryNews {
	height: 110px;
}
#specialSaleNews {
	padding-bottom: 4px;
}
/*ピックアップニュース*/
#pickUpNews {
	width: 805px;
	clear: left;/* DreamWeaverレイアウト用 */
}
#pickUpNews li {
	width:805px;
	height: 30px;
	overflow:hidden;
	position:relative;
	left:160px;
	top:-113px;
	line-height: 30px;
	font-weight: bold;
	color: #49ab08;
}
/*香水＆コスメおすすめアイテム*/
#pickUpItem {
	float:left;
}
#pickUpItem .btnFs, #pickUpItem .btnCs {
	display: block;
	height: 30px;
	width: 100px;
	float: left;
}

/* 商品画像
---------------------------------------------------------------------*/
#pickUpItem a {
	color: #ec0880 !important;
	text-decoration-line: none;	
}
#pickUpItem .btnImage {
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 152px;
	display: block;
	cursor: pointer;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #fff;
	border: solid 1px #eee;
}
#pickUpItem .btnImage:hover {
	/*background-color: #fffe83;*/
	background-color: #eee;
}
#pickUpItem .btnImage.btnFs {

}
#pickUpItem .btnImage.btnCs {

}
