$(function(){
$("a.p_scroll").click(function(){ $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing'); return false});// スルスルスクロール
$('#sgArticle').append('<span id="pinLeft"></span><span id="pinRight"></span>');//sg pin
$(".arrowBt a").empty();//arrow
//comment
$('#respond input,#respond textarea').focus(function(){$(this).css({'background-color':'#033'})});$('#respond input,#respond textarea').blur(function(){$(this).css({'background-color':''})});
$('#respond textarea').focus(function(){$(this).css({'height':'10em','overflow':'auto'})});
}); //jq end

