@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
		テーブル
------------------------------------------------------*/
/*アイテム買い物カゴ用テーブル*/

/*カートの商品画像のセル設定*/
table.item_cart th div {
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*価格のセル設定*/
table.item_cart td {
	width: 30%;
}
/*中央のセル設定*/
table.item_cart td[rowspan] {
	width: 40%;
}
/*----------------------------------------------------
		カート内詳細
------------------------------------------------------*/
.size_detail {
	position: relative;
	top: -34px;
	left: 6.1em;
	width: 12em;
}
/*----------------------------------------------------
		注意書き　（ページトップ）
------------------------------------------------------*/
ul.notes {
	margin-left: 15px;
	line-height: 1.5;
	clear: both;
	margin-bottom: 2rem; 
}

/**/
/*----------------------------------------------------
		etc
------------------------------------------------------*/