#subwin{
         top: 0;
         left: 0;
         position: absolute;
         z-index: 100;
         visibility: hidden;
         }
#overlay-cart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 96;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    filter:alpha(opacity=0);
    moz-opacity: 0;
    opacity: 0;
}
/*　カート改訂版設定　*/

/* ベース背景設定ここから　*/

#cart_wrapper{
	width: 520px;
	text-align: center;
	}
	
#cart_head{
	width: 520px;
	height: 40px;
	margin: 0 auto;
	background: url(/store/cart/images/bg-head.jpg) no-repeat center top;
	text-align: left;
	}
	
#cart_main{
	width: 520px;
	margin: 0 auto;
	background: url(/store/cart/images/bg-middle.jpg) repeat-y center top;
	text-align: left;
	}
	
#cart_bottom{
	width: 520px;
	height: 55px;
	margin: 0 auto;
	background: url(/store/cart/images/bg-bottom.jpg) no-repeat center top;
	text-align: center;
	}
	
/* ベース背景設定ここから　*/

/* カート見出し設定ここから */
	
.cart_title{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	margin: 0 0 0 10px;
	}
	
#cart_wrapper p{
	margin: 0;
	padding: 5px 0 0 0;
	}
	
/* カート見出し設定ここまで */

/* 商品部分背景設定ここから */
	
.kakomi_head{
	width: 500px;
	margin: 0 auto;
	}

.kakomi_bottom{
	width: 500px;
	margin: 0 auto;
	padding-bottom: 10px;
	}
	
.kakomi_main{
	width: 500px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
	}
	
/* 商品部分背景設定ここまで */

/* 数量部分設定ここから */
	
.number{
	width: 83px;
	height: 42px;
	background: url(/store/cart/images/number_bg.jpg) no-repeat center center;
	text-align: right;
	padding: 22px 16px 0 0;
	}
	
.number_text{
	font-size: 14px;
	font-weight: bold;
	}
	
.up_down{
	width: 24px
	}
	
.up_down ul{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 5px;
	}
	
/* 数量部分設定ここから */

/* 商品名・価格部分設定ここから */
	
.product_name{
	font-size: 14px;
	font-weight: bold;
	}
	
.price{
	font-size: 14px;
	font-weight: bold;
	color: #309dff;
	}
	
/* 商品名・価格部分設定ここまで */

/* サブ商品部分設定ここから */
	
#cart_wrapper h4{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	margin: 0;
	}

#sub_product{
	width: 384px;
	_width: 400px;
	margin: 0 auto;
	padding: 0;
	}

#sub_product ul{
	list-style-type: none;
	margin: 5px auto;
	padding: 0;
	}
	
#sub_product li{
	width: 50px;
	height: 50px;
	float: left;
	border: 2px solid #FFFFFF;
	margin: 5px;
	padding: 0;
	}

/* サブ商品部分設定ここまで */

.onsale {
	display: none;
}
.notsale {
	display: none;
}
.btn {
	cursor: pointer;
}
body {
	position: relative;
}
