/*シェアボタン*/ .share-3d{ margin-bottom: 10px; text-align: center; } .share-3d-inner a { position: relative; display: inline-block; width: 15%; height: 40px; line-height: 20px; border-radius: 5px; font-size: 16px; text-align: center; color: #FFFFFF; text-decoration: none; } .share-3d .small-text{ font-size: 10px; } .share-3d .hatena-bookmark-button{ background: #1d3557; box-shadow: 0 3px #0092ca; } .share-3d .twitter-button{ background: #1d3557; box-shadow: 0 3px #0092ca; } .share-3d .googleplus-button{ background: #1d3557; box-shadow: 0 3px #ad3a2d; } .share-3d .facebook-button{ background: #1d3557; box-shadow: 0 3px #3b5998; } .share-3d .pocket-button{ background: #1d3557; box-shadow: 0 3px 0 #c0392b; } .share-3d .line-button{ position:relative; top: 3px; background: #1d3557; box-shadow: 0 3px 0 green; } .share-3d .share-3d a:active{ top: 3px; box-shadow: none; } .share-3d .line-button:active{ top: 4px; } @media screen and (min-width: 480px) { .line-hide{ display: none; } .share-3d-inner a{ width: 18%; } } .entry-content h4 { position: relative; color: #1d3557; border-bottom: 4px solid #ccc; padding: 8px 10px; } .entry-content h4::before { position: absolute; top: 100%; left: 0; width: 20%; height: 4px; background-color: #3498db; z-index: 2; content: ''; } #appreach-box { border: 1px solid #ddd; margin: 2em 0; } #appreach-box p { display: none; } .box30 { margin: 2em 0; background: #f1f1f1; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); } .box30 .box-title { font-size: 1.2em; background: #fd9535; padding: 4px; text-align: center; color: #FFF; font-weight: bold; letter-spacing: 0.05em; } .box30 p { padding: 15px 20px; margin: 0; } .square_btn { position: relative; display: inline-block; padding: 0.25em 0.5em; text-decoration: none; color: #FFF; background: #fd9535;/*背景色*/ border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; } .square_btn:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); } /*****ここから会話のCSS*****/ .talk-wrap{ display: block; clear: both; margin:0 auto 3px auto; } .talk-wrap p{ margin:0; } .left-icon{ width: 100px; height: 100px; border-radius: 50%; -webkit-border-radius: 50%; background: no-repeat; background-size: 180%; background-position: center; float:left; display:inline-block; box-shadow: 1px 1px 5px #aaa; /*左のアイコンの影の設定*/ border: 3px solid #fff; /*左のアイコンの枠の設定*/ margin-bottom: 10px; } .talk-left{ float:right; position: relative; background: #fff; /*左の会話の背景色*/ border: 2px solid #666; padding: 3%; border-radius: 10px; width: 70%; margin-top:10px; box-shadow: 1px 1px 5px #aaa; /*左の会話の影の設定*/ margin-bottom: 10px; } .talk-left:before { content: ""; display: inline-block; border: 10px solid transparent; border-right-color: #666; position: absolute; left: -20px; top: 25%; margin-top: -9px; } .talk-left:after { content: ""; display: inline-block; border: 9px solid transparent; border-right-color: #fff; position: absolute; left: -16px; top: 25%; margin-top: -8px; } .right-icon{ width: 100px; height: 100px; border-radius: 50%; -webkit-border-radius:50%; background: no-repeat; background-size: 180%; background-position: center; float:right; display:inline-block; box-shadow: 1px 1px 5px #aaa; /*右のアイコンの影の設定*/ border: 3px solid #FFF; /*右のアイコンの枠の設定*/ margin-bottom: 10px; } .talk-right{ float:left; position: relative; background: #fff; /*右の会話の背景色*/ border: 2px solid #666; padding: 3%; border-radius: 10px; width: 70%; margin-top:10px; box-shadow: 1px 1px 5px #aaa; /*右の会話の影*/ margin-bottom:10px; } .talk-right:before { content: ""; display: inline-block; border: 10px solid transparent; border-left-color: #666; position: absolute; right: -20px; top: 25%; margin-top: -9px; } .talk-right:after { content: ""; display: inline-block; border: 9px solid transparent; border-left-color: #fff; position: absolute; right: -16px; top: 25%; margin-top: -8px; } .talk-end{ clear:both; } /*****レスポンシブ設定*****/ @media screen and (max-width: 480px){ .left-icon{ width: 80px; height: 80px; } .talk-left{ width: 65%; } .right-icon{ width: 80px; height: 80px; } .talk-right{ width: 65%; } } @media screen and (max-width: 380px){ .left-icon{ width: 60px; height: 60px; } .talk-left{ width: 65%; } .right-icon{ width: 60px; height: 60px; } .talk-right{ width: 65%; } } .entry-content h4 { position: relative; color: #111; border-bottom: 4px solid #ccc; padding: 8px 10px; } .entry-content h4::before { position: absolute; top: 100%; left: 0; width: 20%; height: 4px; background-color: #1d3557; z-index: 2; content: ''; } .entry-content .emphasize-link { position: relative; margin: 36px 0 16px; padding: 16px 10px; border: 2px solid #c8b346; background-color: #fffbf5; } .entry-content .emphasize-link p:last-child { margin-bottom: 0; } .entry-content .emphasize-link::before { position: absolute; top: -12px; left: 10px; padding: 0 10px 0 26px; content: "Check!!"; background-color: #c8b346; border-radius: 10px; color: #fff; font-size: 14px; font-weight: bold; line-height: 20px; } .entry-content .emphasize-link::after { position: absolute; top: -16px; left: 4px; width: 28px; height: 28px; background-color: #c8b346; border-radius: 14px; line-height: 25px; text-align: center; content: "\f029"; font-size: 18px; font-family: "blogicon"; color: #fff; }

愛内のラブイン日記 2

ちゃんとしっかりやりたい

ダイエットの極意ば、すかへる

目次

[表示]

ダイエットの極意ば、すかへる

 

津軽のおっちゃんのラブイン愛内@inaiinaiainai

 

 

まあ、おっちゃんどだば呼んでぐれ

 

 

ええしおーろ、えぇ、クリスマスも近いしおっちゃんがダイエットの極意すかふぇたら

 

 

そしたら畏まって聞ぐ必要ね、よろただば崩して聞いてぐれ

 

 

 

ダイエットの極意のんしたばって、それはもうきゃやしのごどだかきや

 

 

 

アーモンド

 

 

 

興味津々の所悪りんしたばって、そしたら大した事言えねばって

 

 

アーモンドば、たげってごど

 

 

知ってら?アーモンド1粒6キロカロリーぐきやいのんや

 

 

殻剥ぐの大変や殻剥ぐだげで6カロリーぐきやい消費すらかきや

 

 

まあ、だばのアーモンドばっかけたきや口内炎できらやろ?

 

その口内炎はもはや、アーモンドや。ノンカロリーアーモンド

 

口内炎一回できらどそこかきや無限さできらかきや節約さも向いてらの

 

そればっかけたきや、すぐ痩せら

 

まあ、んだの、おっちゃんは絶対しねばっての

 

アーモンドさついて

 

アーモンドのどのナッツ類どいえば


カロリーが高ぐてニキビができやすいどいった、ダイエットかきやは程遠い食べ物のイメージがありませんだな?

 

アーモンドさは

  • ビタミンB2
  • ビタミンE
  • 食物繊維
  • 不飽和脂肪酸(オレイン酸)

豊富サ含まれてでゃ

 

アーモンド1粒はカロリーは6キロカロリーほど

 

食べ過ぎらどふとるばって、おやつ感覚でくどいい

 

まあ、腹持ちもすらし、朝食あんつかさはもってこいだべ

 

他さも

血液ばサラサラサして代謝ば上げらしたり


便秘ば解消してはたわだばがへしたり


生活習慣病予防サ効果あったり


老化防止かきやがん予防さも繋がったり


美容効果も期待できらきやしいじゃし

 

もう上げたきやきりがね程素晴きやしいアーモンド

 

アーモンドの割り方

 

f:id:lovein-ainai:20171220202719p:plain

アーモンドはこしたらやませサなていら

 

割り方はこちきやの動画ば参考さしてけろ

 

 

アーモンドば割らどだいで100キロカロリー消費すらかきやの、だば食べ過ぎさは注意すらんだし、逆さふとるかきやきゃ

 

まとめ

 

食塩ば使っていねアーモンドば選んで、むつけらダイエットさの

 

1日25粒までさ。食べすぎ注意だはんで 

 

聖のらばんげさ乾杯

 

 

 

 

誰だ!文字にしたら伝わるって言ったやつ。出てこいや!