/* <system section="theme" selected="8454420450101088484"> */
@charset 'utf-8';
/*!
 Theme: Review
 Author: id:murata_s
 Description: お気に入りの作品や製品の感想を書きたくなるテーマです
 Responsive: yes
 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.align-middle {
  height: 100%;
}
.align-middle:before {
  content: '';
  height: 100%;
}
.align-middle:before,
.align-middle .align-block {
  display: inline-block;
  vertical-align: middle;
}
body {
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #111;
  font-family: "Helvetica Neue", Helvetica, sans;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  cursor: default;
}
a {
  color: #111;
  text-decoration: none;
}
a:visited {
  color: #111;
}
a:hover,
a:active {
  color: #fa6c6c;
  text-decoration: underline;
}
a,
pre {
  word-break: break-all;
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
}
#globalheader {
  background: #fff;
  color: #111;
}
#blog-title {
  border-bottom: 3px double #aaa;
  max-width: 930px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  #blog-title {
    max-width: 600px;
  }
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  border-bottom: none;
}
.header-image-enable #blog-title-inner,
.header-image-only #blog-title-inner {
  padding: 0 15px;
}
.header-image-enable #blog-title h1 {
  padding-top: 1.4em;
}
#blog-title-inner {
  padding: 20px 15px;
  text-align: center;
}
#blog-title-inner h1 {
  font-size: 3em;
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal;
}
#blog-title-inner h2 {
  font-size: .85em;
  margin: 5px 0 0;
  font-weight: normal;
  letter-spacing: 1px;
}
#blog-title-inner a {
  color: #111;
  text-decoration: none;
}
#top-box + #content {
  margin-top: 30px;
}
#content {
  max-width: 930px;
  margin: 60px auto 0;
  padding: 0 15px;
}
#content-inner {
  overflow: hidden;
  width: 100%;
}
#wrapper {
  max-width: 600px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 1000px) {
  #wrapper {
    float: none;
    margin: 0 auto;
  }
}
#box2 {
  width: 300px;
  float: right;
  margin: 0 0 116px;
  position: relative;
}
#box2:before,
#box2:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 4px !important;
  background: #aaa;
}
#box2:before {
  width: 32px;
  margin: 0 0 0 -16px;
}
#box2:after {
  width: 4px;
  border: solid #fff;
  border-width: 0 10px;
  margin: 0 0 0 -12px;
  visibility: visible !important;
}
@media screen and (max-width: 1000px) {
  #box2 {
    width: 100%;
    float: none;
    max-width: 600px;
    margin: 0 auto;
  }
}
#footer {
  max-width: 930px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
#footer-inner {
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #footer-inner {
    margin: 0 auto;
  }
}
#footer-inner address,
#footer-inner p {
  font-size: .85em;
  display: inline-block;
  margin: 0;
}
#footer-inner p:before {
  content: '·';
  display: inline-block;
  margin: 0 1em;
}
#footer-inner img {
  vertical-align: middle;
  margin: 0 0 .25em;
}
#footer-inner .user-name-nickname,
#footer-inner .user-name-paren {
  display: none;
}
.breadcrumb {
  max-width: 930px;
  margin: 0 auto 30px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .breadcrumb {
    max-width: 600px;
  }
}
.entry,
.archive-entry {
  border: solid 1px #aaa;
  padding: 1px;
  background: #fff;
  margin: 0 0 116px;
  position: relative;
}
.entry:before,
.archive-entry:before,
.entry:after,
.archive-entry:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 4px !important;
  background: #aaa;
}
.entry:before,
.archive-entry:before {
  width: 32px;
  margin: 0 0 0 -16px;
}
.entry:after,
.archive-entry:after {
  width: 4px;
  border: solid #fff;
  border-width: 0 10px;
  margin: 0 0 0 -12px;
  visibility: visible !important;
}
.entry-header {
  position: relative;
  border-bottom: 3px double #aaa;
}
.date,
.categories {
  text-align: center;
  letter-spacing: 4px;
  padding: 5px 5px 3px;
  line-height: 1;
  font-size: .7em;
  font-weight: bold;
}
.date {
  border-top: 1px solid #aaa;
}
.categories {
  border-top: 3px double #aaa;
}
.categories a {
  display: inline-block;
}
.categories a:not(:first-child):before {
  content: '/';
  display: inline-block;
  margin: 0 .5em 0 0;
  font-weight: normal;
}
.categories a:hover:before {
  color: #111;
}
.entry-title {
  font-size: 1.75em;
  border-top: 3px double #aaa;
  margin: 0;
  text-align: center;
  padding: 10px 20px;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-content {
  padding: 5px 20px 0;
  margin: 0 0 56px;
  position: relative;
}
.entry-content:before,
.entry-content:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 4px !important;
  background: #aaa;
}
.entry-content:before {
  width: 32px;
  margin: 0 0 0 -16px;
}
.entry-content:after {
  width: 4px;
  border: solid #fff;
  border-width: 0 10px;
  margin: 0 0 0 -12px;
  visibility: visible !important;
}
.entry-content h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
}
.entry-content h2 {
  font-size: 1.25em;
}
.entry-content h3 {
  font-size: 1em;
}
.entry-content a {
  color: #111;
  text-decoration: underline;
}
.entry-content a.keyword {
  color: inherit;
  text-decoration: none;
}
.entry-content a:visited {
  color: #7d9ab7;
}
.entry-content a:hover,
.entry-content a:active {
  color: #fa6c6c;
  text-decoration: underline;
}
.entry-content hr {
  border: none;
  border-top: 5px solid #eee;
}
.entry-content blockquote {
  border-left: 5px solid #eee;
  padding-left: 20px;
  margin-left: 0;
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
}
.entry-content pre.code {
  background: #f5f5f5;
  padding: 15px;
}
.entry-content table {
  border: solid #aaa;
  border-width: 1px 0 0 1px;
  margin: 1em 0;
  width: 100%;
}
.entry-content td,
.entry-content th {
  border: solid #aaa;
  border-width: 0 1px 1px 0;
  padding: 10px;
}
.entry-content th {
  background: #eee;
}
.entry-content img {
  max-width: 100%;
}
#entry-footer-secondary-modules .hatena-module-related-entries {
  margin: 20px 0 20px -20px;
  width: calc(100% + 40px);
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#entry-footer-secondary-modules .hatena-module-related-entries .hatena-module-title {
  border: none;
  margin: 0 0 5px;
}
#entry-footer-secondary-modules .hatena-module-related-entries ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #entry-footer-secondary-modules .hatena-module-related-entries ul {
    display: block;
  }
}
#entry-footer-secondary-modules .hatena-module-related-entries ul li {
  list-style-type: none;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item {
  position: relative;
  width: calc(50% - 10px);
  margin: 0 0 0 20px;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:nth-child(2n+1) {
  margin-left: 0;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:nth-child(4) ~ li {
  display: none;
}
@media screen and (max-width: 640px) {
  #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item {
    width: 100%;
    margin: 0;
  }
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item-inner {
  margin: 15px 0 10px;
  padding: 0 0 0 50px;
  position: relative;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-image {
  vertical-align: bottom;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a {
  color: #666;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:hover,
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:focus {
  color: #fa6c6c;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link {
  font-size: 110%;
  color: #000;
  line-height: 1.3;
  margin: 0 0 8px;
  display: block;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:hover,
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:focus {
  color: #fa6c6c;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-entry-body {
  font-size: 85%;
  color: #666;
}
.entry-footer {
  padding: 0 20px;
}
.comment-box {
  margin: 1em 0 0 -20px;
  width: calc(100% + 40px);
  box-sizing: border-box;
  border-top: 1px solid #aaa;
}
.comment-box ul {
  padding: 0 20px;
  margin: 0;
}
.comment-box li {
  padding: 20px 0 20px 80px;
  list-style-type: none;
  position: relative;
  min-height: 100px;
  border-bottom: 1px solid #eee;
}
.comment-box li:last-child {
  border-bottom-color: #aaa;
}
.comment-box li p {
  margin: 0;
}
.comment-box .comment-user-id {
  font-weight: bold;
  font-size: .85em;
}
.comment-box .comment-user-name img {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
}
.comment-box .comment-metadata {
  font-size: .85em;
  line-height: 1;
}
.comment-box .comment-content {
  margin: 10px 0;
}
.comment-box .leave-comment-title {
  display: block;
  padding: 10px 15px;
  text-align: center;
}
.comment-box .leave-comment-title + .comment li:first-child {
  border-top: 1px solid #aaa;
}
.comment-box .leave-comment-title + .comment li:last-child {
  border-bottom: none;
}
.hatena-module {
  margin: 0 0 30px;
}
.hatena-module-title {
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  margin: 0 0 1em;
  font-size: 1em;
}
.hatena-module-body {
  font-size: .85em;
  position: relative;
}
.hatena-asin-detail {
  border: 5px solid #eee;
}
.hatena-asin-detail-title {
  font-size: 1.25em;
}
.hatena-asin-detail-info ul {
  overflow: hidden;
  padding: 0;
}
.itunes-embed-info ul {
  padding-left: 113px;
}
.hatena-module-profile .hatena-module-body {
  padding: 0 0 0 70px;
}
.hatena-module-profile .id {
  font-weight: bold;
}
.hatena-module-profile .id a {
  color: #111;
}
.profile-icon-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.profile-icon-link img {
  max-height: 60px;
}
.profile-description p {
  margin: 5px 0 0;
}
.profile-description a {
  text-decoration: underline;
}
.hatena-urllist {
  padding: 0;
}
.hatena-urllist li {
  list-style-type: none;
  margin: 0 0 5px;
}
.hatena-urllist.urllist-with-thumbnails li {
  margin: 0 0 10px;
}
.urllist-image-link img {
  width: 40px;
  height: 40px;
}
.urllist-date-link {
  margin-bottom: 3px;
}
.urllist-date-link a {
  color: #666;
}
.urllist-date-link a:hover {
  color: #fa6c6c;
}
.urllist-title {
  display: block;
  overflow: hidden;
}
.urllist-title-link {
  line-height: 1.3;
}
.archive-module-year {
  overflow: hidden;
  margin: 0 0 5px !important;
}
.archive-module-button {
  font-size: .85em;
  width: 1rem;
  display: inline-block !important;
  text-align: center;
  float: left;
}
.archive-module-button span {
  vertical-align: middle;
}
.archive-module-month {
  margin: 5px 0 0 1rem !important;
}
.archive-module-calendar table {
  border: solid #aaa;
  border-width: 1px 0 0 1px;
}
.archive-module-calendar td,
.archive-module-calendar th {
  border: solid #aaa;
  border-width: 0 1px 1px 0;
}
.archive-module-calendar th {
  background: #eee;
}
.archive-module-calendar td span,
.archive-module-calendar td a {
  display: block;
}
.archive-module-calendar td > span,
.archive-module-calendar td a > span {
  padding: 5px;
}
.archive-module-calendar td a:hover .archive-module-calendar-highlight {
  background: #fa6c6c;
  color: #fff;
}
.archive-module-calendar td > span:empty {
  background: #eee;
  height: 1em;
}
.archive-module-calendar-highlight {
  font-weight: bold;
  background: #ccc;
}
.search-form {
  overflow: hidden;
  margin: 1em 0;
  display: block;
  border-radius: 2px;
}
.search-form:hover input {
  background-color: #fff;
  border-color: #fa6c6c;
}
.search-form input {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  outline: none;
  border: 1px solid #ccc;
}
.search-form input:focus {
  border-color: #111;
}
.search-form input:focus + .search-module-button {
  border-color: #111;
}
.search-form .search-module-input {
  float: right;
  width: calc(100% - 40px);
  border-left-width: 0;
}
.search-form .search-module-button {
  float: left;
  width: 40px;
  background: rgba(255, 255, 255, 0.5) url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=263e782f4058acf5109a8ca03f06e0) no-repeat center center;
  text-indent: -99999px;
  cursor: text;
  border-right-width: 0;
}
.pager {
  margin: 0 0 116px;
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
}
.pager:before,
.pager:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 4px !important;
  background: #aaa;
}
.pager:before {
  width: 32px;
  margin: 0 0 0 -16px;
}
.pager:after {
  width: 4px;
  border: solid #fff;
  border-width: 0 10px;
  margin: 0 0 0 -12px;
  visibility: visible !important;
}
.pager .pager-prev,
.pager .page-next {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.page-archive .archive-entry .entry-thumb {
  width: 60px;
  height: 60px;
  margin: 1em;
}
.page-archive .social-buttons {
  margin-top: 1em;
  display: block;
  border-top: 1px solid #aaa;
  padding: 1em;
}
.page-archive .google-afc-text.blog_archive {
  margin: 0 0 116px;
  position: relative;
}
.page-archive .google-afc-text.blog_archive:before,
.page-archive .google-afc-text.blog_archive:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 4px !important;
  background: #aaa;
}
.page-archive .google-afc-text.blog_archive:before {
  width: 32px;
  margin: 0 0 0 -16px;
}
.page-archive .google-afc-text.blog_archive:after {
  width: 4px;
  border: solid #fff;
  border-width: 0 10px;
  margin: 0 0 0 -12px;
  visibility: visible !important;
}
.page-about .entry dl {
  overflow: hidden;
}
.page-about .entry dt,
.page-about .entry dd {
  float: left;
  margin: 0;
  padding: 10px 0;
}
.page-about .entry dt {
  clear: both;
  font-weight: bold;
  width: 10em;
}
.page-preview #box2 {
  display: none;
}

/* </system> */

/* <system section="background" selected="f4e4e4"> */
body{background:#f4e4e4;}
/* </system> */