//POST

/*過去の公演閉じる*/$(document).ready(function(){  $('.past-stage .post-content > h3').next().css("display", "none");});

/*タイトルのトグル*/$(document).ready(function(){  $('.post-content > h3').click(function(){ $(this).next().slideToggle();  });});
/*マウスオーバー*/$(document).ready(function(){  $('.post-content > h3').mouseover(function(){ $(this).animate( { backgroundColor : "#fcf" },200 )  });});
/*マウスアウト*/$(document).ready(function(){  $('.post-content > h3').mouseout(function(){ $(this).animate( { backgroundColor : "#ffffff" },100 )  });});

$(document).ready(function() { $(".atmark").html("&#64;")});	

$(document).ready(function() { $('a#next-banner').css({"opacity":"0.9","display":"none"})});	
$(document).ready(function() { $('a#next-banner').fadeIn("slow").css({border:"3px solid #aaa",display:"block"})});	



/*日付角丸
$(document).ready( function(){$('.postDate').corner();});
/*本文角丸$(document).ready( function(){$('.entry').corner();});
//サイドバートグル
$(document).ready(function(){  $('.sidebarBox > .sidebarTitle').click(function(){ $(this).next().slideToggle('normal');  });});
*/
