/* For webkit engine browsers css hacks */

$(document).ready(function(){
	if($.browser.safari){
		$("#section_2 ul").css({padding:"10px 0 11px 10px"
		});/* for index69.html */
		$("#section_4 table.tt th.k5").css({height:"14px"
		});/* for index69.html */
		$(".section_112 table.tta tfoot th,.section_112 table.tt tfoot th").css({padding:"0"
		});/* for every shops index.html */
		$("#shop_data,#access,#access_k,#access_h,#access_n,#access_s").css({padding:"12px 10px 10px 10px"
		});/* for every shops index.html */
		$("#section_11 .l_section").css({padding:"10px 0 18px 0"
		});/* for book&image.html */
	}
});

