{"id":86,"date":"2017-05-17T05:14:21","date_gmt":"2017-05-16T20:14:21","guid":{"rendered":"http:\/\/agatuma.com\/wordpress\/?page_id=86"},"modified":"2017-05-17T05:22:35","modified_gmt":"2017-05-16T20:22:35","slug":"%e5%9d%82%e4%b8%8a%e3%81%ae%e8%8a%b1","status":"publish","type":"page","link":"http:\/\/agatuma.com\/wordpress\/%e5%9d%82%e4%b8%8a%e3%81%ae%e8%8a%b1\/","title":{"rendered":"\u5742\u4e0a\u306e\u82b1"},"content":{"rendered":"<p>\uff16\u6708\u304b\u3089\u3001\uff11\uff12\u6708\u307e\u3067\u6a19\u9ad8\uff15\uff10\uff10\uff4d\u304b\u3089\uff17\uff10\uff10\uff4d\u306e\u5730\u533a\u3067\u4e3b\u306b\u30b9\u30d7\u30ec\u30fc\u30de\u30e0\u3092\u751f\u7523\u3057\u3066\u3044\u307e\u3059\u3002\u51ac\u306f\u3001\u5bd2\u3055\u306e\u305f\u3081\u306b\u30b9\u30d7\u30ec\u30fc\u30de\u30e0\u306e\u751f\u7523\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u7279\u306b\u3001\u590f\u3067\u3082\u3001\u79cb\u7cfb\u306e\u30dd\u30f3\u30dd\u30f3\u54b2\u304d\u3084\u3001\u30a2\u30cd\u30e2\u30cd\u54b2\u304d\u3001\u98a8\u8eca\u54b2\u304d\u306a\u3069\u591a\u69d8\u306a\u54b2\u304d\u65b9\u306e\u5b9a\u756a\u30b9\u30d7\u30ec\u30fc\u30de\u30e0\u306e\u751f\u7523\u304c\u53ef\u80fd\u3067\uff0c\u6691\u3044\u6642\u671f\u306e\u79cb\u7cfb\u54c1\u7a2e\u306e\u751f\u7523\u306b\u6ce8\u529b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<script type=\"text\/javascript\" src=\"http:\/\/agatuma.com\/wordpress\/wp-content\/plugins\/wp-simple-slideshow\/jquery.easing.1.3.js\"><\/script>\t<style>\n\t\t#slideshow {\n\t\t    height: 400px;\n\t\t    width: 520px;\n\t\t    overflow: hidden;\n\t\t    position: relative;\n\t\t    padding: 0;\n\t\t    background-attachment: scroll;\n\t\t    background-clip: border-box;\n\t\t    background-color: transparent;\n\t\t    background-origin: padding-box;\n\t\t    background-position: left top;\n\t\t    background-repeat: no-repeat;\n\t\t    background-size: 100% auto;\n\t\t}\n\t\t#slideshow IMG {\n\t\t    left: 0;\n\t\t    opacity: 0;\n\t\t    position: absolute;\n\t\t    top: 0;\n\t\t    z-index: 8;\n\t\t    max-width: 100%;\n\t\t    width: 100%;\n\t\t    height: auto;\n\t\t    padding: 0;\n\t\t    margin: 0;\n\t\t    border: medium none;\n\t\t}\n\t\t#slideshow IMG.active {\n\t\t    opacity: 1;\n\t\t    z-index: 10;\n\t\t}\n\t\t#slideshow IMG.last-active {\n\t\t    z-index: 9;\n\t\t}\n\t<\/style><script type=\"text\/javascript\">\n\/\/XML\u3092\u8aad\u307f\u8fbc\u307f\u3001\u30a4\u30e1\u30fc\u30b8\u30bf\u30b0\u306b\u3057\u3066\u8868\u793a\n\tjQuery('#slideshow').ready(function($){\n\t\tvar a = \"\";\n\t\t\n\t\t$.ajax({\n\t\t\turl:\"http:\/\/agatuma.com\/wordpress\/wp-content\/uploads\/wp_simple_slideshow\/slides.xml\",\n\t\t\tdataType:\"xml\",\n\t\t\tellor: function(){\n\t\t\t\t$(\"#slideshow\").html(\"\u63a5\u7d9a\u30a8\u30e9\u30fc\");\n\t\t\t},\n\t\t\tsuccess: function(data){\n\t\t\t\t$(data).find(\"slide\").each(function(){\n\t\t\t\t\tvar item_url = $(\"jpegURL\",this).text();\n\t\t\t\t\tvar item_num = $(\"numb\",this).text();\n\t\t\t\t\tif(a==\"\"){\n\t\t\t\t\t\ta = a + '<img decoding=\"async\" src=\"'+ item_url + '\" class=\"active\" alt=\"' + item_num +'\">';\n\/\/$('#slideshow').css({ background: \"url('\"+item_url+\"') left top no-repeat\",'background-size': '100% auto'} );\n\t\t\t\t\t\t$('#slideshow').css( \"background-image\", \"url('\"+item_url+\"')\" );\n\t\t\t\t\t}else{\n\t\t\t\t\t\ta = a + '<img decoding=\"async\" src=\"'+ item_url + '\" class=\"last-active\" alt=\"' + item_num + '\">';\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t$(\"#slideshow\").html(a);\n\t\t\t} \/\/success\n\t\t})\n\t\t\n\t\ttimer(0);\n\t})\n<\/script>\n\n<script type=\"text\/javascript\">\nfunction slideSwitch(swi){\n    var active = jQuery('#slideshow IMG.active');\n\n    if ( active.length == 0 ){\n    \tactive = jQuery('#slideshow IMG:last');\n    }\n\t\t\/\/ use this to pull the images in the order they appear in the markup\n\t\tvar next =  active.next().length ? active.next():jQuery('#slideshow IMG:first');\n\t\n\t\tif(jQuery.easing.def){\n\t\t\tif(swi){\n\t\t\t\tnext.css({opacity: 0.0,left: 20 }).addClass('active').animate({opacity: 1.0,left:0},{duration: 1000 ,easing:'easeOutQuad'});\n\t\t\t}else{\n\t\t\t\tnext.css({opacity: 0.0,left: -20 }).addClass('active').animate({opacity: 1.0,left:0},{duration: 1000 ,easing:'easeOutQuad'});\n\t\t\t}\n\t\t}else{\n\t\t\tif(swi){\n\t\t\t\tnext.css({opacity: 0.0,left: 20 }).addClass('active').animate({opacity: 1.0,left:0},{duration: 1000});\n\t\t\t}else{\n\t\t\t\tnext.css({opacity: 0.0,left: -20 }).addClass('active').animate({opacity: 1.0,left:0},{duration: 1000});\n\t\t\t}\n\t\t}\n\t\tjQuery('#slideshow IMG.last-active').removeClass('last-active');\n\t\tjQuery('#slideshow IMG.active:not(:last)').addClass('last-active');\n\t\tactive.removeClass('active');\n}\n\nfunction timer(i) {\n\ti++;\n\tif((i % 2) == 0){\n\t\tslideSwitch(true);\n\t}else{\n\t\tslideSwitch(false);\n\t}\n    setTimeout( \"timer(\"+i+\")\", 7000);\n    \/\/timer(i);\n}\n\/*\njQuery(\"#slideshow\").ready(function(){\n\ttimer(0);\n});*\/\n<\/script><div id=\"slideshow\">\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u6e96\u5099\u4e2d<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\uff16\u6708\u304b\u3089\u3001\uff11\uff12\u6708\u307e\u3067\u6a19\u9ad8\uff15\uff10\uff10\uff4d\u304b\u3089\uff17\uff10\uff10\uff4d\u306e\u5730\u533a\u3067\u4e3b\u306b\u30b9\u30d7\u30ec\u30fc\u30de\u30e0\u3092\u751f\u7523\u3057\u3066\u3044\u307e\u3059\u3002\u51ac\u306f\u3001\u5bd2\u3055\u306e\u305f\u3081\u306b\u30b9\u30d7\u30ec\u30fc\u30de\u30e0\u306e\u751f\u7523\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u7279\u306b\u3001\u590f\u3067\u3082\u3001\u79cb\u7cfb\u306e\u30dd\u30f3\u30dd\u30f3\u54b2\u304d\u3084\u3001\u30a2\u30cd\u30e2\u30cd\u54b2\u304d\u3001\u98a8\u8eca\u54b2\u304d\u306a\u3069\u591a\u69d8\u306a\u54b2\u304d\u65b9\u306e\u5b9a\u756a\u30b9\u2026 <span class=\"read-more\"><a href=\"http:\/\/agatuma.com\/wordpress\/%e5%9d%82%e4%b8%8a%e3%81%ae%e8%8a%b1\/\">\u7d9a\u304d\u3092\u8aad\u3080 &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-86","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/pages\/86","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":3,"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/pages\/86\/revisions"}],"predecessor-version":[{"id":90,"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/pages\/86\/revisions\/90"}],"wp:attachment":[{"href":"http:\/\/agatuma.com\/wordpress\/wp-json\/wp\/v2\/media?parent=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}