html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333333;
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224819.png");
}
  
a {
  color: #b51a00;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
a:hover {
  color: #b51a00;
}
a:visited {
  color: #b51a00;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #f5f5f5;
  color: #333333;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 10px;
  margin-bottom: 0;
  line-height: 18px;
  color: #999999;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #f5f5f5;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #383838;
  color: #ccc;
  width: 100%;
}
/* container */
#container {
  width: 1062px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
/* 2カラムレイアウト */
#main {
  width: 732px;
  float: left;
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224822.png");
  padding: 0px 0px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
  border: 3px solid #cc6600;
}
#box2 {
  width: 306px;
  float: right;
}
/* header */
#blog-title {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  float: none;
  font-size: 85%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    font-family: Georgia, Times, serif;
}
#title {
  margin: 0;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  -moz-text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
#title a {
  color: #b51a00;
  text-decoration: none;
  font-weight: bold;
}
#title a:hover {
  text-decoration: underline;
}
#blog-description {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

#top-editarea {
  width: 1062px;
  margin-bottom: 30px;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  font-size: 75%;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  width: 732px;
  float: right;
}
#top-box a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
#top-box a:hover {
  text-decoration: underline;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 60px;
}
.entry-header {
  padding: 0;
  position: relative;
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224845.jpg");
  padding: 20px 60px 1px;
}
.entry-title {
  margin: 15px 0 20px;
  line-height: 1.3;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  font-size: 30px;
}
/* 日付 */
.date {
  font-weight: normal;
}
.date a {
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  text-shadow: #fff 0px 1px 0px, #000 0px -2px 1px;
}
.date a:hover {
  text-decoration: underline;
}

h1.entry-title a {
  color: #fff;
  font-weight: bold;
  text-shadow: #fff 0px 0px 0px, #000 0px -2px 1px;
}

/* カテゴリ */
.categories {
  position: absolute;
  top: 19px;
  right: 60px;
  font-size: 80%;
}
.categories a {
  color: #fff;
  text-decoration: none;
}
.categories a:hover {
  text-decoration: underline;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px 20px;
  margin-bottom: 0;
  line-height: 18px;
  color: #000;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #f5f5f5;
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 100%;
  line-height: 110%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0px 60px 0px;
}
.entry-content p {
  margin: 0 0 1em;
}
.entry-content img {
  max-width: 598px;
}
.entry-content img.hatena-fotolife {
  border: 8px solid #000;
}
.entry-content img.http-image {
  border: 5px solid #000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
  font-size: 140%;
  border-bottom: 1px dotted #000;
  border-left: 7px solid #b51a00;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
}
.entry-content h3 {
  font-size: 140%;
  border-bottom: 1px dotted #000;
  border-left: 7px solid #b51a00;
  padding: 1px 10px 1px 10px;
  font-weight: bold;
}
.entry-content h4 {
  font-size: 120%;
  border-left: 10px double #b51a00;
  border-bottom: 1px dotted #000;
  padding: 1px 5px 1px 5px;
}
.entry-content h5 {
  font-size: 100%;
  border-left: 7px double #b51a00;
  padding: 2px 5px 0px 5px;
  margin: 15px 0 20px;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f7f7f7;
}
.entry-content blockquote {
  border: 1px solid #f5f5f5;
  background-color: #f7f7f7;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #f5f5f5;
  background-color: #f7f7f7;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 80%;
  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;
}

/* entry-footer */
.entry-footer {
  margin-top: 10px;
  padding: 0px 60px 0px;
  background: url("http://sho-yamane.me/yama_img/kamon.png")no-repeat bottom right;
}
.entry-footer-section,
.hatena-star-container {
  display: inline;
  font-size: 75%;
}
.entry-footer-section a,
.hatena-star-container a {
  color: #999999;
  text-decoration: none;
}
.entry-footer-section a:hover,
.hatena-star-container a:hover {
  text-decoration: underline;
}
.entry-footer-section .author {
  display: none;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 100%;
}
.comment-box li {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
  position: relative;
}
.comment-box .hatena-id-icon {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px !important;
  height: 16px !important;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 5px 0 0;
  display: inline;
}
.comment-user-name a {
  color: #333333;
  text-decoration: none;
}
.comment-user-name a:hover {
  text-decoration: underline;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  display: inline;
}
.comment-content p {
  margin: 0 0 10px 0;
  display: inline;
}
.comment-metadata {
  color: #999999;
  margin: 5px 0 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 10px;
  margin-bottom: 0;
  line-height: 18px;
  color: #999999;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #f5f5f5;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.8;
}
.hatena-module {
  margin-bottom: 30px;
  color:  #333;
}
.hatena-module a {
  color: #b51a00;
}
.hatena-module-title {
  margin-bottom: 0px;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
  -moz-text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224848.png") no-repeat;
  height: 53px;
  padding: 82px 30px 0px;
  text-align: center;
  font-family: Georgia, Times, serif;
  text-shadow: #fff 0px 0px 0px, #000 0px -1px 1px;
}
.hatena-module-title a {
  color: #ffffff;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}

.hatena-module-body {
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224822.png");
  padding: 20px;
  width: 260px;
  border-left: 3px solid #cc6600;
  border-bottom: 3px solid #cc6600;
  border-right: 3px solid #cc6600;
}

/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 15px 10px 0;
  width: 64px;
  height: 64px;
}
.hatena-module-profile .id {
  display: block;
  font-size: 100%;
  margin-bottom: 5px;
}
.hatena-module-profile .id a {
  text-decoration: none;
}
.hatena-module-profile .id a:hover {
  text-decoration: underline;
}
.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 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 5px 0;
  line-height: 1.8;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li a:hover {
  text-decoration: underline;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  -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: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  height: 20px;
  width: 96%;
}
.hatena-module-search-box input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.hatena-module-search-box input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.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=a8921fc57dddca0e2e0f210452896e) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}
/* Pager */
.pager {
  margin: 20px 0 0px;
  padding: 0px 0px 59px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  font-size: 100%;
  background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224845.jpg");
  color: #fff;
  width: 732px;
}
.pager a {
  color: #fff;
  text-decoration: none;
  width: 612px;
  display: block;
  padding: 20px 60px 15px;
}
.pager a:hover {
  background: #cc6600;
}
.pager .pager-next {
  margin-right: 0em;
}

.pager .pager-next a {
  width: 246px;
  float:right;
}

.pager .pager-prev a {
  width: 246px;
  float:left;
}

/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
  display: none;
  /* フッタを表示したい場合この行を消す */

}
#footer p {
  margin: 0;
}
#footer a {
  color: rgba(0, 0, 0, 0.6);
}
.hatena-counter {
  display: none;
  /* カウンターを表示したい場合この行を消す */

}
/* About ページ */

.page-about .entry-content {
  font-size: 100%;
  line-height: 1.9;
  padding-bottom: 10px;
  border-bottom: 0px solid #f5f5f5;
  padding: 30px 60px 30px;
}

.page-about  .entry {
  margin-bottom: 0px;
}

.page-about dt {
  font-family: Georgia, Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive #main section {
  margin-bottom: 20px;
  padding: 30px 60px 30px;
}
.page-archive #main h1 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-archive #main ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page-archive #main ul li {
  padding: 5px 0;
  line-height: 1.5;
}
.page-archive #main ul li a {
  text-decoration: none;
  font-size: 100%;
}
.page-archive #main ul li a:hover {
  text-decoration: underline;
}
.page-archive .categories {
  display: block;
  position: relative;
  top: -7px;
  left: 0;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
/* add star ボタン */
.hatena-star-add-button-image {
  background-image: url(http://s.hatena.ne.jp/images/add_dg.gif);
}
.hatena-star-comment-button-image {
  background-image: url(http://s.hatena.ne.jp/images/comment_dg.gif);
}
.hatena-star-comment-button-image-active {
  background-image: url(http://s.hatena.ne.jp/images/comment_active.gif);
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=a8921fc57dddca0e2e0f210452896e) no-repeat right center;
    background-size: 20px 20px;
  }
}

/* ----- POPULAR_ENTRY ----- */
.htbl_popular_entries {
  height: 100%;
  width: 100%;
}
.htbl_popular_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.htbl_popular_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_popular_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.985);
  text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_popular_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_popular_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
}
.htbl_popular_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.htbl_popular_entry_text span.entry_hatebu { position: absolute; left: 5px; bottom: 0px; }

.htbl_popular_entry_count {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 25px;
  height: 20px;
  color: #fff;
  padding: 2px 0 0 0;
}

/* ----- POPULAR_ENTRY UNDER ----- */

.htbl_popular_unders {
  height: 100%;
  width: 100%;
}
.htbl_popular_under {
  position: relative;
  background: #ddd;
  width: 120px;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  margin-right: 2px;
  border-radius: 1px;
  float: left;
  display: inline !important:
}
.htbl_popular_under_img { position: relative; top: 0px; max-width: 150px;}
.htbl_popular_under_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.985);
  text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_popular_under_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_popular_under_text span.entry_under_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
}
.htbl_popular_entry_text span.entry_date_under {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.htbl_popular_under_text span.entry_hatebu_under { position: absolute; left: 5px; bottom: 0px; }

.htbl_popular_entry_count {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 25px;
  height: 20px;
  color: #fff;
  padding: 2px 0 0 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ----- NEW_ENTRY UNDER ----- */

.pc .under_htbl_new_entries {
  height: 100%;
  width: 100%;
}
.pc .under_htbl_new_entry {
  position: relative;
  background: #ddd;
  width: 120px;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  margin-right: 2px;
  border-radius: 1px;
  float: left;
  display: inline !important:
}
.pc .under_htbl_new_entry_img { position: relative; top: 0px; max-width: 150px;}
.pc .under_htbl_new_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.985);
  text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.pc .under_htbl_new_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.pc .under_htbl_new_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
}
.pc .under_htbl_new_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.pc .under_htbl_new_entry_text span.entry_hatebu { position: absolute; left: 5px; bottom: 0px; }

.htbl_popular_entry_count {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 25px;
  height: 20px;
  color: #fff;
  padding: 2px 0 0 0;
}

.entry-footer-html h3 {
  font-size: 140%;
  border-bottom: 1px dotted #000;
  border-left: 7px solid #b51a00;
  padding: 1px 10px 1px 10px;
  font-weight: bold;
}

/* ----- NEW_ENTRY ----- */
.htbl_new_entries {
  height: 100%;
  width: 100%;
}
.htbl_new_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.htbl_new_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_new_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_new_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_new_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
  font-weight: lighter;
}
.htbl_new_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}

.primary-nav {
width: 1062px;
z-index: 1000;
background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Healthy-Yamachan/20131111/20131111224839.jpg");
border: 3px solid #cc6600;
background-size: 1062px;
}

.slideMenu ul {
z-index: 100;
margin: 0;
padding: 0;
list-style-type: none;
list-style: none;
list-style-image: none;
}

.slideMenu ul li {
position: relative;
display: inline;
float: left;
margin: 0px;
}

.slideMenu ul li a {
text-decoration: none;
display: block;
margin: 0px;
line-height: 1;
color: #fff;
padding: 18px 19px 17px;
font-size: 14px;
text-shadow: none !important;
text-transform: uppercase;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
border-right: 1px solid #fff;
}

.slideMenu ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #cc6600;
}

.comment-box {
  margin-top: 40px;
}

.hatena-module-category ul li a:before {
  content: '\25B8 ';
}

.hatena-module-category ul li {
padding: 0px 0;
}


.hatena-module-category ul li a {
display: block;
padding: 0.1em 0;
}

.hatena-module-category ul li a:hover {
color: #333;
}

.categories a {
  color: #fff;
  font-size: 90%;
  display: inline-block;
  padding: 3px 6px 1px;
  background: #000;
}

.categories a:hover {
  background: #cc6600;
}

.head_banner {
  position: absolute;
  top: 4px;
  right: 0px;
}

ul.social_side {
  list-style: none;
  padding: 0;
}

ul.social_side li {
  float: left;
}

ul.social_side li.fb {
  margin-right: 25px;
}

ul.social_side li.tw {
  margin-right: 25px;
}

.sp {
  display: none;    
}

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 750px) {
  #globalheader-container {
    position: static;
  }
  #container {
    width: 90%;
    word-wrap: break-word;
  }
  #blog-title {
    width: 90%;
    margin-bottom: 15px;
    border-bottom: none;
  }
  #main {
    width: 90%;
    float: none;
    position: relative;
    padding: 15px 30px;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
}

/* Media Queries - Smartphone */
@media (max-width: 480px) {
  
}

/* </system> */