/* <system section="theme" selected="afternoon"> */
@charset "utf-8";
@font-face {
  font-family: 'TitilliumText22LRegular';
  src: url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L003-webfont.eot?version=263e782f4058acf5109a8ca03f06e0');
  src: url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L003-webfont.eot?version=263e782f4058acf5109a8ca03f06e0') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L003-webfont.woff?version=263e782f4058acf5109a8ca03f06e0') format('woff'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L003-webfont.ttf?version=263e782f4058acf5109a8ca03f06e0') format('truetype'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L003-webfont.svg%23/fonts/public/titillium_text/TitilliumText22LRegular?version=263e782f4058acf5109a8ca03f06e0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LMedium';
  src: url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L004-webfont.eot?version=263e782f4058acf5109a8ca03f06e0');
  src: url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L004-webfont.eot?version=263e782f4058acf5109a8ca03f06e0') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L004-webfont.woff?version=263e782f4058acf5109a8ca03f06e0') format('woff'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L004-webfont.ttf?version=263e782f4058acf5109a8ca03f06e0') format('truetype'), url('https://cdn.blog.st-hatena.com/fonts/public/titillium_text/TitilliumText22L004-webfont.svg%23/fonts/public/titillium_text/TitilliumText22LMedium?version=263e782f4058acf5109a8ca03f06e0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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: 'TitilliumText22LRegular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: url('https://cdn.blog.st-hatena.com/css/theme/afternoon/theme18.png?version=263e782f4058acf5109a8ca03f06e0');
  color: #4d4d4d;
}
a {
  color: #4d4d4d;
}
a:hover {
  color: #6692c0;
  text-decoration: underline;
}
#blog-title {
  width: 860px;
  margin: 0  auto 40px auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.3em;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
/* @Custom Header-image */
.header-image-enable #blog-title,
.header-image-only #blog-title {
  margin: 20px auto;
}
.header-image-enable #blog-title #title {
  padding-top: 20px;
}
.header-image-enable #blog-title #title a {
  color: #fff;
  -moz-text-shadow: 0px 0px 10px #000;
  -webkit-text-shadow: 0px 0px 10px #000;
  text-shadow: 0px 0px 10px #000;
}
.header-image-enable #blog-description {
  font-weight: bold;
  color: #fff;
  -moz-text-shadow: 0px 0px 5px #000;
  -webkit-text-shadow: 0px 0px 5px #000;
  text-shadow: 0px 0px 5px #000;
}
#blog-title h1 {
  padding: 40px 0 0 0;
}
#blog-title a {
  color: #fff;
  text-decoration: none;
}
#blog-description {
  color: #fff;
  text-decoration: none;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin-top: 1em;
}
#content {
  background: #ffffff url('https://cdn.blog.st-hatena.com/css/theme/afternoon/content_bg.gif?version=263e782f4058acf5109a8ca03f06e0') repeat-x top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 50px 0;
  margin: 10px 0;
}
#content-inner {
  width: 860px;
  margin: 0 auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 580px;
  float: left;
}
.entry {
  padding-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.entry-inner {
  text-align: left;
}
.entry-header,
.entry-header a {
  color: #6692c0;
  text-decoration: none;
}
.entry-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.date {
  position: relative;
  letter-spacing: 0.4em;
  font-size: 12px;
  line-height: 1em;
}
.date-day {
  font-size: 60px;
  position: absolute;
  display: block;
  bottom: 10px;
  line-height: 60px;
  left: 0;
  letter-spacing: 0em;
}
.hyphen {
  display: none;
}
.date .date-year + .hyphen {
  display: inline;
}
.entry-title {
  font-size: 24px;
  margin: 20px 0 10px 0;
  line-height: 1.3;
}
.categories {
  margin-bottom: 5px;
}
.categories.no-categories {
  margin-bottom: 0;
}
.categories a:first-child:before {
  content: url('https://cdn.blog.st-hatena.com/css/theme/afternoon/category.png?version=263e782f4058acf5109a8ca03f06e0');
  margin-right: 5px;
}
.categories a {
  font-size: 12px;
  color: #666;
  margin-right: 1em;
}
.categories a:hover {
  color: #6692c0;
  text-decoration: underline;
}
.entry-header-menu {
  position: absolute;
  bottom: 0;
  left: -70px;
}
.entry-header-menu a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  color: #666;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.entry-footer {
  font-size: 13px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
#google_afc_user {
  margin: 1em 0 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.social-buttons {
  margin-top: 10px;
}
.pager {
  position: relative;
}
.pager a {
  text-decoration: none;
  font-weight: bold;
}
.pager span a {
  display: block;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  max-width: 250px;
}
.pager-next {
  position: absolute;
  right: 0;
}
.pager-prev {
  position: absolute;
  left: 0;
}
#footer {
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#footer a {
  text-decoration: none;
  color: #fff;
}
/* Comment */
.entry-comment {
  border-bottom: 1px solid #ddd;
}
.comment {
  margin: 10px 0 15px 0;
  padding: 0;
}
.comment li {
  list-style: none;
  padding: 8px 0;
}
.comment-user-name {
  font-weight: bold;
  margin: 0 0 3px 0;
}
.comment-user-name img {
  vertical-align: middle;
}
.comment-content p {
  margin: 0.5em 0;
  line-height: 1.3;
  word-wrap: break-word;
}
.comment-metadata {
  display: inline;
  font-size: 11px;
  color: #aaa;
}
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 12px;
  font-weight: bold;
  padding-left: 25px;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 200px;
  background: url('https://cdn.blog.st-hatena.com/css/theme/afternoon/comment.png?version=263e782f4058acf5109a8ca03f06e0') no-repeat 0 0;
}
.leave-comment-title:hover {
  background-position: 0 -30px;
}
/* Entry-content Textstyle */
.entry-content {
  font-size: 15px;
  line-height: 1.8;
}
.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;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.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 #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
}
.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;
}
pre {
  font-size: 13px;
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.entry-content a:visited {
  color: #aaa;
}
a.keyword {
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}
/* SIDEBAR */
#box2 {
  width: 230px;
  float: right;
  line-height: 1.3;
  word-wrap: break-word;
}
#box2 a {
  text-decoration: none;
}
.hatena-module {
  margin-bottom: 10px;
}
.hatena-module-title {
  color: #6692c0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1em;
}
.hatena-module-title:before {
  content: "\2731";
}
.hatena-module-body {
  font-size: 14px;
}
.hatena-module-profile .id {
  font-size: 16px;
  margin-left: 5px;
}
.hatena-module-profile .profile-description {
  margin: 5px 0;
  font-size: 13px;
}
.hatena-module-body li {
  list-style: circle;
  padding: 3px 0;
  margin-left: 1.5em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-module-body p {
  margin: 0 0 0.7em 0;
}
.hatena-module-recent-entries li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
/* @SEARCH */
.search-form {
  position: relative;
}
.search-module-input {
  padding: 5px 10px;
  width: 200px;
  height: 14px;
  margin: 0;
  font-size: 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transition: width 0.3s ease-out, border 0.3s ease-out;
  -moz-transition: width 0.3s ease-out, border 0.3s ease-out;
  -o-transition: width 0.3s ease-out, border 0.3s ease-out;
  -transition: width 0.3s ease-out, border 0.3s ease-out;
}
.search-module-button {
  height: 26px;
  width: 30px;
  border: none;
  text-indent: -999px;
  margin-left: -3px;
  cursor: pointer;
  background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=263e782f4058acf5109a8ca03f06e0') 50% 50% no-repeat;
  position: absolute;
  right: 8px;
  top: 0px;
}
.search-module-input:hover {
  border: 1px solid #666;
}
.hatena-module .search-module-input:focus {
  border: 1px solid #666;
}
.archive-module-calendar a {
  color: #6692c0;
}
/* CATEGORY */
.page-category-category_name #content {
  padding-top: 130px;
}
.page-category-category_name #top-box {
  width: 860px;
  margin: 0 auto;
  background: url('https://cdn.blog.st-hatena.com/css/theme/afternoon/curation-icons.png?version=263e782f4058acf5109a8ca03f06e0') no-repeat -120px 3px;
  position: relative;
  top: 80px;
  height: 30px;
}
.page-category-category_name .breadcrumb {
  margin-left: 30px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}
.page-category-category_name .breadcrumb:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-category-category_name .breadcrumb a,
.page-category-category_name .breadcrumb span {
  padding: 10px;
  float: left;
  display: block;
  color: #4d4d4d;
}
.page-category-category_name .breadcrumb a {
  border-right: 1px solid #dfdfdf;
}
/* Custom Html editarea */
#top-editarea,
#bottom-editarea {
  width: 860px;
  margin: 0 auto;
  color: #fff;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
/* @About  */
.page-about .entry {
  padding-top: 0;
}
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dt:before {
  content: "\2731";
  color: #6692c0;
  margin-right: 0.2em;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* Archive */
.page-archive #content {
  padding: 50px 0;
}
.page-archive #main-inner {
  font-size: 16px;
  margin-bottom: 40px;
}
.page-archive .archive-entry {
  margin-bottom: 50px;
}
.page-archive .archive-entry .date a {
  text-decoration: none;
}
.page-archive .categories {
  margin-bottom: 10px;
  display: block;
}
.page-archive .entry-title {
  font-size: 20px;
}
.page-archive .entry-title a {
  color: #6692c0;
  text-decoration: none;
}
.page-archive .entry-title:before {
  content: "\2731";
  color: #6692c0;
  margin-right: 0.2em;
}
.page-archive .entry-description {
  font-size: 90%;
  line-height: 1.5;
}
#google_afc_user.blog_user_a a {
  color: #6692c0 !important;
}
#google_afc_user.blog_user_a .google_ads_by a {
  color: #666 !important;
}

/* </system> */

/* <system section="background" selected="bg5"> */
body{ background-color:#486079; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme5.jpg?version=263e782f4058acf5109a8ca03f06e0'); background-repeat: no-repeat; background-attachment:fixed; background-position: center top; background-size:cover; }
/* </system> */

/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#000;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#e74c3c;
}

/* カテゴリー */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
    float: left;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
    margin: 0 5px 5px;
    color: #fff;
    padding: 5px;
    background-color: #19d1fa;
    text-decoration: none;
}

.hatena-module {
    clear: both;
    overflow: hidden;
}

#top-editarea {
    width: 100%;
    text-shadow: inherit;
}
#global-menu ul{
    list-style: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
}
    #global-menu ul li{
        display: inline-block;
    }
    #global-menu ul li a{
        text-decoration: none;
        display: block;
        padding: 1em;
    }
#content{
    margin-top: 0;
    background: #fff;/* ☆ */
    box-shadow: inherit;
}

.entry-content h3{
    color: #444444;
    background: #f3f3f3;
    padding: 10px 15px;
    border-left: 10px solid #6692c0;
    }

/*シェアボタン*/
.share-flat{
    margin-bottom: 10px;
    text-align: center;
}
.share-flat-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-flat .small-text{
    font-size: 10px;
}
.share-flat .hatena-bookmark-button{
    background: #00A4DE;
}
.share-flat .twitter-button{
    background: #55ACEE;
}
.share-flat .googleplus-button{
    background: #C53727;
}
.share-flat .facebook-button{
    background: #405BA7;
}
.share-flat .pocket-button{
    background: #EE4256;
}
.share-flat a:hover{
    opacity: 0.6;
}