body {
	margin: 0;
	padding: 0;
	background-color: transparent; 
	line-height: 1.25;
	-webkit-text-size-adjust: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック';
}

#carouselWrapper{
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	padding: 3px 2px;
	background:#fff url(../images/loading.gif) no-repeat 50% 40%;
}

#carousel {
	height: auto;
	overflow: hidden;
	position: relative;
	visibility:hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff; 
}
#carousel ul {
	margin: 5px 0;
	padding: 0;
}
#carousel ul li{
	list-style:none;
	display:block;
	float:left;
	width:100px;
	height: 400px;
	text-align: center;
}
#carousel li img {
	margin:5px;
	width: 90px;/*90px*/
}

.carouPrev, .carouNext {
	width: 40px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 2px;
	cursor:pointer;
}
.carouPrev{
	left:2px;
	background:url(../images/prev_sp.png) no-repeat;
	background-position: 0 0px;
}
.carouNext{
	right: 2px;
	background:url(../images/next_sp.png) no-repeat;
	background-position: 0 0;
}
.carouPrev:hover, .carouNext:hover {
	background-position: 0 -20px;
}

.carouPage {
	position: absolute;
	bottom: 5px;
	left: 14%;
	text-align: center;
	margin:0;
	width: 72%;
	height: 14px;
	padding:0;
}
.carouPage a{
	background: url(../images/page.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: 0px 2px 0px 2px;
	display: inline-block;
}
.carouPage a.selected {background-position: 0px -14px;}
.carouPage a span {display: none;}

.carouTitle{
	width: auto;
	margin:0 0 3px 0;
	padding:0 3px;
	border-bottom:1px solid #c0c0c0;
	font-size: 15px;
	font-weight:normal;
}

.goodsNamePrice{
	font-size: 12px;
	text-align: left;
	padding:0 3px;
	display: block;
	margin: 4px 0;
	line-height: 1.2;
}
