/*
Theme Name: Like New
Theme URI: http://blog.hatena.ne.jp/-/store/theme/10328749687227408957
デモブログは<a href="http://kurootocecile.hatenadiary.jp/">コチラ</a>
Author: kurootocecile
Author URI: http://blog.hatena.ne.jp/kurootocecile/
*/
/*------------------
  Theme: Like New
  Author: 黒音セシル
  Description:　レイアウトは大胆に、でもどこか上品に仕上げました。カスタマイズの知識が全くない方でもカスタマイズしやすいよう、すべてのカスタマイズがコピペ一回でできるようにしてあります。
  Responsive: yes
--------------------*/

/*------- Reset  --------*/
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div,aside, article,  {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.entry-content ul, ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

a {
  color: #1d59be;
  text-decoration: none;
}
    
a.hatena-urllist {
    text-decoration: none;
    color: #fff;
    line-height: 1.6;
    font-family:"Helvetica Neue",Helvetica,Arial,YuGothic,'Yu Gothic',游ゴシック体,'游ゴシック',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}

a.hatena-urllist:hover  {
      border-bottom: dashed 1px;
    color: #fff;
}

a.keyword {
    border: 0 !important;
    pointer-events: none !important;
}

.entry-content .keyword {
    color: inherit!important;
    _color: expression(this.parentNode.currentStyle.color);
    font-weight: inherit!important;
    font-style: inherit!important;
    font-size: 100%;
    text-decoration-color: #eee;
    -webkit-text-decoration-color:#eee;
    pointer-events: auto!important;
    cursor: pointer!important;
}

a:hover {
  text-decoration: none;
  color: #1487bd;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,YuGothic,'Yu Gothic',游ゴシック体,'游ゴシック',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  line-height: 1.6;
  color: #383838;
  -webkit-font-smoothing: antialiased;
}

#container {
  width: 100%;
  margin: 0 auto;
}


/*-------  GlobalMenu  -------*/
#globalheader-container {
    background-color: #202020;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
}

.globalheader-off #container {
    padding-top: 0;
}


/*-------- Header ----------*/
#blog-title {
    width: 90%;
    margin: 0 auto;
    padding-right: 23%;
}

#blog-title a:hover{
  color: #1d59be;
}

.header-image-only #blog-title #blog-title-inner {
    background-position: left 0px !important;
}

#title {
font-family: "Sawarabi Mincho","Yu Mincho", "YuMincho",'Lato', sans-serif,'Georgia','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 55px;
    margin: 5px 0px 0px 5px;
    height: 60px;
    font-weight: 100;
    text-align: right;
}

#blog-title {
    padding-top: 15px; /* 画像上の余白*/
    padding-bottom: 0px; /* 下の余白*/
    height: initial;
}
.header-image-only #blog-title #blog-title-inner {
    height: 90px;/* 画像の高さ */
    background-position: center center !important;
    background-size: contain;/* 縦横比を保ったまま画面に画像を全て収めるようにする */
}


/*-------- #df5656 ----------*/

#title a {
    color: #202020;
}

#title a:hover:first-letter{
    color: #1487bd;
}

#blog-description {
     font-family: "Sawarabi Mincho","Yu Mincho", "YuMincho",'Lato', sans-serif,'Georgia','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 10px 10px 0px 0px;
    font-size: 20px;
    height: 10px;
    font-weight: 100;
    text-align: right;}

/*#blog-description {
    font-weight: normal;
    margin: 0 0 25px 0;
}*/

.header-image-enable {
    #title {
        padding-top: 70px;
    }
    #title,
    #blog-description {
        padding-left: 20px;
    }
}

/*-------  Navigation  -------*/
#main-nav {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #202020;
    font-family: Franklin Gothic;
}

#main-nav-inner ul {
    margin: 0;
    padding-left: 0px;
    display: inline-block;
}

#main-nav-inner li {
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
}

#main-nav-inner li:hover {
    display: inline-block;
}

#main-nav-inner li a {
    display: block;
    padding: 0.5em;
    padding: 5px 10px;
    position: relative;
    transition: .1s;
}

#main-nav-inner li a::after {
    position: absolute;
    bottom: 0px;
    content: '';
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #383838;
    /* transition: .1s; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main-nav-inner li a:hover::after {
  width: 100%;
  color: #383838;
}

#main-nav-inner a {
    color: #383838;
    display: block;
}

#main-nav-inner a:hover {
    color: #1d59be;
    display: block;
    padding: 5px 10px;
}

/*-------  Contents  -------*/
#content {
    margin-left: 1%;
}


/*-------  Articles  -------*/
#wrapper { 
    width: 80%;
    margin-bottom: 30px;
    display: inline-block;
}

#main {
    padding: 20px 75px 20px 20px;
}

#top-editarea, #bottom-editarea {
    width: 70%;
    margin-left: 5%;
}

/*--- entry-header ---*/
.entry-header {
    margin-bottom: 23px;
}

.entry-title {
    width: 90%;
    color: #000;
    margin: 0px 0px 0px 38px;
    font-size: 30px;
    padding: 10px 0 1px;
    font-family:serif;
    font-weight: 500;
}

.entry-title a {
    color: #383838;
}

.entry-title a:hover {
    color: #1d59be;
}

.date {
  font-weight: none;
  margin-bottom: 7px;
    float: right;
  margin-top: 9px;
  margin-right: -5px;
}
.date:before {
    font-family: "blogicon";
    font-size: 85%;
    color: #383838;
    position: relative;
    top: 1px;
}

.date a {
    color: #383838;
    text-decoration: none;
    font-size: 80%;
    margin-right: 45px;
    letter-spacing: 0.1em;
    font-family: 'quicksand', sans-serif;
}

.date a:hover {
    color: #1d59be;
}

.categories {
    color: #383800;
    text-decoration: none;
    font-size: 80%;
    float: right;
    margin-top: -22px;
    margin-right: 40px;
    letter-spacing: 0.1em;
    font-family: 'quicksand', sans-serif;
}

.categories a {
    color: #383838;
}

.categories a:hover {
    color: #1d59be;
}

.entry-header-menu {
    margin-top: -50px;
    margin-left: -60px;
    margin-bottom: 50px;
}

.entry-header-menu a {
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #000000;
    color: #000000;
}

.entry-header-menu a:hover {
    color: #a3b9e0;
}

.page-index .social-buttons {
    display: none;
}


/*--- shr-buttons ---*/
.share-buttons1 ul {
    list-style: none;
    padding: 0;
}

.share-buttons1 li {
    display: inline-block;
    vertical-align: top;
}

.share-buttons1 a {
    display: block;
    border: 1px solid #f5f5f5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #778899;
    font-size: 25px;
    text-align: center;
    margin-right: 5px;
    box-shadow: 2px 2px #eee;
}

.share-buttons1 a:hover {
    box-shadow: none;
    color: white;
    background-color: #778899;
}

/*--- パンくずリスト ---*/
#top-box {
    width: 70%;
    margin-top: 50px;
    margin-left: 5%;
    font-weight: 500;
}

.page-entry .breadcrumb {
    margin-bottom: 0;
    padding: 10px;
}

.page-entry .breadcrumb a {
    color: #000000;
}

.page-entry .breadcrumb a:hover {
    color: #a3b9e0;
}

/*--- entry-body ---*/
.page-index .entry-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.entry-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.entry-content p {
    margin: 0 35px 0 40px;
    font-family:Helvetica Neue;
    max-width:1000px;
}

.entry-content img {
    max-width: 100%;
}

.entry-content h2 {
    font-family:"Yu Mincho", "YuMincho","メイリオ";
    margin: 26px 33px 16px 40px;
    font-size: 140%;
    padding: 0.5em;
    color: #FFFFFF;
    background: #202020;
}


.entry-content h3 {
    font-size: 140%;
    position: relative;
    padding: 0.6em;
    background-color: #dfdfdf;
    font-family:serif;
}

.entry-content h3::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #dfdfdf;
    width: 0;
    height: 0;
    font-family:serif;
}

.entry-content h4:first-letter {
    font-size: 160%;
    font-weight: 400;
    font-family:serif;
}

.entry-content h4 {
    font-size: 130%;
    font-family:serif;
    margin: 33px 33px 0px 40px;
    color: #383838;
    font-weight: 400;
    border-bottom: 0px solid #202020;
}

.entry-content h5 {
    font-size: 110%;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
}

.entry-content h5::before{ 
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #778899; 
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
    list-style: disc;
}

.entry-content a {
    color: #1d59be;
}

.entry-content a:hover {
    color: #a3b9e0;
}

ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;

    img {
        max-width: none;
    }
}

.entry-content table th, table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: @bg-light;
}

.entry-content blockquote {
    padding: 20px 0px;
    -webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #eee;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
}

.entry-content blockquote p {
    margin: 0 30px 0 30px;
    text-align: justify;
}

.blockquote1 {
    padding: 20px 0px 20px 30px;
    margin: 0px 40px 20px 40px;
    -webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #eee;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
}


.entry-content pre {
    border: 1px solid #c0c0c0;
    box-shadow: 2px 2px #eee;
    margin: 0 0 10px;
    padding: 20px;
    white-space: pre;
}

.entry-content pre>code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: 0;
    background: transparent;
    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;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content .hatena-asin-detail {
    li {
        line-height: 1.4;
    }
}

.hatena-asin-detail, .itunes-embed {
    padding: .8em .6em;
    margin: 15px 33px 15px 40px;
    border:  #1e366a 1px;
}

.entry-content .table-of-contents {
    padding: 30px 5px 15px 45px;
    margin: 40px 33px 16px 40px;
    background: linear-gradient(90deg, #f4f4f4, #FFFFFF);
}

.entry-content .table-of-contents::before {
    display: block;
    text-align: left!important;
    top: 9pt;
    left: 0%!important;
    margin-left: -0.9em;
    margin-top: -1em;
    font-size: 25px;
    font-weight: 200;
    content: 'Contents';
    z-index: 1;
}

.entry-content .table-of-contents ul {
    padding-left: 30px;
}

.entry-content .table-of-contents li {
    list-style: disk;
}

/*------- 使うとき <p class="emphasize-link">  --------*/


.entry-content .emphasize-link {
  position: relative;
  margin: 26px 33px 16px 40px;
  padding: 16px 10px;
  border: 2px solid #1d59be;
  background-color: #f5f5f5;
}
.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: "関連記事";
  background-color: #1d59be;
  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: #1d59be;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f009";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

.hatena-fotolife {/*親div*/
  position: relative;/*相対配置*/
  }

.hatena-fotolife p {
    position: absolute;
    color: white;
    top: 10px;
    left: 20px;
  }

.hatena-fotolife img {
  width: 91%;
  margin-bottom: 20px;
  }
  
 .hatena-fotolife2 {/*親div*/
  position: relative;/*相対配置*/
  }

.hatena-fotolife2 img {
  width: 70%;
  margin-bottom: -10px;
  }
  
.hatena-fotolife2 p {
  margin-bottom: 10px;
  }
  
 .box-text img {
  float: right;
  padding: 0px 35px 0px 0px;
}

/*--- entry-footer  ---*/
.page-index .entry-footer {
    display: none;
}

footer.entry-footer {
    margin: 0px 0px 0px 40px;
    border-top: 1px solid #aeaeae;
    width: 92%;
}

.entry-see-more {
    color: #000000 !important;
    font-size: 18px;
    border: 2px solid #778899;
    padding: 10px 20px;
    text-decoration: none !important;
}

.entry-see-more:hover {
    background-color: #778899;
    color: white !important;
}

.leave-comment-title {
    float: right;
    color: #383838 !important;
    font-size: 15px;
    border: 1px solid #778899;
    padding: 5px 10px;
    margin-right: 1px;
    text-decoration: none !important;
}

.leave-comment-title:hover {
    background-color: #1d59be;
    color: white !important;
}

.comment-box {

    ul {
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 95%;
        line-height: 1.7;
    }

    li {
        padding: 10px 0 10px 60px;
        border-bottom: 1px solid #c0c0c0;
        position: relative;
        &:first-child {
            border-top: 1px solid #c0c0c0;
        }
    }

    .read-more-comments {
        padding-left: 0;
    }

    .hatena-id-icon {
        position: absolute;
        top: 10px;
        left: 0;
        width: 50px !important;
        height: 50px !important;
        .border-radius(3px);
    }

}

.comment-user-name {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.comment-content {
    font-size: 90%;
    margin: 0 0 10px 0;
    word-wrap: break-word;

    p {
        margin: 0 0 10px 0;
    }
}

.comment-metadata {
    font-size: 80%;
    color: @text-light;
    margin: 0;
    a {
        color: @text-light;
    }
}

/*------- About ページ -------*/
.page-about {
    dt {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 5px;
    }
    dd {
        margin-left: 0;
        margin-bottom: 30px;
    }
}


/*-------   Archive  -------*/
.archive-entry {
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.archive-entry .social-buttons {
    display: none;
}

.page-archive .entry-thumb {
    width: 120px;
    height: 120px;
    background-size: cover;
    float: left;
    margin-right: 10px;
    margin-left: 40px;
}

.archive-header-category .archive-heading {
    margin-bottom: .5em;
    font-size: 1rem;
	font-family: Franklin Gothic;
}
/*-------  Sidebar  -------*/
#box2 {
    width: 22.7%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: inline-block;
    padding-top: 47px;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #202020;
    overflow: scroll;
    overflow-x: hidden;
}

#box2::-webkit-scrollbar {
    width: 10px;
}
 
#box2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f5f5f5;
    border-radius: 5px;
}
 
#box2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.archive-module-button {
    color: #fff;
}

.hatena-module {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #202020;
}

.hatena-module-title {
    color: #fff;
    padding:2px;
    margin-bottom: 1px;
    margin-top: 5px;
    font-size: 95%;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: Franklin Gothic,quicksand;
}
.hatena-module-title{
    padding-left: 5px;
    border-bottom: 1px solid #aaaaaa;
}

.hatena-module-title a {
  color: #fff;
  text-decoration: none;
}

.hatena-module-title a:hover {
  border-bottom: dashed 1px;
}

.hatena-module-body {
    width: 100%;
    text-align: left;
    padding: 5px 0 5px 5px;
}

/*---  Profile  ---*/
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 3px 10px 10px 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 {
  font-size: 90%;
    text-decoration: none;
}
.hatena-module-profile .id a {
  font-size: 95%;
  color:#fff;
    text-decoration: none;
}

div.profile-about {
  display: none;
}

.hatena-module-profile .id a:hover {
 border-bottom: dashed 1px; }

.hatena-module-profile .profile-description {
  font-size: 85%;
    color: #fff;
  line-height: 1.4em;
}

.hatena-module-profile .profile-description p {
  margin-top: 5px;
}


/*---  sidebar-ul  ---*/
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: 2px 0 0px 0;
}

.hatena-urllist a {
    text-decoration: none;
    color: #fff;
    font-size: 85%;
    line-height: 1.6;
    font-family: "Helvetica Neue",Helvetica,Arial,YuGothic,'Yu Gothic',游ゴシック体,'游ゴシック',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}

.hatena-urllist a:hover {
      border-bottom: dashed 1px;
}

.hatena-urllist .archive-module-year {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    line-height: 1.5;
    background: none;
    font-family: Franklin Gothic;
}

.hatena-follow-button.subscribing {
    color: #fff!important;
    background: #202020 url(https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=e701c2122d339248daeceecd526ad4) no-repeat 0 -18px;
}

.hatena-follow-button {
    display: inline-block;
    height: 18px!important;
    padding-left: 20px;
    padding-right: 5px;
    min-width: 40px;
    border: 0px solid #bbb!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: .3s ease;
    transition-property: opacity,border,color,background;
    -o-transition: .3s ease;
    -o-transition-property: opacity,border,color,background;
    -moz-transition: .3s ease;
    -moz-transition-property: opacity,border,color,background;
    -webkit-transition: .3s ease;
    -webkit-transition-property: opacity,border,color,background;
    line-height: 18px!important;
    font-weight: 700;
    text-decoration: none;
    color: #555!important;
    background: #ebebeb;
    float: left;
    letter-spacing: 0!important;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*--- Search ---*/
.hatena-module-search-box .search-module-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
    line-height: 18px;
    padding: 5px;
    background-color: #202020;
}

.search-module-input:focus {
   background-color: #ffffff; /* 背景色 */
}

.hatena-module-search-box .search-module-button {
    display: none;
}

/*--- autors list ---*/
.hatena-module-body .authors-urllist .authors-user-name {
    line-height: 48px;
}

div.hatena-module-category div.hatena-module-body ul li {
   display: inline-block;
} 

/* ページトップへ戻るボタン */
#page-top-area {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#page-top-button {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#page-top-button:hover {
    color: rgba(0,0,0,0.95);
}

/*-------  Pager  -------*/
.pager a {
    color: #444;
    text-decoration: underline;
    font-size:14.5px;
}

.pager a:hover {
    color: #1d59be;
    text-decoration: underline;
}

.pager-prev {
    float: left;
    padding-left: 40px;
}

.pager-next {
    float: right;
    padding-right: 33px;
}


/*-------  Footer  -------*/
#footer {
    width: 75%;
    font-size: 14px;
    text-align: right;
    padding-left: 5%;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #444;
}

#footer a:hover {
    color: #1d59be;
}




/*-------  aggressive link -------*/
.linkBtn {
    text-align: center;
}

.linkBtn a {
    display: block;
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #ff6666;
    border-radius: 5px;
    box-shadow: 3px 3px #eee;
    text-decoration: none;
    font-size: 20px;
    margin: 0 auto;
}

.linkBtn a:hover {
    box-shadow: none;
    color: #000000;
    text-decoration: underline;
    background-color: white;
    border: 2px solid #ff6666;
}

/*-------  UnderLine  -------*/
._line {
    background: linear-gradient(transparent 80%, #FFF176 0%);
}



/*-------  FollowBtn  -------*/
/*-------  FollowBtn  -------*/
.followBtn1 {
    text-align: center;
}

.followBtn1 p {
    font-size: 14px;
    color: #555;
}

.followBtn1 ul {
    list-style: none;
    padding: 0;
}

.followBtn1 li {
    display: inline-block;
    vertical-align: top;
}

.followBtn1 a {
    display: block;
    border: 1px solid #778899;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background-color: #778899;
    font-size: 25px;
    text-align: center;
    margin-right: 5px;
    box-shadow: 2px 2px #eee;
}

.followBtn1 a:hover {
    box-shadow: none;
    color: #778899;
    background-color: white;
}

.followBtn2 {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.followBtn2 p {
    font-size: 14px;
    color: #fff;
}

.followBtn2 ul {
    list-style: none;
    padding: 0;
}

.followBtn2 li {
    display: inline-block;
    vertical-align: top;
}

.followBtn2 a {
    display: block;
    border: 1px solid #778899;
    width: 150px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background-color: #202020;
    font-size: 25px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 2px 2px #eee;
}

.followBtn2 a:hover {
    box-shadow: none;
    color: #778899;
    background-color: white;
}

/*-------  Related articles Box  -------*/
.box1 {
    background-color: #778899; 
    border: 1px solid #778899; 
    padding-left: 10px; 
    font-size: 1.16em;
}

.box1-title {
    line-height: 18px; 
    font-weight: bold;
    color: white;
    padding: 10px;
}

.box1-content {
    border: 1px solid #778899; 
    padding: 10px; 
    font-size: 1em;
}



/*-------  Responsive  -------*/
.adx-responsive-mode {
    max-width: 100%;
}

@media (max-width: 1000px) {
    #blog-title {
        width: 90%;
        padding-right: 0;
    }

    #main-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    #content {
        margin-left: 5%;
        margin-right: 5%;
    }

    #wrapper {
        width: 100%;
    }

    #top-editarea, #bottom-editarea {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #box2 {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 30px 2%;
    }

    #box2-inner {
        padding-left: 8%;
    }

    .hatena-module {
        display: inline-block;
        float: left;
        width: 45%;
        margin: 15px 10px 15px 0;
        vertical-align: top;
    }

    #footer {
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }

    .link-btn a {
        width: 100%;
    }

    .leave-comment-title {
        float: left;
    }
    
@media (max-width: 450px) {
 .entry-title {
        width: 100%;
        font-size: 18px;
        padding: 0;
    }
    
#blog-title-inner,#title a{
height:100px!important;
width:auto;
}
#blog-title-inner {background-size: contain!important; }

    .date {
        width: 100%;
        float: none;
        text-align: left;
    }

    .categories {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 0;
    }
 
    .entry-content p {
        font-size: 14px;
          line-height: 1.5;
   	 margin: 0;
}

}