/* FULLPOST */
$('.post-contents').each( function(){
    $(this).find('.fullpost').html("<div style='text-align:right;'><a href='" + $(this).find('h3 > a').attr('href') + "'>続きを読む</a></div>");
} );