@charset "UTF-8";
/*a,a:link{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
	color:#000;
}*/

table{
	border-collapse:collapse;
}	

#smartcart {
	width: 175px;
	font-size:11px;
	margin-left:5px;
}
#smartcart img{
	border:none;
}
#smartcart-header{
	height:29px;
	background:url(../parts/smartcart/smartcart-header.jpg) no-repeat;
}
#smartcart-footer{
	height:10px;
	background:url(../parts/smartcart/smartcart-footer.jpg) no-repeat;
}
#to-order-step-header,#to-order-step-footer{
	height:29px;
	background:url(../parts/smartcart/to-order-step.gif);
}
#to-order-step-header a,#to-order-step-footer a{
	display:block;
	width:152px;
	height:20px;
	padding:3px 0 0 11px;
	text-indent:-9999px;
}
.to-order-change{
	text-align:center;
	padding:5px 0;
}

/*カートに加わった商品*/
#add-recent-title{
	width:163px;
	height:21px;
	text-indent:-9999px;
	background:url(../parts/smartcart/add-recent.gif);
	margin:10px 0;
}
/*カートに加わった商品の画像*/
#add-item-image{
	width:100px;
	/*height:83px;*/
	margin-left:auto;
	margin-right:auto;
}

/*カートのその他の商品*/
#cart-item-title{
	width:163px;
	height:21px;
	text-indent:-9999px;
	background:url(../parts/smartcart/cart-etc.gif);
	margin:10px 0;
}

#cart-items{
	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED;
	padding:0 5px;
}
#add-recent{
	border-top:1px solid #999;
}
.cart-item{
	border-bottom:1px dashed #CCC;
	padding-left:15px;
	padding-bottom:5px;
	margin-bottom:5px;
}
#add-recent .cart-item{
	border-bottom:1px solid #999;
}

.cart-item div{
	padding-top:3px;
}
/*クオカアイコン*/
.icon1{
	background:url(../parts/smartcart/cart_cuoca_icon.gif) no-repeat;
	background-position:0px 3px;
}
/*ベイキングデイズアイコン*/
.icon2{
	background:url(../parts/smartcart/cart_bakingdays_icon.gif) no-repeat left top;
	background-position:0px 2px;
}
/*合計部分*/
#cart-total{
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
#cart-total div{
	padding:3px 0;
}

#postage-attention{
	padding:0;
}

#cart-total table{
	width:100%;
}

#cart-total .right{
	text-align:right;
}

/*送料注意書き*/
#postage-attention{
	clear:both;
	font-size:10px;
	color:#CC0000;
	text-align:right;
}
/*送料について*/
.about-postage{
	text-align:right;
	font-size:10px;
}

.border-dash{
	border-top:1px dashed #CCC;
}

.float-clear{
	clear:both;
	margin:0;
	padding:0;
	height:1;
}
#smartcart-empty{
	padding:8px 0;
	text-align:center;
}
/**/
#recent-look{
	display:none;
}
/**/
/*スライドウィンドウ*/
#slide-window{
	width:173px;
	border:1px solid #EDEDED;
	font-size:11px;
	padding-bottom:10px;
}
#in-item-image{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:100px;
}
.in-item-name,.in-item-num,.in-item-value{
	padding:0 5px;
}
.in-item-messege{
	width:175px;
	height:35px;
	background:url(../parts/smartcart/in-cart.png);
	text-indent:-9999px;
}
