<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#" prefix="og: http://ogp.me/ns#">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="UTF-8">
<link media="all" href="https://gadget.hamdel.net/wp-content/cache/autoptimize/css/autoptimize_526833d2e9cdec81b53c1626a0aaad5f.css" rel="stylesheet" /><title>スマートフォンの周辺機器や面白アイテムの紹介│ガジェットクリップ</title>
<meta name='robots' content='max-image-preview:large' />
<!-- Jetpack Site Verification Tags -->
<meta name="google-site-verification" content="jSpFSP4JC4m5ChVhSc6XkOz8A03sKoT6z9nxvoJbG6Q" />
<link rel='dns-prefetch' href='//v0.wordpress.com' />
<link rel='dns-prefetch' href='//i0.wp.com' />
<link rel='dns-prefetch' href='//i1.wp.com' />
<link rel='dns-prefetch' href='//i2.wp.com' />
<link rel='dns-prefetch' href='//widgets.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//0.gravatar.com' />
<link rel='dns-prefetch' href='//1.gravatar.com' />
<link rel='dns-prefetch' href='//2.gravatar.com' />
<link rel='dns-prefetch' href='//c0.wp.com' />
<link rel='dns-prefetch' href='//jetpack.wordpress.com' />
<link rel='dns-prefetch' href='//s1.wp.com' />
<link rel='dns-prefetch' href='//s2.wp.com' />
<link rel='dns-prefetch' href='//public-api.wordpress.com' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.3.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-362113-12"  type="text/javascript" data-cfasync="false" data-wpfc-render="false" async></script>
			<script type="text/javascript" data-cfasync="false" data-wpfc-render="false">
				var mi_version = '8.3.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-362113-12',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}

						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer( type, name, parameters );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-362113-12', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;											(function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						})();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		



<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>





<script type='text/javascript' id='urvanov_syntax_highlighter_js-js-extra'>
/* <![CDATA[ */
var UrvanovSyntaxHighlighterSyntaxSettings = {"version":"2.8.26","is_admin":"0","ajaxurl":"https:\/\/gadget.hamdel.net\/wp-admin\/admin-ajax.php","prefix":"urvanov-syntax-highlighter-","setting":"urvanov-syntax-highlighter-setting","selected":"urvanov-syntax-highlighter-setting-selected","changed":"urvanov-syntax-highlighter-setting-changed","special":"urvanov-syntax-highlighter-setting-special","orig_value":"data-orig-value","debug":""};
var UrvanovSyntaxHighlighterSyntaxStrings = {"copy":"Copied to the clipboard","minimize":"Click To Expand Code"};
/* ]]> */
</script>

<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/gadget.hamdel.net","hash_tracking":"false","ua":"UA-362113-12","v4_id":""};
/* ]]> */
</script>

<link rel="https://api.w.org/" href="https://gadget.hamdel.net/wp-json/" /><style type='text/css'>img#wpstats{display:none}</style>
		


<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,900">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="dns-prefetch" href="//www.google.com">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com">
<link rel="dns-prefetch" href="//googleads.g.doubleclick.net">
<link rel="dns-prefetch" href="//www.gstatic.com">
<style type="text/css">
.l-header,
.searchNavi__title,
.key__cat,
.eyecatch__cat,
.rankingBox__title,
.categoryDescription,
.pagetop,
.contactTable__header .required,
.heading.heading-primary .heading__bg,
.btn__link:hover,
.widget .tag-cloud-link:hover,
.comment-respond .submit:hover,
.comments__list .comment-reply-link:hover,
.widget .calendar_wrap tbody a:hover,
.comments__list .comment-meta,
.ctaPost__btn{background:#000000;}

.heading.heading-first,
.heading.heading-widget::before,
.heading.heading-footer::before,
.btn__link,
.widget .tag-cloud-link,
.comment-respond .submit,
.comments__list .comment-reply-link,
.content a:hover,
.t-light .l-footer,
.ctaPost__btn{border-color:#000000;}

.categoryBox__title,
.dateList__item a[rel=tag]:hover,
.dateList__item a[rel=category]:hover,
.copySns__copyLink:hover,
.btn__link,
.widget .tag-cloud-link,
.comment-respond .submit,
.comments__list .comment-reply-link,
.widget a:hover,
.widget ul li .rsswidget,
.content a,
.related__title,
.ctaPost__btn:hover{color:#000000;}

.c-user01 {color:#000000 !important}
.bgc-user01 {background:#000000 !important}
.hc-user01:hover {color:#000000 !important}
.c-user02 {color:#000 !important}
.bgc-user02 {background:#000 !important}
.hc-user02:hover {color:#000 !important}
.c-user03 {color:#000 !important}
.bgc-user03 {background:#000 !important}
.hc-user03:hover {color:#000 !important}
.c-user04 {color:#000 !important}
.bgc-user04 {background:#000 !important}
.hc-user04:hover {color:#000 !important}
.c-user05 {color:#000 !important}
.bgc-user05 {background:#000 !important}
.hc-user05:hover {color:#000 !important}

</style>
<link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://gadget.hamdel.net/?custom-css=8a0302ee64" />
<!-- START - Open Graph and Twitter Card Tags 3.1.1 -->
 <!-- Facebook Open Graph -->
  <meta property="og:locale" content="ja_JP"/>
  <meta property="og:site_name" content="ガジェットクリップ"/>
  <meta property="og:title" content="ガジェットクリップ"/>
  <meta property="og:url" content="https://gadget.hamdel.net"/>
  <meta property="og:type" content="website"/>
  <meta property="og:description" content="スマートフォンの周辺機器や面白アイテムの紹介"/>
 <!-- Google+ / Schema.org -->
 <!-- Twitter Cards -->
  <meta name="twitter:title" content="ガジェットクリップ"/>
  <meta name="twitter:url" content="https://gadget.hamdel.net"/>
  <meta name="twitter:description" content="スマートフォンの周辺機器や面白アイテムの紹介"/>
  <meta name="twitter:card" content="summary_large_image"/>
 <!-- SEO -->
 <!-- Misc. tags -->
 <!-- is_front_page -->
<!-- END - Open Graph and Twitter Card Tags 3.1.1 -->
	
<style>
.ai-viewports                 {--ai: 1;}
.ai-viewport-3                { display: none !important;}
.ai-viewport-2                { display: none !important;}
.ai-viewport-1                { display: inherit !important;}
.ai-viewport-0                { display: none !important;}
@media (min-width: 768px) and (max-width: 979px) {
.ai-viewport-1                { display: none !important;}
.ai-viewport-2                { display: inherit !important;}
}
@media (max-width: 767px) {
.ai-viewport-1                { display: none !important;}
.ai-viewport-3                { display: inherit !important;}
}
</style>
<meta property="og:site_name" content="ガジェットクリップ" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ガジェットクリップ" />
<meta property="og:description" content="スマートフォンの周辺機器や面白アイテムの紹介" />
<meta property="og:url" content="https://gadget.hamdel.net" />
<meta property="og:image" content="https://gadget.hamdel.net/wp-content/themes/lionmedia/img/img_no.gif" />
<meta name="twitter:card" content="summary_large_image" />



<script src="https://gadget.hamdel.net/wp-content/cache/autoptimize/js/autoptimize_2e552d211639d2564d1804ff7f80bab9.js"></script></head>
<body class="t-dark t-rich">

  
  <!--l-header-->
  <header class="l-header">
    <div class="container">
      
      <div class="siteTitle">

              <h1 class="siteTitle__name  u-txtShdw">
          <a class="siteTitle__link" href="https://gadget.hamdel.net">
            <span class="siteTitle__main">ガジェットクリップ</span>
          </a>
          <span class="siteTitle__sub">スマートフォンの周辺機器や面白アイテムの紹介</span>
		</h1>	        </div>
      
      <nav class="menuNavi">      
                <ul class="menuNavi__list">
		              <li class="menuNavi__item u-txtShdw"><span class="menuNavi__link icon-search" id="menuNavi__search" onclick="toggle__search();"></span></li>
            <li class="menuNavi__item u-txtShdw"><span class="menuNavi__link menuNavi__link-current icon-menu" id="menuNavi__menu" onclick="toggle__menu();"></span></li>
                  </ul>
      </nav>
      
    </div>
  </header>
  <!--/l-header-->
  
  <!--l-extra-->
        <div class="l-extraNone" id="extra__search">
      <div class="container">
        <div class="searchNavi">
                    
                <div class="searchBox">
        <form class="searchBox__form" method="get" target="_top" action="https://gadget.hamdel.net/" >
          <input class="searchBox__input" type="text" maxlength="50" name="s" placeholder="記事検索"><button class="searchBox__submit icon-search" type="submit" value="search"> </button>
        </form>
      </div>        </div>
      </div>
    </div>
        
    <div class="l-extra" id="extra__menu">
      <div class="container container-max">
        <nav class="globalNavi">
          <ul class="globalNavi__list">
          		    	                                    </ul>
        </nav>
      </div>
    </div>
  <!--/l-extra-->


    
  <!-- l-wrapper -->
  <div class="l-wrapper">
	
    <!-- l-main -->
    <main class="l-main">

	  	  
	  	
	          <div class="archive">
	    	                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/diy" rel="category tag">DIY</a></span>
          <a href="https://gadget.hamdel.net/archives/5044"><img width="410" height="410" src="https://gadget.hamdel.net/wp-content/uploads/2014/04/14" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.20</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/diy" rel="tag">DIY</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/diy%e5%8f%8e%e7%b4%8d" rel="tag">DIY収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e5%8f%8e%e7%b4%8d" rel="tag">収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/5044">自作のモニター台を活用！デスクを整理整頓している例を紹介</a>
        </h2>
        
        <p class="archiveItem__text">
		  机の上にデスクトップパソコンを置いていらっしゃる方は、パソコンやキーボードやマウスが机の大半の面積を専有することになります。机の上は広く使える状態であれば、作業の選択肢が広がります。メモをとったり、梱包作業なんかしたり、机の上にスペースがあったほうがいいと思います。 &nbsp; パソコンを使っている人は、パソコンのモニターの下を有効に活用し収納を設けることで、モニター台の下に、キーボードやマウス [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/5044">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/diy" rel="category tag">DIY</a></span>
          <a href="https://gadget.hamdel.net/archives/4504"><img width="500" height="333" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/12/IMG_0760.jpg?resize=500%2C333&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.19</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/diy" rel="tag">DIY</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/diy%e5%8f%8e%e7%b4%8d" rel="tag">DIY収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%82%b9%e3%83%9e%e3%83%9b%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%89" rel="tag">スマホスタンド</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e5%8f%8e%e7%b4%8d" rel="tag">収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/4504">個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介</a>
        </h2>
        
        <p class="archiveItem__text">
		  iPadやタブレットをを買ったはいいけれど。デスクトップパソコンやノートパソコンのように据え置きするには、スタンドが必要だなあ。そんなことを最初に思うのではないしょうか？専用となるタブレット用のスタンドがあります。とりあえずは、身近にあるものを使って自作のスタンドをDIYする人たちが作られたスタンドを公開していますので紹介します。&nbsp;自作（DIY）タ        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/4504">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/diy" rel="category tag">DIY</a> <a href="https://gadget.hamdel.net/archives/category/%e5%ad%a3%e7%af%80%e5%ae%b6%e9%9b%bb" rel="category tag">季節家電</a></span>
          <a href="https://gadget.hamdel.net/archives/4418"><img width="448" height="299" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/11/0015.jpg?resize=448%2C299&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.17</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/diy" rel="tag">DIY</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e5%8a%a0%e6%b9%bf%e5%99%a8" rel="tag">加湿器</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e8%87%aa%e4%bd%9c" rel="tag">自作</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/4418">加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例</a>
        </h2>
        
        <p class="archiveItem__text">
		  寒くなり乾燥するようになりました。肌にいい湿度は65％～75％と言われています。冬場になると部屋湿度が60％を超えることなんてほとんどありません。&nbsp;湿度が下がるとのどが乾燥し風邪にかかりやすくなります。お肌にも乾燥は良いとはいえませんよね。&nbsp;そんな時役立つのが加湿器なのですができるだけ安くしたい。できればお金を使いたくない。そんなふうには        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/4418">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e8%a3%bd%e5%93%81" rel="category tag">製品</a></span>
          <a href="https://gadget.hamdel.net/archives/2256"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/10/item.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.15</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/tv" rel="tag">TV</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/2256">パソコンでテレビみたり録画したり　USBチューナー『Xit Brick』　WindowsとMac対応</a>
        </h2>
        
        <p class="archiveItem__text">
		  最近はTverなどTV番組をネットでみれるようになってきていますが、それでもまだまだ、すべての番組がみれるわけではありません。どうしても見たいTV番組があっても、TVが使えない、録画できないという場合など、いつもつかっているパソコンでテレビをみたり、録画できたら便利なのにと思うことあるかもしれません。 そんなとき便利なのが、ピクセラ Xit Brick Xit Brickは、3波対応、ダブルチュー [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/2256">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e8%a3%bd%e5%93%81" rel="category tag">製品</a></span>
          <a href="https://gadget.hamdel.net/archives/2299"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/09/b4c82615-1d31-44df-80a8-2cd48c8fd5d3.__CR001464600_PT0_SX1464_V1___.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.13</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/wifi%e6%90%ad%e8%bc%89" rel="tag">WiFi搭載</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/2299">スマホやタブレットでWiFi経由でDVDを再生できる</a>
        </h2>
        
        <p class="archiveItem__text">
		  最近はNetFlixやAmazonプライム・ビデオなどで映画などを見る機会は増えています。しかしながら、DVDだけでしか見られないコンテンツもまだまだ多くDVDを見たいと思う機会はある人もおおいのではないかとおもいます。DVDプレイヤーやパソコンがない場合、DVDの映像をスマホやタブレットで、再生ができれば便利ですよね。 そんな人にために、便利なDVDをワイヤレスで再生できるドライブがあります。  [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/2299">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d" rel="category tag">収納</a></span>
          <a href="https://gadget.hamdel.net/archives/6464"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/09/591006f12.webp?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.09</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%83%87%e3%83%83%e3%83%89%e3%82%b9%e3%83%9a%e3%83%bc%e3%82%b9" rel="tag">デッドスペース</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%9c%89%e5%8a%b9%e6%b4%bb%e7%94%a8" rel="tag">有効活用</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e8%b3%83%e8%b2%b8" rel="tag">賃貸</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/6464">賃貸に最適、デスク上、テレビ上、ランドリーなどデッドスペースを有効活用できる突っ張り式ラック</a>
        </h2>
        
        <p class="archiveItem__text">
		  賃貸では壁に穴をあけることは基本的にはできないとおもいます。ですが、壁面をうまくつかえばデッドスペースを有効活用できます。賃貸にもおすすめなのが、上部のスペースを有効活用できるつっぱり式ラックです。テレビ台の上などの余った空間に使えたり、デスクの上、ランドリーでは洗濯機の上のなにもない部分を収納として有効活用できます。DIYすると個人的な好みやデザインを反映して良いものがつくれるとおもいますが、時 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/6464">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e8%a3%bd%e5%93%81" rel="category tag">製品</a></span>
          <a href="https://gadget.hamdel.net/archives/280"><img width="500" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2011/10/lec-usb1n01w.jpg?resize=500%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.04</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/led" rel="tag">LED</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/usb" rel="tag">USB</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e7%85%a7%e6%98%8e" rel="tag">照明</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e7%af%80%e9%9b%bb" rel="tag">節電</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/280">読書や作業におしゃれなUSB接続のLED照明　スマホの充電も可能</a>
        </h2>
        
        <p class="archiveItem__text">
		  夜、本を読むときや、デスクにむかって何か作業をする時に、部屋の電気をつけていると明るすぎて集中できないことはないでしょうか？夜明るすぎると、神経がたかぶってねむれなくなることもあり、また、省エネ・節電対策のひとつとして、LED照明を使った照明設備が消費電力削減に効果があり注目されています。 LED照明は、電球や蛍光灯に比べて消費電力が少なく、電力量に大きなウェイトを占める照明の消費電力を大幅に削減 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/280">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d" rel="category tag">収納</a></span>
          <a href="https://gadget.hamdel.net/archives/1115"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/03/6119FQPlfvL._AC_SL1280_.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.02</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%82%b9%e3%83%9e%e3%83%bc%e3%83%88%e3%83%95%e3%82%a9%e3%83%b3" rel="tag">スマートフォン</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%97%e3%83%ac%e3%82%bc%e3%83%b3%e3%83%88" rel="tag">プレゼント</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%9c%89%e5%8a%b9%e6%b4%bb%e7%94%a8" rel="tag">有効活用</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/1115">iPhoneユーザーならおすすめしたいMagSafe付きスタンド　</a>
        </h2>
        
        <p class="archiveItem__text">
		  オフィスや家にいる時、お使いのiPhoneははどうしてますか？ &nbsp; 机に置いていたりバッグに入れたままという人も多いかもしれません。 &nbsp; スマホが必要となったとき、「あれ？どこに置いたっけ？」探すことないでしょうか？ &nbsp; いつもある場所にあるというのは安心です。 そんな時に役立つのがスマホスタンドです。 &nbsp; iPhone 12シリーズのスマホ、公式MagSa [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/1115">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d" rel="category tag">収納</a></span>
          <a href="https://gadget.hamdel.net/archives/4867"><img width="701" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2014/03/ccd045145fbdda1eb3ccffa5077a79f3.jpg?resize=701%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.09.01</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/wi-fi%e3%83%ab%e3%83%bc%e3%82%bf%e3%83%bc" rel="tag">Wi-Fiルーター</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%ab%e3%83%bc%e3%82%bf%e5%8f%8e%e7%b4%8d" rel="tag">ルータ収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e5%8f%8e%e7%b4%8d" rel="tag">収納</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/4867">Wi-Fiルーターの収納ボックスでルーター、モデム、配線をすっきり整理整頓</a>
        </h2>
        
        <p class="archiveItem__text">
		  ルーターは電源タップの近くに設置している家庭もおおいかとおもいます。ケーブルがごちゃごちゃして目立つ場所でもありますが、ルーター収納が可能なルータ収納ボックスを利用することで、すっきりして、デッドスペースが有効活用されます。 ルータを収納するにあたっては、電波の遮断をさせないような構造を持つものが重要なため、棚の中に収納することには向いていません。ルーターが見えにくいよう収納して、デッドスペースを [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/4867">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/diy" rel="category tag">DIY</a></span>
          <a href="https://gadget.hamdel.net/archives/3886"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2013/07/ccd045145fbdda1eb3ccffa5077a79f3-1.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.08.31</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/diy" rel="tag">DIY</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%82%a8%e3%82%b3" rel="tag">エコ</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%9a%e3%83%83%e3%83%88%e3%83%9c%e3%83%88%e3%83%ab" rel="tag">ペットボトル</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/3886">ペットボトルを利用した自動で閉まるドア</a>
        </h2>
        
        <p class="archiveItem__text">
		  夏場心地よい風を通しつつも虫の侵入をブロックしてくれるベランダの網戸や部屋のドアがうっかり開けっ放しにならないようにするためにペットボトルの重みを利用した自動で閉じるドアを作っている人がいます。 原理は簡単で、紐でペットボトルを吊るして、ドアが開くと、ペットボトルが床から上がり、重力によって、ペットボトルが下に引っ張られることによって閉まるという仕組みです。 &nbsp; 猫の出入りのために設置し [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/3886">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d" rel="category tag">収納</a></span>
          <a href="https://gadget.hamdel.net/archives/6407"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2016/05/200420-1024x683-2.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.08.29</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e5%85%85%e9%9b%bb" rel="tag">充電</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e5%85%85%e9%9b%bb%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%89" rel="tag">充電スタンド</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/6407">一度に複数充電できる! テーブルを整頓できる充電スタンド</a>
        </h2>
        
        <p class="archiveItem__text">
		  オフィスや家庭でスマホやタブレットを充電が必要です。そして、充電が必要なデバイスは年々増加していってませんか？ スマホはもちろんワイヤレスイヤホンやゲーム機、充電器など。 &nbsp; 充電できずに電源が開くのを待機するデバイス、増えた充電ケーブルがごちゃごちゃ。 というようなことになっていませんでしょうか？ 複数のデバイスを充電し、ケーブルなどもスッキリまとめてくれるのが、充電ステーションです。 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/6407">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d" rel="category tag">収納</a></span>
          <a href="https://gadget.hamdel.net/archives/936"><img width="730" height="410" src="https://i0.wp.com/gadget.hamdel.net/wp-content/uploads/2021/08/71ksn7qhSQL._AC_SL1500_.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.08.27</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%82%b1%e3%83%bc%e3%83%96%e3%83%ab%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9" rel="tag">ケーブルボックス</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%87%e3%83%83%e3%83%89%e3%82%b9%e3%83%9a%e3%83%bc%e3%82%b9" rel="tag">デッドスペース</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" rel="tag">整理整頓</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%9c%89%e5%8a%b9%e6%b4%bb%e7%94%a8" rel="tag">有効活用</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/936">電源まわりをすっきり整理、家具にも馴染むデザイン性の高いケーブルボックス</a>
        </h2>
        
        <p class="archiveItem__text">
		  電源タップの周辺は複数のケーブルやコードが絡まるごちゃごちゃになってしまう場所です。パソコン、スマホやタブレット、電源を確保しなければならないデバイスが増えると電源タップから給電したり、充電したり、頻繁にりようすることで配線が絡まってくることがあります。少し気をつけておかないと、そんなところに誇りやゴミが溜まってくると発火する原因にもなります。 ケーブルボックスを使うことで、電源タップ周りのごちゃ [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/936">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%83%a9%e3%82%a4%e3%83%95%e3%83%8f%e3%83%83%e3%82%af" rel="category tag">ライフハック</a></span>
          <a href="https://gadget.hamdel.net/archives/3786"><img width="640" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2013/07/0012.jpg?resize=640%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.07.04</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/diy" rel="tag">DIY</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%82%a8%e3%82%b3" rel="tag">エコ</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e7%af%80%e9%9b%bb" rel="tag">節電</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e8%87%aa%e4%bd%9c" rel="tag">自作</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e9%99%a4%e6%b9%bf%e6%a9%9f" rel="tag">除湿機</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/3786">自作の除湿冷房機は 扇風機とペットボトルで作れる！涼しく除湿されて快適な夜を過ごそう</a>
        </h2>
        
        <p class="archiveItem__text">
		  暑い日がつづくと、気になるのはエアコン代金です。エアコンを使わずに過ごせたら、夏の電気料金もさがります。可能であるならば、できるだけ、エアコンの冷房料金を安くすませたいと願うのは誰しも同じではないでしょうか？ &nbsp; 暑い夏、家で快適に過ごすには以下の２つ要素が必要です。 気温を下げる。 湿度をさげる。 &nbsp; 寝苦しいほどの熱い夜は冷房をガンガンかけて部屋を冷やすという方法が最も手っ [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/3786">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e8%a3%bd%e5%93%81" rel="category tag">製品</a></span>
          <a href="https://gadget.hamdel.net/archives/7362"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/02/goods_433327_sub1.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.02.09</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/uniqlo" rel="tag">uniqlo</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7362">ユニクロのEZYジーンズ2021年2月発売モデルは何がかわったのか？ユニクロに問い合わせてみた</a>
        </h2>
        
        <p class="archiveItem__text">
		  テレワークにより、外出する機会が減り、自宅で過ごす時間がふえたこともあってリラックスした服装でいる時間が多くなりました。いくつか服を買った中で、ユニクロのEZYジーンズがあまりにも快適なのですが、そのEZYジーンズが更に新しくなったので、どこが新しくなったのかを紹介したいとおもいます。 &nbsp; ユニクロのEZYジーンズ 見た目は本格なのに、ジーンズとは思えないスウェットのような快適なはき心地 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7362">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/php" rel="category tag">PHP</a></span>
          <a href="https://gadget.hamdel.net/archives/7354"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/02/sendinblue.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2021.02.05</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/sendinblue" rel="tag">sendinblue</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7354">PHPでメール送信は無料SMTPサーバーでSendinBlueを利用すれば迷惑メールを回避できる</a>
        </h2>
        
        <p class="archiveItem__text">
		  PHPなどのプログラムからメールを送信する場合、メールを受信する側が迷惑メールに振り分けられてしまうようなことがあります。これにはいろいろ原因があるのですが、信頼のあるSMTPサーバーを経由してメールを送信することで、そのような問題を回避することが可能です。 &nbsp; SMTPサーバとは？ SMTPtとはSimple Mail Transfer Protocolの略で、SMTPサーバとは、メー [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7354">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b9%e3%83%94%e3%83%bc%e3%82%ab%e3%83%bc" rel="category tag">スピーカー</a></span>
          <a href="https://gadget.hamdel.net/archives/7344"><img width="360" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/06/1589400750105-3.jpg?resize=360%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.06.29</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%82%a2%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%9e%e3%83%b3" rel="tag">アイアンマン</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7344">アイアンマンの人工知能ジャービス搭載のイヤホン</a>
        </h2>
        
        <p class="archiveItem__text">
		  「アイアンマン」の主人公トニー・スタークと彼の会社スターク・インダストリーズをモチーフにしたイヤホンが販売されます。 イヤホンには2種類あり トニー・スタークのサインが入っているタイプと 社名のロゴが入っているタイプがあります。 そして、音声ガイドには、人工知能J.A.R.V.I.S.（ジャービス）と同じ音声が使用されています。 人工知能J.A.R.V.I.S.（ジャービス) J.A.R.V.I. [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7344">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/php" rel="category tag">PHP</a></span>
          <a href="https://gadget.hamdel.net/archives/7331"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2020/06/1589400750105-2.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.06.27</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e6%9c%88%e6%9c%ab%e5%88%a4%e5%ae%9a" rel="tag">月末判定</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7331">PHP 指定した日が月末かどうか判定する</a>
        </h2>
        
        <p class="archiveItem__text">
		  月額課金するプログラムを作っていており、ユーザーがサブスクリプションを開始する前に申込み日が月末かどうかを判定する必要がありました。 PHPで指定した日が月末なのかどうかを判定の方法として タイムスタンプを使用し、1日足したら翌月の1日になるかどうかで判断しました。 &nbsp; 指定した日が月末かどうか判定 [crayon-61d3e30ba16c2494096414/] &nbsp; &nbs [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7331">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%83%a9%e3%82%a4%e3%83%95%e3%83%8f%e3%83%83%e3%82%af" rel="category tag">ライフハック</a></span>
          <a href="https://gadget.hamdel.net/archives/7310"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/06/1589400750105.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="free wifi" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.06.25</li>
                            </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7310">誰でも無料で使えるドコモWi-Fiスポット 0000docomo</a>
        </h2>
        
        <p class="archiveItem__text">
		  いつも通勤時に電車の中でWi-Fiのスポットがでてきます。 0000docomo ドコモユーザー向けのフリーWi-Fiサービスかと思っていたのですが だれでも　無料で使えるようになったのだそうです。 &nbsp; docomoの公衆無線Wi-Fiスポットなのです。 ドコモという名前がドコモユーザー向けに思われてしまうかもしれませんが、 実は誰でも使えるの知ってました？ ドコモユーザーならSIM認証 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7310">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%83%8b%e3%83%a5%e3%83%bc%e3%82%b9" rel="category tag">ニュース</a></span>
          <a href="https://gadget.hamdel.net/archives/7165"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/05/61dEJ6LhgBL.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.05.25</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/uq%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab" rel="tag">UQモバイル</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e6%a5%bd%e5%a4%a9" rel="tag">楽天</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7165">UQモバイル、データ容量10GB 低速時も1Mbpsで使える新プラン！楽天に対抗できるレベル</a>
        </h2>
        
        <p class="archiveItem__text">
		  UQコミュニケーションズは2020年25日、格安モバイルサービスの「UQ mobile」向けの新プラン「スマホプランR」を6月1日から開始すると発表しました。 価格は2980円です。 &nbsp; スマホプランRプランの特徴 「UQ mobile」向けの新プラン「スマホプランR」の特徴は データ容量10GBを使い切って速度が低速になっても1Mbpsで通信ができるところにあります。 従来プランでは3 [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7165">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e4%ba%88%e6%83%b3" rel="category tag">予想</a></span>
          <a href="https://gadget.hamdel.net/archives/7154"><img width="730" height="410" src="https://i0.wp.com/gadget.hamdel.net/wp-content/uploads/2020/05/photo-1561474119-1b76f3a79816.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.05.24</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/wiifi%e3%83%ac%e3%83%b3%e3%82%bf%e3%83%ab" rel="tag">WIIfiレンタル</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%86%e3%83%ac%e3%83%af%e3%83%bc%e3%82%af" rel="tag">テレワーク</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e7%84%a1%e5%88%b6%e9%99%90wifi" rel="tag">無制限WIFI</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7154">無制限WIFIは今後はなくなっていくのか。問題の本質はなにか？</a>
        </h2>
        
        <p class="archiveItem__text">
		  無制限 wi-fi サービスが一気にふえたとおもったら、次々と問題が発生しています。 それぞれのサービスのWEBサイトを見ると２つことに触れられています。 １．端末の調達ができなくなっている。 ２．通信の混雑による通信速度低下。 サービスを提供する会社はそれぞれ対策をするといことをWEBサイトで記載していますが これからどうなっていくのでしょうか？ 問題の本質はなんなのでしょうか？ それらを考えて [&hellip;]        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7154">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/diy" rel="category tag">DIY</a></span>
          <a href="https://gadget.hamdel.net/archives/7113"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/05/box01.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.05.23</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%83%80%e3%83%b3%e3%83%9c%e3%83%bc%e3%83%ab" rel="tag">ダンボール</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%83%97%e3%83%a9%e3%82%b9%e3%83%81%e3%83%83%e3%82%af%e3%83%80%e3%83%b3%e3%83%9c%e3%83%bc%e3%83%ab" rel="tag">プラスチックダンボール</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7113">DIYしよう！ダンボールでつくる収納グッズ</a>
        </h2>
        
        <p class="archiveItem__text">
		  最近の巣ごもり事情などで、通販を使う人も多いと思います。通販で使われるダンボールですが、これをつかったアイデアグッズをまとめてみました。資材は０円、アイデアを形にしていけます。段ボール箱でキャスター付きコンテナボックス        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7113">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%83%86%e3%83%ac%e3%83%af%e3%83%bc%e3%82%af" rel="category tag">テレワーク</a></span>
          <a href="https://gadget.hamdel.net/archives/7087"><img width="730" height="410" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/04/photo-1526948128573-703ee1aeb6fa.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.04.20</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/chrome%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e3%83%87%e3%82%b9%e3%82%af%e3%83%88%e3%83%83%e3%83%97" rel="tag">Chromeリモートデスクトップ</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e9%81%a0%e9%9a%94%e6%93%8d%e4%bd%9c" rel="tag">遠隔操作</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7087">無料で簡単すぐはじめられるテレワーク！職場のPCを自宅から操作： Chromeリモートデスクトップ</a>
        </h2>
        
        <p class="archiveItem__text">
		  テレワーク(リモートワーク)が推奨されるようになり、どうやっていいかわからない中小企業の方たちも多くくいらっしゃるのかもしれません。完璧なセキュリティとか一人ひとりに端末を支給するということにとらわれてしまって進まなかったりITの専門知識や難しい設定が求められそうに感じてすすまなかったり、理由は様々だとおもいます。いまは、テレワークをすすめる必要があるときです。手段や仕組み        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7087">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/mobile-wifi" rel="category tag">モバイルWiFiルーター</a></span>
          <a href="https://gadget.hamdel.net/archives/7073"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2020/01/Clipboard01.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.01.21</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/hy-fi" rel="tag">hy-fi</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/mugen-wifi" rel="tag">Mugen WiFi</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%81%a9%e3%82%93%e3%81%aa%e3%81%a8%e3%81%8d%e3%82%82wifi" rel="tag">どんなときもWiFi</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%82%81%e3%81%a3%e3%81%a1%e3%82%83wifi" rel="tag">めっちゃWIFI</a><span>, </span><a href="https://gadget.hamdel.net/archives/tag/%e3%82%88%e3%81%8f%e3%81%b0%e3%82%8awifi" rel="tag">よくばりWiFi</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7073">通信無制限WIFIって最高に思うけど、落とし穴はないのか？</a>
        </h2>
        
        <p class="archiveItem__text">
		  「どんなときもWiFi」、「限界突破WiFi」、「Mugen WiFi」、「よくばりWiFi」、「めっちゃWIFI」、「hy-fi」Docomo,Softbank,Kddiの3キャリアで繋がりエリアは日本では最大、クラウドSIMの技術をつかって通信を管理しているからデータ無制限、海外にもっていっても海外のSIMもクラウド上にあるので、繋がる。最強じゃん！って普通に思いますよね。        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7073">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e3%83%a9%e3%82%a4%e3%83%95%e3%83%8f%e3%83%83%e3%82%af" rel="category tag">ライフハック</a></span>
          <a href="https://gadget.hamdel.net/archives/7062"><img width="730" height="410" src="https://i0.wp.com/gadget.hamdel.net/wp-content/uploads/2020/01/photo-1510024161681-8a1f66ed1a25.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.01.06</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e7%9e%91%e6%83%b3" rel="tag">瞑想</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7062">瞑想の科学的な３つのメリット</a>
        </h2>
        
        <p class="archiveItem__text">
		  瞑想と聞くとなんだか怪しいイメージもちませんか？ですが、最近では科学的に大きなメリットが多数あることが様々な研究で判明しています。その中でも、生活にそれから人生に影響を与えるであろう瞑想のメリットを３つ紹介したいと思います。瞑想のメリットストレスが減少しストレスによる悪影響も減少する人間はストレスを感じるとストレスホルモンであるアドレ        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7062">続きを読む</a>
        </div>
      
      </article>
		  		  			                  <article class="archiveItem
	   archiveItem-wide      ">
        
        <div class="eyecatch eyecatch-archive">
                    <span class="eyecatch__cat bgc u-txtShdw"><a href="https://gadget.hamdel.net/archives/category/%e9%9b%91%e6%84%9f" rel="category tag">雑感</a></span>
          <a href="https://gadget.hamdel.net/archives/7056"><img width="730" height="410" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2020/01/Clipboard02.jpg?resize=730%2C410&amp;ssl=1" class="attachment-icatch size-icatch wp-post-image" alt="" loading="lazy" /></a>
        </div>
        
                <ul class="dateList dateList-archive">
                    <li class="dateList__item icon-calendar">2020.01.05</li>
                              <li class="dateList__item icon-tag"><a href="https://gadget.hamdel.net/archives/tag/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0" rel="tag">プログラム</a><span>, </span></li>
                  </ul>
        
        <h2 class="heading heading-archive">
          <a class=" hc" href="https://gadget.hamdel.net/archives/7056">個人がプログラミングで稼ぐ方法 どこから仕事をもらって、どんなスキルがいるのか？</a>
        </h2>
        
        <p class="archiveItem__text">
		  「副業のためプログラムを覚えよう。」そんな言葉をTwitterやYoutubeで見かけます。私はこれだけ稼げているからあなたもやればできるよ。そんな煽るような内容をまきちらしている人たちはおそらく、実際はプログラムをつかって稼ぐのではなく、ブログでのアフィリエイト、情報商材、オンラインサロン、勉強会といった注目を得た副次的な方法をビジネスとしているのではないかとおもいますが。        </p>
        
        <div class="btn btn-right">
          <a class="btn__link" href="https://gadget.hamdel.net/archives/7056">続きを読む</a>
        </div>
      
      </article>
		  		  		        </div>
	  	
	  <div class="pager"><span aria-current="page" class="page-numbers current">1</span>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://gadget.hamdel.net/page/38">38</a>
<a class="next page-numbers" href="https://gadget.hamdel.net/page/2">NEXT</a></div>    
    </main >
    <!-- /l-main -->
    

	    <!-- l-sidebar -->
          <div class="l-sidebar">
	  
	          <aside class="widget"><h2 class="heading heading-widget">人気の投稿</h2><ul class='widgets-list-layout no-grav'>
					<li>
						<a href="https://gadget.hamdel.net/archives/4418" title="加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/11/0015.jpg?fit=448%2C299&#038;ssl=1&#038;resize=40%2C40" alt="加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/4418" title="加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例" class="bump-view" data-bump-view="tp">加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/4504" title="個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/12/IMG_0760.jpg?fit=500%2C333&#038;ssl=1&#038;resize=40%2C40" alt="個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/4504" title="個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介" class="bump-view" data-bump-view="tp">個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/5044" title="自作のモニター台を活用！デスクを整理整頓している例を紹介" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://gadget.hamdel.net/wp-content/uploads/2014/04/14" alt="自作のモニター台を活用！デスクを整理整頓している例を紹介" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/5044" title="自作のモニター台を活用！デスクを整理整頓している例を紹介" class="bump-view" data-bump-view="tp">自作のモニター台を活用！デスクを整理整頓している例を紹介</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/4017" title="余ったの素材で自作したケーブルボックス" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/08/05.jpg?fit=542%2C360&#038;ssl=1&#038;resize=40%2C40" alt="余ったの素材で自作したケーブルボックス" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/4017" title="余ったの素材で自作したケーブルボックス" class="bump-view" data-bump-view="tp">余ったの素材で自作したケーブルボックス</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/3886" title="ペットボトルを利用した自動で閉まるドア" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2013/07/ccd045145fbdda1eb3ccffa5077a79f3-1.jpg?fit=1200%2C908&#038;ssl=1&#038;resize=40%2C40" alt="ペットボトルを利用した自動で閉まるドア" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/3886" title="ペットボトルを利用した自動で閉まるドア" class="bump-view" data-bump-view="tp">ペットボトルを利用した自動で閉まるドア</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/7113" title="DIYしよう！ダンボールでつくる収納グッズ" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2020/05/box01.jpg?fit=800%2C600&#038;ssl=1&#038;resize=40%2C40" alt="DIYしよう！ダンボールでつくる収納グッズ" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/7113" title="DIYしよう！ダンボールでつくる収納グッズ" class="bump-view" data-bump-view="tp">DIYしよう！ダンボールでつくる収納グッズ</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/6500" title="ごちゃごちゃする充電コードをすっきり！充電スタンド（充電ステーション）" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2016/08/01.jpg?fit=600%2C338&#038;ssl=1&#038;resize=40%2C40" alt="ごちゃごちゃする充電コードをすっきり！充電スタンド（充電ステーション）" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/6500" title="ごちゃごちゃする充電コードをすっきり！充電スタンド（充電ステーション）" class="bump-view" data-bump-view="tp">ごちゃごちゃする充電コードをすっきり！充電スタンド（充電ステーション）</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/4877" title="アイデア一つで配線周りを収納してすっきり！" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2014/03/022.jpg?fit=500%2C332&#038;ssl=1&#038;resize=40%2C40" alt="アイデア一つで配線周りを収納してすっきり！" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/4877" title="アイデア一つで配線周りを収納してすっきり！" class="bump-view" data-bump-view="tp">アイデア一つで配線周りを収納してすっきり！</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/854" title="Bluetooth 4.0 とは何か？" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/02/bluetooth_4.0_news.jpg?fit=400%2C306&#038;ssl=1&#038;resize=40%2C40" alt="Bluetooth 4.0 とは何か？" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/854" title="Bluetooth 4.0 とは何か？" class="bump-view" data-bump-view="tp">Bluetooth 4.0 とは何か？</a>
							</div>
													</li>
										<li>
						<a href="https://gadget.hamdel.net/archives/1578" title="iPhoneメッセージのクジラをしってますか？メッセージでクジラを出してみよう。" class="bump-view" data-bump-view="tp">
								<img width="40" height="40" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/06/kujira02.jpg?fit=461%2C272&#038;ssl=1&#038;resize=40%2C40" alt="iPhoneメッセージのクジラをしってますか？メッセージでクジラを出してみよう。" data-pin-nopin="true" class="widgets-list-layout-blavatar"/>
							</a>
							<div class="widgets-list-layout-links">
								<a href="https://gadget.hamdel.net/archives/1578" title="iPhoneメッセージのクジラをしってますか？メッセージでクジラを出してみよう。" class="bump-view" data-bump-view="tp">iPhoneメッセージのクジラをしってますか？メッセージでクジラを出してみよう。</a>
							</div>
													</li>
					</ul>
</aside><aside class="widget"><h2 class="heading heading-widget">最近の投稿</h2>            <ol class="imgListWidget">
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/5044" title="自作のモニター台を活用！デスクを整理整頓している例を紹介"><span>
                                  <img width="150" height="150" src="https://gadget.hamdel.net/wp-content/uploads/2014/04/14" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/5044">自作のモニター台を活用！デスクを整理整頓している例を紹介</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/4504" title="個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介"><span>
                                  <img width="150" height="100" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/12/IMG_0760.jpg?fit=150%2C100&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/4504">個性的な自作のタブレットスタンド！DIYされた iPadやタブレット用のタブレットスタンドを紹介</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/4418" title="加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例"><span>
                                  <img width="150" height="100" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2013/11/0015.jpg?fit=150%2C100&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/4418">加湿器をDIY（自作）しよう！　加湿器を使わないでも部屋を加湿するアイデア・事例</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/2256" title="パソコンでテレビみたり録画したり　USBチューナー『Xit Brick』　WindowsとMac対応"><span>
                                  <img width="150" height="100" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/10/item.jpg?fit=150%2C100&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/2256">パソコンでテレビみたり録画したり　USBチューナー『Xit Brick』　WindowsとMac対応</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/2299" title="スマホやタブレットでWiFi経由でDVDを再生できる"><span>
                                  <img width="150" height="120" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/09/b4c82615-1d31-44df-80a8-2cd48c8fd5d3.__CR001464600_PT0_SX1464_V1___.jpg?fit=150%2C120&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/2299">スマホやタブレットでWiFi経由でDVDを再生できる</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/6464" title="賃貸に最適、デスク上、テレビ上、ランドリーなどデッドスペースを有効活用できる突っ張り式ラック"><span>
                                  <img width="150" height="150" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2021/09/591006f12.webp?fit=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/6464">賃貸に最適、デスク上、テレビ上、ランドリーなどデッドスペースを有効活用できる突っ張り式ラック</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/280" title="読書や作業におしゃれなUSB接続のLED照明　スマホの充電も可能"><span>
                                  <img width="150" height="150" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2011/10/lec-usb1n01w.jpg?fit=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/280">読書や作業におしゃれなUSB接続のLED照明　スマホの充電も可能</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/1115" title="iPhoneユーザーならおすすめしたいMagSafe付きスタンド　"><span>
                                  <img width="150" height="93" src="https://i2.wp.com/gadget.hamdel.net/wp-content/uploads/2012/03/6119FQPlfvL._AC_SL1280_.jpg?fit=150%2C93&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/1115">iPhoneユーザーならおすすめしたいMagSafe付きスタンド　</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/4867" title="Wi-Fiルーターの収納ボックスでルーター、モデム、配線をすっきり整理整頓"><span>
                                  <img width="150" height="112" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2014/03/ccd045145fbdda1eb3ccffa5077a79f3.jpg?fit=150%2C112&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/4867">Wi-Fiルーターの収納ボックスでルーター、モデム、配線をすっきり整理整頓</a>
                                  </h3>
              </li>
                              
              <li class="imgListWidget__item">
                <a class="imgListWidget__borderBox" href="https://gadget.hamdel.net/archives/3886" title="ペットボトルを利用した自動で閉まるドア"><span>
                                  <img width="150" height="113" src="https://i1.wp.com/gadget.hamdel.net/wp-content/uploads/2013/07/ccd045145fbdda1eb3ccffa5077a79f3-1.jpg?fit=150%2C113&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" loading="lazy" />                                </span></a>
                <h3 class="imgListWidget__title">
                  <a href="https://gadget.hamdel.net/archives/3886">ペットボトルを利用した自動で閉まるドア</a>
                                  </h3>
              </li>
                          </ol>
            </aside><aside class="widget"><h2 class="heading heading-widget">カテゴリー</h2>
			<ul>
					<li class="cat-item cat-item-19"><a href="https://gadget.hamdel.net/archives/category/android">Android</a>
</li>
	<li class="cat-item cat-item-922"><a href="https://gadget.hamdel.net/archives/category/%e3%83%ad%e3%83%9c%e3%83%83%e3%83%88%e6%8e%83%e9%99%a4%e6%a9%9f/ccp">CCP</a>
</li>
	<li class="cat-item cat-item-1060"><a href="https://gadget.hamdel.net/archives/category/diy">DIY</a>
</li>
	<li class="cat-item cat-item-1067"><a href="https://gadget.hamdel.net/archives/category/php">PHP</a>
</li>
	<li class="cat-item cat-item-1009"><a href="https://gadget.hamdel.net/archives/category/seo">SEO</a>
</li>
	<li class="cat-item cat-item-1014"><a href="https://gadget.hamdel.net/archives/category/web%e5%88%b6%e4%bd%9c">WEB制作</a>
</li>
	<li class="cat-item cat-item-69"><a href="https://gadget.hamdel.net/archives/category/%e3%82%84%e3%81%a3%e3%81%a6%e3%81%bf%e3%81%9f">やってみた</a>
</li>
	<li class="cat-item cat-item-189"><a href="https://gadget.hamdel.net/archives/category/%e3%82%a2%e3%82%a4%e3%83%87%e3%82%a2">アイデア</a>
</li>
	<li class="cat-item cat-item-918"><a href="https://gadget.hamdel.net/archives/category/%e3%83%ad%e3%83%9c%e3%83%83%e3%83%88%e6%8e%83%e9%99%a4%e6%a9%9f/%e3%82%a2%e3%82%a4%e3%83%ad%e3%83%9c%e3%83%83%e3%83%88">アイロボット</a>
</li>
	<li class="cat-item cat-item-37"><a href="https://gadget.hamdel.net/archives/category/%e3%82%a2%e3%83%97%e3%83%aa">アプリ</a>
</li>
	<li class="cat-item cat-item-985"><a href="https://gadget.hamdel.net/archives/category/%e3%82%a4%e3%83%b3%e3%83%86%e3%83%aa%e3%82%a2">インテリア</a>
</li>
	<li class="cat-item cat-item-23"><a href="https://gadget.hamdel.net/archives/category/%e3%82%aa%e3%83%b3%e3%83%a9%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%ac%e3%83%bc%e3%82%b8">オンラインストレージ</a>
</li>
	<li class="cat-item cat-item-895"><a href="https://gadget.hamdel.net/archives/category/%e3%82%ab%e3%83%bc%e7%94%a8%e5%93%81">カー用品</a>
</li>
	<li class="cat-item cat-item-902"><a href="https://gadget.hamdel.net/archives/category/%e3%82%ad%e3%83%83%e3%83%81%e3%83%b3%e5%ae%b6%e9%9b%bb">キッチン家電</a>
</li>
	<li class="cat-item cat-item-28"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9">サービス</a>
</li>
	<li class="cat-item cat-item-155"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b9%e3%83%94%e3%83%bc%e3%82%ab%e3%83%bc">スピーカー</a>
</li>
	<li class="cat-item cat-item-314"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b9%e3%83%9e%e3%83%9b%e3%82%b1%e3%83%bc%e3%82%b9">スマホケース</a>
</li>
	<li class="cat-item cat-item-5"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b9%e3%83%9e%e3%83%bc%e3%83%88%e3%83%95%e3%82%a9%e3%83%b3">スマートフォン</a>
</li>
	<li class="cat-item cat-item-34"><a href="https://gadget.hamdel.net/archives/category/%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3">セキュリティ</a>
</li>
	<li class="cat-item cat-item-46"><a href="https://gadget.hamdel.net/archives/category/%e3%82%bf%e3%83%96%e3%83%ac%e3%83%83%e3%83%88">タブレット</a>
</li>
	<li class="cat-item cat-item-921"><a href="https://gadget.hamdel.net/archives/category/%e3%83%ad%e3%83%9c%e3%83%83%e3%83%88%e6%8e%83%e9%99%a4%e6%a9%9f/%e3%83%80%e3%82%a4%e3%82%bd%e3%83%b3" title="ロボット掃除機のメーカーダイソンに関する情報まとめです。">ダイソン</a>
</li>
	<li class="cat-item cat-item-12"><a href="https://gadget.hamdel.net/archives/category/%e3%83%86%e3%82%af%e3%83%8e%e3%83%ad%e3%82%b8%e3%83%bc">テクノロジー</a>
</li>
	<li class="cat-item cat-item-1057"><a href="https://gadget.hamdel.net/archives/category/%e3%83%86%e3%83%ac%e3%83%af%e3%83%bc%e3%82%af">テレワーク</a>
</li>
	<li class="cat-item cat-item-1"><a href="https://gadget.hamdel.net/archives/category/%e3%83%8b%e3%83%a5%e3%83%bc%e3%82%b9">ニュース</a>
</li>
	<li class="cat-item cat-item-904"><a href="https://gadget.hamdel.net/archives/category/mobile-wifi">モバイルWiFiルーター</a>
</li>
	<li class="cat-item cat-item-1050"><a href="https://gadget.hamdel.net/archives/category/%e3%83%a9%e3%82%a4%e3%83%95%e3%83%8f%e3%83%83%e3%82%af">ライフハック</a>
</li>
	<li class="cat-item cat-item-1023"><a href="https://gadget.hamdel.net/archives/category/%e3%83%ac%e3%83%b3%e3%82%bf%e3%83%ab%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc">レンタルサーバー</a>
</li>
	<li class="cat-item cat-item-915"><a href="https://gadget.hamdel.net/archives/category/%e3%83%ad%e3%83%9c%e3%83%83%e3%83%88%e6%8e%83%e9%99%a4%e6%a9%9f">ロボット掃除機</a>
</li>
	<li class="cat-item cat-item-1044"><a href="https://gadget.hamdel.net/archives/category/%e4%ba%88%e6%83%b3">予想</a>
</li>
	<li class="cat-item cat-item-4"><a href="https://gadget.hamdel.net/archives/category/%e5%85%85%e9%9b%bb%e6%a9%9f">充電機</a>
</li>
	<li class="cat-item cat-item-938"><a href="https://gadget.hamdel.net/archives/category/%e5%8f%8e%e7%b4%8d">収納</a>
</li>
	<li class="cat-item cat-item-18"><a href="https://gadget.hamdel.net/archives/category/%e3%82%b9%e3%83%9e%e3%83%bc%e3%83%88%e3%83%95%e3%82%a9%e3%83%b3/%e5%91%a8%e8%be%ba%e6%a9%9f%e5%99%a8">周辺機器</a>
</li>
	<li class="cat-item cat-item-936"><a href="https://gadget.hamdel.net/archives/category/%e5%ad%a3%e7%af%80%e5%ae%b6%e9%9b%bb">季節家電</a>
</li>
	<li class="cat-item cat-item-30"><a href="https://gadget.hamdel.net/archives/category/%e7%af%80%e9%9b%bb">節電</a>
</li>
	<li class="cat-item cat-item-92"><a href="https://gadget.hamdel.net/archives/category/%e8%a3%bd%e5%93%81">製品</a>
</li>
	<li class="cat-item cat-item-408"><a href="https://gadget.hamdel.net/archives/category/%e9%98%b2%e7%81%bd">防災</a>
</li>
	<li class="cat-item cat-item-1039"><a href="https://gadget.hamdel.net/archives/category/%e9%9b%91%e6%84%9f">雑感</a>
</li>
			</ul>

			</aside><aside class="widget"><h2 class="heading heading-widget">タグ</h2><div class="tagcloud"><a href="https://gadget.hamdel.net/archives/tag/2013%e5%b9%b4%e5%a4%8f%e3%83%a2%e3%83%87%e3%83%ab" class="tag-cloud-link tag-link-618 tag-link-position-1" style="font-size: 12pt;" aria-label="2013年夏モデル (15個の項目)">2013年夏モデル</a>
<a href="https://gadget.hamdel.net/archives/tag/android-2" class="tag-cloud-link tag-link-20 tag-link-position-2" style="font-size: 16.6pt;" aria-label="android (26個の項目)">android</a>
<a href="https://gadget.hamdel.net/archives/tag/apple" class="tag-cloud-link tag-link-166 tag-link-position-3" style="font-size: 8.8pt;" aria-label="Apple (10個の項目)">Apple</a>
<a href="https://gadget.hamdel.net/archives/tag/aquos-phone" class="tag-cloud-link tag-link-135 tag-link-position-4" style="font-size: 10.2pt;" aria-label="AQUOS PHONE (12個の項目)">AQUOS PHONE</a>
<a href="https://gadget.hamdel.net/archives/tag/au" class="tag-cloud-link tag-link-117 tag-link-position-5" style="font-size: 10.2pt;" aria-label="au (12個の項目)">au</a>
<a href="https://gadget.hamdel.net/archives/tag/bluetooth" class="tag-cloud-link tag-link-9 tag-link-position-6" style="font-size: 14.4pt;" aria-label="BlueTooth (20個の項目)">BlueTooth</a>
<a href="https://gadget.hamdel.net/archives/tag/diy" class="tag-cloud-link tag-link-655 tag-link-position-7" style="font-size: 11pt;" aria-label="DIY (13個の項目)">DIY</a>
<a href="https://gadget.hamdel.net/archives/tag/docomo" class="tag-cloud-link tag-link-72 tag-link-position-8" style="font-size: 16pt;" aria-label="Docomo (24個の項目)">Docomo</a>
<a href="https://gadget.hamdel.net/archives/tag/google" class="tag-cloud-link tag-link-99 tag-link-position-9" style="font-size: 8pt;" aria-label="google+ (9個の項目)">google+</a>
<a href="https://gadget.hamdel.net/archives/tag/ipad" class="tag-cloud-link tag-link-165 tag-link-position-10" style="font-size: 11.6pt;" aria-label="iPad (14個の項目)">iPad</a>
<a href="https://gadget.hamdel.net/archives/tag/iphone" class="tag-cloud-link tag-link-10 tag-link-position-11" style="font-size: 22pt;" aria-label="iPhone (49個の項目)">iPhone</a>
<a href="https://gadget.hamdel.net/archives/tag/iphone5" class="tag-cloud-link tag-link-113 tag-link-position-12" style="font-size: 10.2pt;" aria-label="iPhone5 (12個の項目)">iPhone5</a>
<a href="https://gadget.hamdel.net/archives/tag/iphone%e3%82%b1%e3%83%bc%e3%82%b9" class="tag-cloud-link tag-link-119 tag-link-position-13" style="font-size: 12.6pt;" aria-label="iPhoneケース (16個の項目)">iPhoneケース</a>
<a href="https://gadget.hamdel.net/archives/tag/iphone%e5%b0%8f%e6%8a%80" class="tag-cloud-link tag-link-159 tag-link-position-14" style="font-size: 8pt;" aria-label="iphone小技 (9個の項目)">iphone小技</a>
<a href="https://gadget.hamdel.net/archives/tag/line" class="tag-cloud-link tag-link-56 tag-link-position-15" style="font-size: 15.6pt;" aria-label="LINE (23個の項目)">LINE</a>
<a href="https://gadget.hamdel.net/archives/tag/sim" class="tag-cloud-link tag-link-712 tag-link-position-16" style="font-size: 11pt;" aria-label="SIM (13個の項目)">SIM</a>
<a href="https://gadget.hamdel.net/archives/tag/sim%e3%83%95%e3%83%aa%e3%83%bc" class="tag-cloud-link tag-link-590 tag-link-position-17" style="font-size: 17.6pt;" aria-label="SIMフリー (29個の項目)">SIMフリー</a>
<a href="https://gadget.hamdel.net/archives/tag/softbank" class="tag-cloud-link tag-link-222 tag-link-position-18" style="font-size: 13.2pt;" aria-label="softbank (17個の項目)">softbank</a>
<a href="https://gadget.hamdel.net/archives/tag/sony" class="tag-cloud-link tag-link-218 tag-link-position-19" style="font-size: 9.6pt;" aria-label="sony (11個の項目)">sony</a>
<a href="https://gadget.hamdel.net/archives/tag/surface" class="tag-cloud-link tag-link-288 tag-link-position-20" style="font-size: 8.8pt;" aria-label="Surface (10個の項目)">Surface</a>
<a href="https://gadget.hamdel.net/archives/tag/web%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9" class="tag-cloud-link tag-link-149 tag-link-position-21" style="font-size: 8.8pt;" aria-label="WEBサービス (10個の項目)">WEBサービス</a>
<a href="https://gadget.hamdel.net/archives/tag/wifi" class="tag-cloud-link tag-link-53 tag-link-position-22" style="font-size: 13.6pt;" aria-label="wifi (18個の項目)">wifi</a>
<a href="https://gadget.hamdel.net/archives/tag/xperia" class="tag-cloud-link tag-link-49 tag-link-position-23" style="font-size: 11pt;" aria-label="Xperia (13個の項目)">Xperia</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88" class="tag-cloud-link tag-link-48 tag-link-position-24" style="font-size: 8pt;" aria-label="アップデート (9個の項目)">アップデート</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%a2%e3%83%97%e3%83%aa" class="tag-cloud-link tag-link-880 tag-link-position-25" style="font-size: 11.6pt;" aria-label="アプリ (14個の項目)">アプリ</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%94%e3%83%ac%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3" class="tag-cloud-link tag-link-680 tag-link-position-26" style="font-size: 9.6pt;" aria-label="インスピレーション (11個の項目)">インスピレーション</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%a8%e3%82%b3" class="tag-cloud-link tag-link-226 tag-link-position-27" style="font-size: 10.2pt;" aria-label="エコ (12個の項目)">エコ</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%b9%e3%83%94%e3%83%bc%e3%82%ab%e3%83%bc" class="tag-cloud-link tag-link-883 tag-link-position-28" style="font-size: 11pt;" aria-label="スピーカー (13個の項目)">スピーカー</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%b9%e3%83%9e%e3%83%9b%e3%82%b1%e3%83%bc%e3%82%b9" class="tag-cloud-link tag-link-884 tag-link-position-29" style="font-size: 10.2pt;" aria-label="スマホケース (12個の項目)">スマホケース</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%82%b9%e3%83%9e%e3%83%bc%e3%83%88%e3%83%95%e3%82%a9%e3%83%b3" class="tag-cloud-link tag-link-875 tag-link-position-30" style="font-size: 14.4pt;" aria-label="スマートフォン (20個の項目)">スマートフォン</a>
<a href="https://gadget.hamdel.net/archives/tag/%e3%83%af%e3%82%a4%e3%83%a4%e3%83%ac%e3%82%b9" class="tag-cloud-link tag-link-71 tag-link-position-31" style="font-size: 8pt;" aria-label="ワイヤレス (9個の項目)">ワイヤレス</a>
<a href="https://gadget.hamdel.net/archives/tag/%e4%bf%9d%e8%ad%b7%e3%82%b1%e3%83%bc%e3%82%b9" class="tag-cloud-link tag-link-483 tag-link-position-32" style="font-size: 19.8pt;" aria-label="保護ケース (38個の項目)">保護ケース</a>
<a href="https://gadget.hamdel.net/archives/tag/%e4%bf%9d%e8%ad%b7%e3%82%b7%e3%83%bc%e3%83%88" class="tag-cloud-link tag-link-484 tag-link-position-33" style="font-size: 17.2pt;" aria-label="保護シート (28個の項目)">保護シート</a>
<a href="https://gadget.hamdel.net/archives/tag/%e4%bf%9d%e8%ad%b7%e3%83%95%e3%82%a3%e3%83%ab%e3%83%a0" class="tag-cloud-link tag-link-378 tag-link-position-34" style="font-size: 9.6pt;" aria-label="保護フィルム (11個の項目)">保護フィルム</a>
<a href="https://gadget.hamdel.net/archives/tag/%e5%85%85%e9%9b%bb%e5%99%a8" class="tag-cloud-link tag-link-206 tag-link-position-35" style="font-size: 15.2pt;" aria-label="充電器 (22個の項目)">充電器</a>
<a href="https://gadget.hamdel.net/archives/tag/%e5%85%85%e9%9b%bb%e6%a9%9f" class="tag-cloud-link tag-link-874 tag-link-position-36" style="font-size: 10.2pt;" aria-label="充電機 (12個の項目)">充電機</a>
<a href="https://gadget.hamdel.net/archives/tag/%e5%8f%8e%e7%b4%8d" class="tag-cloud-link tag-link-419 tag-link-position-37" style="font-size: 12.6pt;" aria-label="収納 (16個の項目)">収納</a>
<a href="https://gadget.hamdel.net/archives/tag/%e6%95%b4%e7%90%86%e6%95%b4%e9%a0%93" class="tag-cloud-link tag-link-743 tag-link-position-38" style="font-size: 19.2pt;" aria-label="整理整頓 (35個の項目)">整理整頓</a>
<a href="https://gadget.hamdel.net/archives/tag/%e6%9c%89%e5%8a%b9%e6%b4%bb%e7%94%a8" class="tag-cloud-link tag-link-145 tag-link-position-39" style="font-size: 11.6pt;" aria-label="有効活用 (14個の項目)">有効活用</a>
<a href="https://gadget.hamdel.net/archives/tag/%e6%a0%bc%e5%ae%89%e3%82%b9%e3%83%9e%e3%83%9b" class="tag-cloud-link tag-link-751 tag-link-position-40" style="font-size: 12pt;" aria-label="格安スマホ (15個の項目)">格安スマホ</a>
<a href="https://gadget.hamdel.net/archives/tag/%e6%af%94%e8%bc%83%e3%81%97%e3%81%a6%e3%81%bf%e3%81%9f" class="tag-cloud-link tag-link-404 tag-link-position-41" style="font-size: 20.6pt;" aria-label="比較してみた (42個の項目)">比較してみた</a>
<a href="https://gadget.hamdel.net/archives/tag/%e6%b5%b7%e5%a4%96%e6%97%85%e8%a1%8c" class="tag-cloud-link tag-link-345 tag-link-position-42" style="font-size: 13.2pt;" aria-label="海外旅行 (17個の項目)">海外旅行</a>
<a href="https://gadget.hamdel.net/archives/tag/%e7%be%8e%e3%81%97%e3%81%84" class="tag-cloud-link tag-link-679 tag-link-position-43" style="font-size: 8.8pt;" aria-label="美しい (10個の項目)">美しい</a>
<a href="https://gadget.hamdel.net/archives/tag/%e8%bf%91%e6%9c%aa%e6%9d%a5" class="tag-cloud-link tag-link-44 tag-link-position-44" style="font-size: 15.2pt;" aria-label="近未来 (22個の項目)">近未来</a>
<a href="https://gadget.hamdel.net/archives/tag/%e9%9f%b3%e6%a5%bd%e3%82%92%e8%81%b4%e3%81%93%e3%81%86" class="tag-cloud-link tag-link-178 tag-link-position-45" style="font-size: 11pt;" aria-label="音楽を聴こう (13個の項目)">音楽を聴こう</a></div>
</aside><aside class="widget"><h2 class="heading heading-widget">アーカイブ</h2>		<label class="screen-reader-text" for="archives-dropdown-7">アーカイブ</label>
		<select id="archives-dropdown-7" name="archive-dropdown">
			
			<option value="">月を選択</option>
				<option value='https://gadget.hamdel.net/archives/date/2021/09'> 2021年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2021/08'> 2021年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2021/07'> 2021年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2021/02'> 2021年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2020/06'> 2020年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2020/05'> 2020年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2020/04'> 2020年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2020/01'> 2020年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2019/12'> 2019年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2019/01'> 2019年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/07'> 2018年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/05'> 2018年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/04'> 2018年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/03'> 2018年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/02'> 2018年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2018/01'> 2018年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/12'> 2017年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/11'> 2017年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/10'> 2017年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/09'> 2017年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/08'> 2017年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/07'> 2017年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/06'> 2017年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/05'> 2017年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/04'> 2017年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/03'> 2017年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/02'> 2017年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2017/01'> 2017年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/12'> 2016年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/11'> 2016年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/10'> 2016年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/09'> 2016年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/08'> 2016年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/07'> 2016年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/06'> 2016年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/05'> 2016年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/04'> 2016年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/03'> 2016年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/02'> 2016年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2016/01'> 2016年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/12'> 2015年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/11'> 2015年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/10'> 2015年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/09'> 2015年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/08'> 2015年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/07'> 2015年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/06'> 2015年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/05'> 2015年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/04'> 2015年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/03'> 2015年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/02'> 2015年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2015/01'> 2015年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/12'> 2014年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/11'> 2014年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/10'> 2014年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/09'> 2014年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/08'> 2014年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/07'> 2014年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/06'> 2014年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/05'> 2014年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/04'> 2014年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/03'> 2014年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/02'> 2014年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2014/01'> 2014年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/12'> 2013年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/11'> 2013年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/10'> 2013年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/09'> 2013年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/08'> 2013年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/07'> 2013年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/06'> 2013年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/05'> 2013年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/04'> 2013年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/03'> 2013年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/02'> 2013年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2013/01'> 2013年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/12'> 2012年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/11'> 2012年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/10'> 2012年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/09'> 2012年9月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/08'> 2012年8月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/07'> 2012年7月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/06'> 2012年6月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/05'> 2012年5月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/04'> 2012年4月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/03'> 2012年3月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/02'> 2012年2月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2012/01'> 2012年1月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2011/12'> 2011年12月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2011/11'> 2011年11月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2011/10'> 2011年10月 </option>
	<option value='https://gadget.hamdel.net/archives/date/2011/09'> 2011年9月 </option>

		</select>

<script type="text/javascript">
/* <![CDATA[ */
(function() {
	var dropdown = document.getElementById( "archives-dropdown-7" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();
/* ]]> */
</script>
			</aside><aside class="widget">      <div class="searchBox">
        <form class="searchBox__form" method="get" target="_top" action="https://gadget.hamdel.net/" >
          <input class="searchBox__input" type="text" maxlength="50" name="s" placeholder="記事検索"><button class="searchBox__submit icon-search" type="submit" value="search"> </button>
        </form>
      </div></aside>	  	  
	      
    </div>

    <!-- /l-sidebar -->
	
    
  </div>
  <!-- /l-wrapper -->
  
    
  


  <!--l-footer-->
  <footer class="l-footer">
    <div class="container">
      <div class="pagetop u-txtShdw"><a class="pagetop__link" href="#top">Back to Top</a></div>
      
                  <div class="widgetFoot">
        <div class="widgetFoot__contents">
                  <aside class="widget widget-foot"><div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-3780" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3780"><a title="Best Rental Pocket Wifi &#038; SIM card in Japan" href="https://lightpocket.jp/en">Best Rental Pocket Wifi &#038; SIM card in Japan</a></li>
<li id="menu-item-6378" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6378"><a href="https://clip.hamdel.net/">Clip x Clip 世界のおもしろサービス</a></li>
<li id="menu-item-6396" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6396"><a href="https://prepaidsim.visitjapanplaces.com/">prepaid SIM card in Japan</a></li>
<li id="menu-item-7149" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7149"><a href="https://lightpocket.jp/ja">WIFIレンタル</a></li>
</ul></div></aside>	            </div>
        
        <div class="widgetFoot__contents">
                </div>
        
        <div class="widgetFoot__contents">
                </div>
      </div>
            
      <div class="copySns ">
        <div class="copySns__copy">
                      © Copyright 2020 <a class="copyright__link" href="https://gadget.hamdel.net">ガジェットクリップ</a>.          	      <span class="copySns__copyInfo u-none">
		    ガジェットクリップ by <a class="copySns__copyLink" href="http://fit-jp.com/" target="_blank">FIT-Web Create</a>. Powered by <a class="copySns__copyLink" href="https://wordpress.org/" target="_blank">WordPress</a>.
          </span>
        </div>
      
                      
      </div>

    </div>     
  </footer>
  <!-- /l-footer -->

      

<script src='https://stats.wp.com/e-202201.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:10.4',blog:'103868677',post:'0',tz:'9',srv:'gadget.hamdel.net'} ]);
	_stq.push([ 'clickTrackerInit', '103868677', '0' ]);
</script>
<script>
function toggle__search(){
	extra__search.className="l-extra";
	extra__menu.className="l-extraNone";
	menuNavi__search.className = "menuNavi__link menuNavi__link-current icon-search ";
	menuNavi__menu.className = "menuNavi__link icon-menu";
}

function toggle__menu(){
	extra__search.className="l-extraNone";
	extra__menu.className="l-extra";
	menuNavi__search.className = "menuNavi__link icon-search";
	menuNavi__menu.className = "menuNavi__link menuNavi__link-current icon-menu";
}
</script><script>
function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c<
a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))};
b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))};
/* <![CDATA[ */
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};
/* ]]> */
function ai_run_scripts(){(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}})(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,g);"number"===typeof g.expires&&(g.expires=
new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+g[n].split(";")[0]));return document.cookie=
h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=function(h){return e(h,!1)};b.getJSON=function(h){return e(h,
!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})});AiCookies=Cookies.noConflict();
ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-
Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);
if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+
Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||
c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status=
"OK";return!0};
ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest(".code-block"),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",d.getAttribute("data-fallback-code")),b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),
f=!0);if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",
b64e(JSON.stringify(e))))}f=b.querySelectorAll(".ai-debug-block");b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position=""))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),
e.classList.remove(c+"-dbg")};function ai_load_cookie(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a}function ai_get_cookie(a,c){var d="",b=ai_load_cookie();b.hasOwnProperty(a)&&b[a].hasOwnProperty(c)&&(d=b[a][c]);return d}
function ai_set_cookie(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b}
ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",""));return d+b};
ai_insert=function(c,h,t){for(var n=-1!=h.indexOf(":eq")?jQuery(h):document.querySelectorAll(h),u=0,y=n.length;u<y;u++){var b=n[u];selector_string=b.hasAttribute("id")?"#"+b.getAttribute("id"):b.hasAttribute("class")?"."+b.getAttribute("class").replace(RegExp(" ","g"),"."):"";var v=document.createElement("div");v.innerHTML=t;var m=v.getElementsByClassName("ai-selector-counter")[0];null!=m&&(m.innerText=u+1);m=v.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=m){var l="";"before"==c?l=
ai_front.insertion_before:"after"==c?l=ai_front.insertion_after:"prepend"==c?l=ai_front.insertion_prepend:"append"==c?l=ai_front.insertion_append:"replace-content"==c?l=ai_front.insertion_replace_content:"replace-element"==c&&(l=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(m.innerText=l+" "+h+" ("+b.tagName.toLowerCase()+selector_string+")")}m=document.createRange();l=!0;try{var w=m.createContextualFragment(v.innerHTML)}catch(r){l=!1}"before"==c?l?b.parentNode.insertBefore(w,
b):jQuery(v.innerHTML).insertBefore(jQuery(b)):"after"==c?l?b.parentNode.insertBefore(w,b.nextSibling):jQuery(v.innerHTML).insertBefore(jQuery(b.nextSibling)):"prepend"==c?l?b.insertBefore(w,b.firstChild):jQuery(v.innerHTML).insertBefore(jQuery(b.firstChild)):"append"==c?l?b.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(b)):"replace-content"==c?(b.innerHTML="",l?b.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(b))):"replace-element"==c&&(l?b.parentNode.insertBefore(w,b):jQuery(v.innerHTML).insertBefore(jQuery(b)),
b.parentNode.removeChild(b))}};
ai_insert_code=function(c){function h(m,l){return null==m?!1:m.classList?m.classList.contains(l):-1<(" "+m.className+" ").indexOf(" "+l+" ")}function t(m,l){null!=m&&(m.classList?m.classList.add(l):m.className+=" "+l)}function n(m,l){null!=m&&(m.classList?m.classList.remove(l):m.className=m.className.replace(new RegExp("(^|\\b)"+l.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof c){var u=!1;if(h(c,"no-visibility-check")||c.offsetWidth||c.offsetHeight||c.getClientRects().length){u=
c.getAttribute("data-code");var y=c.getAttribute("data-insertion"),b=c.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=b){if(-1!=b.indexOf(":eq")?jQuery(b).length:document.querySelectorAll(b).length)ai_insert(y,b,b64d(u)),n(c,"ai-viewports")}else{y=document.createRange();b=!0;try{var v=y.createContextualFragment(b64d(u))}catch(m){b=!1}b?c.parentNode.insertBefore(v,c.nextSibling):jQuery(b64d(u)).insertBefore(jQuery(c.nextSibling));n(c,"ai-viewports")}u=!0}else v=c.previousElementSibling,
h(v,"ai-debug-bar")&&h(v,"ai-debug-script")&&(n(v,"ai-debug-script"),t(v,"ai-debug-viewport-invisible")),n(c,"ai-viewports");return u}};
ai_insert_list_code=function(c){var h=document.getElementsByClassName(c)[0];if("undefined"!=typeof h){var t=ai_insert_code(h),n=h.closest("div.code-block");if(n){t||n.removeAttribute("data-ai");var u=n.querySelectorAll(".ai-debug-block");n&&u.length&&(n.classList.remove("ai-list-block"),n.classList.remove("ai-list-block-ip"),n.classList.remove("ai-list-block-filter"),n.style.visibility="",n.classList.contains("ai-remove-position")&&(n.style.position=""))}h.classList.remove(c);t&&
ai_process_elements()}};ai_insert_viewport_code=function(c){var h=document.getElementsByClassName(c)[0];if("undefined"!=typeof h){var t=ai_insert_code(h);h.classList.remove(c);t&&(c=h.closest("div.code-block"),null!=c&&(t=h.getAttribute("style"),null!=t&&c.setAttribute("style",c.getAttribute("style")+" "+t)));setTimeout(function(){h.removeAttribute("style")},2);ai_process_elements()}};
ai_insert_code_by_class=function(c){var h=document.getElementsByClassName(c)[0];"undefined"!=typeof h&&(ai_insert_code(h),h.classList.remove(c))};ai_insert_client_code=function(c,h){var t=document.getElementsByClassName(c)[0];if("undefined"!=typeof t){var n=t.getAttribute("data-code");null!=n&&ai_check_block()&&ai_check_and_insert_block()&&(t.setAttribute("data-code",n.substring(Math.floor(h/19))),ai_insert_code_by_class(c),t.remove())}};ai_process_elements_active=!1;
function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data"));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();
"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0}
var Arrive=function(c,h,t){function n(r,d,e){b.addMethod(d,e,r.unbindEvent);b.addMethod(d,e,r.unbindEventWithSelectorOrCallback);b.addMethod(d,e,r.unbindEventWithSelectorAndCallback)}function u(r){r.arrive=l.bindEvent;n(l,r,"unbindArrive");r.leave=w.bindEvent;n(w,r,"unbindLeave")}if(c.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,b=function(){var r=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;
return{matchesSelector:function(d,e){return d instanceof HTMLElement&&r.call(d,e)},addMethod:function(d,e,f){var a=d[e];d[e]=function(){if(f.length==arguments.length)return f.apply(this,arguments);if("function"==typeof a)return a.apply(this,arguments)}},callCallbacks:function(d,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(d=[d[0]]);for(var f=0,a;a=d[f];f++)a&&a.callback&&a.callback.call(a.elem,a.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target,
e.selector,e.callback)},checkChildNodesRecursively:function(d,e,f,a){for(var g=0,k;k=d[g];g++)f(k,e,a)&&a.push({callback:e.callback,elem:k}),0<k.childNodes.length&&b.checkChildNodesRecursively(k.childNodes,e,f,a)},mergeArrays:function(d,e){var f={},a;for(a in d)d.hasOwnProperty(a)&&(f[a]=d[a]);for(a in e)e.hasOwnProperty(a)&&(f[a]=e[a]);return f},toElementsArray:function(d){"undefined"===typeof d||"number"===typeof d.length&&d!==c||(d=[d]);return d}}}(),v=function(){var r=function(){this._eventsBucket=
[];this._beforeRemoving=this._beforeAdding=null};r.prototype.addEvent=function(d,e,f,a){d={target:d,selector:e,options:f,callback:a,firedElems:[]};this._beforeAdding&&this._beforeAdding(d);this._eventsBucket.push(d);return d};r.prototype.removeEvent=function(d){for(var e=this._eventsBucket.length-1,f;f=this._eventsBucket[e];e--)d(f)&&(this._beforeRemoving&&this._beforeRemoving(f),(f=this._eventsBucket.splice(e,1))&&f.length&&(f[0].callback=null))};r.prototype.beforeAdding=function(d){this._beforeAdding=
d};r.prototype.beforeRemoving=function(d){this._beforeRemoving=d};return r}(),m=function(r,d){var e=new v,f=this,a={fireOnAttributesModification:!1};e.beforeAdding(function(g){var k=g.target;if(k===c.document||k===c)k=document.getElementsByTagName("html")[0];var p=new MutationObserver(function(x){d.call(this,x,g)});var q=r(g.options);p.observe(k,q);g.observer=p;g.me=f});e.beforeRemoving(function(g){g.observer.disconnect()});this.bindEvent=function(g,k,p){k=b.mergeArrays(a,k);for(var q=b.toElementsArray(this),
x=0;x<q.length;x++)e.addEvent(q[x],g,k,p)};this.unbindEvent=function(){var g=b.toElementsArray(this);e.removeEvent(function(k){for(var p=0;p<g.length;p++)if(this===t||k.target===g[p])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(g){var k=b.toElementsArray(this);e.removeEvent("function"===typeof g?function(p){for(var q=0;q<k.length;q++)if((this===t||p.target===k[q])&&p.callback===g)return!0;return!1}:function(p){for(var q=0;q<k.length;q++)if((this===t||p.target===k[q])&&p.selector===
g)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(g,k){var p=b.toElementsArray(this);e.removeEvent(function(q){for(var x=0;x<p.length;x++)if((this===t||q.target===p[x])&&q.selector===g&&q.callback===k)return!0;return!1})};return this},l=new function(){function r(f,a,g){return b.matchesSelector(f,a.selector)&&(f._id===t&&(f._id=y++),-1==a.firedElems.indexOf(f._id))?(a.firedElems.push(f._id),!0):!1}var d={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};l=new m(function(f){var a=
{attributes:!1,childList:!0,subtree:!0};f.fireOnAttributesModification&&(a.attributes=!0);return a},function(f,a){f.forEach(function(g){var k=g.addedNodes,p=g.target,q=[];null!==k&&0<k.length?b.checkChildNodesRecursively(k,a,r,q):"attributes"===g.type&&r(p,a,q)&&q.push({callback:a.callback,elem:p});b.callCallbacks(q,a)})});var e=l.bindEvent;l.bindEvent=function(f,a,g){"undefined"===typeof g?(g=a,a=d):a=b.mergeArrays(d,a);var k=b.toElementsArray(this);if(a.existing){for(var p=[],q=0;q<k.length;q++)for(var x=
k[q].querySelectorAll(f),z=0;z<x.length;z++)p.push({callback:g,elem:x[z]});if(a.onceOnly&&p.length)return g.call(p[0].elem,p[0].elem);setTimeout(b.callCallbacks,1,p)}e.call(this,f,a,g)};return l},w=new function(){function r(f,a){return b.matchesSelector(f,a.selector)}var d={};w=new m(function(){return{childList:!0,subtree:!0}},function(f,a){f.forEach(function(g){g=g.removedNodes;var k=[];null!==g&&0<g.length&&b.checkChildNodesRecursively(g,a,r,k);b.callCallbacks(k,a)})});var e=w.bindEvent;w.bindEvent=
function(f,a,g){"undefined"===typeof g?(g=a,a=d):a=b.mergeArrays(d,a);e.call(this,f,a,g)};return w};h&&u(h.fn);u(HTMLElement.prototype);u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);h={};n(l,h,"unbindAllArrive");n(w,h,"unbindAllLeave");return h}}(window,"undefined"===typeof jQuery?null:jQuery,void 0);
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,n){a.raw=n;return a};$jscomp.arrayIteratorImpl=function(a){var n=0;return function(){return n<a.length?{done:!1,value:a[n++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var n="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return n?n.call(a):$jscomp.arrayIterator(a)};
jQuery(function(a){function n(d){d=d.match(ba);return null!=d&&1<d.length&&"string"===typeof d[1]&&0<d[1].length?d[1].toLowerCase():null}function B(d){return d.includes(":")?(d=d.split(":"),1E3*(3600*parseInt(d[0])+60*parseInt(d[1])+parseInt(d[2]))):null}function t(d){try{var l=Date.parse(d);isNaN(l)&&(l=null)}catch(F){l=null}if(null==l&&d.includes(" ")){d=d.split(" ");try{l=Date.parse(d[0]),l+=B(d[1]),isNaN(l)&&(l=null)}catch(F){l=null}}return l}function G(){(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&&
"function"==typeof __tcfapi&&"function"==typeof ai_load_blocks&&"undefined"==typeof ai_iab_tcf_callback_installed&&(__tcfapi("addEventListener",2,function(d,l){l&&"useractioncomplete"===d.eventStatus&&(ai_tcData=d,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))}),ai_iab_tcf_callback_installed=!0)}function u(d){d=("; "+document.cookie).split("; "+d+"=");if(2===d.length)return d.pop().split(";").shift()}
function m(d){if(u(d)){var l=window.location.hostname;u(d)&&(document.cookie=d+"=;path=/"+(l?";domain="+l:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT");document.cookie=d+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"}}Array.prototype.includes||(Array.prototype.includes=function(d){return!!~this.indexOf(d)});var ba=RegExp(":\\/\\/(.[^/:]+)","i");ai_process_lists=function(d){function l(e,c,k){if(0==e.length){if("!@!"==k)return!0;c!=k&&("true"==k.toLowerCase()?k=!0:"false"==k.toLowerCase()&&(k=
!1));return c==k}if("object"!=typeof c&&"array"!=typeof c)return!1;var f=e[0];e=e.slice(1);if("*"==f)for(c=$jscomp.makeIterator(Object.entries(c)),f=c.next();!f.done;f=c.next()){if(f=$jscomp.makeIterator(f.value),f.next(),f=f.next().value,l(e,f,k))return!0}else if(f in c)return l(e,c[f],k);return!1}function F(e,c,k){if("object"!=typeof e||-1==c.indexOf("["))return!1;c=c.replace(/]| /gi,"").split("[");return l(c,e,k)}function ca(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("IAB TCF 2.0 DETECTED"),
__tcfapi("getTCData",2,function(e,c){c?(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==e.eventStatus||"useractioncomplete"==e.eventStatus?(ai_tcData=e,e.gdprApplies?a("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"):jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 GDPR DOES NOT APPLY"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==e.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("IAB TCF 2.0 CMP UI SHOWN"),
a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))):(a("#ai-iab-tcf-status").text("IAB TCF 2.0 __tcfapi getTCData failed"),a("#ai-iab-tcf-bar").removeClass("status-ok").addClass("status-error"))}))}function K(e){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&G(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,ca(),url_parameters_need_tcData=!0)):e&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("IAB TCF 2.0 MISSING: __tcfapi function not found"))}
d=null==d?a("div.ai-list-data, meta.ai-list-data"):d.filter(".ai-list-data");if(d.length){d.removeClass("ai-list-data");var J=document.cookie.split(";");J.forEach(function(e,c){J[c]=e.trim()});var V=getAllUrlParams(window.location.search);if(null!=V.referrer)var w=V.referrer;else w=document.referrer,""!=w&&(w=n(w));var R=window.navigator.userAgent,S=R.toLowerCase(),W=navigator.language,L=W.toLowerCase();if("undefined"!==typeof MobileDetect)var X=new MobileDetect(R);d.each(function(){var e=a(this).closest("div.code-block"),
c=!0,k=a(this).attr("referer-list");if("undefined"!=typeof k){k=b64d(k).split(",");var f=a(this).attr("referer-list-type"),C=!1;a.each(k,function(A,g){if(""==g)return!0;if("*"==g.charAt(0))if("*"==g.charAt(g.length-1)){if(g=g.substr(1,g.length-2),-1!=w.indexOf(g))return C=!0,!1}else{if(g=g.substr(1),w.substr(-g.length)==g)return C=!0,!1}else if("*"==g.charAt(g.length-1)){if(g=g.substr(0,g.length-1),0==w.indexOf(g))return C=!0,!1}else if("#"==g){if(""==w)return C=!0,!1}else if(g==w)return C=!0,!1});
switch(f){case "B":C&&(c=!1);break;case "W":C||(c=!1)}}if(c&&(k=a(this).attr("client-list"),"undefined"!=typeof k&&"undefined"!==typeof X))switch(k=b64d(k).split(","),f=a(this).attr("client-list-type"),r=!1,a.each(k,function(A,g){if(""==g.trim())return!0;var M=g.split("&&");a.each(M,function(da,b){var x=!0,q=!1;b=b.trim();"!!"==b.substring(0,2)&&(x=!1,b=b.substring(2));"language:"==b.substring(0,9)&&(q=!0,b=b.substring(9).toLowerCase());var p=!1;q?"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,
b.length-2).toLowerCase(),-1!=L.indexOf(b)&&(p=!0)):(b=b.substr(1).toLowerCase(),L.substr(-b.length)==b&&(p=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==L.indexOf(b)&&(p=!0)):b==L&&(p=!0):"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=S.indexOf(b)&&(p=!0)):(b=b.substr(1).toLowerCase(),S.substr(-b.length)==b&&(p=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==S.indexOf(b)&&(p=!0)):X.is(b)&&(p=!0);r=p?x:!x;
if(!r)return!1});if(r)return!1}),f){case "B":r&&(c=!1);break;case "W":r||(c=!1)}var N=k=!1;if(c){var h=a(this).attr("parameter-list");if("undefined"!=typeof h){h=b64d(h);f=a(this).attr("parameter-list-type");h=h.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");h=h.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");h=h.replace("tcf-google","tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");h=h.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");
h=h.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");h=h.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");h=h.split(",");var Y=[];J.forEach(function(A){A=A.split("=");try{var g=JSON.parse(decodeURIComponent(A[1]))}catch(M){g=decodeURIComponent(A[1])}Y[A[0]]=g});var r=!1,O=a(this);a.each(h,function(A,g){var M=g.split("&&");a.each(M,function(da,b){var x=!0;b=b.trim();"!!"==b.substring(0,2)&&(x=!1,b=b.substring(2));
var q=b,p="!@!",Z=-1!=b.indexOf("["),aa=(0==b.indexOf("tcf-v2")||0==b.indexOf("euconsent-v2"))&&-1!=b.indexOf("[");-1!=b.indexOf("=")&&(p=b.split("="),q=p[0],p=p[1],Z=-1!=q.indexOf("["),aa=(0==q.indexOf("tcf-v2")||0==q.indexOf("euconsent-v2"))&&-1!=q.indexOf("["));if(aa)a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData?(a("#ai-iab-tcf-bar").addClass("status-ok"),q=q.replace(/]| /gi,"").split("["),q.shift(),r=(q=l(q,ai_tcData,p))?x:!x):(O.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi?
K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){K(!0)},3E3)},1E3)},600)));else if(Z)r=(q=F(Y,q,p))?x:!x;else{var T=!1;"!@!"==p?J.every(function(ea){return ea.split("=")[0]==b?(T=!0,!1):!0}):T=-1!=J.indexOf(b);r=T?x:!x}if(!r)return!1});if(r)return!1});r&&(N=!1);switch(f){case "B":r&&(c=!1);break;case "W":r||(c=!1)}a(this).hasClass("ai-list-manual")&&
(c?(O.removeClass("ai-list-data"),O.removeClass("ai-list-manual")):(k=!0,O.addClass("ai-list-data")));if(!k&&!N&&(f=a(this).data("debug-info"),"undefined"!=typeof f&&(f=a("."+f),0!=f.length))){var v=f.parent();v.hasClass("ai-debug-info")&&v.remove()}}}v=a(this).prevAll(".ai-debug-bar.ai-debug-lists");f=""==w?"#":w;v.find(".ai-debug-name.ai-list-info").text(f).attr("title",R+"\n"+W);v.find(".ai-debug-name.ai-list-status").text(c?ai_front.visible:ai_front.hidden);f=!1;if(c){var D=a(this).attr("scheduling-start");
h=a(this).attr("scheduling-end");var H=a(this).attr("scheduling-days");if("undefined"!=typeof D&&"undefined"!=typeof h&&"undefined"!=typeof H){f=!0;var y=b64d(D),P=b64d(h),U=parseInt(a(this).attr("scheduling-fallback")),Q=parseInt(a(this).attr("gmt"));y.includes("-")||P.includes("-")?(h=t(y)+Q,D=t(P)+Q):(h=B(y),D=B(P));H=b64d(H).split(",");v=a(this).attr("scheduling-type");var z=(new Date).getTime()+Q,E=new Date(z),I=E.getDay();y.includes("-")||P.includes("-")||(y=(new Date(E.getFullYear(),E.getMonth(),
E.getDate())).getTime()+Q,z-=y,0>z&&(z+=864E5));0==I?I=6:I--;y=z>=h&&z<D&&H.includes(I.toString());switch(v){case "B":y=!y}y||(c=!1);E=E.toISOString().split(".")[0].replace("T"," ");v=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");v.find(".ai-debug-name.ai-scheduling-info").text(E+" "+I+" current_time:"+Math.floor(z.toString()/1E3)+"  start_date:"+Math.floor(h/1E3).toString()+" ="+(z>=h).toString()+" end_date:"+Math.floor(D/1E3).toString()+" =:"+(z<D).toString()+" days:"+H.toString()+" =:"+
H.includes(I.toString()).toString());v.find(".ai-debug-name.ai-scheduling-status").text(c?ai_front.visible:ai_front.hidden);c||0==U||(v.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),v.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+" = "+U))}}if(k||N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});c?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(c=b64d(a(this).data("code")),
0!=a(this).closest("head").length?(a(this).after(c),a(this).remove()):a(this).append(c),ai_process_element_lists(this))):f&&!y&&0!=U?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(c=b64d(a(this).data("fallback-code")),a(this).append(c),ai_process_element_lists(this)):(a(this).hide(),e.find(".ai-debug-block").length||-1!=e.attr("style").indexOf("height:")||e.hide()),
c=e.attr("data-ai"),"undefined"!==typeof c&&!1!==c&&(c=a(this).attr("fallback-tracking"),"undefined"!==typeof c&&!1!==c&&e.attr("data-ai-"+a(this).attr("fallback_level"),c))):(a(this).hide(),e.length&&(e.removeAttr("data-ai").removeClass("ai-track"),e.find(".ai-debug-block").length?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&e.css({position:""})):-1==e.attr("style").indexOf("height:")&&e.hide()));a(this).attr("data-code","");a(this).attr("data-fallback-code",
"");e.removeClass("ai-list-block")})}};a(document).ready(function(d){setTimeout(function(){ai_process_lists();setTimeout(function(){G();if("function"==typeof ai_load_blocks){var l=function(F){"cmplzEnableScripts"!=F.type&&"all"!==F.consentLevel||ai_load_blocks()};jQuery(document).on("cmplzEnableScripts",l);jQuery(document).on("cmplz_event_marketing",l)}},50);jQuery(".ai-debug-page-type").dblclick(function(){jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES");jQuery("#ai-iab-tcf-bar").show()});jQuery("#ai-iab-tcf-bar").click(function(){m("euconsent-v2");
m("__lxG__consent__v2");m("__lxG__consent__v2_daisybit");m("__lxG__consent__v2_gdaisybit");m("CookieLawInfoConsent");m("cookielawinfo-checkbox-advertisement");m("cookielawinfo-checkbox-analytics");m("cookielawinfo-checkbox-necessary");m("complianz_policy_id");m("complianz_consent_status");m("cmplz_marketing");m("cmplz_consent_status");m("cmplz_preferences");m("cmplz_statistics-anonymous");m("cmplz_choice");m("moove_gdpr_popup");m("real_cookie_banner-blog:1-tcf");m("real_cookie_banner-blog:1");jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES DELETED")})},
5)})});
function ai_process_element_lists(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&&
1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}
function getAllUrlParams(a){var n=a?a.split("?")[1]:window.location.search.slice(1);a={};if(n){n=n.split("#")[0];n=n.split("&");for(var B=0;B<n.length;B++){var t=n[B].split("="),G=void 0,u=t[0].replace(/\[\d*\]/,function(m){G=m.slice(1,-1);return""});t="undefined"===typeof t[1]?"":t[1];u=u.toLowerCase();t=t.toLowerCase();a[u]?("string"===typeof a[u]&&(a[u]=[a[u]]),"undefined"===typeof G?a[u].push(t):a[u][G]=t):a[u]=t}}return a};

ai_js_code = true;
}
function ai_wait_for_jquery(){function b(f,c){var a=document.createElement("script");a.src=f;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,c&&c(),a.onload=a.onreadystatechange=null,d.removeChild(a))};d.appendChild(a)}window.jQuery&&window.jQuery.fn?ai_run_scripts():(ai_jquery_waiting_counter++,4==ai_jquery_waiting_counter&&b("https://gadget.hamdel.net/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",function(){b("https://gadget.hamdel.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=5.8.2",
null)}),30>ai_jquery_waiting_counter&&setTimeout(function(){ai_wait_for_jquery()},50))}ai_jquery_waiting_counter=0;ai_wait_for_jquery();

</script>
  

</body>
</html>