@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: 1em;
}
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;
}
.entry-content a.external {
  font-style: normal;
  font-size: inherit;
  line-height: 1.75em;
}
.entry-content .fa-external-link::before {
  font-size: 0.75em;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #999999;
  text-decoration: none;
  background: transparent;
}
.entry-content a[href^="#"],
.entry-content a[href^="http://memowomome.hatenablog.com"],
#main .pager .pager-next a::after,
#main .pager .pager-prev a::before {
  color: #8888aa;
  font-weight: normal;
}
.entry-content a[href^="#"],
.entry-content a[href^="http://memowomome.hatenablog.com"]:hover,
#main .pager .pager-next a:hover::after,
#main .pager .pager-prev a:hover::before {
  color: #9999bb;
  font-weight: normal;
}
#main .entry-content a[href^="#f-"] {
  font-size: 11pt;
  color: #ccccdd;
}
#main .entry-content a[href^="#f-"]:hover {
  color: #9999bb;
}
ins {
  text-decoration: none;
}
mark {
  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;
  margin: 1em 0;
  padding: 0;
  background: #ddd;
}
input,
select {
  vertical-align: middle;
}
/* END Reset */
/* base */
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background:#f8f8f8;
  color: #222;
}
#blog-title,
.entry-header,
.entry-footer,
.entry-content p,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
  padding-left: 20px;
  padding-right: 5px;
}
a:hover {
  color:#888888;
/*   border-bottom: 2px #cbf1b9 solid; */
/*   border-bottom: 1px #b0e1ef solid; */
/*   border-bottom: 1px #c5eaf0 solid; */
/*   border-bottom: 1px #c5f3f0 solid; */
/*   border-bottom: 1px #33ccff solid; */
/*   border-bottom: 1px #aaddff solid; */
}
a.external,
.entry-content a.external {
  color: #6890c5;
}
.entry-content a.external:hover,
.entry-content a.external:hover .fa::before {
  color: #006FC5;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #555;
}
#container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  position: relative;
  top: -37px;
}
#container-inner {
  text-align: left;
}
#blog-title {
  display: block;
  width: 83.33333333%;
  float: right;
  background: transparent;
  position: relative;
  z-index: 50;
}
#blog-title {
  padding: 57px 0 0 0%;
}
#top-box {
  display: none;
}
#title {
  display: inline;
  *display: inline;
  *zoom: 1;
  font-size: 30pt;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W7', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 20px auto 0.4em;
  padding-left: 20px;
  letter-spacing: 0.2em;
  color: white;
  width: 100%;
  line-height: 1.4em;
  text-shadow:
    #000 1px 1px 0px,
    #000 -1px 1px 0px,
    #000 -1px -1px 0px,
    #000 1px -1px 0px,
    #000 1px 0px 0px,
    #000 0px 1px 0px,
    #000 -1px 0px 0px,
    #000 0px -1px 0px;
}
#title a {
  display: inline;
  text-decoration: none;
  color: white;
}
#blog-description {
  display: block;
  *display: block;
  *zoom: 1;
  font-size: 0.8em;
  margin: 5px auto 3.5px;
  padding-left: 20px;
  color: #777;
}
#content {
  position: relative;
  width: 100%;
}
#content::after {
  content: '';
  position: absolute;
  display: block;
  width: 83.33333333%;
  box-shadow: -1px 0px 0px rgba(180,180,180,0.15);
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 0;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
}
#contetn-inner {
  width: 100%;
}
#wrapper {
  width: 83.33333333%;
  float: right;
  padding: 0 0 0 0;
  background: transparent;
/*   box-shadow: -1px 0px 0px rgba(180,180,180,0.15); */
  position: relative;
  z-index: 500;
}
#main {

}
.entry {
  margin: 10em 0 0 0;
}
.entry-header,
.archive-entry {
  color: #8888aa;
  margin: 2em auto 2em;
  padding: 0 0 2px 18px;
  border-left: 2px solid #8888aa;
}
.entry-header a,
.archive-entry a {
  color: #8888aa;
}

.entry-header a:hover,
.archive-entry a:hover {
  color: #9999bb;
}
.entry-header .date,
.entry-header .date a,
.archive-entry .date,
.archive-entry .date a {
  line-height: 1em;
  height: 1em;
}
.entry-header .date time,
.archive-entry .date time {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', "Source Code Pro";
  font-size: 9pt;
  position: relative;
  top: -3px;
  line-height: 1em;
}
.entry-header .categories a,
.archive-entry .categories a,
#box2 .hatena-module-category .hatena-urllist li a {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #ccccdd;
  text-align: center;
  padding: 0 4px 0 4px;
  color: #fff;
  border-radius: 0px 2px 2px 0px;
  transition: 200ms background;
/*   border: none; */
  box-shadow: none;
  position: relative;
  left: 5px;
  width: auto;
  margin: 0.1em 8px 0.1em 0;
  white-space: nowrap;
}
#box2 .hatena-module-category .hatena-urllist li a {
  margin-right: 0px;
}
.entry-header .categories a::before,
.archive-entry .categories a::before,
#box2 .hatena-module-category .hatena-urllist li a::before {
  content: "";
  position: absolute;
  left: -10px;
  display: block;
  height: 0px;
  width: 0;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 10px;
  border-right-color: #ccccdd;
  border-right-style: solid;
  border-right-width: 10px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-left-color: initial;
  border-left-style: initial;
  border-left-width: 0px;
  vertical-align: bottom;
  margin: 0;
  transition: 200ms border-right-color;
}
.entry-header .categories a::after,
.archive-entry .categories a::after,
#box2 .hatena-module-category .hatena-urllist li a::after {
  content: "";
  background: #f7f7fa;
  position: absolute;
  left: -4.8px;
  top: 8px;
  z-index: 100;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
}
#box2 .hatena-module-category .hatena-urllist li a::after {
  background: #fff;
}
.entry-header .categories a:hover,
.archive-entry .categories a:hover,
#box2 .hatena-module-category .hatena-urllist li:hover a {
  background: #8888aa;
}
.entry-header .categories a:hover::before,
.archive-entry .categories a:hover::before,
#box2 .hatena-module-category .hatena-urllist li:hover a::before {
  border-right-color: #8888aa;
}
.date {
}
.date a {
}
.entry-title {
  font-size: 36pt;
  margin: 0;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25em;
}
.entry-title a {
}
.categories {
}
.categories a {
}
.entry-header .categories,
.entry-header .entry-header-menu,
.page-archive .categories {
  margin: .75em 0 0;
}
.entry-header .entry-header-menu {
  position: absolute;
  font-size: 12px;
}
#main .entry-content .footnote {
  font-size: 10pt;
}
.entry-footer-section,
#box2 .hatena-module-recent-comments li .user-id {
  margin: 0.4em 0;
  font-size: 12pt;
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-footer .hatena-star-container {
  margin: 0.4em 0;
}
.entry-footer .social-buttons {
}
.pager {
  display: block;
  width: 100%;
  height: auto;
  margin: .6em 0;
  position: relative;
/*   box-shadow: 0px -1px 0px rgba(100,100,100,0.15); */
}
.pager-next,
.pager-prev {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  line-height: 1.75em;
  margin: 2em 0;
  padding: 0 0 0 20px;
}
.pager-next a,
.pager-prev a {
  display: inline;
  position: relative;
  width: auto;
  height: auto;
  color: #8888aa;
  font-size: 24pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.pager-next a .pager-arrow,
.pager-prev a .pager-arrow {
  display: none;
}
.pager-next a::after {
  margin: 0 0 0 5px;
}
.pager-prev a::before {
  margin: 0 5px 0 0;
}
.pager-next a:hover::after,
.pager-prev a:hover::before {
  color: #9999bb;
}
.pager-next {
}
.pager-prev {
}
#footer {
  border-top: rgba(100,100,100,0.15) 1px solid;
  display: block;
  position: relative;
  top: -37px;
  width: 100%;
  height: 0px;
  color: #555;
  z-index: 100;
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#footer a {
  color: #555;
}
#footer-inner {
  padding: 8px 20px 0;
  color: #555;
  font-size: 14px;
  background: #fff;
  border-bottom: #fff 14px solid;
}
#footer-inner a {
  color: #555;
}
#footer-inner a:hover {
  color: #222;
}
#footer address,
#footer p {
  display: inline;
  position: relative;
  margin: 0;
  line-height: 16px;
  vertical-align: middle;
}
#footer address::after {
  content: " | ";
}
#footer address a img {
  display: none;
}
#main .entry-footer {
  margin-top: 4em;
  margin-bottom: 4em;
}
/* Comment */
.entry-footer .comment-box {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-footer .comment-box ul {
  list-style: none;
}
.entry-footer .comment-box ul li {
  margin: 2.4em 0;
}
.entry-footer .comment-box ul .read-more-comments {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: lighter;
}
.entry-footer .comment-box ul .read-more-comments:hover > a,
.entry-footer .comment-box ul .read-more-comments:hover > a::before {
  color: #666;
}
.entry-footer .comment-box ul .read-more-comments > a::before {
  position: relative;
  left: -5px;
}
.entry-comment {
}
.comment-user-name .hatena-id-icon {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.comment-user-name {
  line-height: 18px;
  font-size: 14px;
  vertical-align: middle;
  margin: 18px 0;
  transition: 200ms color;
}
.comment-user-name a {
  color: #777;
}
.comment-user-name a:hover {
  color: #666;
}
.comment-content {
  display: inline-block;
  background: #eeeef3;
  border-radius: 10px;
  padding: 12px 0;
  color: #555;
  width: auto;
  word-break: break-word;
}
.comment-content::before {
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 1px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 10px solid #eeeef3;
  position: absolute;
  left: 10px;
  top: 32px;
}
.comment-content p {
  line-height: 1.45em;
  margin: .4em 15px;
}
.comment-metadata {
  margin: 0.4em 10px;
}
.entry-footer .comment-box .leave-comment-title {
  font-size: 14px;
}
.entry-footer .comment-box .leave-comment-title:hover {
  color: #666;
}
/* Entry-Content */
.entry-content {
}
.entry-content p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.75em;
  padding: 0 40px;
  font-size: 12pt;
  max-width: 960px;
}
.entry-content p a.external {
  line-height: 1.75em;
}
.entry-content img {
  margin: 1.2em auto 1.2em 20px;
  max-width: 90%;
  display: block;
}
.entry-content p img {
  margin: 0.4em auto 0.4em 0;
  max-width: 90%;
  display: block;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.1em;
  font-weight: bold;
  letter-spacing: 0.02em;
  max-width: 1080px;
}
.entry-content h1 {
}
.entry-content h2 {
  font-size: 30pt;
  color: #333;
  margin: .8em 0;
  border-left: 2px solid #ccccdd;
  padding-left: 18px;
  font-weight: bold;
}
.entry-content h2 a,
.entry-content h2 code {
  color: #333;
}
.entry-content h2 a.keyword:hover {
  color: #555;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #444;
  margin: .8em 0;
}
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a,
.entry-content h3 code,
.entry-content h4 code,
.entry-content h5 code,
.entry-content h6 code {
  color: #444;
}
.entry-content h3 a.keyword:hover,
.entry-content h4 a.keyword:hover,
.entry-content h5 a.keyword:hover,
.entry-content h6 a.keyword:hover {
  color: #666
}
.entry-content h3 {
  font-size: 24pt;
  border-left: 2px solid #ddddee;
  padding-left: 18px;
}
.entry-content h4 {
  font-size: 15pt;
  border-left: 2px solid #eeeeff;
  padding-left: 18px;
}
.entry-content h5 {
  font-size: 14.5pt;
  border-left: 2px solid #efefff;
  padding-left: 18px;
}
.entry-content h6 {
  font-size: 14pt;
  border-left: 2px solid #f8f8ff;
  padding-left: 18px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
}
.entry-content ul,
.entry-content ol,
.entry-content dl {
  font-size: 12pt;
  padding-left: 80px;
  padding-right: 40px;
  color: #222;
  line-height: 1.75em;
}
.entry-content ul a,
.entry-content ol a,
.entry-content dt a,
.entry-content dd a{
  color: #707070;
}
.entry-content ul li,
.entry-content ol li,
.entry-content dt,
.entry-content dd {
  margin: 0.2em auto 0.2em auto;
}
.entry-content ul li p,
.entry-content ol li p,
.entry-content dt p,
.entry-content dd p {
  padding-left: 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ul li dd,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content ol li dd,
.entry-content dd ol,
.entry-content dd ul,
.entry-content dd dd,
.entry-content dd,
.entry-content blockquote ul,
.entry-content blockquote ol,
.entry-content blockquote dd {
  padding-left: 20px;
}
.entry-content dl dt {
  font-weight: bold;
}
.entry-content dl dd {
  margin-bottom: 1.75em;
}
.entry blockquote {
  margin: 1.35em 20px 1.95em 40px;
  padding: 1em 20px 1em 58px;
  font-size: 13.5pt;
  font-style: Normal;
  font-family: "Courier New", "Courier", 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fafafa;
  border-left: 2px solid #aaddff;
  box-shadow: 6px 6px 20px -2px rgba(80,80,80,0.6);
  position: relative;
  max-width: 960px;
}
.entry blockquote p {
  color: #707070;
  font-size: 13.5pt;
  line-height: 1.75em;
  padding-left: 0;
}
.entry blockquote p a {
  color: #666;
}
.entry blockquote ul,
.entry blockquote ol,
.entry blockquote dd {
  margin: 0.8em auto 0.8em;
}
.entry-content table {
  margin: 2em 5px 2em 40px;
  width: auto;
  border: #dfdfdf solid 1px;
}
.entry-content table th,
.entry-content table td,
.entry-content table th a,
.entry-content table td a {
  color: #222;
}
.entry-content table th,
.entry-content table td {
  padding: 1.4em 10px;
  border: #dfdfdf 1px solid;
  line-height: 2.1em;
}
.entry-content table th a:hover,
.entry-content table td a:hover {
  color: #222;
}
.entry-content table thead th,
.entry-content table thead th a {
  color: #222;
}
.entry-content table thead th a:hover {
  color: #666;
}
.entry-content table tr:nth-child(even) {
  background: #fcfcfc;
}
.entry-content table tr:nth-child(odd) {
  background: #fff;
}
.entry-content table thead tr:nth-child(1) {
  background: #f9f9f9;
}
pre,
code {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', 'Source Code Pro', monospace !important;
}
.entry-content code {
  background: white;
  border-color: #e7e7ea;
  font-size: 100%;
}
.entry-content pre {
  background: #f8f8f8;
  color: #555555;
  margin: 1.8em 0;
  padding: 2em;
  font-size: 1em;
  line-height: 1.4em;
  border-top: rgba(100,100,100,0.15) solid 1px;
  border-bottom: rgba(100,100,100,0.15) solid 1px;
}
.entry-content pre code {
  color: #555555;
}
.entry-content a:visited {
}
pre.lang-aa {
}
.hatena-asin-detail li {
}
/* Sidebar */
#box2 {
  display: block;
  float: left;
  width: 16.66666666%;
  padding: 55px 0 1%;
  position: relative;
  top: -126px;
  background: transparent;
  color: #999999;
}
#box2 a {
  color: #999999;
  transition: 200ms box-shadow, 200ms color;
}
#box2 a:hover {
  color: #666;
}
#box2 li {
  list-style: none;
}
#box2-title {
  margin: 40px 0 0 0;
}
#content-inner::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hatena-module {
  margin: 100px 0;
}
.hatena-module:first-child {
  margin-top: 40px;
}
.hatena-module-title {
  font-size: 12.5pt;
  margin: 0.3em 0;
  text-align: center;
  padding: 0 0 1.5em;
}
.hatena-module-title a,
.hatena-module-title a::before,
.hatena-module-title .fa::before {
  color: #909090;
  transition: 200ms box-shadow, 200ms text-shadow, 200ms color;
}
#box2 .hatena-module-archive .hatena-module-title a:hover::before,
#box2 .hatena-module-recent-entries .hatena-module-title a:hover::before,
#box2 .hatena-module-archive li.archive-module-year .archive-module-button:hover > span::before {
  color: #666;
  text-shadow: 0px 0px 8px #eeeeee;
  box-shadow: none;
}
.hatena-module .id {
  display: inline-block;
  margin: 0 auto 5px;
}
.profile-description {
  display: none;
}
.hatena-module-body li {
}
.hatena-module-body {
}
.hatena-module-profile {
  text-align: center;
}
.hatena-module-profile .hatena-module-title {
  display: none;
}
.hatena-module-profile img.profile-icon {
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(100,100,100,0.1);
}
#box2 .hatena-module-profile .hatena-id-link {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', "Source Code Pro";
  letter-spacing: normal;
  transition: 200ms color;
}
#box2 .hatena-module-profile .hatena-id-link span {
  transition: 200ms text-shadow;
}
#box2 .hatena-module-profile .hatena-id-link:hover span {
  text-shadow: 0px 0px 8px #eeeeee;
}
.hatena-module-profile .hatena-follow-button-box {
  height: 34px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hatena-module-profile .hatena-follow-button {
  background: transparent;
  border: 2px solid #909090!important;
  border-radius: 0px !important;
  color: #909090!important;
  text-align: center !important;
  padding: 6px 10px !important;
  transition: 200ms background, 200ms border, 200ms color !important;
  float: none;
}
.hatena-module-profile .hatena-follow-button:hover {
  color: #666 !important;
  border-color: #666 !important;
  background: #f0f0f0;
  box-shadow: none;
}
.hatena-follow-button-box i,
.hatena-follow-button-box u {
  border-right-color: #909090!important;
}
.hatena-follow-button-box .subscription-count-box {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.hatena-follow-button-box .subscription-count {
  background: transparent !important;
  border: 2px solid #909090!important;
  border-radius: 0px !important;
  color: #909090!important;
  margin: 6px 0;
  float: none;
}
/* @Module::Search */
.hatena-module-search-box {
  text-align: center;
}
#box2 .hatena-module-archive .hatena-module-title a,
#box2 .hatena-module-recent-entries .hatena-module-title a,
.hatena-module-circles .hatena-module-title,
.hatena-module-category .hatena-module-title,
.hatena-module-recent-comments .hatena-module-title,
.hatena-module-entries-access-ranking .hatena-module-title,
.hatena-module-search-box .hatena-module-title {
  color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1em;
}
.hatena-module-title a:hover {
  box-shadow: none;
}
.archive-module-hide-button::before,
.archive-module-show-button::before,
.entry-footer .comment-box .leave-comment-title::before,
.entry-footer .comment-box ul .read-more-comments > a::before,
#box2 .hatena-module-recent-comments li > .recent-comment-time time::before,
.pager .pager-next a::after,
.pager .pager-prev a::before,
#footer address a span::before,
#box2 .hatena-module-archive .hatena-module-title a::before,
#box2 .hatena-module-recent-entries .hatena-module-title a::before,
.hatena-module-recent-comments .hatena-module-title::before,
.hatena-module-circles .hatena-module-title::before,
.hatena-module-category .hatena-module-title::before,
.hatena-module-entries-access-ranking .hatena-module-title::before,
.hatena-module-search-box .hatena-module-title::before {
  display: inline-block;
  font-family: FontAwesome;
  color: #909090;
}
.pager .pager-next a::after,
.pager .pager-prev a::before,
.hatena-module-title a::before,
.hatena-module-title::before {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.archive-module-hide-button::before,
.archive-module-show-button::before,
.entry-footer .comment-box .leave-comment-title::before,
.entry-footer .comment-box ul .read-more-comments > a::before,
#box2 .hatena-module-recent-comments li > .recent-comment-time time::before,
.pager .pager-next a::after,
.pager .pager-prev a::before,
#footer address a span::before {
  width: 1.28571429em;
  text-align: center;
}
.hatena-module-title a::before,
.hatena-module-title::before {
  position: absolute;
  left: 0;
  right: 0;
}
.archive-module-hide-button::before,
.archive-module-show-button::before {
  position: absolute;
}
.archive-module-hide-button::before {
  content: "\f068";
}
.archive-module-show-button::before {
  content: "\f067";
}
.entry-footer .comment-box .leave-comment-title::before,
.entry-footer .comment-box ul .read-more-comments > a::before {
  content: "\f086";
}
#box2 .hatena-module-recent-comments li > .recent-comment-time time::before {
  content: "\f075";
}
.pager .pager-next a::after {
  content: "\f178";
}
.pager .pager-prev a::before {
  content: "\f177";
}
#footer address a span::before {
  content: "\f1f9";
}
.hatena-module-search-box .hatena-module-title::before {
  content: "\f002";
}
.hatena-module-entries-access-ranking .hatena-module-title::before {
  content: "\f201";
}
.hatena-module-category .hatena-module-title::before {
  content: "\f02c";
}
.hatena-module-archive .hatena-module-title a::before {
  content: "\f073";
}
#box2 .hatena-module-recent-entries .hatena-module-title a::before {
  content: "\f1ea";
}
.hatena-module-recent-comments .hatena-module-title::before {
  content: "\f0e5";
}
.hatena-module-circles .hatena-module-title::before {
  content: "\f0c0";
}
.search-module-input {
  border: 1.5px #ccc solid;
  padding: 2px 0;
  background: transparent;
}
.hatena-module-recent-entries .hatena-module-title,
.hatena-module-archive .hatena-module-title,
.hatena-module-recent-comments .hatena-module-title,
.hatena-module-entries-access-ranking .hatena-module-title {
  margin-bottom: 0;
  border-bottom: rgba(100,100,100,0.15) solid 1px;
/*   padding-bottom: 1.2em; */
}
.hatena-module-recent-entries li.recent-entries-item,
.hatena-module-entries-access-ranking li.entries-access-ranking-item {
  font-size: 11pt;
  margin: 0;
  padding: 0.7em 12%;
  border-top: rgba(255,255,255,0.07) solid 1px;
  border-bottom: rgba(100,100,100,0.15) solid 1px;
/*   font-weight: 400; */
  transition:200ms box-shadow, 200ms border, 200ms background;
}
#box2 .hatena-module-recent-entries li.recent-entries-item:hover,
#box2 .hatena-module-entries-access-ranking li.entries-access-ranking-item:hover,
#box2 .hatena-module-recent-comments li:hover {
  background: #f0f0f0;
  border-left: 4px solid #ddddff;
  border-top: rgba(180,180,180,0.1) solid 1px;
  box-shadow: inset 0px 0px 10px -2px rgba(140,140,140,.1);
}
#box2 .hatena-module-recent-entries li.recent-entries-item a,
#box2 .hatena-module-entries-access-ranking li.entries-access-ranking-item a,
.hatena-module-recent-comments li a {
  transition: 200ms box-shadow, 200ms box-shadow, 200ms color;
}
#box2 .hatena-module-recent-entries li.recent-entries-item a:hover,
#box2 .hatena-module-entries-access-ranking li.entries-access-ranking-item a:hover,
.hatena-module-recent-comments li a:hover {
/*   border-bottom: none; */
  box-shadow: none;
}
#box2 .hatena-module-recent-entries li.recent-entries-item:hover a,
#box2 .hatena-module-entries-access-ranking li.entries-access-ranking-item:hover a,
#box2 .hatena-module-recent-comments li:hover span,
#box2 .hatena-module-recent-comments li:hover a,
#box2 .hatena-module-recent-comments li:hover > .recent-comment-time time,
#box2 .hatena-module-recent-comments li:hover > .recent-comment-time time::before {
  color: #666;
}
#box2 .hatena-module-recent-entries li.recent-entries-item:hover a:hover,
#box2 .hatena-module-entries-access-ranking li.entries-access-ranking-item:hover a:hover,
#box2 .hatena-module-recent-comments li:hover a:hover {
  color: #555;
}
.hatena-module-entries-access-ranking li.entries-access-ranking-item .bookmark-widget-counter img {
  opacity: .3;
  transition: 200ms opacity;
}
.hatena-module-entries-access-ranking li.entries-access-ranking-item:hover .bookmark-widget-counter img {
  opacity: .8;
}
#box2 .hatena-module-archive li.archive-module-year {
  font-size: 11pt;
  margin: 0;
  padding: 0.7em 10%;
  border-top: rgba(255,255,255,0.07) solid 1px;
  border-bottom: rgba(100,100,100,0.15) solid 1px;
}
#box2 .hatena-module-archive a {
  font-family: 'Menlo', 'Monaco', 'Consolas', 'Incosolata', "Source Code Pro";
  transition: 200ms color, 200ms box-shadow,  200ms text-shadow;
}
#box2 .hatena-module-archive a:hover {
  text-shadow: 0px 0px 8px #eeeeee;
}
#box2 .hatena-module-archive a .archive-module-posts-count,
#box2 .hatena-module-category .hatena-urllist li a .category-module-posts-count {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  border: 1px solid #ccccdd;
  width: auto;
  padding: 0 5px;
  color: #aaaacc;
  background: #f7f7fa;
  font-size: 12px;
}
#box2 .hatena-module-category .hatena-urllist li a .category-module-posts-count {
/*   border: none; */
  box-shadow: none;
  color: #ccccdd;
  margin: 0 2px;
  transition: 200ms color;
}
#box2 .hatena-module-category .hatena-urllist li a:hover .category-module-posts-count {
  color: #aaaacc;
}
#box2 .hatena-module-archive li.archive-module-year .archive-module-button {
  opacity: 1;
}
#box2 .hatena-module-archive li.archive-module-year .archive-module-button > span::before {
  color: #cccccc;
  transition: 200ms color;
}
#box2 .hatena-module-archive li.archive-module-year .archive-module-button > span {
  width: auto;
  padding: 0 3px 0 0;
  color: transparent;
}
#box2 .hatena-module-category {
  padding: 0 5% 0 2%;
}
#box2 .hatena-module-category .hatena-urllist li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1.5px 0 1.5px 8px;
  position: relative;
  vertical-align: middle;
}
#box2 .hatena-module-category .hatena-urllist li a {
  transition: 200ms background;
}
#box2 .hatena-module-recent-comments li {
  position: relative;
  margin: 0;
  padding: 0.3em 12% 0.3em;
  border-top: rgba(255,255,255,0.07) solid 1px;
  border-bottom: rgba(100,100,100,0.15) solid 1px;
  transition: 200ms border, 200ms background;
}
#box2 .hatena-module-recent-comments li > a {
  display: inline-block;
  margin: 0.3em 0;
}
#box2 .hatena-module-recent-comments li > a:hover {
  box-shadow: none;
}
#box2 .hatena-module-recent-comments li .user-id {
  position: relative;
  display: block;
  width: auto;
  height: 24px;
  padding: 0 0 0 28px;
  margin: 0;
}
#box2 .hatena-module-recent-comments li .user-id > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
#box2 .hatena-module-recent-comments li .user-id > span {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 12px;
  font-size: 11px;
}
#box2 .hatena-module-recent-comments li .user-id > span .user-name-paren {
  display: none;
}
#box2 .hatena-module-recent-comments li .user-id > span .user-name-nickname {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 12px;
  font-size: 11px;
}
#box2 .hatena-module-recent-comments .recent-comment-time {
  opacity: 1;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
#box2 .hatena-module-recent-comments li:hover .recent-comment-time {
  opacity: 1;
}
#box2 .hatena-module-recent-comments li > .recent-comment-time time {
  font-size: 11px;
  font-style: normal;
  color: #999999;
  display: inline-block;
  line-height: 12px;
}
#box2 .hatena-module-circles {
  position: relative;
  width: 96%;
  margin: auto;
}
#box2 .hatena-module-circles li {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  height: auto;
}
#box2 .hatena-module-circles li a {
/*   border: none; */
  box-shadow: none;
}
#box2 .hatena-module-circles li .circle-image {
  position: relative;
  margin: 0;
  display: block;
  float: none;
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(100,100,100,0.1);
}
#box2 .hatena-module-circles li a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  float: none;
  width: 100%;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  font-size: 10px;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  color: #555;
  z-index: 200;
  transition: 200ms opacity;
}
#box2 .hatena-module-circles li a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  float: none;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  opacity: 0;
  z-index: 100;
  transition: 200ms opacity;
  border-radius: 50%;
}
#box2 .hatena-module-circles li:hover a:last-child,
#box2 .hatena-module-circles li:hover a:first-child::before {
  opacity: 1;
}
.search-form .search-module-input {
}
.search-form .search-module-button {
}
/* @About */
.page-about dt {
}
.page-about dd {
}
.page-about .entry-content img.profile-icon {
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
/* @Archive */
.page-archive #main {
}
.page-archive #main-inner {
}
.page-archive .date {
}
.page-archive .categories {
}
.page-archive .entry-title {

}
.page-archive .entry-title a {
}
.page-archive .entry-title a:hover {
}
.page-archive .archive-entry {
  margin: 6em 0;
}
.page-archive .entry-description {
  line-height: 1.45em;
  padding: 0 5px 0 0;
  margin: 1em 0;
  color: #999999;
}
.page-archive .entry-description::after {
  content: ".";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.page-archive .entry-thumb {
  margin: 1em 20px 0 0;
}
.page-archive #main-inner section {
}
.page-archive #main-inner .entry-title {
}
.page-archive #main-inner .entry-title:hover {
}
.page-archive #main-inner ul {
}
.page-archive #main-inner li {
}
.page-archive #main-inner li .categories {
}
.page-archive #main-inner .social-buttons {
  margin: 0;
  display: inline-block;
}
.page-archive .blog_archive {
  padding-left: 20px;
  margin-top: 6em;
}
/* Catengory */

/* </system> */

/* swift code */
.entry-content .swift,
.entry-content .swift,
.entry-content .swift a:hover,
.entry-content .swift a:visited,
.entry-content .swift a.keyword,
.entry-content .swift a.keyword:hover,
.entry-content .swift a.keyword:visited {
/*     background-color: #1e2028;
    color: #ffffff; */
  background: #f7f7fa;
  border-color: #e7e7ea;
}

.entry-content twitter-widget {
  margin-left: 40px;
}

/* github color scheme */
.pl-st,
.pl-k {
  color: #b21889;
}

.pl-s3,
.pl-c1 {
  color: #14a0be;
}

.pl-e {
  color: #83c157;
}

.pl-c {
  color: #41b644;
}

.pl-s1 {
  color: #db2c37;
}

/* roommirror evaluable-tag */
.et,
.rm-a {
  margin: 0 !important;
  padding: 0 !important;
}
