@charset "utf-8";
/* Reset CSS */
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;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END Reset */
/* base */
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #666666;
}
a {
  color: #456898;
}
a:hover {
  color: #073472;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
}
#container-inner {
  text-align: left;
}
#blog-title {
  padding: 70px 0;
}
#title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 24px;
}
#title a {
  text-decoration: none;
  color: #222;
}
#blog-description {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-left: 1em;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 560px;
  float: left;
}
.entry {
  margin-bottom: 80px;
}
.entry-header {
  margin-bottom: 20px;
  position: relative;
}
.date {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.entry-title a {
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 12px;
}
.categories a {
  margin-right: 0.5em;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  width: 830px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  line-height: 1.3;
  font-size: 13px;
}
#footer img {
  vertical-align: middle;
}
/* Comment */
.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}
.leave-comment-title:hover {
  text-decoration: underline;
}
/* Entry-Content */
.entry-content {
  font-size: 15px;
  line-height: 1.7;
}
.entry-content p {
  margin: 0.7em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 130%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
a,
pre {
  word-break: break-all;
  overflow: hidden;
}
pre {
  font-size: 12px;
  padding: 10px;
  white-space: pre-wrap;
  border: 1px solid #ccc;
}
.entry-content a:visited {
  color: #aaa;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}
/* Sidebar */
#box2 {
  width: 300px;
  float: right;
  font-size: 14px;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  font-size: 12px;
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.7em;
}
.hatena-module-body {
  line-height: 1.5;
}
/*
.hatena-module-body p,
.hatena-module-body div {
    margin: 0.7em 0;
}
*/
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 260px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=7e8f52a8b3c62d42414167c5159e73') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @Archive */
.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  margin-top: 10px;
}
/* Catengory */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}