/* <system section="theme" selected="8454420450079856764"> */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);

/* Common */
/* line 12, scss/ace-blue.scss */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  background-color: #fff;
}

/* line 19, scss/ace-blue.scss */
a {
  color: #67AACE;
}
/* line 21, scss/ace-blue.scss */
a:hover {
  color: #4094c2;
}

/* line 28, scss/ace-blue.scss */
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited, h6 a, h6 a:hover, h6 a:visited {
  color: #333;
  text-decoration: none;
}

/* line 34, scss/ace-blue.scss */
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #D8D8D8;
  color: #454545;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
/* line 45, scss/ace-blue.scss */
#globalheader-container {
  background-color: #DAE9ED;
  color: #454545;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* container */
/* line 56, scss/ace-blue.scss */
#container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #DAE9ED;
  background: #fff;
  padding: 37px 30px 0;
  overflow: hidden;
  *zoom: 1;
}

/* line 66, scss/ace-blue.scss */
.globalheader-off #container {
  padding-top: 0;
}

/* 2カラムレイアウト */
/* line 72, scss/ace-blue.scss */
#main {
  width: 650px;
  float: left;
  border-right: 1px dashed #D8D8D8;
}

/* line 78, scss/ace-blue.scss */
#box2 {
  width: 328px;
  float: left;
  font-size: 85%;
  line-height: 1.5;
}

/* header */
/* line 87, scss/ace-blue.scss */
#blog-title {
  padding: 60px 0;
  text-align: center;
  border-bottom: 3px solid #DAE9ED;
  font-family: 'Lato', sans-serif;
}

/* line 94, scss/ace-blue.scss */
#title {
  margin: 0;
  font-size: 260%;
}
/* line 97, scss/ace-blue.scss */
#title a {
  color: #454545;
}

/* line 102, scss/ace-blue.scss */
#blog-description {
  color: #abb4b7;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}

/* ヘッダ画像を設定したとき */
/* line 112, scss/ace-blue.scss */
.header-image-enable #title {
  padding-top: 70px;
}

/* パンくず（カテゴリーページで表示されます） */
/* line 119, scss/ace-blue.scss */
#top-box {
  font-size: 90%;
}
/* line 121, scss/ace-blue.scss */
#top-box .breadcrumb {
  border-bottom: 3px solid #DAE9ED;
  padding: 10px;
}

/* entry */
/* line 130, scss/ace-blue.scss */
.entry {
  position: relative;
  background: #fff;
  padding: 40px 40px 80px 0;
  border-top: 1px solid #D8D8D8;
}
/* line 135, scss/ace-blue.scss */
.entry:first-child {
  border-top: none;
}

/* line 140, scss/ace-blue.scss */
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

/* line 147, scss/ace-blue.scss */
.entry-title {
  font-family: YuGothic, '游ゴシック', sans-serif;
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}

/* 日付 */
/* line 156, scss/ace-blue.scss */
.date {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 110%;
}
/* line 161, scss/ace-blue.scss */
.date a {
  color: #67AACE;
  text-decoration: none;
  font-size: 90%;
}
/* line 165, scss/ace-blue.scss */
.date a:before {
  content: "・";
}
/* line 168, scss/ace-blue.scss */
.date a:after {
  content: "・";
}

/* カテゴリ */
/* line 176, scss/ace-blue.scss */
.categories {
  margin-top: 10px;
  font-size: 80%;
  text-align: right;
}
/* line 180, scss/ace-blue.scss */
.categories a {
  color: #67AACE;
  border-bottom: 3px solid #DAE9ED;
  text-decoration: none;
  display: inline-block;
  padding: 0 3px 2px;
  line-height: 1.2;
  margin: 0 0 0 5px;
}
/* line 188, scss/ace-blue.scss */
.categories a:hover {
  border-bottom: 3px solid #a7cad4;
}
/* line 192, scss/ace-blue.scss */
.categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */
/* line 198, scss/ace-blue.scss */
.entry-header-menu {
  position: absolute;
  top: 0px;
}

/* line 205, scss/ace-blue.scss */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
}
/* line 210, scss/ace-blue.scss */
.entry-content p {
  margin: 0 0 1em 0;
}
/* line 214, scss/ace-blue.scss */
.entry-content img {
  max-width: 100%;
}
/* line 218, scss/ace-blue.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
/* line 223, scss/ace-blue.scss */
.entry-content h1 {
  font-size: 160%;
}
/* line 227, scss/ace-blue.scss */
.entry-content h2 {
  font-size: 150%;
}
/* line 231, scss/ace-blue.scss */
.entry-content h3 {
  font-size: 140%;
}
/* line 235, scss/ace-blue.scss */
.entry-content h4 {
  font-size: 130%;
}
/* line 239, scss/ace-blue.scss */
.entry-content h5 {
  font-size: 110%;
}
/* line 243, scss/ace-blue.scss */
.entry-content h6 {
  font-size: 100%;
}
/* line 247, scss/ace-blue.scss */
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
/* line 252, scss/ace-blue.scss */
.entry-content table img {
  max-width: none;
}
/* line 257, scss/ace-blue.scss */
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
/* line 263, scss/ace-blue.scss */
.entry-content table th {
  background: #f5f5f5;
}
/* line 266, scss/ace-blue.scss */
.entry-content hr {
  border: none;
  width: 70px;
  border-top: 1px solid #D8D8D8;
  margin: 60px auto;
}
/* line 272, scss/ace-blue.scss */
.entry-content blockquote {
  border: 1px dashed #D8D8D8;
  margin: 0 0 10px;
  padding: 20px;
}
/* line 276, scss/ace-blue.scss */
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 282, scss/ace-blue.scss */
.entry-content pre {
  border: 1px dashed #D8D8D8;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
/* line 289, scss/ace-blue.scss */
.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;
}
/* line 298, scss/ace-blue.scss */
.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;
}
/* line 308, scss/ace-blue.scss */
.entry-content .hatena-asin-detail {
  border: 1px dashed #D8D8D8;
}
/* line 310, scss/ace-blue.scss */
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}

/* entry-footer */
/* line 319, scss/ace-blue.scss */
.entry-footer {
  margin-top: 10px;
}

/* line 323, scss/ace-blue.scss */
.entry-footer-section {
  font-size: 80%;
  color: #999;
}
/* line 326, scss/ace-blue.scss */
.entry-footer-section a {
  color: #999;
}

/* line 331, scss/ace-blue.scss */
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* コメント */
/* line 338, scss/ace-blue.scss */
.leave-comment-title {
  color: #67AACE;
  border-bottom: 3px solid #DAE9ED;
  text-decoration: none;
  display: inline-block;
  padding: 0 8px 4px;
  line-height: 1.2;
  font-weight: bold;
}
/* line 346, scss/ace-blue.scss */
.leave-comment-title:hover {
  border-bottom: 3px solid #a7cad4;
}

/* line 350, scss/ace-blue.scss */
.comment-box {
  margin: 30px 0 0 0;
}
/* line 352, scss/ace-blue.scss */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
/* line 360, scss/ace-blue.scss */
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
}
/* line 364, scss/ace-blue.scss */
.comment-box li:first-child {
  border-top: 1px dashed #D8D8D8;
}
/* line 369, scss/ace-blue.scss */
.comment-box .read-more-comments {
  padding-left: 0;
}
/* line 373, scss/ace-blue.scss */
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
}

/* line 383, scss/ace-blue.scss */
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* line 388, scss/ace-blue.scss */
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
/* line 393, scss/ace-blue.scss */
.comment-content p {
  margin: 0 0 10px 0;
}

/* line 398, scss/ace-blue.scss */
.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0;
}
/* line 402, scss/ace-blue.scss */
.comment-metadata a {
  color: #999;
}

/* sidebar */
/* line 409, scss/ace-blue.scss */
.hatena-module {
  margin-bottom: 5px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 29px 40px 29px;
}
/* line 414, scss/ace-blue.scss */
.hatena-module:first-child {
  border-top: none;
}
/* line 417, scss/ace-blue.scss */
.hatena-module:last-child {
  border-bottom: none;
}

/* line 422, scss/ace-blue.scss */
.hatena-module-title {
  font-family: 'Lato', sans-serif;
  color: #67AACE;
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
/* line 429, scss/ace-blue.scss */
.hatena-module-title:before {
  content: "・";
}
/* line 432, scss/ace-blue.scss */
.hatena-module-title:after {
  content: "・";
}
/* line 435, scss/ace-blue.scss */
.hatena-module-title a {
  color: #67AACE;
  text-decoration: none;
}
/* line 438, scss/ace-blue.scss */
.hatena-module-title a:hover {
  text-decoration: underline;
}

/* Profile module */
/* line 448, scss/ace-blue.scss */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 453, scss/ace-blue.scss */
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
/* line 460, scss/ace-blue.scss */
.hatena-module-profile .profile-description {
  font-size: 90%;
}
/* line 462, scss/ace-blue.scss */
.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
/* line 473, scss/ace-blue.scss */
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 478, scss/ace-blue.scss */
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px dashed #D8D8D8;
  line-height: 1.5;
}
/* line 483, scss/ace-blue.scss */
.hatena-urllist li a {
  text-decoration: none;
}

/* Search module */
/* line 494, scss/ace-blue.scss */
.hatena-module-search-box .search-form {
  border: 1px dashed #D8D8D8;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 502, scss/ace-blue.scss */
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
/* line 512, scss/ace-blue.scss */
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* Pager */
/* line 527, scss/ace-blue.scss */
.pager {
  margin: 1em 0;
  padding: 0 40px 40px 0;
}
/* line 531, scss/ace-blue.scss */
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
/* line 537, scss/ace-blue.scss */
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}

/* Footer */
/* line 547, scss/ace-blue.scss */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 80%;
}
/* line 554, scss/ace-blue.scss */
#footer p {
  margin: 0;
}
/* line 558, scss/ace-blue.scss */
#footer a {
  color: #999;
}

/* About ページ */
/* line 568, scss/ace-blue.scss */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
/* line 575, scss/ace-blue.scss */
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}

/* archive ページ */
/* line 586, scss/ace-blue.scss */
.page-archive .archive-entries .archive-entry {
  padding: 20px 40px 30px 0;
  border-bottom: 1px solid #D8D8D8;
}
/* line 589, scss/ace-blue.scss */
.page-archive .archive-entries .archive-entry:last-child {
  border-bottom: none;
}
/* line 594, scss/ace-blue.scss */
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
/* line 599, scss/ace-blue.scss */
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
  text-align: left;
}
/* line 602, scss/ace-blue.scss */
.page-archive .archive-entries .categories a {
  margin: 0 5px 0 0;
}
/* line 607, scss/ace-blue.scss */
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}

/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 4, scss/_media-queries.scss */
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (max-width: 1024px) {
  /* line 14, scss/_media-queries.scss */
  #globalheader-container {
    position: static;
  }

  /* line 17, scss/_media-queries.scss */
  .entry {
    padding: 40px 0px 80px 0;
  }

  /* line 20, scss/_media-queries.scss */
  .hatena-module {
    padding: 20px 0px 30px 0px;
  }

  /* line 23, scss/_media-queries.scss */
  .pager {
    padding: 0 0 40px 0;
  }

  /* line 26, scss/_media-queries.scss */
  #container {
    width: 80%;
    word-wrap: break-word;
    overflow: hidden;
  }

  /* line 32, scss/_media-queries.scss */
  #main {
    width: 100%;
    float: none;
    border-right: none;
  }

  /* line 38, scss/_media-queries.scss */
  #box2 {
    width: 100%;
    float: none;
    border-top: 3px solid #DAE9ED;
  }

  /* line 44, scss/_media-queries.scss */
  #box2-inner {
    width: 100%;
  }

  /* line 48, scss/_media-queries.scss */
  .hatena-module {
    width: 100%;
    float: none;
  }

  /* line 53, scss/_media-queries.scss */
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {
  /* line 62, scss/_media-queries.scss */
  #container {
    width: 93.75%;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  /* line 71, scss/_media-queries.scss */
  #container {
    padding: 0;
  }

  /* line 74, scss/_media-queries.scss */
  #container-inner {
    padding: 0 10px;
  }

  /* line 77, scss/_media-queries.scss */
  #blog-title {
    padding: 30px 0;
  }

  /* line 80, scss/_media-queries.scss */
  #title {
    font-size: 200%;
  }
}

/* </system> */