@charset "utf-8";

/* ------------------------------

             index 

---------------------------------*/
.goodsList_l h4 {
	font-size: 133.4%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.goodsList_l h4 a{
	color: #666;
	text-decoration: none;
}

/*
#topIconArea ul li{
	display:inline;
	padding:2px;
}
*/

#topIconArea ul li {
	float:left;
}

#topIconArea ul li#store{
	background: url(../../../../img/jp/top/bg_icoArea_dot.png) no-repeat right center;
	margin-right:8px;
	padding:5px 10px;
}

#topIconArea ul li#ch img{
	vertical-align:middle;
}



#topIconArea {
	z-index:10000;
}


/* newsletter */

#newsLetterRegistWrap {
	width:250px;
	position:absolute;
	top:27px;
	left:-83px;
	z-index:1000;
	background:#666666;
	padding:20px;
	display:none;
	
}
#newsLetterRegistWrap h2{
	color:white;
	font-size:14px;
	margin-bottom:10px;
}
#newsLetterRegistWrap p{
	color:white;
	font-size:12px;
}

#newsLetterRegistWrap #UserMailAddress {
	border:1px solid #333;
	height:23px;
	background:#fff;
	width:170px;
}
#newsLetterRegistWrap #btnNewsLetterSend img {
	/*
border:1px solid #333;
	padding:0 5px;
	height:23px;
	background:#333;
	color:#fff;
	cursor:pointer;
*/
	vertical-align:middle;
	margin-bottom:-1px;

}

#newsLetterRegistWrap .notes {
	font-size:11px;
}

#newsLetterRegistWrap .btn_newsletter_blose{
	position:absolute;
	top:15px;
	right:15px;
}

#newsLetterCompWrap {
	width:250px;
	position:absolute;
	top:27px;
	left:-83px;
	z-index:1000;
	background:#666666;
	padding:20px;
	display:none;
	min-height:0px;	
}
#newsLetterCompWrap h2{
	color:white;
	font-size:14px;
	margin-bottom:10px;
}
#newsLetterCompWrap p{
	color:white;
	font-size:12px;
}

#newsLetterCompWrap .loadImg {
	text-align:center;
}

/* end of newsletter */