//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() { $('#yokubou_banner').css("opacity","0.8")});	
$(document).ready(function() { $('#yokubou_banner').slideDown(800)});	
 

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