/* <system section="theme" selected="11696248318752538427"> */
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  color: rgba(255,255,255,0.9);
  background: #333 url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413203647.jpg) repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
a {
  color: #74eaff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #c8a4ff;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
input:not([type="text"]) {
  cursor: pointer;
}
table, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
ul li {
  padding-left: 20px;
  list-style: none;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130418/20130418222916.png) no-repeat 3px 6px;
}

/* @Layout
====================================== */
#globalheader-container {
  color: #fff;
}
#blog-title,
#content {
  width: 1200px;
  margin: 0 auto;
}
#content {
  overflow: hidden;
  background: rgba(0,0,0,0.5);
  text-shadow: 0 -1px 0 #000;
}
#wrapper {
  float: left;
  width: 900px;
  background: rgba(0,0,0,0.5);
  box-shadow: inset -1px 0 0 rgba(0,0,0,0.8), 1px 0 0 rgba(255,255,255,0.15);
}
#box2 {
  float: right;
  width: 300px;
}
#main {
  min-height: 600px;
  padding: 0 30px;
}
.entry {
  margin: 120px 0 20px;
}
.entry:first-child {
  margin-top: 20px;
}
#footer {
  padding: 40px 0 30px;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer address {
  margin-right: 5px;
}
#footer address,
#footer .services {
  display: inline;
}

/* @Header
====================================== */
#blog-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
#title {
  display: inline;
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
#title a {
  color: #fff;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#blog-description {
  display: inline;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  letter-spacing: 1px;
}


/* @Entry Header
====================================== */
.entry-header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.entry-title {
  font-size: 36px;
  font-weight: bold;
}
.entry-title a {
  color: rgba(255,255,255,0.9);
}
.entry-header .categories,
.entry-header .date {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 1.4;
}
.entry-header .categories {
  margin-left: 85px;
  padding-left: 13px;
  border-left: 1px solid rgba(255,255,255,0.2)
}
.entry-header-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.4;
}
.entry-header .categories a,
.entry-header .date a,
.entry-header-menu a {
  color: rgba(255,255,255,0.5);
}
.entry-header .categories a {
  margin-right: 5px;
}

/* @Entry Content
====================================== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
  margin: 20px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-top: 2.5em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  border-bottom: 2px solid #000;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2);
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
  font-weight: bold;
}
.entry-content object,
.entry-content iframe,
.entry-content video,
.entry-content img {
  max-width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.entry-content pre,
.entry-content blockquote,
.entry-content .hatena-asin-detail {
  margin: 0;
  padding: 15px;
  border: 1px solid #000;
  background: rgba(0,0,0,0.3) url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413204334.png) repeat 0 0;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.1);
}
.entry-content pre p,
.entry-content blockquote p,
.entry-content .hatena-asin-detail p {
  margin: 0;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  padding-left: 25px;
  margin-bottom: 20px;
}
.entry-content ul {
  padding-left: 0;
}
.entry-content li,
.entry-content dl {
  margin: 5px 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-footer-section {
  font-size: 12px;
  text-align: right;
}
.entry-footer-section a {
  color: rgba(255,255,255,0.9);
}
.entry-footer .comment-box ul,
.entry-footer .comment-box li {
  list-style: none;
  background: transparent;
}
.entry-comment {
  padding: 20px 0;
  border-top: 2px solid #000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.comment-content {
  margin: 7px 0;
}
.leave-comment-title {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.3) url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413204334.png) repeat 0 0;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.1);
}
.leave-comment-title:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.7) url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413204334.png) repeat 0 0;
}

/* @Side Content
====================================== */
#box2-inner {
  padding: 0 20px;
}
.hatena-module {
  margin: 30px 0 40px;
}
.hatena-module-title {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  clear: none;
  display: block;
  margin-left: 75px;
  text-shadow: none;
}
.search-form {
  position: relative;
}
.search-form .search-module-input {
  width: 214px;
  padding: 9px 35px 9px 9px;
  border: 1px solid rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1), 0 -1px 0 rgba(255,255,255,0.1);
}
.search-form .search-module-button {
  position: absolute;
  overflow: hidden;
  top: 2px;
  left: 225px;
  width: 35px;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: -100px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130418/20130418224112.png) no-repeat center center;
}

.page-archive #main h1 {
  margin: 40px 0 10px;
  font-size: 14px;
  border-bottom: 2px solid #000;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2);
}
.page-archive #main-inner p {
  margin: 20px 0;
}
.page-archive #main section .entry-title {
  font-size: 18px;
  color: #fff;
}
.page-archive #main section > ul > li {
  position: relative;
  padding-bottom: 25px;
}
.page-archive #main section .categories {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
}
.page-archive #main section .categories a {
  margin-right: 5px;
  color: rgba(255,255,255,0.5);
}
.breadcrumb {
  display: none;
}
.pager {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pager-next {
  float: right;
}
.pager-prev {
  float: left;
}

/* @Media Queries
====================================== */

#blog-title,
#content,
#box2,
#wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  #blog-title,
  #content {
    width: 1000px;
  }
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  #blog-title,
  #content {
    width: 900px;
  }
  #wrapper {
    width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  #blog-title,
  #content {
    width: 800px;
  }
  #wrapper {
    width: 500px;
  }
}

@media screen and (max-width: 900px) {
  #blog-title,
  #content {
    width: 600px;
  }
  #box2,
  #wrapper {
    width: 600px;
  }
}

@media screen and (max-width: 700px) {
  #blog-title,
  #content {
    width: 500px;
  }
  #box2,
  #wrapper {
    width: 500px;
  }
}

@media screen and (max-width: 500px) {
  #blog-title,
  #content,
  #box2,
  #wrapper {
    width: 100%;
  }
}
/* </system> */