@charset "UTF-8";
/*
  Theme: Darkroom
  Author: Hatena Blog Team
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* darkroom */
/* Mixins */
.centering {
  margin: 0 auto;
}
.hover {
  color: #ffe295;
  text-decoration: underline;
}
/* Common */
::-moz-selection {
  background: #aaaaaa;
}
::selection {
  background: #aaaaaa;
}
::-moz-selection {
  background: #aaaaaa;
}
body {
  background: #1c1c1c url('http://cdn-ak.f.st-hatena.com/images/fotolife/m/m_maru1974/20161002/20161002000017.jpg') repeat-x top center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Univers', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
#globalheader-container {
  background: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.service-menu li a {
  color: #ffffff;
}
#container,
#container-inner,
#content,
#box2,
#footer {
  width: 100%;
}
#container {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(17, 17, 17, 0)), color-stop(51%, #171717), color-stop(52%, #1c1c1c));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 47%, rgba(17, 17, 17, 0) 50%, #171717 51%, #1c1c1c 52%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 47%, rgba(17, 17, 17, 0) 50%, #171717 51%, #1c1c1c 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1c1c1c', GradientType=0);
}
#blog-title {
  min-height: 300px;
  position: relative;
  background: transparent url(https://cdn.blog.st-hatena.com/css/theme/darkroom/header-bg.png?version=b55d01c69f780f5ff608dea0716a54) repeat-x bottom left;
}
#blog-title-inner {
  background: #1c1c1c;
  min-width: 300px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin: 0 -460px 0;
  letter-spacing: 2px;
}
.header-image-enable #blog-title-inner,
.header-image-only #blog-title-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 880px;
  height: 300px;
  background: none;
  margin: 145px 0 0 -440px;
}
#title {
  padding: 20px 20px 0 40px;
  text-align: right;
}
#title a {
  color: #ffffff;
  font-family: 'Courier';
  font-size: 24px;
  text-decoration: none;
}
#blog-description {
  color: #aaaaaa;
  padding: 9px 20px 0 40px;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
}
#content {
  overflow: hidden;
}
#content-inner {
  background: #1c1c1c;
  position: relative;
}
#wrapper {
  border-bottom: 1px solid #000000;
  padding: 0 20px;
}
#main {
  max-width: 920px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}
.entry {
  color: #aaaaaa;
  padding: 0 0 150px 0;
  max-width: 880px;
  margin: 0 auto;
}
.entry-header {
  position: relative;
  background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/entryheader-border.gif?version=b55d01c69f780f5ff608dea0716a54) repeat-x bottom left;
  overflow: hidden;
  clear: both;
  margin: 0 0 20px 0;
}
.date a,
.entry-title a {
  color: #ffffff;
}
.date {
  margin: 0 0 4px 0;
}
.date a {
  font-family: 'Courier';
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/camera.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat 2px 3px;
  padding: 0 0 0 23px;
}
.date .hyphen {
  display: none;
}
.date-year:after {content: "/";}

.date-month:after {content: "/";}

.date-day {
  margin: 0 3px 0 0;
}
.entry-title {
  margin: 0 0 10px 0;
}
.entry-title a {
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1.5;
  vertical-align: top;
}
.categories {
  position: absolute;
  top: 0;
  right: 0;
}
.categories a {
  font-size: 14px;
  text-decoration: none;
  color: #aaaaaa;
}
.categories a:hover {
  color: #ffe295;
  text-decoration: underline;
}
.entry-header-menu {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.entry-header-menu a {
  font-size: 14px;
  text-decoration: none;
  color: #ffe295;
}
.entry-header-menu a:hover {
  color: #ffe295;
  text-decoration: underline;
}
.entry-content {
  font-size: 15px;
  line-height: 1.8;
}
.entry-content h1 {
  padding: 40px 0 10px;
  color: #ffffff;
  font-size: 22px;
}
.entry-content h1 a {
  color: #ffffff !important;
}
.entry-content h2 {
  padding: 40px 0 10px;
  color: #ffffff;
  font-size: 20px;
}
.entry-content h2 a {
  color: #ffffff !important;
}
.entry-content h3 {
  padding: 40px 0 10px;
  color: #ffffff;
  font-size: 18px;
}
.entry-content h3 a {
  color: #ffffff !important;
}
.entry-content h4 {
  padding: 40px 0 10px;
  color: #ffffff;
  font-size: 16px;
}
.entry-content h4 a {
  color: #ffffff !important;
}
.entry-content h5 {
  padding: 40px 0 10px;
  color: #ffffff;
}
.entry-content h5 a {
  color: #ffffff !important;
}
.entry-content h6 {
  padding: 20px 0 10px;
  color: #aaaaaa;
}
.entry-content h6 a {
  color: #aaaaaa !important;
}
.entry-content p {
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  margin: 0 0 10px 0;
}
.entry-content ul,
.entry-content ol {
  padding: 20px 0 10px;
  margin: 0 0 0 1.5em;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content ul li ol,
.entry-content ol li ol {
  padding: 5px 0 10px 0;
}
.entry-content table {
  margin: 20px 0 10px;
}
.entry-content tr th {
  border-bottom: 1px solid #555555;
  padding: 10px 20px 5px 15px;
  background: #000000;
  text-align: left;
}
.entry-content tr td {
  border-bottom: 1px solid #555555;
  padding: 10px 20px 15px 15px;
}
.entry-content dd {
  margin: 0 0 0 2em;
}
.entry-content blockquote {
  border-top: 1px dotted #555555;
  border-bottom: 1px dotted #555555;
  padding: 19px 20px;
  overflow: hidden;
  clear: both;
  font-style: italic;
  margin: 0 30px;
}
.entry-content blockquote cite {
  text-align: right;
  margin: 10px 0 0 0;
  float: right;
  font-size: 14px;
  font-style: normal;
}
.entry-content img {
  max-width: 100%;
  /*880px;*/
  border-top: 14px solid #000000;
  border-right: 15px solid #000000;
  border-bottom: 15px solid #000000;
  border-left: 14px solid #000000;
  margin: 10px 0 0 -15px;
}
.entry-content img[style] {
  margin: 10px 15px 0 -15px;
}
.entry-content img.hatena-image-left {
  margin: 0 15px 0 -15px;
}
.entry-content img.hatena-image-right {
  margin: 0 -15px 0 15px;
}
.entry-content .http-bookmark,
.entry-content .http-star {
  border: none;
  margin: 0;
}
.entry-content .hatena-asin-detail {
  padding: 15px 14px;
  background: #000000;
  border: 1px solid #333333;
  max-width: 670px;
}
.entry-content .hatena-asin-detail a {
  overflow: hidden;
  display: inline-block;
  width: auto;
  float: left;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-info {
  float: left;
  margin: 0 0 0 15px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-info ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-info a {
  float: none;
  width: auto;
  display: inline;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  font-size: 16px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-image {
  border: none;
  margin: 0;
}
.entry-content pre {
  background: #000000;
  padding: 14px 15px;
  max-width: 670px;
  margin-bottom: 10px;
}
.entry-content a {
  color: #aaaaaa;
}
.entry-content a:hover {
  color: #ffe295;
}
.entry-content .keyword {
  color: #aaaaaa;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
.entry-content .keyword:hover {
  color: #ffe295;
  border-bottom: 1px solid #ffe295;
}
.entry-footer {
  max-width: 700px;
}
.entry-footer a {
  color: #aaaaaa;
}
.entry-footer-section {
  padding: 30px 0 0 0;
  font-size: 14px;
  /* font-style: italic; */
  /*
     * .author:after{
     *     content: ',';
     *     margin: 0 5px 0 0;
     * }
     */
}
.entry-footer-time a {
  text-decoration: none;
}
.entry-footer-time a:hover {
  color: #ffe295;
  text-decoration: underline;
}
.hatena-star-container {
  padding: 10px 0 0 0;
}
#google_afc_user {
  padding: 10px 0 0 0;
}
#google_afc_user_container {
  margin: 0 !important;
}
.customized-footer {
  padding: 20px 0;
}
.comment-box {
  padding: 10px 0 0 0;
}
.comment-box ul {
  border-top: 1px solid #333333;
  margin: 0 0 20px 0;
}
.comment-box li {
  list-style-type: none;
  border-bottom: 1px solid #333333;
  padding: 15px 0 30px;
  counter-increment: cnt;
  position: relative;
}
.comment-box li:before {
  content: counter(cnt);
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 30px;
  color: #333333;
}
.comment-box .read-more-comments:before {
  content: none;
}
.read-more-comments {
  padding: 0 !important;
}
.read-more-comments a {
  padding: 15px 0;
  display: block;
  vertical-align: bottom;
  margin: 0;
}
.read-more-comments a:hover {
  background: #000000;
  color: #ffe295;
}
.comment-content {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
.comment-metadata {
  font-style: italic;
  font-size: 13px;
}
.leave-comment-title:hover {
  color: #ffe295;
}
.pager {
  overflow: hidden;
}
.pager-next {
  float: right;
  margin: 0 0 20px 0;
}
.pager-next a {
  color: #aaaaaa;
  background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/next.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat center right;
  padding: 23px 20px 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}
.pager-next a:hover {
  color: #ffe295;
}
.pager-prev {
  float: left;
  margin: 0 0 20px 0;
}
.pager-prev a {
  color: #aaaaaa;
  background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/prev.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat center left;
  padding: 23px 20px 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}
.pager-prev a:hover {
  color: #ffe295;
}
#box2 {
  background: #000000;
  border-top: 1px solid #333333;
  /* padding: 0 20px; */
}
#box2-inner {
  max-width: 920px;
  overflow: hidden;
  padding: 0 0 80px;
  margin: 0 auto;
}
#box2-inner a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
#box2-inner a:hover {
  color: #ffe295;
  border-bottom: 1px solid #ffe295;
}
.hatena-module {
  display: block;
  float: left;
  width: 205px;
  margin: 40px 0 40px 20px;
}
.hatena-module:nth-of-type(4n+1) {
  clear: both;
}
.hatena-module-title {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
.hatena-module-title a {
  color: #aaaaaa;
}
.hatena-module-body {
  font-size: 12px;
  color: #aaaaaa;
}
.hatena-module-body a {
  color: #aaaaaa;
  line-height: 1.8;
}
.hatena-module-body li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
.hatena-module-body .profile-icon {
  clear: both;
  display: block;
  margin: 15px 0 5px 0;
}
.profile-description {
  line-height: 1.5;
  padding: 3px 0 5px;
  width: 156px;
}
.hatena-module-recent-comments {
  padding: 0 20px 0 0;
  width: 185px;
}
.hatena-module-recent-comments li {
  color: #aaaaaa;
}
.hatena-module-recent-comments li .recent-comment-time {
  color: #ffffff !important;
  padding: 0 2px;
}
.hatena-module-search-box {
  padding: 5px 0 0 0;
}
.search-module-input {
  background: #000000;
  border: 1px solid #555555;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 24px;
  margin: 0;
  padding: 4px 0 4px 6px;
  width: 140px;
}
.search-module-input:focus {
  outline: none;
}
.search-module-button {
  background: #333333;
  color: #ffffff;
  border: 1px solid #555555;
  font-size: 14px;
  line-height: 1;
  height: 34px;
  padding: 5px 7px;
  margin: 0;
}
.search-module-button:hover {
  border: 1px solid #ffe295;
  color: #ffe295;
}
.archive-module-calendar a {
  color: #ffe295 !important;
}
#bottom-editarea {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  overflow: hidden;
  width: 880px;
  color: #aaaaaa;
}
#bottom-editarea a {
  color: #aaaaaa;
}
#footer {
  background: #1c1c1c;
}
#footer-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 0 13px;
}
address,
.services {
  font-size: 12px;
  /* vertical-align: center; */
  color: #333333;
}
address a,
.services a {
  color: #555555;
  text-decoration: none;
}
address a:hover,
.services a:hover {
  color: #ffe295;
  text-decoration: underline;
}
address {
  float: left;
  margin: 0 18px 6px 20px;
}
address img {
  margin: 0 3px -6px 0;
}
.services {
  padding: 1px 0 0 0;
}
#cboxOverlay {
  background: #000;
}
.hatena-id-icon img {
  border: none;
  margin: 0;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 2) {
  .entry-header {
    background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/entryheader-border@2x.gif?version=b55d01c69f780f5ff608dea0716a54) repeat-x bottom left;
    background-size: 4px 3px;
  }
  .date a {
    background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/camera@2x.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat 2px 3px;
    background-size: 13px 10px;
  }
  .pager-next a {
    background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/next@2x.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat center right;
    background-size: 10px 19px;
  }
  .pager-prev a {
    background: url(https://cdn.blog.st-hatena.com/css/theme/darkroom/prev@2x.gif?version=b55d01c69f780f5ff608dea0716a54) no-repeat center right;
    background-size: 10px 19px;
  }
}
/* About page */
.page-about img {
  border: none;
}
.page-about dl {
  border-bottom: 1px solid #333333;
}
.page-about dt {
  float: left;
  width: 144px;
  border-top: 1px solid #333333;
  padding: 15px 0 30px 16px;
  background: #000000;
  margin: 0 20px 0 0;
  font-weight: bold;
  letter-spacing: 1px;
  clear: both;
}
.page-about dd {
  width: auto;
  padding: 15px 0 30px;
  border-top: 1px solid #333333;
}
.page-about dd .profile-icon {
  margin: 0;
}
#top-editarea {
  display: block;
  padding: 40px 0 0;
  color: #aaaaaa;
  background: #1c1c1c;
  overflow: hidden;
}
#top-editarea * {
  width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}
#top-editarea a {
  color: #aaaaaa;
  margin: 0 5px 0 0;
}
#top-editarea a:hover {
  color: #ffe295;
}
/* Archive page */
#top-box {
  display: block;
  padding: 40px 0 0;
  background: #1c1c1c;
  overflow: hidden;
  z-index: 8100;
  color: #555555;
}
#top-box .breadcrumb {
  width: 880px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
}
#top-box a {
  color: #555555;
  margin: 0 5px 0 0;
}
#top-box a:hover {
  color: #ffe295;
}
#top-box span {
  color: #aaaaaa;
  margin: 0 0 0 5px;
}
.page-archive {
  color: #aaaaaa;
}
.page-archive a {
  color: #ffffff;
}
.page-archive .google_afc_blocklink {
  margin: 30px auto 0;
  max-width: 880px;
}
.page-archive .archive-entry {
  margin: 30px auto 0;
  border-top: 1px solid #555555;
  padding: 15px 0 0 0;
  max-width: 880px;
  position: relative;
}
.page-archive .archive-entry h1 {
  margin: 0 0 10px 0;
}
.page-archive .archive-entry h1 a {
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Courier';
  letter-spacing: 2px;
  color: #ffffff;
}
.page-archive .archive-entry .categories {
  font-weight: normal;
}
.page-archive .archive-entry li {
  list-style-type: none;
  margin-bottom: 7px;
}
.page-archive #main-inner {
  padding: 0 0 200px 0;
}
.page-archive #main-inner p {
  color: #aaaaaa;
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.8;
}
.page-archive #main-inner ul li {
  position: relative;
}