@charset "UTF-8";
/* Responsive: yes */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  transition: all .2s;
  text-decoration: none; }
  a:hover {
    transition: all .2s;
    text-decoration: none; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  text-decoration: none; }

body {
  background: #fff;
  color: #333;
  font-size: 17px; }
  @media (max-width: 720px) {
    body {
      font-size: 16px; } }

a {
  color: #729ec0; }

ul, li {
  margin: 0;
  padding: 0; }

#container {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164411.png") repeat-x center -1px;
  background-size: 14px 28px;
  padding: 70px 0 0 0; }
  @media (max-width: 720px) {
    #container {
      padding: 50px 0 0 0; } }

#container-inner {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164411.png") repeat-x center bottom;
  background-size: 14px 28px; }
  @media (max-width: 720px) {
    #container-inner {
      padding: 0 15px; } }

.date {
  font-size: 16px;
  margin: 0 0 .2em;
  font-family: "Source Sans Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; }
  .date a {
    color: #999; }

.pager {
  max-width: 700px;
  margin: 40px auto 80px;
  overflow: hidden;
  font-family: Avenir, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.pager-arrow {
  display: none; }

.pager-prev,
.pager-next {
  position: relative;
  width: 40%;
  box-sizing: border-box; }
  .pager-prev a,
  .pager-next a {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
    font-weight: bold; }
    .pager-prev a:after,
    .pager-next a:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      display: block;
      top: 5px;
      transition: -webkit-transform .3s ease-out 0s;
      transition: transform .3s ease-out 0s;
      transition: transform .3s ease-out 0s, -webkit-transform .3s ease-out 0s; }
    .pager-prev a:hover,
    .pager-next a:hover {
      opacity: .8; }

.pager-prev {
  float: left; }
  .pager-prev a {
    padding-left: 24px; }
    .pager-prev a:after {
      left: 6px;
      background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164414.png") no-repeat;
      background-size: 10px 10px; }
    .pager-prev a:hover:after {
      -webkit-transform: translateX(-6px);
              transform: translateX(-6px); }

.pager-next {
  float: right;
  text-align: right; }
  .pager-next a {
    padding-right: 24px; }
    .pager-next a:after {
      right: 6px;
      background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164413.png") no-repeat;
      background-size: 10px 10px; }
    .pager-next a:hover:after {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); }

#blog-title {
  text-align: center;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164412.png") no-repeat center;
  background-size: 100px 80px; }

#title {
  opacity: 0;
  margin: 0 0 50px 0; }
  #title a {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 80px; }
  @media (max-width: 720px) {
    #title {
      margin: 0 0 20px 0; } }

.menu-left, .menu-right {
  width: 450px;
  text-align: center;
  list-style: none;
  padding: 0;
  position: fixed;
  top: calc(50% - 50px/2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: "Source Sans Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: .1em;
  font-size: 16px; }
  .menu-left li, .menu-right li {
    display: inline-block;
    padding: 0 3px; }
  .menu-left a, .menu-right a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding: 8px 10px; }

.menu-left {
  left: -190px; }
  .menu-left a:hover {
    background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164411.png");
    background-size: 14px 28px; }
  @media (max-width: 720px) {
    .menu-left {
      display: none; } }

.menu-right {
  right: -190px; }
  @media (max-width: 720px) {
    .menu-right {
      position: static;
      -webkit-transform: inherit;
              transform: inherit;
      margin: 0 auto;
      padding: 0 0 50px;
      width: 100%; } }

.menu-site {
  letter-spacing: .05em;
  margin: 0 10px; }
  .menu-site a:hover {
    opacity: .8; }

.menu-sign {
  color: #999; }

#footer {
  text-align: center; }

.entry-header {
  max-width: 620px;
  margin: 0 auto;
  position: relative; }

.entry-title {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: Avenir, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .entry-title a {
    color: #333; }
    .entry-title a:hover {
      opacity: .8; }
  @media (max-width: 720px) {
    .entry-title {
      font-size: 22px; } }

.entry-categories {
  font-size: 15px; }
  .entry-categories a {
    color: #729ec0; }

.entry-header-menu {
  position: absolute;
  left: -100px;
  top: 0; }

.entry-content {
  margin: 30px auto 0;
  max-width: 620px;
   }
  .entry-content a {
    color: #729ec0;
    border-bottom: 1px solid transparent;
    padding: 0 0 1px; }
    .entry-content a:hover {
      opacity: .8;
      border-bottom-color: #dce7ef; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul, .entry-content table {
    max-width: 620px;
    margin: 0 auto 1em; }
  .entry-content h4 {
    font-size: 120%;
    margin: 2em auto 1em; }
  .entry-content h5 {
    font-size: 110%;
    margin: 2em auto 1em; }
  .entry-content p {
    max-width: 620px;
    margin: 0 auto 1em;
    line-height: 2.1; }
    .entry-content p img {
      display: block;
      max-width: 700px;
      margin: 10px -40px; }
  .entry-content ul {
    padding: 0 0 0 40px; }
	@media (max-width: 720px) {
		.entry-content ul {
			padding: 0 0 0 20px;
		}
	}
	.entry-content li {
		margin: 0 0 .3em;
	}
  .entry-content pre.code {
    max-width: 620px;
    background: #edf3f7;
    margin: 0 auto;
    max-width: 620px;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dce7ef;
    border-radius: 3px; }
  .entry-content hr {
    border: none;
    width: 100px;
    border-top: 3px solid #eaeaea;
    margin: 60px auto; }
  @media (max-width: 720px) {
    .entry-content p img {
      margin: 0;
      max-width: 100%; } }

.hatena-asin-detail {
  margin: 0 auto 20px;
  max-width: 620px; }

.entry-footer-section {
  max-width: 620px;
  margin: 40px auto 10px;
  color: #999;
  font-size: 14px; }
  .entry-footer-section a {
    color: #999; }
  .entry-footer-section .author {
    margin-right: 4px; }

.hatena-star-container {
  max-width: 620px;
  margin: 0 auto 10px;
  min-height: 22px; }

.social-buttons {
  max-width: 620px;
  margin: 0 auto 40px;
  min-height: 40px; }

.footer-profile {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yulily100/20180216/20180216164411.png") center top;
  background-size: 14px 28px;
  padding: 38px 0;
  box-sizing: border-box; }
  @media (max-width: 720px) {
    .footer-profile {
      background: none;
      border: 1px solid #eaeaea;
      padding: 0; } }

.footer-profile-inner {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 24px 24px 24px 144px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 720px) {
    .footer-profile-inner {
      padding: 15px 15px 15px 110px; } }

.footer-profile-img {
  position: absolute;
  left: 15px;
  width: 100px;
  height: 100px; }
  @media (max-width: 720px) {
    .footer-profile-img {
      width: 80px;
      height: 80px; } }

.footer-profile-text h3 {
  margin: 0 0 .4em 0;
  font-size: 17px; }

.footer-profile-text p {
  font-size: 15px;
  margin: 0 0 .5em 0; }

@media (max-width: 720px) {
  .footer-profile-text h3 {
    font-size: 16px; }
  .footer-profile-text p {
    font-size: 14px; } }

#box2 {
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 1020px) {
    #box2 {
      max-width: 700px; } }

@media (max-width: 720px) {
  .hatena-module {
    margin: 0 0 40px 0; } }

.hatena-module-title {
  font-family: "Source Sans Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .12em;
  color: #333; }
  .hatena-module-title a {
    color: #333; }

.hatena-module-recent-entries .hatena-module-title,
.hatena-module-related-entries .hatena-module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0; }
  .hatena-module-recent-entries .hatena-module-title:before, .hatena-module-recent-entries .hatena-module-title:after,
  .hatena-module-related-entries .hatena-module-title:before,
  .hatena-module-related-entries .hatena-module-title:after {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%; }
  .hatena-module-recent-entries .hatena-module-title:before,
  .hatena-module-related-entries .hatena-module-title:before {
    margin-right: 25px; }
  .hatena-module-recent-entries .hatena-module-title:after,
  .hatena-module-related-entries .hatena-module-title:after {
    margin-left: 25px; }

.urllist-with-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 60px; }
  .urllist-with-thumbnails > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    box-sizing: border-box; }
  .urllist-with-thumbnails a:hover {
    opacity: .8; }
  .urllist-with-thumbnails .urllist-image {
    transition: all .2s; }
    .urllist-with-thumbnails .urllist-image:hover {
      opacity: .8; }
  .urllist-with-thumbnails .urllist-title-link {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 10px;
    color: #333;
    font-family: Avenir, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold; }
  .urllist-with-thumbnails li .urllist-image {
    margin: 0 auto;
    float: none; }
  @media (max-width: 720px) {
    .urllist-with-thumbnails {
      display: block;
      text-align: center;
      max-width: 225px;
      margin: 0 auto; }
      .urllist-with-thumbnails > li {
        padding: 0;
        margin: 0 0 25px 0; }
      .urllist-with-thumbnails .urllist-image {
        display: block; }
      .urllist-with-thumbnails .urllist-title-link {
        margin-top: 5px;
        padding: 0; } }

.hatena-module-category ul, .hatena-module-category li {
  list-style: none; }

.hatena-module-profile,
.hatena-module-category,
.hatena-module-archive {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  vertical-align: top; }
  .hatena-module-profile .hatena-module-title,
  .hatena-module-category .hatena-module-title,
  .hatena-module-archive .hatena-module-title {
    margin: 0 0 10px; }
  @media (max-width: 1020px) {
    .hatena-module-profile,
    .hatena-module-category,
    .hatena-module-archive {
      display: none; } }

.hatena-module-search-box {
  max-width: 400px;
  margin: 0 auto;
  padding: 80px 0 120px; }
  .hatena-module-search-box .hatena-module-title {
    display: none; }
  @media (max-width: 720px) {
    .hatena-module-search-box {
      display: none; } }

.hatena-module-search-box .search-form {
  border: 2px solid #eaeaea;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fff; }
  .hatena-module-search-box .search-form:hover {
    border-color: #e2e2e2; }

.hatena-module-search-box .search-module-input {
  padding: 10px;
  color: #4d4d4d;
  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=263e782f4058acf5109a8ca03f06e0") no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
    filter: alpha(opacity=85); }

.hatena-module-archive .hatena-module-body a,
.hatena-module-category .hatena-module-body a {
  color: #729ec0;
  border-bottom: 1px solid transparent;
  padding: 0 0 1px; }
  .hatena-module-archive .hatena-module-body a:hover,
  .hatena-module-category .hatena-module-body a:hover {
    opacity: .8;
    border-bottom-color: #dce7ef; }

.archive-module-year {
  margin: 0 0 8px 0; }

@media (max-width: 720px) {
  .hatena-module-profile {
    display: block;
    width: 100%; }
    .hatena-module-profile .hatena-module-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 30px 0; }
      .hatena-module-profile .hatena-module-title:before, .hatena-module-profile .hatena-module-title:after {
        content: '';
        border-top: 3px solid #eaeaea;
        position: relative;
        top: 0.5em;
        width: 50%; }
      .hatena-module-profile .hatena-module-title:before {
        margin-right: 25px; }
      .hatena-module-profile .hatena-module-title:after {
        margin-left: 25px; }
    .hatena-module-profile .hatena-module-body {
      max-width: 225px;
      margin: 0 auto; } }

.profile-description p {
  font-size: 14px;
  margin: 0 0 1em; }

.profile-description a {
  color: #729ec0;
  border-bottom: 1px solid transparent;
  padding: 0 0 1px; }
  .profile-description a:hover {
    opacity: .8;
    border-bottom-color: #dce7ef; }

.sidebar-profile-img {
  width: 120px;
  margin-top: 10px; }

.sidebar-profile-title {
  font-size: 15px;
  margin: 0 0 .5em; }

.no-entry {
  max-width: 620px;
  margin: 0 auto 150px; }
  .no-entry h1 {
    font-family: "Source Sans Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; }

.page-archive .archive-entry {
  margin: 0 0 60px 0; }

.page-archive #wrapper {
  max-width: 620px;
  margin: 0 auto 100px; }

.archive-entries .entry-title {
  font-size: 20px;
  margin: 0 0 4px 0; }

.archive-entries .categories {
  font-size: 15px;
  margin: 0 0 8px; }

.archive-entries .entry-description {
  margin: 0;
  font-size: 15px; }

.archive-entries .social-buttons {
  display: none; }

.archive-header-category {
  max-width: 620px;
  margin: 0 auto; }
  .archive-header-category .archive-heading {
    margin-bottom: 40px;
    font-size: 18px; }
    .archive-header-category .archive-heading:before {
      content: "CATEGORY:";
      font-family: "Source Sans Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
      color: #999;
      font-size: 14px;
      margin-right: 4px; }

.breadcrumb {
  max-width: 620px;
  margin: 0 auto;
  font-size: 14px; }

.page-about .entry {
  max-width: 620px;
  margin: 0 auto 100px; }

.twitter-tweet {
  margin-right: auto;
  margin-left: auto; }

.hatena-asin-detail {
  box-sizing: border-box;
}

.footer-fixed-ad, .footer-fixed-ad-h100 {
  text-align: center;
  position: fixed;
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  background: #f2f2f2;
  width: 100%;
  line-height: 1;
  display: none;
  z-index: 100;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer-fixed-ad ins, .footer-fixed-ad-h100 ins {
  vertical-align: middle;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 640px) {
  .footer-fixed-ad, .footer-fixed-ad-h100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-fixed-ad-h100 {
  left: 0;
  height: 90px;
}


.google-afc-image {
	max-width: 620px;
	margin: 0 auto 2em;
}

