/* <system section="theme" selected="popcorn"> */
@charset "utf-8";
/*  import font */
/* font */@import url(https://fonts.googleapis.com/css?family=Sniglet:800);@import url(https://fonts.googleapis.com/css?family=Varela+Round);
/*  import normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */audio,canvas,video{display:inline-block}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]){display:none;height:0}
/**
 * Address styling not present in IE 8/9.
 */[hidden]{display:none}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */html{font-family:sans-serif;
  /* 1 */-webkit-text-size-adjust:100%;
  /* 2 */-ms-text-size-adjust:100%
  /* 2 */}
/**
 * Remove default margin.
 */body{margin:0}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */a:focus{outline:thin dotted}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */a:active,a:hover{outline:0}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */h1{font-size:2em;margin:.67em 0}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */abbr[title]{border-bottom:1px dotted}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */b,strong{font-weight:700}
/**
 * Address styling not present in Safari 5 and Chrome.
 */dfn{font-style:italic}
/**
 * Address differences between Firefox and other browsers.
 */hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}
/**
 * Address styling not present in IE 8/9.
 */mark{background:#ff0;color:#000}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
/**
 * Improve readability of pre-formatted text in all browsers.
 */pre{white-space:pre-wrap}
/**
 * Set consistent quote types.
 */q{quotes:"\201C" "\201D" "\2018" "\2019"}
/**
 * Address inconsistent and variable font size in all browsers.
 */small{font-size:80%}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */img{border:0}
/**
 * Correct overflow displayed oddly in IE 9.
 */svg:not(:root){overflow:hidden}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */figure{margin:0}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */legend{border:0;
  /* 1 */padding:0
  /* 2 */}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */button,input,select,textarea{font-family:inherit;
  /* 1 */font-size:100%;
  /* 2 */margin:0
  /* 3 */}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */button,input{line-height:normal}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */button,select{text-transform:none}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;
  /* 2 */cursor:pointer
  /* 3 */}
/**
 * Re-set default cursor for disabled elements.
 */button[disabled],html input[disabled]{cursor:default}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;
  /* 1 */padding:0
  /* 2 */}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */input[type=search]{-webkit-appearance:textfield;
  /* 1 */-webkit-box-sizing:content-box;
  /* 2 */box-sizing:content-box}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
/**
 * Remove inner padding and border in Firefox 4+.
 */button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */textarea{overflow:auto;
  /* 1 */vertical-align:top
  /* 2 */}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */table{border-collapse:collapse;border-spacing:0}
/*  import mixin */.clearfix{display:block;*zoom:1}.clearfix:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:"."}.inline-block{display:inline-block;*display:inline;*zoom:1}.border-box{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ellipsis{white-space:nowrap;-webkit-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/*  import variable */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud */
/* main colors */
/* Common */body,html{font-family:Varela Round,Helvetica Neue,Helvetica,Arial,Hiragino Kaku Gothic Pro,Meiryo,MS PGothic,sans-serif;color:#4c3326;background-color:#f1a4b0;background-image:url('https://cdn.blog.st-hatena.com/css/theme/popcorn/bg.gif?version=39cb062504a6efc9b53520f7164e6d9a99aa0546&env=production')}a{text-decoration:none;border-bottom:1px dotted}a,a:hover{color:#e76b8a}a:hover{border-bottom:1px solid}a:visited{color:#f4b6c0}a.keyword,h1 a,h1 a:hover,h1 a:visited,h2 a,h2 a:hover,h2 a:visited,h3 a,h3 a:hover,h3 a:visited,h4 a,h4 a:hover,h4 a:visited,h5 a,h5 a:hover,h5 a:visited,h6 a,h6 a:hover,h6 a:visited{color:#4c3326;text-decoration:none}a.keyword{border-bottom:1px dotted #ddd}
/* Buttons */.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px;margin-bottom:0;line-height:18px;background-color:#cfc9e4;text-align:center;vertical-align:middle;cursor:pointer;font-size:11px;text-decoration:none;font-weight:700;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2)}.btn,.btn:hover{color:#4c3326;text-decoration:none!important;border-top:2px solid #a2d5d6;border-bottom:2px solid #a2d5d6}.btn:hover{background-color:#e2deef}.btn-small{padding:2px 10px!important;font-size:11px!important}.btn-large{padding:13px 19px;font-size:17px;line-height:normal;font-weight:700}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/#globalheader-container{background-color:#b2deda;color:#4c3326;position:fixed;top:0;left:0;width:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}
/* container */#container{margin-left:auto;margin-right:auto;margin-bottom:30px}.globalheader-off #container{padding-top:0}#content{display:block;*zoom:1;width:960px;margin:0 auto}#content:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:"."}#main{width:600px;float:left}#box2{width:320px;float:right}
/* header */#blog-title{padding:37px 0 0;margin-bottom:70px;background:#a2d5d6 url('https://cdn.blog.st-hatena.com/css/theme/popcorn/header-bg.gif?version=3b89964c7c0bb34edd4ba30060e4f7608f6e846d&env=production');-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}#blog-title #blog-title-inner{background-image:url('https://cdn.blog.st-hatena.com/css/theme/popcorn/header.png?version=48086aa2758c0d77f5cbbf47f26bb5e8ab316715&env=production');background-repeat:no-repeat;background-position:50%;width:960px;height:380px;margin:0 auto;font-family:Sniglet,Comic Sans MS,ヒラギノ丸ゴ Pro W4,Hiragino Maru Gothic Pro,cursive}#title{margin:90px 240px 0 40px;border-bottom:7px solid #fff775;display:inline-block;font-size:40px;line-height:1.2;-moz-text-shadow:1px 1px 0 #4c3326;-webkit-text-shadow:1px 1px 0 #4c3326;text-shadow:1px 1px 0 #4c3326;color:#e76b8a}#title a{color:#e76b8a;border:0 none}#blog-description{font-size:90%;margin:10px 0 0 40px}
/* ヘッダ画像を設定したとき */.header-image-enable #blog-title{background-image:url('https://cdn.blog.st-hatena.com/css/theme/popcorn/header-bg.gif?version=3b89964c7c0bb34edd4ba30060e4f7608f6e846d&env=production');padding:68px 0 30px}.header-image-enable #blog-title-inner{-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:20px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px 0}
/* パンくず（カテゴリーページで表示されます） */#top-box{width:960px;margin:-40px auto 50px;font-size:90%}#top-box .breadcrumb{padding:20px}
/* entry */#top-box .breadcrumb,.entry{background:#fff;-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:20px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:2px solid #4c3326}.entry{position:relative;margin-top:100px}.entry:first-child{margin-top:0}.entry-inner{margin:-40px 20px 0;background:url('https://cdn.blog.st-hatena.com/css/theme/popcorn/bear.png?version=ce2fc3dc278d19b6e27331fb11731c1cd739f003&env=production') no-repeat 0 0}.entry-header{padding:40px 0 0;position:relative}.entry-title{margin:0;line-height:1.5;font-size:120%;color:#e76b8a;display:inline;border-bottom:2px solid #fff775}.entry-title a{color:#e76b8a;border:0 none}.entry-title a:visited{color:#e76b8a}.entry-title a:hover{color:#f4b6c0;border-bottom:2px solid #fff775}
/* 日付 */.date{font-family:Sniglet,Comic Sans MS,ヒラギノ丸ゴ Pro W4,Hiragino Maru Gothic Pro,cursive;margin:20px 0 30px 110px;text-align:right;color:#ae89bd;border-bottom:3px solid #b2deda;-webkit-font-smoothing:antialiased}.date a{color:#ae89bd;font-size:32px;border:0 none}
/* カテゴリ */.categories{margin-top:10px;font-size:80%}.categories a{color:#e76b8a;border-bottom:2px solid #c9e3ac}.categories a:hover{color:#f4b6c0}.categories.no-categories{margin:0}
/* 「編集する」ボタン */.entry-header-menu{position:absolute;bottom:0;left:-60px}.entry-header-menu a{display:inline-block;*display:inline;*zoom:1;padding:4px 10px;margin-bottom:0;line-height:18px;background-color:#cfc9e4;text-align:center;vertical-align:middle;cursor:pointer;font-size:11px;text-decoration:none;font-weight:700;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2)}.entry-header-menu a,.entry-header-menu a:hover{color:#4c3326;text-decoration:none!important;border-top:2px solid #a2d5d6;border-bottom:2px solid #a2d5d6}.entry-header-menu a:hover{background-color:#e2deef}
/* entry-content の中の書式 */.entry-content{margin-top:20px;font-size:90%;line-height:1.7;padding-bottom:10px;border-bottom:3px solid #b2deda}.entry-content p{margin:0 0 1em}.entry-content img{max-width:100%}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:1.3em 0 .8em;line-height:1.5}.entry-content h1{font-size:125%}.entry-content h2{font-size:120%}.entry-content h3{font-size:115%}.entry-content h4{font-size:110%}.entry-content h5{font-size:105%}.entry-content h6{font-size:100%}.entry-content table{border-collapse:collapse;border-spacing:0;margin-bottom:1em}.entry-content table td,.entry-content table th{border:1px solid #ddd;padding:5px 10px}.entry-content table th{background:#f4b6c0}.entry-content blockquote{border:1px solid #ddd;margin:0 0 10px;padding:20px}.entry-content blockquote p{margin-top:0;margin-bottom:0}.entry-content pre{border:1px solid #ddd;margin:0 0 10px;padding:20px;white-space:pre}.entry-content pre>code{margin:0;padding:0;white-space:pre;border:0;background:transparent}.entry-content code,.entry-content pre>code{font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif}.entry-content code{font-size:90%;margin:0 2px;padding:0 5px;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px}.entry-content .hatena-asin-detail li{line-height:1.4}
/* entry-footer */.entry-footer{margin:10px 0 20px}.entry-footer-section{font-size:80%;color:#999}.entry-footer-section a{color:#999}.entry-footer-html,.social-buttons{margin:10px 0}
/* コメント */.comment-box ul{list-style:none;margin:0 0 15px;padding:0;font-size:85%;line-height:1.7}.comment-box li{padding:10px 0 10px 60px;border-bottom:1px dotted #b2deda;position:relative}.comment-box li:first-child{border-top:1px dotted #b2deda}.comment-box .hatena-id-icon{position:absolute;top:10px;left:0;width:50px!important;height:50px!important;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.comment-box .read-more-comments{padding:10px 0}.comment-user-name{margin:0 0 10px;font-weight:700}.comment-content{font-size:90%;margin:0 0 10px;word-wrap:break-word}.comment-content p{margin:0 0 10px}.comment-metadata{font-size:80%;color:#999;margin:0}.comment-metadata a{color:#999}.leave-comment-title{display:inline-block;*display:inline;*zoom:1;padding:4px 10px;margin-bottom:0;line-height:18px;background-color:#cfc9e4;text-align:center;vertical-align:middle;cursor:pointer;font-size:11px;text-decoration:none;font-weight:700;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2)}.leave-comment-title,.leave-comment-title:hover{color:#4c3326;text-decoration:none!important;border-top:2px solid #a2d5d6;border-bottom:2px solid #a2d5d6}.leave-comment-title:hover{background-color:#e2deef}
/* sidebar */#box2{font-size:85%;line-height:1.5;background:#fff;border:2px solid #4c3326;-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:20px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}#box2-inner{background:url('https://cdn.blog.st-hatena.com/css/theme/popcorn/popcorn.png?version=c2d70aeb4330803d87d279b6b70ae018f0ccd994&env=production') no-repeat 100% 0;margin:-40px 20px 0;padding-top:40px}.hatena-module{border-bottom:1px dotted #4c3326;padding-bottom:15px;margin-bottom:15px}.hatena-module-title{font-weight:700;margin:15px 0 10px;font-size:15px;color:#e76b8a}.hatena-module-title a{color:#e76b8a}
/* Profile module */.hatena-module-profile .profile-icon{float:left;margin:0 10px 10px 0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.hatena-module-profile .id{display:block;font-size:15px;margin-bottom:5px}.hatena-module-profile .id a{text-decoration:none;color:#ae89bd;border-bottom:2px solid #fff775}.hatena-module-profile .id a:hover{color:#cfc9e4}.hatena-module-profile .profile-description{font-size:90%}.hatena-module-profile .profile-description p{margin-top:0}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/.hatena-urllist{list-style:none;margin:0;padding:0}.hatena-urllist li{padding:8px 0;line-height:1.5}.hatena-urllist li a{text-decoration:none;color:#ae89bd;border-bottom:2px solid #fff775}.hatena-urllist li a:hover{color:#cfc9e4}
/* Search module */.hatena-module-search-box .search-form{border:1px solid #ddd;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:100%;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;position:relative}.hatena-module-search-box .search-module-input{padding:5px;color:#4c3326;background:none;border:none;outline:none;height:20px;width:90%}.hatena-module-search-box .search-module-button{width:20px;height:20px;background:transparent url('https://cdn.blog.st-hatena.com/images/theme/search.png?version=5ce19ab982799e9f1225e7acae034e9d43b6e6b6&env=production') no-repeat 100%;border:none;outline:none;text-indent:-9999px;position:absolute;top:5px;right:5px;-moz-opacity:.5;-khtml-opacity:.5;-webkit-opacity:.5;opacity:.5;filter:alpha(opacity=50)}.hatena-module-search-box .search-module-button:hover{-moz-opacity:.85;-khtml-opacity:.85;-webkit-opacity:.85;opacity:.85;filter:alpha(opacity=85)}
/* Pager */.pager{text-align:right;margin:40px 0 20px}.pager a{color:#4c3326;border:0 none;padding:5px 10px;display:inline-block;line-height:1.5;word-wrap:break-word;max-width:200px}.pager a:hover{border:0 none;background:hsla(0,0%,100%,.2)}.pager .pager-next,.pager .pager-prev{text-align:center;background:#b2deda url('https://cdn.blog.st-hatena.com/css/theme/popcorn/header-bg.gif?version=3b89964c7c0bb34edd4ba30060e4f7608f6e846d&env=production');font-size:80%;font-weight:700;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);border-top:2px solid #fff775;border-bottom:2px solid #fff775;color:#4c3326;display:inline-block}
/* Footer */#footer{font-family:Sniglet,Comic Sans MS,ヒラギノ丸ゴ Pro W4,Hiragino Maru Gothic Pro,cursive;padding:50px 0;text-align:center;color:#fff;line-height:1.5;font-size:20px;font-weight:400;margin:auto 1em;-moz-text-shadow:1px 1px 0 #4c3326;-webkit-text-shadow:1px 1px 0 #4c3326;text-shadow:1px 1px 0 #4c3326;-webkit-font-smoothing:antialiased}#footer p{margin:0}#footer a{color:#fff;border:0 none}
/* About ページ */.page-about .entry-content{padding-top:100px;border-bottom:0 none}.page-about .entry-content a{color:#ae89bd;border-bottom:2px solid #fff775;border:0 none}.page-about dt{color:#e76b8a;font-size:15px;font-weight:700;margin-bottom:5px}.page-about dd{margin-left:0;margin-bottom:10px;padding-bottom:15px;border-bottom:1px dotted #4c3326}
/* archive ページ */.page-archive #main-inner{background:#fff;border:2px solid #4c3326;-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-radius:20px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:0 20px}.page-archive #main-inner section{margin-bottom:20px}.page-archive #main-inner h1{font-family:Sniglet,Comic Sans MS,ヒラギノ丸ゴ Pro W4,Hiragino Maru Gothic Pro,cursive;font-size:26px;margin:20px 0 10px}.page-archive #main-inner h1 a{border:0 none;color:#ae89bd}.page-archive #main-inner ul{margin:0;padding:0;border-bottom:1px dotted #4c3326}.page-archive #main-inner ul li{list-style:none;padding-bottom:15px}.page-archive #main-inner .entry-title{line-height:1.6;color:#4c3326;border:0 none;font-size:100%;font-weight:700}.page-archive #main-inner .entry-title:hover{border-bottom:1px dotted #4c3326}
/* 任意ヘッダとフッタ */#top-editarea{width:960px;margin:-40px auto 60px;font-size:85%}#bottom-editarea{width:960px;margin:20px auto;font-size:85%}.sleeping-ads .entry-inner{margin-top:20px}
/* </system> */
/* import font */@font-face{font-family:HuiFontP109;src:url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=15ef153a61d6af7d93597ae3d5100ab0229e4097&env=production');src:url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=15ef153a61d6af7d93597ae3d5100ab0229e4097&env=production') format("embedded-opentype"),url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.woff?version=aea9a1fbdab52d12a2b3366bad1e84ac825ff6e3&env=production') format("woff"),url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.ttf?version=c02a3831fa69fc337b5005c3e49114fc0cedb664&env=production') format("truetype"),url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.svg%23HuiFontP109?version=e3d0387975a453f03bdec7bf3f7aafd4&env=production') format("svg");font-weight:400;font-style:normal}

body,html,#title,#blog-description
{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-family:HuiFontP109,sans-serif; */
}

/* <system section="background" selected="pattern-08"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-08.jpg?version=d141c4213d39b6a32950f88aaf3c39cfcf89efe6&env=production'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/* </system> */

pre {
  white-space: pre;
  overflow-x: scroll;
  width: calc( 100% - 40px );
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  background:hsl(0,0%,0%);
  color:hsl(45, 80%, 49%);
  opacity: 0.88;
  border: dotted hsla(0,0%,100%,0.8) 3px;
}

pre:hover {
  width: calc( 100% + 280px );
  opacity: 1;
  border: dotted hsla(0,100%,85%,1) 3px;
}

#container-inner {
  position: relative;
}

#wrapper {
  position:relative;
  z-index:1;
}

.entry-content h1::before ,
.entry-content h2::before ,
.entry-content h3::before ,
.entry-content h4::before ,
.entry-content h5::before ,
.entry-content h6::before ,
.entry-content h1::after ,
.entry-content h2::after ,
.entry-content h3::after ,
.entry-content h4::after ,
.entry-content h5::after ,
.entry-content h6::after {
  font-weight: normal;
  color: #6692C0;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.entry-content h1::before { content: "§"; }
.entry-content h2::before { content: "§"; }
.entry-content h3::before { content: "§"; }
.entry-content h4::before { content: "§"; }
.entry-content h5::before { content: "§"; }
.entry-content h6::before { content: "§"; }

.entry-content h1::after { content: ">"; }
.entry-content h2::after { content: ">>"; }
.entry-content h3::after { content: ">>>"; }
.entry-content h4::after { content> ">>>>"; }
.entry-content h5::after { content> ">>>>>"; }
.entry-content h6::after { content> ">>>>>>"; }

.synComment{color:#77820e}
.synStatement{color:#c3a2ff}
.synConstant{color:#ef83ea}

#content { width: 100% }
#main { width: calc( 100% - 330px ) }

.entry { background-color: #232321 }
#box2 { background-color: #232321 }

body { color: #ca927e }
.entry-content code { background-color: #000; border: 1px dotted #222; border-radius: 8px }

.entry-content code {
    background-color: #634110;
    border: 2px dotted #8c5757;
    border-radius: 8px;
    color: #f1e158;
}

.entry-content blockquote {
    border: 2px solid #795548;
    margin: 0 0 10px;
    padding: 20px;
    border-radius: 19px;
    background-color: #403a38;
    color: #f4ff88;
}

.entry-content iframe {
    background: white;
}

.entry-content table tr th
{ background: #131313 }