jQuery.noConflict();var j$ = jQuery;j$(function() {j$('.videoList .block:nth-child(1) dl .description').addClass('heightLine-a');j$('.videoList .block:nth-child(1) dl .description').addClass('heightLine-b');j$('.videoList .block:nth-child(2) dl .description').addClass('heightLine-c');j$('.videoList .block:nth-child(3) dl .description').addClass('heightLine-d');j$('.videoList .block:nth-child(4) dl .description').addClass('heightLine-e');j$('.videoList .block:nth-child(5) dl .description').addClass('heightLine-f');j$('.videoList .block:nth-child(6) dl .description').addClass('heightLine-g');j$('.videoList .block:nth-child(7) dl .description').addClass('heightLine-h');j$('.videoList .block:nth-child(8) dl .description').addClass('heightLine-i');j$('.videoList .block:nth-child(9) dl .description').addClass('heightLine-j');j$('.videoList .block:nth-child(10) dl .description').addClass('heightLine-k');});j$(function() {	j$("div.topPage #main dl:nth-child(4n+0)").css("marginRight" , "0");	j$("#eventList dl:nth-child(2n+0)").css("marginRight" , "0");	j$("div.myPage tr:odd").addClass("odd");});j$(function() {	j$("#previewInnerSection").hide();		j$("#btnPreview	a").click(function() {			j$("#previewInnerSection").slideToggle();	});});j$(function(){	j$("#btnPreview a").toggle(		function() {			j$(this).html("非表示にする").addClass("hidden");		},		function() {			j$(this).html("もっと見る").removeClass("hidden");			}	);	});//	tabj$(function() {	j$("#gallery_tab_menu").tabs("#gallery_tab_content > .gallery_tab_content_body", { effect: 'fade' });});
