	$(document).ready(function(){
		/*--パンくず一個目--*/
		$("#topic_path span:first").css("padding-left", "0px");
		$("#topic_path span:first").css("background", "none");
		/*--右カラム キャンペーン一覧--*/
		$("#COL_L #side_campaign li em:last").css("padding-bottom", "0px");
		$("#COL_L #side_campaign li em:last").css("background", "none");
		/*--フットナビ01右側エリア--*/
		$("#FOOT #foot01 .footnav01:last").css("width", "200px");
		$("#FOOT #foot01 .footnav01:last").css("float", "right");
		/*--フットナビ02一個目--*/
		$("#footNav02 li:first").css("border-left", "1px solid #ccc");
		/*--登録確認テーブル--*/
		$("#entry_conf_tb th:first").addClass("first");
		$("#entry_conf_tb td:first").addClass("first");
		$("#entry_conf_tb th:last").addClass("last");
		/*--登録確認テーブル--*/
		$("#COL_R #cart_comp th:first").addClass("first");
		$("#COL_R #cart_comp td:first").addClass("first");
		$("#COL_R #cart_comp th:last").addClass("last");
		/*--登録確認テーブル--*/
		$("#form_tb th:first").addClass("first");
		$("#form_tb td:first").addClass("first");
		$("#form_tb2 th:first").addClass("first");
		$("#form_tb2 td:first").addClass("first");
		$("#form_tb3 th:first").addClass("first");
		$("#form_tb3 td:first").addClass("first");
		/*--web入稿テーブル--*/
		$("#data_web .data .tb_type01 thead th:first").addClass("first");
		/*--フォームボタン2個目用--*/
		$(".COL_innerbox2 .btn_area span:eq(1)").css("padding-right", "0");
		/*--トピックス一覧用--*/
		$("#topics dl:last").addClass("last");
		/*--フライヤー印刷ページ--*/
		$("#product_size .size_box dl:last").addClass("last");
		/*--フライヤー印刷ページ--*/
		$("#flyer_list .tb_type01 thead th:first").addClass("first");
		/*--商品一覧ページ--*/
		$("#product_index ul li:nth-child(3n+3)").addClass("li_right");
	});
