/* <system section="theme" selected="6435922169449422611"> */
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224144150.jpg?1361684506) 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: 16px;
  line-height: 1.7;
}
a {
  color: #2577b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #6d44ab;
}
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;
}

/* @Layout
====================================== */
.breadcrumb,
#blog-title,
#content-inner,
#footer-inner {
  width: 960px;
  margin: 0 auto;
}
#content,
#bottom-editarea,
#footer {
  background: #fff;
  color: #666;
}
#blog-title-inner {
  display: table-cell;
  vertical-align: middle;
  width: 620px;
  height: 400px;
  padding-bottom: 40px;
  *display: inline;
  *zoom: 1;
}
#content {
  -webkit-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -o-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
}
#main {
  float: left;
  width: 620px;
}
#box2 {
  float: right;
  width: 300px;
}
#content-inner {
  *zoom: 1;
}
#content-inner:after {
  content:"";
  display:block;
  clear:both;
}
#main-inner,
#box2-inner {
  padding-top: 10px;
}
.entry {
  margin: 40px 0 100px;
}
.pager {
  overflow: hidden;
  margin-top: -20px;
}
.pager a {
  color: #666;
}
.pager .pager-next {
  float: right;
}
.pager .pager-next::after {
  content: '->';
  margin-left: 3px;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-prev::before {
  content: '<-';
  margin-right: 3px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#footer a {
  color: #666;
}
#footer address,
#footer .services {
  display: inline;
  margin: 0 7px;
}

/* @Header
====================================== */
#blog-title {
  text-shadow: 0 0 4px rgba(0,0,0,0.1);
}
#title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}
#title a {
  color: #fff;
}
#blog-description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* @Entry Header
====================================== */
.entry-header {
  position: relative;
}
.entry-header a {
  color: #666;
}
.entry-header .date {
  font-size: 14px;
}
.entry-header .entry-title {
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.entry-header .categories {
  margin: 7px 0;
  font-size: 14px;
}
.categories a::after {
  content: ',';
}
.categories a:last-child::after {
  content: '';
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.entry-header-menu a {
  color: #999;
}

/* @Entry Content
====================================== */
.entry-content {
  margin: 20px 0 30px;
}
.entry-content li,
.entry-content dl,
.entry-content p {
  margin: 10px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 40px 0 10px;
  font-weight: bold;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #666;
}
.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;
}
.entry-content ul,
.entry-content ol {
  margin: 10px 0;
  padding-left: 25px;
}
.entry-content .hatena-asin-detail,
.entry-content blockquote,
.entry-content pre {
  margin: 10px 0;
  padding: 15px 20px;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content th,
.entry-content td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.entry-content th {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px 15px;
}
.entry-content iframe,
.entry-content object,
.entry-content img {
  max-width: 620px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title a {
  color: #666;
}
.entry-content .hatena-asin-detail li {
  margin: 0;
}

/* @Entry Footer
====================================== */
.entry-footer-section {
  font-size: 14px;
}
.entry-footer-time a {
  margin-left: 10px;
  color: #999;
}
.social-buttons {
  margin-top: 10px;
}
#google_afc_user div#google_afc_user_container {
  margin:0;
}
.comment-box {
  margin: 15px 0;
}
.comment-box .comment {
  list-style: none;
}
.comment-box .entry-comment {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.comment-user-name,
.comment-metadata {
  font-size: 14px;
  color: #999;
}
.comment-user-name a {
  color: #666;
}
.comment-content {
  margin: 10px 0;
}
.leave-comment-title {
  display: block;
  padding: 10px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
  text-align: center;
  color: #666;
}

/* @Side
====================================== */
#box2 {
  position: relative;
  margin-top: -440px;
  padding-top: 440px;
}
#box2-inner {
  padding-top: 34px;
}
.hatena-module {
  margin: 50px 0;
}
.hatena-module-title {
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
  font-size: 24px;
}
.hatena-module-title a {
  color: #666;
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  display: block;
  margin-left: 80px;
}
.hatena-module-profile .id a {
  color: #666;
}
.hatena-module-profile .profile-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
}
.search-form {
  position: relative;
}
.search-module-input {
  width: 278px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 40px;
}
.search-module-button {
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224154757.gif) no-repeat center center;
  text-indent: -300px;
}
.hatena-urllist {
  list-style: none;
}
.hatena-urllist a {
  color: #666;
}
.hatena-urllist a:visited {
  color: #999;
}
.hatena-urllist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* @Page
====================================== */
.page-entry {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224165748.jpg);
}
.page-about {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164651.jpg);
}
.page-entries-year-month-day,
.page-archive {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164425.jpg);
}
.page-archive #top-box {
  position: absolute;
  width: 100%;
}
.page-archive #top-box {
  margin-top: 50px;
  color: #666;
  font-size: 14px;
}
#top-box .breadcrumb a {
  color: #666;
}
.page-archive #main-inner::before,
.page-about #main-inner::before {
  display: block;
  margin: 63px 0 20px;
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.page-archive #main-inner::before {
  content: 'Archive';
}
.page-about #main-inner::before {
  content: 'About';
}
.page-archive #main section {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.page-archive #main a {
  color: #666;
}
.page-archive #main a:visited {
  color: #999;
}
.page-archive #main h1 {
  font-size: 14px;
}
.page-archive #main ul {
  list-style: none;
}
.page-archive #main li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-archive #main li .categories {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.page-archive #main li .entry-title {
  font-size: 28px;
  line-height: 1.4;
}
.page-about .entry-content dt {
  float: left;
  width: 190px;
  padding: 20px 0;
}
.page-about .entry-content dd {
  min-height: 26px;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */

/* Top Page */
// .page-index { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399); }

/* Entry Page */
//.page-entry { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399); }

/* Daily Page */
//.page-entries-year-month-day { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399; }

/* Archive Page */
//.page-archive { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399); }

/* About Page */
//.page-about { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399); }

/* Search Page */
//.page-search { background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399); }
/*
#title a {
  color: #aaa;
}
#blog-description {
  color: #aaa;    
}
*/
/* https://cdn-ak.f.st-hatena.com/images/fotolife/r/rick08/20140109/20140109000311_original.jpg?1389193399 以前の画像　*/