/* <system section="theme" selected="12921228815731673304"> */
@charset "UTF-8";
/*
  Theme: monokai
  Author: Yoshimasa Aoki
  Description:
    はてなブログ用のmonokai風テーマです
  Responsive: yes

  Licensed under the GNU General Public License（GPL）
*/
.synSpecial {
  color: #e6db74; }

.synType {
  color: #66d9ef; }

.synComment {
  color: #75715e; }

.synPreProc {
  color: #f92672; }

.synIdentifier {
  color: #a6e22e; }

.synConstant {
  color: #ae81ff; }

.synStatement {
  color: #f92672; }

html {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #f8f8f2;
  background-color: #272822; }

body {
  margin: 0;
  color: #f8f8f2;
  background-color: #272822; }

article, aside, details, figcaption, figure, footer, header,
hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  color: #a6e22e;
  background: transparent; }
  a:active {
    outline: 0; }
  a:hover {
    outline: 0;
    color: #ae81ff; }
  a:visited {
    color: #ae81ff; }
  a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #f8f8f2;
    color: #f8f8f2; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold;
  color: #f92672; }

dfn {
  font-style: italic; }

h1 a, h2 a, h3 a, h4 a, h4 a, h6 a {
  color: #a6e22e;
  text-decoration: none; }
  h1 a:hover, h1 a:visited, h2 a:hover, h2 a:visited, h3 a:hover, h3 a:visited, h4 a:hover, h4 a:visited, h4 a:hover, h4 a:visited, h6 a:hover, h6 a:visited {
    color: #ae81ff;
    text-decoration: none; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h4, .entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  color: #f8f8f2;
  background-color: #ae81ff; }

small {
  font-size: 80%; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: Consolas, "Lucida Console", monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 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 #49483e;
  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; }

.clearfix, #container #content, #box2-inner, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, #box2-inner:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .entry-header-menu a, .leave-comment-title, .page-archive .categories a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.btn {
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #f8f8f2;
  background-color: #49483e;
  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 #49483e;
  text-decoration: none !important; }
  .btn:hover {
    background-color: #75715e;
    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-container {
  background-color: #49483e;
  color: #f8f8f2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px; }
  .globalheader-off #container {
    padding-top: 0; }

#main {
  width: 100%;
  float: none; }

#box2 {
  width: 100%;
  float: none; }

#box2-inner {
  width: 960px;
  overflow: hidden; }

.hatena-module {
  text-align: left;
  padding-right: 20px;
  width: 300px;
  float: left; }
  .hatena-module:nth-child(3n+1) {
    clear: both; }

#blog-title {
  margin: 30px 0;
  padding: 20px 0; }

#title {
  margin: 0; }
  #title a {
    color: #f92672;
    text-decoration: none; }

#blog-description {
  color: #75715e;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0; }

.header-image-enable #title {
  padding-top: 70px;
  padding-left: 20px; }
.header-image-enable #blog-description {
  padding-left: 20px; }

#top-box {
  margin: 10px auto 20px;
  font-size: 90%; }
  #top-box .breadcrumb {
    border: 1px solid #49483e;
    padding: 10px; }

.entry {
  position: relative;
  margin-bottom: 100px; }

.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #49483e;
  position: relative; }

.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%; }

.date {
  font-weight: bold;
  margin-bottom: 10px; }
  .date a {
    color: #a6e22e;
    text-decoration: none;
    font-size: 90%; }

.categories {
  margin-top: 10px;
  font-size: 80%; }
  .categories.no-categories {
    margin: 0; }
  .categories a {
    color: #66d9ef; }

.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px; }
  .entry-header-menu a {
    padding: 4px 10px 4px;
    margin-bottom: 0;
    line-height: 18px;
    color: #f8f8f2;
    background-color: #49483e;
    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 #49483e;
    text-decoration: none !important; }
    .entry-header-menu a:hover {
      background-color: #75715e;
      text-decoration: none !important; }

.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #49483e; }
  .entry-content p {
    margin: 0 0 1em 0; }
  .entry-content img {
    max-width: 100%; }
  .entry-content h1 {
    font-size: 160%; }
  .entry-content h2 {
    font-size: 150%; }
  .entry-content h3 {
    font-size: 140%; }
  .entry-content h4 {
    font-size: 130%; }
  .entry-content h5 {
    font-size: 110%; }
  .entry-content h6 {
    font-size: 100%; }
  .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 #49483e;
      padding: 5px 10px; }
    .entry-content table th {
      background: #49483e; }
  .entry-content blockquote {
    border: 1px solid #49483e;
    margin: 0 0 10px;
    padding: 20px; }
    .entry-content blockquote p {
      margin-top: 0;
      margin-bottom: 0; }
  .entry-content pre {
    border: 1px solid #49483e;
    margin: 0 0 10px;
    padding: 20px;
    white-space: pre; }
  .entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: 0;
    background: transparent;
    font-family: Consolas, "Lucida Console", monospace, monospace; }
  .entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #49483e;
    background-color: #272822;
    border-radius: 3px;
    font-family: Consolas, "Lucida Console", monospace, monospace; }
  .entry-content .hatena-asin-detail li {
    line-height: 1.4; }

.entry-footer {
  margin-top: 10px; }

.entry-footer-section {
  font-size: 80%;
  color: #75715e; }
  .entry-footer-section a {
    color: #75715e; }

.social-buttons, .entry-footer-html {
  margin: 10px 0; }

.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7; }
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #49483e;
  position: relative; }
  .comment-box li:first-child {
    border-top: 1px solid #49483e; }
.comment-box .read-more-comments {
  padding-left: 0; }
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  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: #75715e;
  margin: 0; }
  .comment-metadata a {
    color: #75715e; }

.leave-comment-title {
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #f8f8f2;
  background-color: #49483e;
  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 #49483e;
  text-decoration: none !important; }
  .leave-comment-title:hover {
    background-color: #75715e;
    color: #f8f8f2;
    text-decoration: none !important; }

#box2 {
  font-size: 85%;
  line-height: 1.5; }

.hatena-module {
  margin-bottom: 60px; }

.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%; }
  .hatena-module-title a {
    color: #a6e22e;
    text-decoration: none; }
    .hatena-module-title a:hover {
      text-decoration: underline; }

.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 #49483e;
    line-height: 1.5; }
    .hatena-urllist li a {
      text-decoration: none; }

.hatena-module-search-box .search-form {
  border: 1px solid #49483e;
  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: #f8f8f2;
  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) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
    filter: alpha(opacity=85); }

.pager {
  margin: 1em 0; }
  .pager .pager-prev {
    float: left;
    text-align: left;
    width: 45%; }
  .pager .pager-next {
    float: right;
    text-align: right;
    width: 45%; }

#footer {
  padding: 30px 0;
  text-align: center;
  color: #75715e;
  line-height: 1.5;
  font-size: 80%; }
  #footer p {
    margin: 0; }
  #footer a {
    color: #75715e; }

.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #49483e;
  margin-bottom: 5px; }
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px; }

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em; }
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em; }
.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%; }
.page-archive .categories a {
  color: #66d9ef;
  font-size: 70%;
  background: #272822;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 2px; }

/* 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) no-repeat right center;
    background-size: 20px 20px; } }
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #container {
    width: 724px; }

  #main {
    width: 460px; }

  #box2 {
    width: 245px; } }
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {
  #globalheader-container {
    position: static; }

  #container {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden; }

  #main {
    width: 100%;
    float: none; }

  #box2 {
    width: 100%;
    float: none; }

  #box2-inner {
    width: 100%; }

  .hatena-module {
    width: 100%;
    float: none; }

  .entry-header-menu {
    top: -30px;
    left: 0px; } }

/* </system> */