/* <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> */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff');
}*/

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 2;
}

.entry-header .entry-title {
  font-size: 25px;
  line-height: 1.3;
}

.code {
  margin-bottom: 5px;
  font-size: 12px;
}

/* Top Page */
.page-index { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964);
}

/* Entry Page */
.page-entry { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964); }

/* Daily Page */
.page-entries-year-month-day { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964); }

/* Archive Page */
.page-archive { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964); }

/* About Page */
.page-about { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964); }

/* Search Page */
.page-search { background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/p/pika_shi/20170504/20170504130909.png?1493870964); }

#twittr, #twittr div {
  /* See it in slo-mo, you can change this */
  transition-duration: .6s;
}

* { box-sizing: border-box; }

#twittr, #twittr .button { transition-timing-function: ease; }

section#twittr {
  display: inline-block;
  position: relative;
  padding: .375rem .375rem 0;
  height: 2.5rem;
  background: #A9ADB6;
  border-radius: .25rem;
  perspective: 300;
  box-shadow: 0 -1px 2px #fff, inset 0 1px 2px rgba(0,0,0,.2), inset 0 .25rem 1rem rgba(0,0,0,.1);
}


 .button { opacity: 0; }

.cover {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  transform-origin: center bottom;
  transform-style: preserve-3d;
  font: 1.25em/2 "icon";
  color: white;
  text-align: center;
  pointer-events: none;
  z-index: 100;
}

#twittr .innie, #twittr .outie, #twittr .spine, #twittr .shadow { position: absolute; width: 100%; }

#twittr .innie, #twittr .outie {
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.1) 100%);
  border-radius: .25rem;
}
#twittr .innie:after, #twittr .outie:after { content:"Twitter"; }

#twittr .innie {
  background-color: #67E2FE;
  text-shadow: 0 -2px 4px rgba(0,0,0,.2);
}

#twittr .spine {
  top: .25rem;
  background: #20C7F3;
  height: .25rem;
  transform: rotateX(90deg);
  transform-origin: center top;
}

#twittr .shadow {
  top: 100%;
  left: 0;
  height: 3.5rem;
  transform-origin: center top;
  transform: rotateX(90deg);
  opacity: 0;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, transparent 100%);
  border-radius: .4rem;

}

#twittr .outie {
  background-color: #2EC8FA;
  transform: translateZ(.25rem);
  text-shadow: 0 2px 4px rgba(0,0,0,.2);
}

#twittr:hover { background: #EBEFF2; }
#twittr:hover .button { opacity: 1; }
#twittr:hover .cover, #twittr:hover .innie, #twittr:hover .spine, #twittr:hover .outie, #twittr:hover .spine { transition-timing-function: cubic-bezier(.2,.7,.1,1.1); }

#twittr:hover .cover { transform: rotateX(-120deg);  }

#twittr:hover .innie { background-color: #3ADAFC; }
#twittr:hover .spine { background-color: #52B1E0; }
#twittr:hover .outie { background-color: #2174A0; color: rgba(255,255,255,0); }

#twittr:hover .shadow { 
  opacity: 1;
  transform: rotateX(45deg) scale(.95);
}


#twittr small {
  font: .8rem/1 sans-serif;
  padding-top: 4rem;
  color: #777;
}
#twittr small a { color: #222; text-decoration: none; border-bottom: thin solid #ccc; }
#twittr small a:hover { border-bottom-color: #222; }




#content {
  width: 1080px;
  /*background: #fff;*/
  opacity: 0.9;
  color: #666;
  margin: 0 auto;
}

#title {
  text-align: center;
}