/* CSS Document */


/* ▼カート用ここから▼ */

/* パン屑 */
div#list_navi{

	width:600px;
	margin:5px;
	display:block;

	text-align:left;
	font-size:8pt;

}

/* カート注意文 */
td.cart_caution{

	text-align:right;
	font-size:8pt;

}

/* カート注意文 段落 */
td.cart_caution p{

	margin:10px 0 10px 10px;

}

/* カート大枠 */
table#cart_data_tbl{

	width:610px;

}

/* 項目設定 */
td.item_no,
td.item_img,
td.item_name,
td.item_price,
td.item_count,
td.item_delete{

	height:20px;

	background:#ededed;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;

	text-align:center;
	font-size:10pt;

}

/* 項目設定2 */
td.item_no_data,
td.item_img_data,
td.item_name_data,
td.item_price_data,
td.item_count_data,
td.item_delete_data{

	height:60px;

	text-align:center;
	font-size:10pt;

}

td.item_total_price{

	background:#ededed;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;

	text-align:right;
	font-size:12pt;

}

td.item_total_price p{

	margin:10px;

}

table#cart_empty{

	width:610px;
	text-align:center;

}

table#cart_empty p{

	margin:10px;
	font-size:10pt;

}

/* 番号設定 */
td.item_no{

	width:30px;

}

/* 商品画像設定 */
td.item_img{

	width:60px;

}

/* 商品名設定 */
td.item_name{

	width:300px;

}
/* 商品名 データ部分設定 */
td.item_name_data{

	font-size:8pt;

}

/* 商品価格設定 */
td.item_price{

	width:70px;

}

/* 商品個数設定 */
td.item_count{

	width:80px;

}

/* 商品削除設定 */
td.item_delete{

	width:70px;

}

/*  */

table#button_navi{

	width:610px;
	margin:10px 0;
	display:block;

}

table#button_navi td.button_left_area{

	width:305px;
	text-align:left;

}

table#button_navi td.button_right_area{

	width:305px;
	text-align:right;

}

/* ▲カート用 ここまで▲ */