fork download
  1. <style>
  2. #cfbar_root div, #cfbar_root span, #cfbar_root object, #cfbar_root iframe,
  3. #cfbar_root h1, #cfbar_root h2, #cfbar_root h3, #cfbar_root h4, #cfbar_root h5, #cfbar_root h6, #cfbar_root p, #cfbar_root blockquote, #cfbar_root pre,
  4. #cfbar_root abbr, #cfbar_root address, #cfbar_root cite, #cfbar_root code,
  5. #cfbar_root del, #cfbar_root dfn, #cfbar_root em, #cfbar_root img, #cfbar_root ins, #cfbar_root kbd, #cfbar_root q, #cfbar_root samp,
  6. #cfbar_root small, #cfbar_root strong, #cfbar_root sub, #cfbar_root sup, #cfbar_root var,
  7. #cfbar_root b, #cfbar_root i,
  8. #cfbar_root dl, #cfbar_root dt, #cfbar_root dd, #cfbar_root ol, #cfbar_root ul, #cfbar_root li,
  9. #cfbar_root fieldset, #cfbar_root form, #cfbar_root label, #cfbar_root legend,
  10. #cfbar_root table, #cfbar_root caption, #cfbar_root tbody, #cfbar_root tfoot, #cfbar_root thead, #cfbar_root tr, #cfbar_root th, #cfbar_root td,
  11. #cfbar_root article, #cfbar_root aside, #cfbar_root canvas, #cfbar_root details, #cfbar_root figcaption, #cfbar_root figure, #cfbar_root
  12. #cfbar_root footer, #cfbar_root header, #cfbar_root hgroup, #cfbar_root menu, #cfbar_root nav, #cfbar_root section, #cfbar_root summary,
  13. #cfbar_root time, #cfbar_root mark, #cfbar_root audio, #cfbar_root video {
  14. margin:0;
  15. padding:0;
  16. border:0;
  17. outline:0;
  18. font-size: 11px;
  19. vertical-align:top;
  20. background:transparent;
  21. font-family:"MS Pゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif !important;
  22. color:white;
  23. line-height:normal;
  24. position:static;
  25. overflow:visible;
  26. }
  27. #cfbar_root * {
  28. font-family:"MS Pゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif !important;
  29. color:white;
  30. }
  31.  
  32. #cfbar_root article, #cfbar_root aside, #cfbar_root canvas, #cfbar_root details, #cfbar_root figcaption, #cfbar_root figure, #cfbar_root
  33. #cfbar_root footer, #cfbar_root header, #cfbar_root hgroup, #cfbar_root menu, #cfbar_root nav, #cfbar_root section, #cfbar_root summary {
  34. display:block;
  35. }
  36.  
  37. #cfbar_root nav ul {
  38. list-style:none;
  39. }
  40.  
  41. #cfbar_root blockquote, #cfbar_root q {
  42. quotes:none;
  43. }
  44.  
  45. #cfbar_root blockquote:before, #cfbar_root blockquote:after,
  46. #cfbar_root q:before, #cfbar_root q:after {
  47. content:'';
  48. content:none;
  49. }
  50.  
  51. #cfbar_root a {
  52. margin:0;
  53. padding:0;
  54. border:0;
  55. font-size:100%;
  56. vertical-align:baseline;
  57. background:transparent;
  58. text-decoration:none;
  59. }
  60.  
  61. #cfbar_root a:hover {
  62. filter: alpha(opacity=100);
  63. -moz-opacity: 1.0;
  64. opacity: 1.0;
  65. }
  66.  
  67. #cfbar_root ins {
  68. background-color:#ff9;
  69. color:#000;
  70. text-decoration:none;
  71. }
  72.  
  73. #cfbar_root mark {
  74. background-color:#ff9;
  75. color:#000;
  76. font-style:italic;
  77. font-weight:bold;
  78. }
  79.  
  80. #cfbar_root del {
  81. text-decoration: line-through;
  82. }
  83.  
  84. #cfbar_root abbr[title], #cfbar_root dfn[title] {
  85. border-bottom:1px dotted #000;
  86. cursor:help;
  87. }
  88.  
  89. #cfbar_root table {
  90. border-collapse:collapse;
  91. border-spacing:0;
  92. }
  93.  
  94. #cfbar_root hr {
  95. display:block;
  96. height:1px;
  97. border:0;
  98. border-top:1px solid #cccccc;
  99. margin:1em 0;
  100. padding:0;
  101. }
  102.  
  103. #cfbar_root input, #cfbar_root select {
  104. vertical-align:middle;
  105.  
  106. }
  107.  
  108. div#cfbar {
  109. position:fixed;
  110. top:0;
  111. left:0;
  112. right:0;
  113. background: #113b85;
  114. height: 30px;
  115. color:white;
  116. padding: 0 5px;
  117. border-bottom:2px solid #113b85;
  118. white-space:nowrap;
  119. z-index:10000;
  120. text-align:left;
  121. min-width:800px;
  122. -webkit-transition: background 0.18s ease-in; /*safari and chrome */
  123. -o-transition: background 0.18s ease-in; /* opera */
  124. }
  125.  
  126. div#cfbar.red {
  127. background:#da2f25;
  128. border-bottom:2px solid #a3231c;
  129. }
  130.  
  131. div#cfbar.yellow {
  132. background:#ffd11b;
  133. border-bottom:2px solid #ffb016;
  134. }
  135.  
  136. div#cfbar:hover {
  137. background: #1959a2;
  138. }
  139.  
  140. div#cfbar.red:hover {
  141. background: #da2f25;
  142. }
  143.  
  144. div#cfbar.yellow:hover {
  145. background: #ffd11b;
  146. }
  147.  
  148. div#cfbar a {
  149. text-decoration: none;
  150. }
  151. div#cfbar ul {
  152. list-style-type: none;
  153. margin: 0;
  154. padding: 0;
  155. height:30px;
  156. }
  157. div#cfbar li {
  158. display: inline-block;
  159. height:30px;
  160. }
  161.  
  162. div#cfbar li.textitem a {
  163. color: white;
  164. display: block;
  165. font-weight: bold;
  166. height: 30px;
  167. line-height:30px;
  168. padding: 0 10px 0 10px;
  169. }
  170. div#cfbar li.textitem a:hover,li.textitem a:focus,li.textitem a:active{
  171. outline:none;
  172. background-color:white;
  173. color:#11387d;
  174. }
  175.  
  176. div#cfbar li.iconitem a {
  177. color: white;
  178. display: block;
  179. font-weight: bold;
  180. height: 30px;
  181. padding: 0 10px 0 10px;
  182. }
  183. div#cfbar li.iconitem a:hover,div#cfbar li.iconitem a:focus,div#cfbar li.iconitem a:active{
  184. outline:none;
  185. background-color:white;
  186. color:#11387d;
  187. }
  188.  
  189. div#cfbar li.scrollitem a {
  190. color: white;
  191. display: block;
  192. font-weight: bold;
  193. height: 30px;
  194. border-left:2px solid transparent;
  195. border-right:2px solid transparent;
  196. }
  197.  
  198. div#cfbar.yellow li.scrollitem a {
  199. color:black;
  200. }
  201.  
  202. div#cfbar li.scrollitem a:hover,div#cfbar li.scrollitem a:focus,div#cfbar li.scrollitem a:active{
  203. outline:none;
  204. border-left:2px solid white;
  205. border-right:2px solid white;
  206. background:#144aa9;
  207. }
  208.  
  209. div#cfbar.red li.scrollitem a:hover,div#cfbar.red li.scrollitem a:focus,div#cfbar.red li.scrollitem a:active {
  210. background:#da2f25;
  211. }
  212.  
  213. div#cfbar.yellow li.scrollitem a:hover,div#cfbar.yellow li.scrollitem a:focus,div#cfbar.yellow li.scrollitem a:active {
  214. background:#ffd11b;
  215. }
  216.  
  217.  
  218. #cfbar_root .uiTooltipWrap{ text-decoration:none !important;text-indent:0px;background:url(http://w...content-available-to-author-only...6.jp:9002/_p/am6channels/images/uitooltip_down.gif) no-repeat left bottom;bottom:100%;display:block;left:0;padding-bottom:4px;position:absolute;}
  219. #cfbar_root .uiTooltipText{ background-color:#282828;background-position:left bottom;color:#fff;display:block;left:0;padding:3px 8px 4px;white-space:nowrap;text-decoration:none !important;-moz-border-radius-topright:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px; }
  220. /* -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; */
  221. #cfbar_root .uiTooltip .bottom{background:url(http://w...content-available-to-author-only...6.jp:9002/_p/am6channels/images/uitooltip_up.gif) no-repeat 4px top;top:100%;margin-top:-4px;padding:4px 0 0}
  222. #cfbar_root .uiTooltip .center{background-position:center bottom}
  223. #cfbar_root .uiTooltip .right{left:auto;right:0;background-position:right bottom}
  224. #cfbar_root .uiTooltip { position:relative; }
  225. #cfbar_root .uiTooltip .uiTooltipWrap,
  226. #cfbar_root .uiTooltip .uiTooltipText{display:block;visibility:hidden}
  227. #cfbar_root .uiTooltip:hover .uiTooltipWrap,
  228. #cfbar_root .uiTooltip:hover .uiTooltipText{visibility:visible}
  229.  
  230. .cfbar_logo {
  231. width:50px;
  232. height:48px;
  233. display:block;
  234. }
  235.  
  236. </style>
  237. <div id="cfbar_root" style="display:none">
  238. <div id="cfbar">
  239. <ul id="cfbar_nav">
  240. <li>
  241. <a href="http://c...content-available-to-author-only...e.jp/" class="cfbar_logo uiTooltip">
  242. <img src="http://w...content-available-to-author-only...6.jp:9002/_p/cfbar/bar_logo.png" />
  243. <span class="uiTooltipWrap bottom"><span class="uiTooltipText">コネクトフリー</span></span>
  244. </a>
  245. </li>
  246. <li class="scrollitem" style="overflow:hidden;">
  247. <a href="javascript:void(0)" target="_blank" class="cfbar_info_ticker" style="width:300px;position:relative;display:none;line-height:30px;"><div style="white-space:nowrap;position:absolute;left:0;top:2px;display:inline-block;font-size:17px;"></div></a>
  248. </li>
  249. </ul>
  250. <ul id="cfbar_nav_r" style="position:absolute;top:0;right:10px;">
  251. <li class="textitem">
  252. <a href="http://w...content-available-to-author-only...e.com/" class="uiTooltip">お店のHP▸<span class="uiTooltipWrap bottom right"><span class="uiTooltipText">お店のホームページに移動</span></span></a>
  253. </li>
  254. <li class="textitem">
  255. <a href="http://t...content-available-to-author-only...r.com/nagicafe_plus" onclick="return cfbar_navTwitter( this, 'nagicafe_plus' )" class="uiTooltip">Twitter▸<span class="uiTooltipWrap bottom right"><span class="uiTooltipText">お店のTwitterに移動</span></span></a>
  256. </li>
  257. <li class="textitem">
  258. <a href="http://a...content-available-to-author-only...o.jp/nagicafe-blog/" class="uiTooltip">Ameba▸<span class="uiTooltipWrap bottom right"><span class="uiTooltipText">お店のAmebloに移動</span></span></a>
  259. </li>
  260. <li class="textitem">
  261. <a href="http://m...content-available-to-author-only...i.jp/view_community.pl?id=1594374" class="uiTooltip">Mixi▸<span class="uiTooltipWrap bottom right"><span class="uiTooltipText">お店のMixiに移動</span></span></a>
  262. </li>
  263. <li class="textitem">
  264. <a href="http://t...content-available-to-author-only...u.ch/spot/119342/" class="uiTooltip">タッチ▸<span class="uiTooltipWrap bottom right"><span class="uiTooltipText">このお店にタッチ</span></span></a>
  265. </li>
  266. </ul>
  267. </div>
  268. </div>
  269. <script type="text/javascript">
  270. window['cfjs_$'] = window['$'] || 0;
  271. </script>
  272. <script type="text/javascript" src="http://a...content-available-to-author-only...s.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  273. <script type="text/javascript">
  274. var cfbar_FEEDBACK_POSTS = [];
  275. var cfbar_COMMENTS_HTML = [];
  276. var cfbar_SCROLL_TIMER = 0;
  277. var cfbar_SCROLL_RATE = 50;
  278. var cfbar_SCROLL_RATE_PX = 2;
  279. var cfbar_displayid = 'cfbar';
  280.  
  281. var cfbar_GWID = "00:24:A5:D7:13:75";
  282. var cfbar_CID = "58:55:CA:F5:84:1D";
  283.  
  284. var cfbar_clientdata = {};
  285.  
  286. var cfbar_urikicklast = null;
  287.  
  288. var cfbar_sentajpc = 0;
  289.  
  290. var cfbar_urikick = function ( uri_scheme, error_func ) {
  291. window.top.location = uri_scheme;
  292. cfbar_urikicklast = new Date();
  293. setTimeout(function(){
  294. if (((new Date()) - cfbar_urikicklast) / 1000 < 0.31) {
  295. error_func();
  296. } else {
  297. cfbar_urikicklast = null;
  298. }
  299. }, 300);
  300. };
  301.  
  302. function cfbar_navTwitter( obj, username ) {
  303. if(((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) && (navigator.userAgent.match(/Safari/i))) {
  304. cfbar_urikick('echofon:///user_timeline?' + username, function(){
  305. window.top.location = obj.href;
  306. });
  307. return false;
  308. }
  309. return true;
  310. }
  311.  
  312. function cfbar_bootLoader() {
  313. if (!window.jQuery) {
  314. setTimeout(function() {
  315. cfbar_bootLoader();
  316. }, 100);
  317. return;
  318. }
  319. if (window.cfbar_bootLoaded) return;
  320. var cfbar_bootLoaded = 1;
  321. window.cfjs_jq = jQuery.noConflict(true);
  322. if (window['cfjs_$']) { window['$'] = window['cfjs_$']; }
  323. window.cfjs_jq(window || document).load(function() {
  324. if ((document.location+"").match("hootsuite.com/dashboard")) {
  325. return; //doesn't work well with HS, so disable for now
  326. }
  327.  
  328. // if (window.cfjs_jq(window).width() <= 500) {
  329. // cfbar_displayid = 'am6_barcontent_500';
  330. // }
  331.  
  332.  
  333. if ((document.location+"").match("://connectfree.jp/")) {
  334. window.cfjs_$("#header-content").css('padding-top', "40px");
  335. }
  336.  
  337. if ((document.location+"").match("://twitter.com/")) {
  338. window.cfjs_jq("#top-stuff").css('top', '32px');
  339. if (window.using) {
  340. using('>allCurrentUserDataLoaded', function() {
  341. var _ok = 1;
  342. try {
  343. if (cfbar_clientdata.sns.twitter.id == twttr.currentUser.screenName) {
  344. _ok=0;
  345. }
  346. } catch(e){
  347. _ok=1;
  348. }
  349. if (cfbar_CID && twttr.currentUser && _ok) {
  350. cfbar_sentajpc = 1;
  351. window.cfjs_jq.ajax({
  352. url:"http://c...content-available-to-author-only...e.jp/_t/ajpc/"
  353. ,dataType:'script'
  354. ,data:{
  355. gwid:cfbar_GWID
  356. ,cid:cfbar_CID
  357. ,mode:"sns"
  358. ,sname:"twitter"
  359. ,suname:twttr.currentUser.screenName
  360. }
  361. });
  362. }
  363. });
  364. };
  365. };
  366.  
  367. function uri_rewrite(u, extend) {
  368. var qs = {};
  369. var uqp = u.indexOf("?");
  370. if (uqp != -1) {
  371. u.substr(uqp).replace(
  372. new RegExp("([^?=&]+)(=([^&]*))?", "g"),
  373. function($0, $1, $2, $3) { qs[$1] = decodeURI($3); }
  374. );
  375. }
  376. window.cfjs_jq.extend(qs, extend);
  377. u = u.replace(/([a-zA-Z0-9]+-22\/)/,"");
  378. return (uqp == -1 ? u : u.substr(0, uqp )) + '?' + window.cfjs_jq.param( qs );
  379. }
  380.  
  381.  
  382. if (!((document.location+"").match("://www.amazon.co.jp/"))) {
  383. window.cfjs_jq('a[href*="amazon.co.jp"]').each(function() { this.href = uri_rewrite( this.href+"", {'tag':'cfnetwork-22'} ) });
  384. }
  385. if ((document.location+"").match("://www.nicovideo.jp/")) {
  386. window.cfjs_jq('#navWrap').css('top', '32px');
  387. window.cfjs_jq('#PAGEHEADMENU .bg_headmenu').css('top', '32px');
  388. }
  389. if ((document.location+"").match(".google.")) {
  390. var $_google_gb = window.cfjs_jq("#gb");
  391. $_google_gb.css('position', 'relative');
  392. if (window.cfjs_jq(".tphdr").length) {//google imgs
  393. $_google_gb.css('margin-top', '32px');
  394. }
  395. delete $_google_mngb;
  396. window.cfjs_jq(".onegoogle").css('position', 'relative');
  397. var $_google_instant_sf = window.cfjs_jq("#searchform");
  398. if ($_google_instant_sf.length) {
  399. $_google_instant_sf.css('margin-top', '30px');
  400. // window.cfjs_jq("body").keydown(function(e){
  401. // $_google_instant_sf.css('top', '80px');
  402. // });
  403. }
  404. }
  405.  
  406. if ((document.location+"").match("://www.facebook.com/")) {
  407. if (window.Env && window.Env.user) {
  408.  
  409.  
  410. if (cfbar_CID) {
  411. var _ok = 1;
  412. try {
  413. if (cfbar_clientdata.sns.fb.id == window.Env.user) {
  414. _ok=0;
  415. }
  416. } catch(e){
  417. _ok=1;
  418. }
  419. if (_ok){
  420. cfbar_sentajpc = 1;
  421. window.cfjs_jq.ajax({
  422. url:"http://c...content-available-to-author-only...e.jp/_t/ajpc/"
  423. ,dataType:'script'
  424. ,data:{
  425. gwid:cfbar_GWID
  426. ,cid:cfbar_CID
  427. ,mode:"sns"
  428. ,sname:"fb"
  429. ,suname:window.Env.user
  430. }
  431. });
  432. }
  433. }
  434. }
  435. }
  436. /**/
  437.  
  438. if (window.parent != window) return;
  439. var $root = window.cfjs_jq('#cfbar_root');
  440. $root.prependTo('body').show();
  441. var $sub = window.cfjs_jq('#cfbar_root #'+cfbar_displayid);
  442. $sub.show();
  443. $root.css('height', $sub.height()+'px');
  444. window.cfjs_jq('#amebaBar').css('top', '32px');
  445.  
  446.  
  447. if (!cfbar_sentajpc && cfbar_CID && !cfbar_clientdata) {
  448. window.cfjs_jq.ajax({
  449. url:"http://c...content-available-to-author-only...e.jp/_t/ajpc/"
  450. ,dataType:'script'
  451. ,data:{
  452. gwid:cfbar_GWID
  453. ,cid:cfbar_CID
  454. ,mode:"set"
  455. }
  456. });
  457. }
  458.  
  459.  
  460. var $socialviewbutton = window.cfjs_jq("#"+cfbar_displayid+" a.cfbar_info_ticker").show();
  461.  
  462. $socialviewbutton.find('div').html("\u30c1\u30a7\u30c3\u30af\uff01 NagiCafe+ Blog! \u51ea\u306e\u30ca\u30ae\u30ab\u30d5\u30a7\u65e5\u8a18 \u8a73\u3057\u304f\u306f\u30af\u30ea\u30c3\u30af\uff01");
  463. $socialviewbutton.attr('href', "http://a...content-available-to-author-only...o.jp/nagicafe-blog/");
  464. var $socialviewbutton_inner = $socialviewbutton.find('div');
  465. left_at = $socialviewbutton.width()+24;
  466. $socialviewbutton_inner.css('left', left_at+"px");
  467.  
  468.  
  469. var $window = window.cfjs_jq(window);
  470. var _cache_scrolltop = 0;
  471. var do_scroll = function() {
  472. setTimeout(function() {
  473. if (((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) && !(navigator.userAgent.match(/iPhone OS 5/i)) ) {
  474. try {
  475. var scrolltop = $window.scrollTop();
  476. // if (scrolltop < 10) {
  477. if ( _cache_scrolltop != scrolltop ) {
  478. $sub.css('top', scrolltop+'px');
  479. }
  480. // } else {
  481. // var win_height = $window.height();
  482. // $sub.css('top', (scrolltop+(win_height-3))+'px');
  483. // }
  484. _cache_scrolltop = scrolltop;
  485. } catch (e) {
  486. //
  487. }
  488. }
  489.  
  490. var left_at = parseInt($socialviewbutton_inner.css('left').substr(0,$socialviewbutton_inner.css('left').length-2));
  491. if (left_at < -$socialviewbutton_inner.width()) {
  492. left_at = $socialviewbutton.width()+40;
  493. $socialviewbutton_inner.css('left', left_at+"px");
  494. }
  495. $socialviewbutton_inner.css("left", (left_at-cfbar_SCROLL_RATE_PX)+"px");
  496. do_scroll(); //loop
  497. }, cfbar_SCROLL_RATE);
  498. };
  499. do_scroll();
  500. });
  501. };
  502. cfbar_bootLoader();
  503.  
  504. </script>
  505. <script type="text/javascript">
  506.  
  507. var _gaq = _gaq || [];
  508. _gaq.push(['cf._setAccount', 'UA-21255653-2']);
  509. _gaq.push(['cf._trackEvent', 'GWID', '00:24:A5:D7:13:75']);
  510. _gaq.push(['cf._trackEvent', 'CID', '58:55:CA:F5:84:1D']);
  511. _gaq.push(['cf._trackEvent', 'CIDGWID', '58:55:CA:F5:84:1D|00:24:A5:D7:13:75']);
  512.  
  513. _gaq.push(['cf._trackPageview']);
  514.  
  515. _gaq.push(['cf2._setAccount', 'UA-21255653-3']);
  516. _gaq.push(['cf2._setDomainName', 'none']);
  517. _gaq.push(['cf2._setAllowLinker', true]);
  518. _gaq.push(['cf2._trackEvent', 'GWID', '00:24:A5:D7:13:75']);
  519. _gaq.push(['cf2._trackEvent', 'CID', '58:55:CA:F5:84:1D']);
  520. _gaq.push(['cf2._trackEvent', 'CIDGWID', '58:55:CA:F5:84:1D|00:24:A5:D7:13:75']);
  521. _gaq.push(['cf2._trackPageview']);
  522.  
  523. _gaq.push(['_setCampNameKey', 'connectfree']);
  524. _gaq.push(['_setCampMediumKey', 'connectfree']);
  525. _gaq.push(['_setCampSourceKey', 'connectfree']);
  526.  
  527. (function() {
  528. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  529. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  530. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  531. })();
  532.  
  533. </script>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty