@charset "utf-8";

/* //////////////////////////////////////////////////
[ RESET ]
////////////////////////////////////////////////// */

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, canvas, progress {
    background: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
details, hgroup, main, summary, article, header, footer,
aside, figure, figcaption, nav, section {
  display: block;
}
audio, canvas, progress, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden],
template { display: none; }
body {
  line-height: 1;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
}
ol, ul, dl { list-style: none; list-style-type: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
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 {
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}
input, select { vertical-align: middle; }
.print_next { page-break-before: always; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/* //////////////////////////////////////////////////
[ GLOBAL ]
////////////////////////////////////////////////// */

html, body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333;
}
a {
  color: #1487bd;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover { opacity: .7; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}

/* globalheader */
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.globalheader-off #container {
  padding-top: 0;
}

/* container */
#container {
  width: 100%;
}
#container #content {
  display: block;
  margin: -70px auto 0;
  padding: 0 20px;
  max-width: 1280px;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#content-inner{
  display: flex;
  justify-content: space-between;
}
#wrapper{
  width: 100%;
  margin-right: 30px;
}

/* ブログタイトル */
#blog-title {
  border-bottom: 10px solid #095493;
  width: 100%;
}
.header-image-enable #blog-title #blog-title-inner{
  background-size: cover;
  background-position: 0 -200px !important;
  height: 375px;
}
@media screen and (max-width: 900px) {
  .header-image-enable #blog-title #blog-title-inner{
    background-position: unset !important;
  }
}
#blog-title-content{
  background-color: rgba(255,255,255,.8);
  height: 100%;
}
.header-image-enable #blog-title #title {
  background-color: rgba(9,84,147,.15);
  font-family: 'Josefin Slab';
  font-size: 2.6rem;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 125px 0 0;
  text-align: center;
}
.header-image-enable #blog-title #title a {
  color: #095493;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

/* タイトル下 */
#top-editarea {
  position: relative;
  text-align: center;
  top: -215px;
}
#top-editarea p { font-family: 'Josefin Slab'; font-size: 1.2rem; }
#top-editarea a, #top-editarea a:visited { text-decoration: none; color: #095493; }
#top-editarea span.button {
  border: solid 1px #095493;
  display: inline-block;
  margin-top: 25px;
}
#top-editarea span.button a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 20px 25px;
}
#top-editarea span.button a:hover { background: rgba(255,255,255,.2); }
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}

/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
  position: relative;
  top: -80px;
}
/* 日付 */
.date {
  border-bottom: solid 1px #095493;
  font-weight: bold;
  margin-bottom: 10px;
}
.date a {
  border-bottom: solid 3px #095493;
  color: #095493;
  display: inline-block;
  font-size: 1.6em;
  padding: 0 5px 3px;
}

/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  position: relative;
}
.entry-title {
  font-size: 2em;
  margin: 25px 5px;
  padding: 0;
  line-height: 1.5;
}
/* カテゴリ */
.categories {
  font-size: 80%;
  margin-top: 10px;
}
.categories a {
  border: 1px solid #095493;
  border-radius: 3px;
  color: #095493;
  margin-right: 3px;
  padding: 3px 5px;
}
.categories a:hover {
  background: #095493;
  color: #fff;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 1.0em;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content .thumbnail {
    height: 400px;
    overflow: hidden;
}
.entry-content .thumbnail img {
  position: relative;
  width: 100%;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .entry-content .thumbnail {
    height: inherit;
  }
  .entry-content .thumbnail img {
    top: 0;
  }
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #095493;
  margin: 25px 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 1.6em;
  border-bottom: solid 2px #095493;
  padding: 0 5px;
}
.entry-content h2 {
  font-size: 1.5em;
  color: #fff;
  background: #63A9CE;
  padding: 5px;
  border-radius: 3px;

}
.entry-content h3 {
  font-size: 1.4em;
}
.entry-content h4 {
  font-size: 1.4em;
  border-bottom: solid 2px #095493;
  padding: 0 5px;
}
.entry-content h5 {
  font-size: 1.2em;
  color: #fff;
  background: #63A9CE;
  padding: 5px;
  border-radius: 3px;
}
.entry-content h6 {
  font-size: 1.4em;
  border-top: solid 3px #095493;
  border-bottom: solid 1px #095493;
  padding: 8px 5px;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f0f8ff;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
  font-size: .8em;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content ul {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.entry-content ul li {
  line-height: 1.1;
  padding: 0.5em 2.1em;
  list-style-type: none!important;
}
.entry-content ul li:before {
  content: "●";
  position: absolute;
  left: 1em;
  color: #1F6ED4;
}
.entry-content dl {
  margin-top: 50px;
}

/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 1rem;
  color: #999999;
  margin: 0 0 25px;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
.social-buttons, .hatena-star-container {
  display: inline-block;
}
.star-navigation-tooltip {
  display: none;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.7;
}
.comment-box li {
  padding: 15px 0 15px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 15px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 18px;
  color: #FFF;
  background: #095493;
  text-align: center;
  border-radius: 3px;
  font-size: .8rem;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

/* sidebar */
#box2 {
  font-size: .8rem;
  line-height: 1.5;
  width: 400px;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  color: #095493;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.6rem;
  border-bottom: solid 3px #63A9CE;
  font-family: 'Josefin Slab';
  padding: 0 5px;
  line-height: 1;
}
.hatena-module-title a {
  color: #095493;
}
.hatena-module-body {
  padding: 0 5px;
}

/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}

.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=f9947fdf1627a1d1b3c8c87a6a5233) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Category module */
.hatena-module-category .hatena-urllist {
  display: flex;
  flex-wrap: wrap;
}
.hatena-module-category .hatena-urllist li {
  border: none;
  margin: 0 5px 5px 0;
  padding: 0;
}
.hatena-module-category .hatena-urllist li a {
  border: solid 1px #095493;
  border-radius: 5px;
  color: #095493;
  display: inline-block;
  padding: 5px 8px;
}
.hatena-module-category .hatena-urllist li a:hover {
  background: #095493;
  color: #fff;
}

#entry-footer-secondary-modules .hatena-module{
  margin-top: 50px;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
#bottom-editarea {
  margin-top: 100px;
  text-align: center;
}

/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.archive-heading {
  margin-bottom: 20px;
  background: #63A9CE;
  padding: 10px 5px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fff;
}
.archive-entry-header .date a {
  font-size: 1.2rem;
}
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
  padding: 0 5px;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
  padding: 0 5px;
}
.page-archive .categories a {
  font-size: 70%;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=f9947fdf1627a1d1b3c8c87a6a5233) no-repeat right center;
    background-size: 20px 20px;
  }
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .entry-content pre, .entry-content table {
    font-size: 1.4em;
  }
}*/
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 1024px) {
  #globalheader-container {
    position: static;
  }
  #container {
    overflow: hidden;
    padding-top: 0;
    width: 100%;
    word-wrap: break-word;
  }
  #content-inner {
    flex-wrap: wrap;
  }
  #wrapper {
    margin-right: 0;
    width: 100%;
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
/* Media Queries - Smartphone */
