{"id":39275,"date":"2017-03-03T21:45:23","date_gmt":"2017-03-03T12:45:23","guid":{"rendered":"http:\/\/blog.nobur34.com\/?p=39275"},"modified":"2017-11-18T00:45:58","modified_gmt":"2017-11-17T15:45:58","slug":"214523","status":"publish","type":"post","link":"https:\/\/blog.nobur34.com\/?p=39275","title":{"rendered":"\u30bf\u30e9\u30ec\u30d0\u307b\u308d\u9154\u3044\u540d\u8a00\u96c6"},"content":{"rendered":"<div class=\"embed-twitter\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\">\n<p lang=\"ja\" dir=\"ltr\">\u4eca\u591c\u306f\u30c9\u30e9\u30de\u6771\u4eac\u30bf\u30e9\u30ec\u30d0\u5a18\uff01\uff01\u307f\u3093\u306a\u30b9\u30bf\u30f3\u30d0\u30a4OK\uff01\uff1f\u3053\u306e\u672c\u3082\u5b9c\u3057\u304f\u306d\u2193 <a href=\"https:\/\/t.co\/jtOQT1hGZN\">pic.twitter.com\/jtOQT1hGZN<\/a><\/p>\n<p>&mdash; \u6771\u6751\u30a2\u30ad\u30b3 (@higashimura_a) <a href=\"https:\/\/twitter.com\/higashimura_a\/status\/836923223526666240?ref_src=twsrc%5Etfw\">March 1, 2017<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/div>\n<p>\u6771\u6751\u30a2\u30ad\u30b3\u5148\u751f\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u898b\u307e\u3057\u3066\u30fb\u30fb\u30fb<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885445111073.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885445111073-300x300.jpg\" alt=\"14885445111073.jpg\" width=\"300\" height=\"300\" \/><\/a><br \/>\n\u3053\u3061\u3089\u306e\u672c\u3082\u8cb7\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f(^\u30fc^;)<\/p>\n<img decoding=\"async\" src=\"https:\/\/ir-jp.amazon-adsystem.com\/e\/ir?t=nobur34-22&l=alb&o=9&a=4063931315\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><!-- Ad Template with Carousel Layout-->\r\n <!--Section tag for iterating through the list of items-->\r\n<div class=\"aalb-128-product-carousel-unit\" id=\"aalb-4063931315-JP-nobur34-22-ProductCarousel-Noheader\">\r\n    <div class=\"aalb-128-pc-wrapper\">\r\n      <div class=\"aalb-128-pc-product-container\">\r\n        <ul class=\"aalb-128-pc-product-list\">\r\n                  <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n    <a href=\"javascript:void(0);\" class=\"aalb-128-pc-btn-prev\">\u2039<\/a>\r\n    <a href=\"javascript:void(0);\" class=\"aalb-128-pc-btn-next\">\u203a<\/a>\r\n  <\/div>\r\n\r\n<script>\r\n  jQuery(document).ready(function() {\r\n\r\n    var CONSTANTS = {\r\n        productMinWidth : 185,\r\n        productMargin   : 20\r\n    };\r\n\r\n    var $adUnits = jQuery('.aalb-128-product-carousel-unit');\r\n    $adUnits.each(function() {\r\n        var $adUnit           = jQuery(this),\r\n            $wrapper          = $adUnit.find('.aalb-128-pc-wrapper'),\r\n            $productContainer = $adUnit.find('.aalb-128-pc-product-container'),\r\n            $btnNext          = $adUnit.find('.aalb-128-pc-btn-next'),\r\n            $btnPrev          = $adUnit.find('.aalb-128-pc-btn-prev'),\r\n            $productList      = $productContainer.find('.aalb-128-pc-product-list'),\r\n            $products         = $productList.find('.aalb-128-pc-product'),\r\n            productCount      = $products.length;\r\n\r\n        if (!productCount) {\r\n            return true;\r\n        }\r\n\r\n        var rows            = $adUnit.find('input[name=rows]').length && parseInt($adUnit.find('input[name=rows]').val(), 10);\r\n        var columns         = $adUnit.find('input[name=columns]').length && parseInt($adUnit.find('input[name=columns]').val(), 10);\r\n\r\n        if( columns ) {\r\n            var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + 'px';\r\n            $adUnit.css( 'min-width', productContainerMinWidth );\r\n            $productContainer.css( 'min-width', productContainerMinWidth );\r\n            $products.filter( ':nth-child(' + columns + 'n + 1)' ).css( 'clear', 'both' );\r\n        }\r\n\r\n        if (rows && columns) {\r\n            var cutOffIndex = (rows * columns) - 1;\r\n            $products.filter(':gt(' + cutOffIndex + ')').remove();\r\n        }\r\n\r\n        function updateLayout() {\r\n            var wrapperWidth = $wrapper.width();\r\n            var possibleColumns = columns || parseInt( wrapperWidth \/ (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10 );\r\n            var actualColumns = columns || possibleColumns < productCount ? possibleColumns : productCount;\r\n\r\n            \/**\r\n             * The actual columns can be zero when the wraperwidth is less than sum of CONSTANTS.productMinWidth and\r\n             * CONSTANTS.productMargin.The parseInt will use floor function and converts any value less than 1 to\r\n             * zero.Therefore making actual columns 1 .\r\n             **\/\r\n            if( actualColumns == 0 ) {\r\n                actualColumns = 1;\r\n            }\r\n\r\n            var productWidth = parseInt( wrapperWidth \/ actualColumns, 10 ) - CONSTANTS.productMargin;\r\n\r\n            $products.css( 'width', productWidth + 'px' );\r\n\r\n            \/**\r\n             * Removing the Carousel navigation button when the number of products selected by admin is less\r\n             * than the actual columns (the number of products) can be shown on screen\r\n             **\/\r\n            if( productCount > actualColumns ) {\r\n                $btnNext.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\r\n                $btnPrev.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\r\n            }\r\n            $productContainer.jCarouselLite( {\r\n                btnNext : '#' + $adUnit.attr( 'id' ) + ' .aalb-128-pc-btn-next',\r\n                btnPrev : '#' + $adUnit.attr( 'id' ) + ' .aalb-128-pc-btn-prev',\r\n                visible : actualColumns,\r\n                circular: false\r\n            } );\r\n\r\n\r\n        }\r\n\r\n        updateLayout();\r\n        jQuery(window).resize(updateLayout);\r\n    });\r\n});\r\n\r\n\/*!\r\n * jCarouselLite - v1.1 - 2014-09-28\r\n * http:\/\/www.gmarwaha.com\/jquery\/jcarousellite\/\r\n * Copyright (c) 2014 Ganeshji Marwaha\r\n * Licensed MIT (https:\/\/github.com\/ganeshmax\/jcarousellite\/blob\/master\/LICENSE)\r\n*\/\r\n\r\n!function(a){a.jCarouselLite={version:\"1.1\"},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?\"top\":\"left\",p=b.vertical?\"height\":\"width\",q=B.find(\">ul\"),r=q.find(\">li\"),x=r.size(),w=x<b.visible?x:b.visible,b.circular){var c=r.slice(x-w).clone(),d=r.slice(0,w).clone();q.prepend(c).append(d),b.start+=w}s=a(\"li\",q),y=s.size(),z=b.start}function e(){B.css(\"visibility\",\"visible\"),s.css({overflow:\"hidden\",\"float\":b.vertical?\"none\":\"left\"}),q.css({margin:\"0\",padding:\"0\",position:\"relative\",\"list-style\":\"none\",\"z-index\":\"1\"}),B.css({overflow:\"hidden\",position:\"relative\",\"z-index\":\"2\",left:\"0px\"}),!b.circular&&b.btnPrev&&0==b.start&&a(b.btnPrev).addClass(\"disabled\")}function f(){t=b.vertical?s.outerHeight(!0):s.outerWidth(!0),u=t*y,v=t*w,s.css({width:s.width(),height:s.height()}),q.css(p,u+\"px\").css(o,-(z*t)),B.css(p,v+\"px\")}function g(){b.btnPrev&&a(b.btnPrev).click(function(){return c(z-b.scroll)}),b.btnNext&&a(b.btnNext).click(function(){return c(z+b.scroll)}),b.btnGo&&a.each(b.btnGo,function(d,e){a(e).click(function(){return c(b.circular?w+d:d)})}),b.mouseWheel&&B.mousewheel&&B.mousewheel(function(a,d){return c(d>0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)}function i(){return s.slice(z).slice(0,w)}function j(a){var c;a<=b.start-w-1?(c=a+x+b.scroll,q.css(o,-(c*t)+\"px\"),z=c-b.scroll):a>=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+\"px\"),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+\",\"+b.btnNext).removeClass(\"disabled\"),a(z-b.scroll<0&&b.btnPrev||z+b.scroll>y-w&&b.btnNext||[]).addClass(\"disabled\")}function m(c){n=!0,q.animate(\"left\"==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);\r\n\r\n\r\n<\/script>\r\n\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>\n<div style=\"border: 1px solid #000000; background-color: #ffffff; margin: 0px; padding-top: 6px; text-align: center; overflow: auto;\">\n<p><a style=\"word-wrap: break-word;\" href=\"https:\/\/hb.afl.rakuten.co.jp\/hgc\/08b33fc6.2f62db2c.08b33fc7.0cddbda0\/?pc=http%3A%2F%2Fitem.rakuten.co.jp%2Fbook%2F14637728%2F&amp;m=http%3A%2F%2Fm.rakuten.co.jp%2Fbook%2Fi%2F18334765%2F&amp;scid=af_item_tbl&amp;link_type=picttext&amp;ut=eyJwYWdlIjoiaXRlbSIsInR5cGUiOiJwaWN0dGV4dCIsInNpemUiOiIyNDB4MjQwIiwibmFtIjoxLCJuYW1wIjoiZG93biIsImNvbSI6MCwiY29tcCI6ImRvd24iLCJwcmljZSI6MSwiYm9yIjoxLCJjb2wiOjB9\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"margin: 2px;\" title=\"[\u5546\u54c1\u4fa1\u683c\u306b\u95a2\u3057\u307e\u3057\u3066\u306f\u3001\u30ea\u30f3\u30af\u304c\u4f5c\u6210\u3055\u308c\u305f\u6642\u70b9\u3068\u73fe\u6642\u70b9\u3067\u60c5\u5831\u304c\u5909\u66f4\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u304c\u3054\u3056\u3044\u307e\u3059\u3002]\" src=\"https:\/\/hbb.afl.rakuten.co.jp\/hgb\/08b33fc6.2f62db2c.08b33fc7.0cddbda0\/?me_id=1213310&amp;item_id=18334765&amp;m=https%3A%2F%2Fthumbnail.image.rakuten.co.jp%2F%400_mall%2Fbook%2Fcabinet%2F1310%2F9784063931310.jpg%3F_ex%3D80x80&amp;pc=https%3A%2F%2Fthumbnail.image.rakuten.co.jp%2F%400_mall%2Fbook%2Fcabinet%2F1310%2F9784063931310.jpg%3F_ex%3D240x240&amp;s=240x240&amp;t=picttext\" alt=\"[\u5546\u54c1\u4fa1\u683c\u306b\u95a2\u3057\u307e\u3057\u3066\u306f\u3001\u30ea\u30f3\u30af\u304c\u4f5c\u6210\u3055\u308c\u305f\u6642\u70b9\u3068\u73fe\u6642\u70b9\u3067\u60c5\u5831\u304c\u5909\u66f4\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u304c\u3054\u3056\u3044\u307e\u3059\u3002]\" border=\"0\" \/><\/a><\/p>\n<p style=\"font-size: 12px; line-height: 1.4em; text-align: left; margin: 0px; padding: 2px 6px; word-wrap: break-word;\"><a style=\"word-wrap: break-word;\" href=\"https:\/\/hb.afl.rakuten.co.jp\/hgc\/08b33fc6.2f62db2c.08b33fc7.0cddbda0\/?pc=http%3A%2F%2Fitem.rakuten.co.jp%2Fbook%2F14637728%2F&amp;m=http%3A%2F%2Fm.rakuten.co.jp%2Fbook%2Fi%2F18334765%2F&amp;scid=af_item_tbl&amp;link_type=picttext&amp;ut=eyJwYWdlIjoiaXRlbSIsInR5cGUiOiJwaWN0dGV4dCIsInNpemUiOiIyNDB4MjQwIiwibmFtIjoxLCJuYW1wIjoiZG93biIsImNvbSI6MCwiY29tcCI6ImRvd24iLCJwcmljZSI6MSwiYm9yIjoxLCJjb2wiOjB9\" target=\"_blank\" rel=\"noopener\">\u30bf\u30e9\u30ec\u30d0\u307b\u308d\u9154\u3044\u540d\u8a00\u96c6 [ \u6771\u6751 \u30a2\u30ad\u30b3 ]<\/a><br \/>\n\u4fa1\u683c\uff1a972\u5186\uff08\u7a0e\u8fbc\u3001\u9001\u6599\u7121\u6599) <span style=\"color: #bbb;\">(2017\/3\/3\u6642\u70b9)<\/span><\/p>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885445553454.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885445553454-225x300.jpg\" alt=\"14885445553454.jpg\" width=\"225\" height=\"300\" \/><\/a><\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885443768830.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885443768830-300x225.jpg\" alt=\"14885443768830.jpg\" width=\"300\" height=\"225\" \/><\/a><\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885444112551.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885444112551-300x225.jpg\" alt=\"14885444112551.jpg\" width=\"300\" height=\"225\" \/><\/a><\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885446316265.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885446316265-300x225.jpg\" alt=\"14885446316265.jpg\" width=\"300\" height=\"225\" \/><\/a><\/p>\n<p><a href=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885444430062.jpg\" rel=\"lightbox[39275]\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-thumbnail size-thumbnail\" src=\"http:\/\/blog.nobur34.com\/wp-content\/uploads\/14885444430062-300x225.jpg\" alt=\"14885444430062.jpg\" width=\"300\" height=\"225\" \/><\/a><br \/>\n\u30c9\u30e9\u30de\u3067\u3082\u4f7f\u308f\u308c\u305f\u540d\u8a00\u3082\u591a\u6570\u53ce\u9332\uff01<\/p>\n<p>&nbsp;<\/p>\n<p>\u3046\u30fc\u3093\u30fb\u30fb\u30fb\u30a2\u30e9\u30d5\u30a9\u30fc\u304a\u3063\u3055\u3093\u306b\u3082\u523a\u3055\u308b\u308f\uff5e\u3001\u307f\u305f\u3044\u306a(\u7b11)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4eca\u591c\u306f\u30c9\u30e9\u30de\u6771\u4eac\u30bf\u30e9\u30ec\u30d0\u5a18\uff01\uff01\u307f\u3093\u306a\u30b9\u30bf\u30f3\u30d0\u30a4OK\uff01\uff1f\u3053\u306e\u672c\u3082\u5b9c\u3057\u304f\u306d\u2193 pic.twitter.com\/jtOQT1hGZN &mdash; \u6771\u6751\u30a2\u30ad\u30b3 (@higashimura_a) March 1, 2017 \u6771 &hellip; <a href=\"https:\/\/blog.nobur34.com\/?p=39275\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\u30bf\u30e9\u30ec\u30d0\u307b\u308d\u9154\u3044\u540d\u8a00\u96c6<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":39288,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"enabled":false},"version":2}},"categories":[12,3],"tags":[],"class_list":["post-39275","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-12","category-3"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/blog.nobur34.com\/wp-content\/uploads\/14885445111073-300x300-1.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/s4F7Oa-214523","jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/posts\/39275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=39275"}],"version-history":[{"count":0,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/posts\/39275\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=\/wp\/v2\/media\/39288"}],"wp:attachment":[{"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=39275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.nobur34.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=39275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}