/*---------------------------------
_ページタイトル
-----------------------------------*/

#main1{
	text-align: left;
}

h3 {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	font-size: large;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*---------------------------------
_カートの中/ポイント説明BOX
-----------------------------------*/

.cart_index_sales {
	padding: 10px;
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	line-height: 150%;
}
.cart_index_sales p {
	margin: 0px;
	padding: 0px;
}
.sales_total {
	text-align: center;
}
.sales_total_red {
	font-weight: bold;
	color: #FF0000;
}



/*---------------------------------
_カートテーブル
-----------------------------------*/

.cart_index_table {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.cart_index_table th {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
.cart_index_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.cart_index_tb_image {
	text-align: center;
}
.cart_index_tb_price {
	text-align: right;
}
.cart_index_tb_stock {
	text-align: center;
}
.total_s_t {
	background-color: #ECE9D8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}
.total_s {
	background-color: #ECE9D8;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.total_b {
	font-weight: bold;
	color: #FF0000;
	background-color: #ECE9D8;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}



/*---------------------------------
_商品削除ボタン
-----------------------------------*/

.cart_del_bt {
	background-image: url(../img/cart/del_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 35px;
	margin-right: auto;
	margin-left: auto;
}
.cart_del_bt a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 35px;
}
.cart_del_bt a:hover {
	background-image: url(../img/cart/del_bt_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/*---------------------------------
_数量変更ボタン
-----------------------------------*/

.stock_level {
	padding: 0px;
	list-style-type: none;
	width: 37px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.stock_level_down {
	background-image: url(../img/cart/minus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
.stock_level_down a {
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
}
.stock_level_up {
	background-image: url(../img/cart/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 16px;
	width: 16px;
}
.stock_level_up a {
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
}



/*---------------------------------
_カラー注釈
-----------------------------------*/
.coler_point {
	width: 620px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}



/*---------------------------------
_ボタン誘導説明文
-----------------------------------*/
.goto_cart {
	text-align: center;
	padding-top: 20px;
}



/*---------------------------------
_購入手続きボタン領域
-----------------------------------*/
.cart_index_inbt {
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
.cart_index_inbt input {
	margin: 0px;
	padding: 0px;
}


p.attention{
	text-align: center;
}

