/* 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;
    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%;
    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');*/
    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;
    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;*/
    /*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;*/
    color: #4c3326;
    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;
    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;
    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: #a2d5d6;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    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;*/
    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;
    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: 1px 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;
    background-clip: padding-box;
    width: 100%;
    -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;
    font-size: 80%;
    font-weight: 700;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    /*border-bottom: 2px solid #fff775;*/
    color: #4c3326;
    display: inline-block
}

/* Footer */
#footer {
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 0;
    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;
    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> */



/* <system section="background" selected="FFFEE4"> */
body {
    font-family: "Avenir Next", 'Quicksand', Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    background: #FFFEE4;
}

/* </system> */

a {
    text-decoration: none;
    border-bottom: 0 dashed;
}

.header-image-only #blog-title {
    background-image: url('http://ku-mu.com/blog/header-bg.png');
    background-position: bottom left;
}

#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: center center;
    width: 960px;
    height: 380px;
    margin: 0 auto;
    font-family: 'Sniglet', 'Comic Sans MS', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', cursive;
}

.entry-inner {
    margin: -40px 20px 0 20px;
    background: none
    /*background: url('http://ku-mu.com/blog/title-piyo.png') no-repeat top left;*/
}

.entry {
    border: 3px solid #7E4629;
}

.categories a {
    color: white;
    border-bottom: 0 solid #c9e3ac;
    background-color:#b2deda;
    border-radius: 3px;
    padding: 0 5px;
}

#box2 {
    border: 3px solid #7E4629;
}

#box2-inner {
    background: url('') no-repeat top right;
    margin: -40px 20px 0 20px;
    padding-top: 40px;
}

#main {
    width: 680px;
}

#content {
    width: 1020px;
}

.page-archive #main-inner h1 a {
    font-family: "Avenir Next", 'Quicksand', Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    /*font-family: 'Varela Round', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;*/
    color: rgb(231, 107, 138);
    border-bottom: 2px solid rgb(255, 247, 117);
    font-size: 22px;

}

.page-archive #main-inner h1 a:hover {
    color: rgb(244, 182, 192);
    border-bottom: 2px solid rgb(255, 247, 117);
    text-decoration: none;

}

#blog-title {
    padding: 37px 0 0 0;
    margin-bottom: 20px;
    /*background: #a2d5d6 url('https://cdn.blog.st-hatena.com/css/theme/popcorn/header-bg.gif?version=3b89964c7c0bb34edd4ba30060e4f7608f6e846d&env=production');*/
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

img {
    border-radius: 5px;
}

h1 {
    padding-bottom: 5px;
}


/*Date*/
.date {
    /*margin: 20px 0 30px 420px;*/
    text-align: left;
    color: #ae89bd;
    border-bottom: 0 dashed #b2deda;
    margin: 30px 0 5px 0;
}


.date:before {
    font-family: "blogicon";
    content: "\f043";
    font-size: 80%;
    color: #4c3326;
    position: relative;
    top: 1px;
}

.date a {
    font-family: "Avenir Next", 'Quicksand', Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    font-size: 80%;
    color: #4c3326;
}

/*ul*/
.entry-content>ul, .entry-content>ol {
    border: 0 solid #d0d0d0;
    background-color: #f8f8f8;
    border-radius: 3px;
    /*padding: 5px 30px;*/
    padding: 15px 20px 7px;
}

.entry-content ul li {
    list-style-type: disc;
    margin: 3px 17px;
}

.entry-content ol li  {
    margin: 3px 17px;
}

.entry-content ul li ul, .entry-content ol li ol {
    border: 0;
    padding: 5px 5px 5px 0;
    font-size: 0.9em;
    color: #4c3326;
}

.hatena-asin-detail ul li {
    list-style-type: none;
}

.hatena-asin-detail ul {
    border: 0;
}

ul.table-of-contents {
    border: solid 0 #a2a2a2;
}

/*Entry*/
.entry-content h2 {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 3px solid #b2deda;
    /*background-color:*/
}

.entry-content h3 {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
}

.entry-content h4 {
    font-size: 120%;
    border-left: 10px solid #b2deda;
    padding-left: 5px;
}

.entry-content h5 {
    font-size: 110%;
    border-bottom: 1px dashed #d0d0d0;
}


/*module*/
.hatena-module {
    border-bottom: 1px solid #4c3326;
}


