/* --------------- mixins --------------- */
/* -------------- variables -------------- */
/* --------------- main --------------- */
body {
  background-image: url("http://cdn-ak.f.st-hatena.com/images/fotolife/H/Hash/20140302/20140302195555.png?1393757769");
  color: #505050;
  line-height: 1.8;
}

#blog-caption {
  color: dimgrey;
  margin: 10px 20px 0 20px;
  font-family: "Bad Script", cursive;
  z-index: 100;
}

#wrapper {
  float: left;
  background: #f8f8f8;
  margin: 10px 20px;
  padding: 20px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) ;
  width: 66%;
}

#wrapper .entry-content {
  padding: 0 10px;
}

aside#box2 {
  background: #f8f8f8;
  margin: 10px 20px;
  padding: 20px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) ;
  float: left;
  width: 20%;
}

article {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 white ;
  -moz-box-shadow: 0 1px 0 white ;
  box-shadow: 0 1px 0 white ;
  /* ---- entry - main ---- */
  /* ---- entry - footer ---- */
}
article header .date > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 3px 5px;
  background: dimgrey;
  color: #f8f8f8;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 20px;
}
article header .date > a:hover {
  background: #f8f8f8;
  color: dimgrey;
}
article header a.entry-title-link {
  text-decoration: none;
  font-size: 30px;
  color: dimgrey;
  line-height: 1.4;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.4);
}
article header a.entry-title-link:hover {
  border-bottom: 1px dotted dimgrey;
}
article header .categories {
  float: right;
}
article header .categories a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 3px 5px;
  background: #3b982b;
  color: #f8f8f8;
  text-decoration: none;
}
article header .categories a:hover {
  background: #f8f8f8;
  color: #3b982b;
}
article header .entry-header-menu > a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 3px 5px;
  background: #f8f8f8;
  color: dimgrey;
  text-decoration: none;
}
article header .entry-header-menu > a:hover {
  background: dimgrey;
  color: #f8f8f8;
}
article .entry-content h4 {
  line-height: 1.4;
  font-size: 16px;
  border-bottom: 1px dotted #3b982b;
  border-left: 10px solid #3b982b;
  padding-left: 10px;
  margin-bottom: 0;
}
article .entry-content h5 {
  line-height: 1.4;
  font-size: 12px;
  border-left: 5px solid #3b982b;
  padding-left: 10px;
  margin-bottom: 0;
}
article .entry-content blockquote {
  background: white;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  -moz-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
}
article .entry-content pre.code {
  background: white;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  -moz-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
}
article div.footnote {
  border-top: 1px dotted #d0d0d0;
  padding: 10px 20px;
}
article footer.entry-footer {
  border-top: 1px dotted #d0d0d0;
}
article footer.entry-footer .entry-footer-time > a {
  text-decoration: none;
  color: seagreen;
}
article footer.entry-footer .comment-box {
  line-height: 1.4;
  margin-bottom: 10px;
}
article footer.entry-footer .comment-box li {
  list-style: none;
}
article footer.entry-footer .comment-box .comment-content {
  background: white;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  -moz-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
}
article footer.entry-footer .comment-box a.leave-comment-title {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 3px 5px;
  background: #f8f8f8;
  color: dimgrey;
  text-decoration: none;
  padding: 5px 10px;
}
article footer.entry-footer .comment-box a.leave-comment-title:hover {
  background: dimgrey;
  color: #f8f8f8;
}

article .entry-content table {
  background: white;
  padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  -moz-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) ;
}

article .entry-content table thead th {
  padding: 0px 5px;
  background: #ddd;
}

article .entry-content table tbody td {
	border-bottom: 1px dotted #ddd;
	padding-right: 10px;
}

.pager {
  float: right;
}
.pager a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 3px 5px;
  background: dimgrey;
  color: #fafafa;
  text-decoration: none;
  margin: 0 10px;
}
.pager a:hover {
  background: #fafafa;
  color: dimgrey;
}

footer#footer {
  border-top: 5px solid seagreen;
  background: #4a4a4a;
  clear: both;
  height: 50px;
  padding: 20px;
}
footer#footer a {
  text-decoration: none;
  color: #fafafa;
}

/* ------------------------ archive ------------------------ */
section.archive-entry {
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 white ;
  -moz-box-shadow: 0 1px 0 white ;
  box-shadow: 0 1px 0 white ;
  margin: 10px 0;
}
section.archive-entry .date {
  width: 10%;
  float: left;
  margin-top: 0.5em;
}
section.archive-entry .date a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 3px 5px;
  background: dimgrey;
  color: #f8f8f8;
  text-decoration: none;
}
section.archive-entry .date a:hover {
  background: #f8f8f8;
  color: dimgrey;
}
section.archive-entry h1.entry-title {
  margin: 0 10px;
  width: 75%;
  float: left;
}
section.archive-entry h1.entry-title a {
  text-decoration: none;
  color: dimgrey;
}
section.archive-entry h1.entry-title a:hover {
  border-bottom: 1px dotted dimgrey;
}
section.archive-entry .categories {
  margin: 10px 0;
  clear: both;
}
section.archive-entry .categories a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 3px 5px;
  background: #3b982b;
  color: #f8f8f8;
  text-decoration: none;
}
section.archive-entry .categories a:hover {
  background: #f8f8f8;
  color: #3b982b;
}
section.archive-entry .entry-thumb {
  display: none;
}
section.archive-entry .entry-description {
  clear: both;
}
section.archive-entry .social-buttons {
  float: right;
  margin-bottom: 10px;
}

/* -------------------------- link -------------------------- */
.entry-content a, .entry-footer a, aside#box2 a {
  text-decoration: none;
}
.entry-content a:link, .entry-footer a:link, aside#box2 a:link {
  color: seagreen;
  border-bottom: 1px solid #d0d0d0;
}
.entry-content a:visited, .entry-footer a:visited, aside#box2 a:visited {
  color: #2b9798;
  border-bottom: 0px solid #f8f8f8;
}
.entry-content a:hover, .entry-footer a:hover, aside#box2 a:hover {
  background-color: thistle;
  color: blueviolet;
  position: relative;
  left: 1.5px;
  top: 1px;
}
.entry-content a.keyword, .entry-footer a.keyword, aside#box2 a.keyword {
  color: #969696;
  border: none;
}
.entry-content a.keyword:hover, .entry-footer a.keyword:hover, aside#box2 a.keyword:hover {
  border-bottom: 1px dotted #d0d0d0;
  background-color: #f8f8f8;
  left: 0px;
  top: 0px;
}
.entry-content a[name], .entry-footer a[name], aside#box2 a[name] {
  border: none;
  margin: 0 5px;
}

/* -------------------------- star -------------------------- */
.hatena-star-star-image {
  background-image: url(http://f.hatena.ne.jp/images/fotolife/H/Hash/20071230/20071230030831.png);
}

.hatena-star-green-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/H/Hash/20071230/20071230030832.png);
}

.hatena-star-red-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/H/Hash/20071230/20071230030830.png);
}

.hatena-star-blue-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/H/Hash/20071230/20071230030829.png);
}

.hatena-star-temp-star-image {
  background-image: url(http://img.f.hatena.ne.jp/images/fotolife/H/Hash/20071230/20071230030833.png);
}

