飼育法6_061

飼育法6_062

飼育法6_063

飼育法6_064

飼育法6_065

飼育法6_066

飼育法6_067

飼育法6_068

飼育法6_069

飼育法6_070

飼育法6_071

飼育法6_072

$(document).ready(function() {
var target = $(‘#top-writer-caption’);
target.show();
// クリックすると表示されるボタン
$(‘.js-opener’).click(function(e) {
// aタグのときは開閉しない
if (e.target.nodeName == ‘A’) return;
$(‘.writer-caption’).toggleClass(‘open with-cloud’);
});
});