/* Responsive: yes */
/* 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%;
  /* 2 */
  -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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  /* 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;
}
:root {
  --fff: #ffffff;
  --fafafa: #F5F5F5;
  --f5f5f5: #F5F5F5;
  --eee: #EEEEEE;
  --e5e5e5: #EAEAEA;
  --ddd: #DDDDDD;
  --ccc: #CCCCCC;
  --bbb: #BBBBBB;
  --aaa: #AAAAAA;
  --999: #999999;
  --888: #888888;
  --777: #777777;
  --666: #666666;
  --555: #555555;
  --444: #444444;
  --333: #333333;
  --222: #222222;
  --111: #222222;
  --000: #222222;
  --fafaf9: #fafaf9;
  --f7f6f5: #f7f6f5;
  --f2f1f0: #f2f1f0;
  --eae9e8: #eae9e8;
  --d8d7d6: #d8d7d6;
  --cac9c8: #cac9c8;
  --dc-blue-dull: #0081C2;
  --dc-blue-dark: #0990CC;
  --dc-blue: #4BAAE0;
  --dc-blue-light: #A7D6F1;
  --dc-blue-light2: #DAEEF8;
  --dc-grayish-dull: #65696B;
  --dc-grayish-dark: #8D9192;
  --dc-grayish: #ABAEAE;
  --dc-beige-dull: #8E6938;
  --dc-beige-dark: #D1A15A;
  --dc-beige: #EAD5B5;
  --dc-beige-light: #F5EADA;
  --dc-beige-light2: #FAF6EF;
  --dc-red-dull: #C11B33;
  --dc-red-dark: #DB2C3D;
  --dc-red: #F23E48;
  --dc-red-light: #FFD7DB;
  --dc-red-light2: #FFEBEE;
  --dc-green-dull: #00944E;
  --dc-green-dark: #0EAF58;
  --dc-green: #50C586;
  --dc-yellow-dull: #DB9300;
  --dc-yellow-dark: #ED9E00;
  --dc-yellow: #FFB318;
  --dc-yellow-light: #FFECC5;
  --dc-violet-dark: #7942A8;
  --dc-violet: #915CBF;
  --dc-violet-light: #d4bfe1;
  --unread-bgcolor: #E9F5FB;
  --selected-bgcolor: #f7f6f5;
  --selected-bgcolor-hover: #f4f3f2;
  --rgba-bk01: rgba(0, 0, 0, 0.1);
  --rgba-bk02: rgba(0, 0, 0, 0.2);
  --rgba-bk03: rgba(0, 0, 0, 0.3);
  --rgba-bk04: rgba(0, 0, 0, 0.4);
  --rgba-bk08: rgba(0, 0, 0, 0.8);
  --rgba-wh0: rgba(255, 255, 255, 0);
  --rgba-wh05: rgba(255, 255, 255, 0.5);
  --rgba-wh095: rgba(255, 255, 255, 0.95);
  --rgba-dcbl09: rgba(75, 170, 224, 0.9);
}
body {
  background: var(--fff);
  color: var(--000);
  line-height: 1.8;
  cursor: default;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body > img[height="1"][width="1"][border="0"] {
  position: fixed;
  left: 0;
  bottom: -1px;
}
.float-parent {
  *zoom: 1;
}
.float-parent:before,
.float-parent:after {
  content: '';
  display: table;
}
.float-parent:after {
  clear: both;
}
a {
  text-decoration: none;
  color: var(--dc-blue-dull);
}
a:focus,
a:active,
a:hover {
  color: var(--dc-blue-dull);
  text-decoration: underline;
}
input,
textarea {
  outline: none;
  padding: 7px 10px;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  border: 2px solid var(--ccc);
  background: var(--fff);
  border-radius: 3px;
  color: var(--000);
  cursor: text;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--aaa);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--aaa);
  line-height: 1.3em;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--aaa);
  line-height: 1.3em;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--aaa);
}
input:required,
textarea:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px var(--fff);
}
input.isInvalid,
textarea.isInvalid {
  border-color: var(--dc-red);
}
input:hover,
textarea:hover {
  border-color: var(--888);
}
input:focus,
textarea:focus {
  border-color: var(--dc-blue);
}
input:focus.isInvalid,
textarea:focus.isInvalid {
  border-color: var(--dc-red) !important;
}
input[disabled],
textarea[disabled] {
  font-weight: normal;
  cursor: default;
  background: var(--eee);
  color: var(--888);
}
input[disabled]:hover,
textarea[disabled]:hover,
input[disabled]:focus,
textarea[disabled]:focus {
  border-color: var(--ccc);
}
input[type="hidden"] {
  width: 1px;
  height: 1px;
}
.paren-open {
  margin: 0 0 0 -0.25em;
}
.paren-close {
  margin: 0 -0.25em 0 0;
}
.paren-close-last {
  margin: 0 -0.5em 0 0;
}
.emphasisDots {
  font-style: normal;
}
.emphasisDots > span {
  padding: 0.35em 0;
  background: url(https://cdn.blog.st-hatena.com/images/service/notation/emphasis-dots.png?version=157ee0ed1ca836d9944fa82e4c5c3a) no-repeat top center;
  background-size: 3px 3px;
}
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}
html {
  height: 100%;
}
html.writingDirection-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
html:not(.writingDirection-vertical) {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.isTouch {
  font-size: 13px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.heading-level2 i,
.heading-level3 i,
.heading-level4 i,
.heading-level5 i,
.heading-level6 i {
  font-weight: normal;
}
.heading-level2 .punctuation,
.heading-level3 .punctuation,
.heading-level4 .punctuation,
.heading-level5 .punctuation,
.heading-level6 .punctuation {
  margin: 0 -0.25em 0 0;
}
.heading-level2 {
  font-size: 2em;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', serif;
  letter-spacing: 1px;
  -webkit-transform: scale(1, 1.075);
  transform: scale(1, 1.075);
}
.heading-level3 {
  font-size: 1.75em;
}
.heading-level4 {
  font-size: 1.2em;
}
.heading-level5 {
  font-size: 1em;
}
.heading-level4-normal {
  font-size: 1.2em;
  font-weight: normal;
}
.heading-level4-normal i {
  font-weight: normal;
}
.heading-level4-normal .punctuation {
  margin: 0 -0.25em 0 0;
}
.heading-level5-normal {
  font-size: 1em;
  font-weight: normal;
}
.heading-level5-normal i {
  font-weight: normal;
}
.heading-level5-normal .punctuation {
  margin: 0 -0.25em 0 0;
}
.heading-underline {
  border-bottom: 1px solid var(--ddd);
}
.touchHeading-level1 {
  font-size: 13px;
  text-align: center;
  margin: 0 0 1em;
}
.touchHeading-level2 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 1em -15px;
  width: calc(100% + 30px);
  padding: 0 16px 8px !important;
  border-bottom: 1px solid var(--ddd);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.touchHeading-level2 h3 {
  margin: 0;
}
.touchHeading-level2-simple {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 16px 8px !important;
  border-bottom: 1px solid var(--ddd);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.touchHeading-level3 {
  font-size: 10px;
  font-weight: bold;
  border-bottom: 1px solid var(--ddd);
  padding: 0 0 8px !important;
  margin: 0 0 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.touchHeading-level3 h3 {
  margin: 0;
}
input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button] {
  width: auto;
}
.ui-button-big {
  font-size: 15px !important;
}
.ui-button-big img {
  max-height: 15px !important;
}
.ui-button-default {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: var(--ddd);
  border-color: var(--bbb);
  color: var(--000);
}
.ui-button-default:focus {
  outline: none;
}
.ui-button-default img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-default i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-default:visited {
  color: var(--000);
}
.ui-button-default:hover {
  background: var(--ccc) !important;
  border-color: var(--aaa);
  color: var(--000);
}
.ui-button-default:focus {
  border-color: var(--fff);
  color: var(--000);
  -webkit-box-shadow: 0 0 5px var(--666);
  box-shadow: 0 0 5px var(--666);
}
.ui-button-default[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-default[disabled]:hover,
.ui-button-default[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-white {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: var(--fff);
  border-color: var(--ccc);
  color: var(--000);
  font-weight: normal;
}
.ui-button-white:focus {
  outline: none;
}
.ui-button-white img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-white i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-white:visited {
  color: var(--000);
}
.ui-button-white:hover {
  background: var(--eee) !important;
  border-color: var(--bbb);
  color: var(--000);
}
.ui-button-white:focus {
  border-color: var(--bbb);
  color: var(--000);
  -webkit-box-shadow: 0 0 5px var(--ccc);
  box-shadow: 0 0 5px var(--ccc);
}
.ui-button-white[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-white[disabled]:hover,
.ui-button-white[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-black {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: var(--555);
  border-color: var(--333);
  color: var(--fff);
}
.ui-button-black:focus {
  outline: none;
}
.ui-button-black img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-black i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-black:visited {
  color: var(--fff);
}
.ui-button-black:hover {
  background: var(--333) !important;
  border-color: var(--111);
  color: var(--fff);
}
.ui-button-black:focus {
  border-color: var(--fff);
  color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--666);
  box-shadow: 0 0 5px var(--666);
}
.ui-button-black[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-black[disabled]:hover,
.ui-button-black[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-blue {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: var(--dc-blue);
  border-color: var(--dc-blue-dark);
  color: var(--fff);
}
.ui-button-blue:focus {
  outline: none;
}
.ui-button-blue img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-blue i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-blue:visited {
  color: var(--fff);
}
.ui-button-blue:hover {
  background: var(--dc-blue-dark) !important;
  border-color: var(--dc-blue-dull);
  color: var(--fff);
}
.ui-button-blue:focus {
  border-color: var(--fff);
  color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--dc-blue-dull);
  box-shadow: 0 0 5px var(--dc-blue-dull);
}
.ui-button-blue[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-blue[disabled]:hover,
.ui-button-blue[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-yellow {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: var(--dc-yellow);
  border-color: var(--dc-yellow-dark);
  color: var(--fff);
}
.ui-button-yellow:focus {
  outline: none;
}
.ui-button-yellow img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-yellow i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-yellow:visited {
  color: var(--fff);
}
.ui-button-yellow:hover {
  background: var(--dc-yellow-dark) !important;
  border-color: var(--dc-yellow-dull);
  color: var(--fff);
}
.ui-button-yellow:focus {
  border-color: var(--fff);
  color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--dc-yellow-dull);
  box-shadow: 0 0 5px var(--dc-yellow-dull);
}
.ui-button-yellow[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-yellow[disabled]:hover,
.ui-button-yellow[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-red {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: var(--dc-red);
  border-color: var(--dc-red-dark);
  color: var(--fff);
}
.ui-button-red:focus {
  outline: none;
}
.ui-button-red img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-red i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-red:visited {
  color: var(--fff);
}
.ui-button-red:hover {
  background: var(--dc-red-dark) !important;
  border-color: var(--dc-red-dull);
  color: var(--fff);
}
.ui-button-red:focus {
  border-color: var(--fff);
  color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--dc-red-dull);
  box-shadow: 0 0 5px var(--dc-red-dull);
}
.ui-button-red[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-red[disabled]:hover,
.ui-button-red[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-modest {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: var(--f2f1f0);
  border-color: transparent;
  color: var(--000);
}
.ui-button-modest:focus {
  outline: none;
}
.ui-button-modest img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-modest i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-modest:visited {
  color: var(--000);
}
.ui-button-modest:hover,
.ui-button-modest:focus {
  background: var(--eae9e8) !important;
  color: var(--000);
}
.ui-button-silent {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: transparent;
  border-color: transparent;
  color: var(--000);
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
  font-weight: normal;
}
.ui-button-silent:focus {
  outline: none;
}
.ui-button-silent img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-silent i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-silent:visited {
  color: var(--000);
}
.ui-button-silent:hover,
.ui-button-silent:focus {
  color: var(--dc-blue-dull);
}
.ui-button-silent[disabled] {
  color: var(--ccc);
}
.ui-button-silent[disabled]:hover,
.ui-button-silent[disabled]:focus {
  color: var(--ccc);
}
.ui-button-silentRed {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  background: transparent;
  border-color: var(--dc-red-dark);
  color: var(--dc-red-dark);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ui-button-silentRed:focus {
  outline: none;
}
.ui-button-silentRed img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-silentRed i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-silentRed:visited {
  color: var(--dc-red-dark);
}
.ui-button-silentRed:hover,
.ui-button-silentRed:focus {
  background: var(--dc-red-dark) !important;
  border-color: var(--dc-red-dull);
  color: var(--fff);
}
.ui-button-silentRed:focus {
  border-color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--dc-red-dull);
  box-shadow: 0 0 5px var(--dc-red-dull);
}
.ui-button-silentRed[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
  background: var(--fff);
}
.ui-button-silentRed[disabled]:hover,
.ui-button-silentRed[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-silentRed[disabled]:hover {
  background: var(--fff) !important;
}
.ui-button-redSilent {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: transparent;
  border-color: transparent;
  color: var(--dc-red-dark);
  text-shadow: none;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ui-button-redSilent:focus {
  outline: none;
}
.ui-button-redSilent img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-redSilent i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-redSilent:visited {
  color: var(--dc-red-dark);
}
.ui-button-redSilent:hover,
.ui-button-redSilent:focus {
  text-decoration: underline !important;
}
.ui-button-redSilent:focus {
  border-color: var(--fff);
  -webkit-box-shadow: 0 0 5px var(--dc-red-dull);
  box-shadow: 0 0 5px var(--dc-red-dull);
}
.ui-button-disabled {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-disabled:focus {
  outline: none;
}
.ui-button-disabled img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-disabled i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-disabled:hover,
.ui-button-disabled:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.ui-button-blue-wrapper {
  background: transparent;
  border: none;
}
.ui-button-blue-wrapper:hover .ui-button-blue {
  background: var(--dc-blue-dark) !important;
  border-color: var(--dc-blue-dull) !important;
  color: var(--fff) !important;
}
.ui-button-blue-wrapper:focus {
  outline: none;
}
.ui-button-blue-wrapper:focus .ui-button-blue {
  background: var(--dc-blue-dark) !important;
  border-color: var(--fff) !important;
  color: var(--fff) !important;
  -webkit-box-shadow: 0 0 5px var(--dc-blue-dull);
  box-shadow: 0 0 5px var(--dc-blue-dull);
}
.ui-button-blue-wrapper[disabled] .ui-button-blue {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-button-blue-wrapper[disabled] .ui-button-blue:hover,
.ui-button-blue-wrapper[disabled] .ui-button-blue:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.ui-button-yellow-wrapper {
  background: transparent;
  border: none;
}
.ui-button-yellow-wrapper:hover .ui-button-yellow {
  background: var(--dc-yellow-dark) !important;
  border-color: var(--dc-yellow-dull) !important;
  color: var(--fff) !important;
}
.ui-button-yellow-wrapper:focus {
  outline: none;
}
.ui-button-yellow-wrapper:focus .ui-button-yellow {
  background: var(--dc-yellow-dark) !important;
  border-color: var(--fff) !important;
  color: var(--fff) !important;
  -webkit-box-shadow: 0 0 5px var(--dc-yellow-dull);
  box-shadow: 0 0 5px var(--dc-yellow-dull);
}
.ui-button-yellow-wrapper[disabled] .ui-button-yellow {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-button-yellow-wrapper[disabled] .ui-button-yellow:hover,
.ui-button-yellow-wrapper[disabled] .ui-button-yellow:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.ui-button-silent-wrapper {
  background: transparent;
  border: none;
}
.ui-button-silent-wrapper:hover .ui-button-silent {
  background: inherit !important;
  border-color: none !important;
  color: var(--dc-blue-dull) !important;
}
.ui-button-silent-wrapper:focus {
  outline: none;
}
.ui-button-silent-wrapper:focus .ui-button-silent {
  background: inherit !important;
  border-color: var(--fff) !important;
  color: var(--dc-blue-dull) !important;
  -webkit-box-shadow: 0 0 5px none;
  box-shadow: 0 0 5px none;
}
.ui-button-silent-wrapper[disabled] .ui-button-silent {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-button-silent-wrapper[disabled] .ui-button-silent:hover,
.ui-button-silent-wrapper[disabled] .ui-button-silent:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.ui-button-default-wrapper {
  background: transparent;
  border: none;
}
.ui-button-default-wrapper:hover .ui-button-default {
  background: var(--ccc) !important;
  border-color: var(--aaa) !important;
  color: inherit !important;
}
.ui-button-default-wrapper:focus {
  outline: none;
}
.ui-button-default-wrapper:focus .ui-button-default {
  background: var(--ccc) !important;
  border-color: var(--fff) !important;
  color: inherit !important;
  -webkit-box-shadow: 0 0 5px var(--aaa);
  box-shadow: 0 0 5px var(--aaa);
}
.ui-button-default-wrapper[disabled] .ui-button-default {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-button-default-wrapper[disabled] .ui-button-default:hover,
.ui-button-default-wrapper[disabled] .ui-button-default:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.ui-button-white-wrapper {
  background: transparent;
  border: none;
}
.ui-button-white-wrapper:hover .ui-button-white {
  background: var(--eee) !important;
  border-color: var(--bbb) !important;
  color: var(--000) !important;
}
.ui-button-white-wrapper:focus {
  outline: none;
}
.ui-button-white-wrapper:focus .ui-button-white {
  background: var(--eee) !important;
  border-color: var(--fff) !important;
  color: var(--000) !important;
  -webkit-box-shadow: 0 0 5px var(--bbb);
  box-shadow: 0 0 5px var(--bbb);
}
.ui-button-white-wrapper[disabled] .ui-button-white {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-button-white-wrapper[disabled] .ui-button-white:hover,
.ui-button-white-wrapper[disabled] .ui-button-white:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.ui-button-orange {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 1px solid var(--000);
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #ff9d00;
  border-color: #ff7e00;
  color: var(--fff);
}
.ui-button-orange:focus {
  outline: none;
}
.ui-button-orange img {
  max-height: 12px;
  vertical-align: top;
}
.ui-button-orange i[class^=icon] {
  line-height: 0.5em;
}
.ui-button-orange:visited {
  color: var(--fff);
}
.ui-button-orange:hover {
  background: #ff7e00;
  border-color: #ff6a00;
  color: var(--fff);
}
.ui-button-orange:focus {
  border-color: var(--fff);
  color: var(--fff);
  -webkit-box-shadow: 0 0 5px #ff9d00;
  box-shadow: 0 0 5px #ff9d00;
}
.ui-button-orange[disabled] {
  background: var(--eee);
  border-color: var(--ddd);
  color: var(--aaa);
  text-shadow: none;
  cursor: default;
}
.ui-button-orange[disabled]:hover,
.ui-button-orange[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd);
  color: var(--aaa);
}
.isTouch .ui-button-big {
  font-size: 14px !important;
  padding: 12px 10px;
}
.ui-contextMenu {
  position: relative;
  outline: none;
  cursor: pointer;
}
.ui-contextMenu.ui-contextMenu-selector.isDirty .ui-contextMenu-label {
  font-weight: bold;
  color: var(--dc-blue-dark);
}
.ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content {
  top: 100%;
  margin: 0 0 0 -34px;
}
.ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content li.isActive:first-child a:before {
  top: 6px;
}
.ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content li.isActive a {
  position: relative;
  color: var(--dc-blue-dark);
  font-weight: bold;
}
.ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content li.isActive a:before {
  font-family: dcicons;
  content: '\f71C';
  position: absolute;
  top: 2px;
  left: 11px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content a {
  padding: 7px 16px 7px 32px !important;
}
.ui-contextMenu:hover .ui-contextMenu-content,
.ui-contextMenu:focus .ui-contextMenu-content {
  display: block !important;
}
.ui-contextMenu .ui-contextMenu-content {
  display: none !important;
  position: absolute;
  top: 100%;
  background: var(--fff);
  border: 1px solid var(--rgba-bk03);
  -webkit-box-shadow: 0 1px 1px var(--rgba-bk01);
  box-shadow: 0 1px 1px var(--rgba-bk01);
  z-index: 20000;
  height: auto;
}
.ui-contextMenu .ui-contextMenu-content.ui-contextMenu-content-left {
  left: 0;
}
.ui-contextMenu .ui-contextMenu-content.ui-contextMenu-content-right {
  right: 0;
}
.ui-contextMenu .ui-contextMenu-content ul {
  padding: 0;
  margin: 0;
}
.ui-contextMenu .ui-contextMenu-content ul li {
  list-style-type: none;
}
.ui-contextMenu .ui-contextMenu-content li:first-child a,
.ui-contextMenu .ui-contextMenu-content li:first-child button {
  padding-top: 12px !important;
}
.ui-contextMenu .ui-contextMenu-content li:last-child a,
.ui-contextMenu .ui-contextMenu-content li:last-child button {
  padding-bottom: 12px !important;
}
.ui-contextMenu .ui-contextMenu-content li.contextMenu-border {
  border-bottom: 1px solid var(--ccc);
}
.ui-contextMenu .ui-contextMenu-content li.contextMenu-border + li a {
  padding-top: 10px !important;
}
.ui-contextMenu .ui-contextMenu-content li.contextMenu-border a {
  padding-bottom: 10px !important;
}
.ui-contextMenu .ui-contextMenu-content a,
.ui-contextMenu .ui-contextMenu-content button {
  font-size: 13px;
  padding: 7px 10px !important;
  color: var(--000);
  font-weight: normal;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1 !important;
  text-decoration: none;
  display: block;
  background: none;
  border: none;
  white-space: nowrap;
}
.ui-contextMenu .ui-contextMenu-content a.isActive,
.ui-contextMenu .ui-contextMenu-content button.isActive {
  background: var(--f2f1f0);
}
.ui-contextMenu .ui-contextMenu-content a:hover,
.ui-contextMenu .ui-contextMenu-content button:hover,
.ui-contextMenu .ui-contextMenu-content a:focus,
.ui-contextMenu .ui-contextMenu-content button:focus {
  color: var(--dc-blue-dark);
}
.ui-contextMenu .ui-contextMenu-content button[disabled] {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
  text-shadow: none !important;
  cursor: default !important;
}
.ui-contextMenu .ui-contextMenu-content button[disabled]:hover,
.ui-contextMenu .ui-contextMenu-content button[disabled]:focus {
  background: var(--eee) !important;
  border-color: var(--ddd) !important;
  color: var(--aaa) !important;
}
.isTouch .ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content li.isActive:first-child a:before {
  top: 12px;
}
.isTouch .ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content li.isActive a:before {
  top: 5px;
}
.isTouch .ui-contextMenu.ui-contextMenu-selector .ui-contextMenu-content a {
  padding: 10px 16px 10px 32px !important;
}
.isTouch .ui-contextMenu .ui-contextMenu-content li:first-child a,
.isTouch .ui-contextMenu .ui-contextMenu-content li:first-child button {
  padding-top: 17px !important;
}
.isTouch .ui-contextMenu .ui-contextMenu-content li:last-child a,
.isTouch .ui-contextMenu .ui-contextMenu-content li:last-child button {
  padding-bottom: 17px !important;
}
.isTouch .ui-contextMenu .ui-contextMenu-content li.contextMenu-border + li a {
  padding-top: 15px !important;
}
.isTouch .ui-contextMenu .ui-contextMenu-content li.contextMenu-border a {
  padding-bottom: 15px !important;
}
.isTouch .ui-contextMenu .ui-contextMenu-content a,
.isTouch .ui-contextMenu .ui-contextMenu-content button {
  font-size: 13px;
  padding: 10px 12px !important;
}
body.isIOSApp .isHiddenIfIOSApp,
body.isApp .isHiddenIfApp {
  display: none !important;
}
.guest-footer {
  margin: 0;
}
.guest-footer-content {
  display: none;
}
#blog-title {
  display: none;
}
body:not(.browsing-with-smartphone) #globalHeader-touch {
  display: none;
}
body:not(.browsing-with-smartphone) #globalHeader-pc {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  background: #ffffff;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner {
  height: 50px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1125px;
  min-width: 1000px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner ul:before,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner ul:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner ul:after {
  clear: both;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner .float-right {
  *zoom: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner .float-right:before,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner .float-right:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-inner .float-right:after {
  clear: both;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-logo {
  margin: 0 1.5em 0 0 !important;
  font-size: 1em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-logo a {
  text-decoration: none;
  display: block;
  line-height: 50px;
  height: 50px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-logo img {
  max-height: 25px;
  margin: 12.5px 0 0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav > li,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav > li {
  margin: 0;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a {
  display: block;
  padding: 0 1em 0 0;
  line-height: 50px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a:hover,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a:hover,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a:focus,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a:focus {
  text-decoration: none;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a:hover span,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a:hover span,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a:focus span,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a:focus span {
  border-top-color: #4BAAE0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav a.isActive span,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav a.isActive span {
  border-top-color: #222222;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav span,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav span {
  display: block;
  border-top: 4px solid transparent;
  line-height: 46px;
  color: #222222;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-globalNav li {
  float: left;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-kadokawaGroup {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #999999;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search {
  width: 200px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form {
  display: block;
  *zoom: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:before,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:after {
  clear: both;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:hover input,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:focus input,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:hover button,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search form:focus button {
  background: #eae9e8;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search button {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #f2f1f0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input {
  width: calc(100% - 35px);
  height: 32px;
  font-size: 0.85em;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-left: none;
  float: right;
  border-radius: 0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input::-webkit-input-placeholder {
  color: #888888;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
  line-height: 1.3em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
  line-height: 1.3em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:-ms-input-placeholder {
  color: #888888;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:focus {
  border-top-color: #4BAAE0 !important;
  border-right-color: #4BAAE0 !important;
  border-bottom-color: #4BAAE0 !important;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:focus + button {
  border-bottom-color: #4BAAE0 !important;
  border-left-color: #4BAAE0 !important;
  border-top-color: #4BAAE0 !important;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search button {
  display: block;
  width: 35px;
  line-height: 1;
  height: 32px;
  text-align: center;
  border: 2px solid transparent;
  border-right: none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f1f0;
  cursor: pointer;
  padding: 3px 6px 2px;
  border-radius: 0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search button:hover {
  color: #0081C2;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search button img {
  max-height: 16px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav {
  text-align: right;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content {
  height: auto;
  font-size: 1.1em;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content li:first-child a,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content li:first-child button {
  padding-top: 10px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content li.contextMenu-border {
  border-bottom: 1px solid #CCCCCC;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content li.contextMenu-border + li a {
  padding-top: 10px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content li.contextMenu-border a {
  padding-bottom: 10px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content a,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content button {
  padding: 7px 10px;
  color: #222222;
  font-size: 12.6px;
  font-weight: normal;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content a.isActive,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content button.isActive {
  background: #f2f1f0;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content a:hover,
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav .ui-contextMenu-content button:hover {
  color: #0081C2;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info {
  vertical-align: top;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info #globalHeader-pc-infoLabel {
  border: none;
  cursor: pointer;
  padding: 4px 0.5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info #globalHeader-pc-infoLabel:hover {
  background: #F5F5F5;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info i {
  font-size: 1.25em;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info img {
  max-height: 16px;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-info {
  margin-left: 0.5em !important;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-login a {
  padding: 0 1em 0 1.25em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-signUp a {
  font-size: 1.25em;
  padding: 0.5em 1em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-signUp span {
  height: auto;
  line-height: 1;
  display: inline-block;
  border: none;
  color: #ffffff;
}
body.browsing-with-smartphone #container {
  margin-top: 80px;
}
body.browsing-with-smartphone.isApp #container {
  margin-top: 0;
}
body.browsing-with-smartphone #globalHeader-pc {
  display: none;
}
body.browsing-with-smartphone #globalHeader-touch {
  position: relative;
  z-index: 20000;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle {
  border-bottom: 1px solid #DDDDDD;
  height: 34px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-inner {
  margin: 0 auto;
  max-width: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-inner p {
  margin: 0;
  line-height: 34px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-inner a {
  display: block;
  padding: 0 10px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-inner img {
  max-height: 16px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
body.browsing-with-smartphone #globalHeader-touch-kadokawaGroup {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-search a {
  padding: 0 10px 0 18px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-search img {
  width: 16px;
  height: 16px;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
body.browsing-with-smartphone #globalHeader-touch-globalNav ul {
  padding: 0;
  *zoom: 1;
  margin: 0 auto;
  max-width: 640px;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav ul li {
  list-style-type: none;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav ul:before,
body.browsing-with-smartphone #globalHeader-touch-globalNav ul:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav ul:after {
  clear: both;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav li {
  float: left;
  text-align: center;
  width: 20%;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav li.isActive span {
  color: #0081C2;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav li.isActive .globalHeader-touch-globalNav-positiveImage {
  display: none;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav li.isActive .globalHeader-touch-globalNav-negativeImage {
  display: block;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav #globalHeader-touch-globalNav-others {
  border-left: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav #globalHeader-touch-globalNav-others.isActive {
  background: #f2f1f0;
  border-left-color: #DDDDDD;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav #globalHeader-touch-globalNav-others.isActive span {
  color: #222222;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav a,
body.browsing-with-smartphone #globalHeader-touch-globalNav button {
  font-size: 10px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #222222;
  text-decoration: none;
  padding: 5px 0;
  margin: 0;
  border: none;
  background: transparent;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav img {
  width: 20px;
  height: 20px;
  margin: 0 auto 4px;
  vertical-align: top;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav .globalHeader-touch-globalNav-positiveImage {
  display: block;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav .globalHeader-touch-globalNav-negativeImage {
  display: none;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav span {
  color: #666666;
}
body.browsing-with-smartphone #globalHeader-touch-subNav {
  border-bottom: 1px solid #666666;
  display: none;
  background: #f2f1f0;
  position: relative;
  overflow: hidden;
  padding: 0 0 12px;
}
body.browsing-with-smartphone #globalHeader-touch-subNav.isShown {
  display: block;
}
body.browsing-with-smartphone #globalHeader-touch-subNav a {
  text-decoration: none;
}
body.browsing-with-smartphone #globalHeader-touch-subNav-mediaContents {
  position: relative;
}
body.browsing-with-smartphone #globalHeader-touch-subNav-mediaContents:before {
  border-top: 1px solid #DDDDDD;
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 80%;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout {
  padding: 0;
  *zoom: 1;
  margin: 9px auto 0;
  max-width: 640px;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout li {
  list-style-type: none;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout:before,
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout:after {
  clear: both;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.globalHeader-touch-subNav-waffleLayout-column2 li {
  width: 50%;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.globalHeader-touch-subNav-waffleLayout-column2 li:nth-child(even) {
  border-left: 1px solid #EEEEEE;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.globalHeader-touch-subNav-waffleLayout-column2 li:nth-child(odd) {
  border-left: none;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout + .globalHeader-touch-subNav-waffleLayout {
  margin: 10px auto 0;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.column4 li {
  width: 25% !important;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.column4 li:nth-child(3n + 1) {
  border-left: 1px solid #EEEEEE !important;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout.column4 li:nth-child(4n + 1) {
  border-left: none !important;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout li {
  background: #ffffff;
  width: 33.33333333%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-width: 0 0 1px 1px;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout li:nth-child(3n + 1) {
  border-left: none;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout a {
  display: block;
  text-align: center;
  padding: 13px 0 10px;
  font-size: 10px;
  color: #666666;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 2px;
  vertical-align: top;
}
body.browsing-with-smartphone .globalHeader-touch-subNav-waffleLayout img.next {
  width: auto;
}
body:not(.browsing-with-smartphone) #globalFooter {
  background: #f7f6f5;
  padding: 30px 0 60px;
  min-width: 1185px;
  margin: 60px 0 0;
}
body:not(.browsing-with-smartphone) #globalFooter-inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 1120px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks {
  *zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks:before,
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks:after {
  clear: both;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks section:not(:first-child) {
  padding: 0 0 0 15px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks section:last-child {
  border: none;
  margin: 0;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .exploreLinks-genres {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .exploreLinks-genres ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .exploreLinks-genres li {
  width: 50%;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks h3 {
  font-size: 12px;
  color: #666666;
  margin: 0 0 1em;
  letter-spacing: 1px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks a {
  color: #666666;
  display: block;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks a:hover {
  color: #222222;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .exploreLinks-genre-nonfiction {
  letter-spacing: -2px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks #globalFooter-info-tos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #CCCCCC;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-appBadge {
  margin: 0 0 10px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-appBadge img {
  width: 135px;
  height: 40px;
  vertical-align: top;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount {
  font-size: 13px;
  height: 32px;
  margin: 10px 0 0;
  line-height: 32px;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount p {
  margin: 0;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount span {
  display: block;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks #mequrimequru,
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks #comicwalker {
  display: none;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount-serviceLogo {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0 !important;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks .globalFooter-officialAccount-serviceLogo img {
  max-width: 32px;
  height: 32px;
  vertical-align: top;
}
body:not(.browsing-with-smartphone) #copyright {
  border-top: 1px solid #DDDDDD;
  padding: 10px 0 0;
  margin: 45px 0 0;
  *zoom: 1;
}
body:not(.browsing-with-smartphone) #copyright:before,
body:not(.browsing-with-smartphone) #copyright:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone) #copyright:after {
  clear: both;
}
body:not(.browsing-with-smartphone) #copyright p {
  margin: 0;
}
body:not(.browsing-with-smartphone) #copyright img {
  max-height: 15px;
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
}
body:not(.browsing-with-smartphone) #copyright-companyLogos {
  float: left;
}
body:not(.browsing-with-smartphone) #copyright-label {
  float: right;
  color: #AAAAAA;
  line-height: 1;
}
.browsing-with-smartphone #globalFooter {
  margin: 24px 0 0;
  background: #f7f6f5;
}
.browsing-with-smartphone #globalFooter-inner {
  max-width: 640px;
  margin: 0 auto;
}
.browsing-with-smartphone #globalFooter-exploreLinks {
  font-size: 13px;
  line-height: 1;
  *zoom: 1;
}
.browsing-with-smartphone #globalFooter-exploreLinks:before,
.browsing-with-smartphone #globalFooter-exploreLinks:after {
  content: '';
  display: table;
}
.browsing-with-smartphone #globalFooter-exploreLinks:after {
  clear: both;
}
.browsing-with-smartphone #globalFooter-exploreLinks section {
  width: 50%;
  padding: 24px 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.browsing-with-smartphone #globalFooter-exploreLinks h3 {
  margin: 0 0 8px;
  font-size: 11px;
}
.browsing-with-smartphone #globalFooter-exploreLinks ul {
  padding: 0;
  margin: 0 0 15px;
}
.browsing-with-smartphone #globalFooter-exploreLinks ul li {
  list-style-type: none;
}
.browsing-with-smartphone #globalFooter-exploreLinks a {
  color: #666666;
  padding: 8px 0;
  display: block;
}
.browsing-with-smartphone #globalFooter-exploreLinks a:hover,
.browsing-with-smartphone #globalFooter-exploreLinks a:focus {
  color: #0990CC;
}
.browsing-with-smartphone #globalFooter-exploreLinks .exploreLinks-popular {
  float: right;
}
.browsing-with-smartphone #globalFooter-exploreLinks .exploreLinks-genres {
  float: left;
}
.browsing-with-smartphone #globalFooter-exploreLinks .exploreLinks-genre-nonfiction {
  letter-spacing: -2px;
}
.browsing-with-smartphone #globalFooter-exploreLinks .exploreLinks-others {
  float: right;
}
.browsing-with-smartphone #globalFooter-exploreLinks #globalFooter-info {
  clear: both;
  float: left;
  position: relative;
}
.browsing-with-smartphone #globalFooter-exploreLinks #globalFooter-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(200% - 30px);
  height: 0;
  border-top: 1px solid #DDDDDD;
}
.browsing-with-smartphone #globalFooter-exploreLinks #globalFooter-appAndAccount {
  float: right;
}
.browsing-with-smartphone #globalFooter-exploreLinks #globalFooter-info-tos {
  display: block;
}
.browsing-with-smartphone #globalFooter-exploreLinks #globalFooter-info-tos span {
  display: none;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-appBadge {
  margin: 0 0 10px;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-appBadge a {
  padding: 0;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-appBadge img {
  width: 135px;
  height: 40px;
  vertical-align: top;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount {
  font-size: 13px;
  height: 32px;
  margin: 10px 0 0;
  line-height: 32px;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  padding: 0;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount p {
  margin: 0;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount span {
  display: block;
  line-height: 1.3;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount-serviceLogo {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0 !important;
}
.browsing-with-smartphone #globalFooter-exploreLinks .globalFooter-officialAccount-serviceLogo img {
  max-width: 32px;
  height: 32px;
  vertical-align: top;
}
.browsing-with-smartphone #copyright {
  border-top: 1px solid #DDDDDD;
  padding: 15px 16px;
  margin: 8px 0 0;
}
.browsing-with-smartphone #copyright p {
  margin: 0;
}
.browsing-with-smartphone #copyright img {
  max-height: 15px;
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
}
.browsing-with-smartphone #copyright-label {
  color: #AAAAAA;
  line-height: 1;
}
.widget-subHeader {
  background: #f2f1f0;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-overflow-scrolling: touch;
}
.widget-subHeader::-webkit-scrollbar {
  height: 4px;
  background-color: #ffffff;
}
.widget-subHeader::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
}
.widget-subHeader::-webkit-scrollbar-thumb:hover {
  background-color: #AAAAAA;
}
.widget-subHeader-inner {
  width: 1125px;
  margin: 0 auto;
  padding: 0 30px;
}
.widget-subHeader-links {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 12.6px;
}
.widget-subHeader-links li {
  list-style-type: none;
}
.widget-subHeader-links li {
  display: inline-block;
}
.widget-subHeader-links li:first-child {
  margin: 0;
}
.widget-subHeader-links li:first-child a {
  padding-left: 0;
}
.widget-subHeader-links li.isActive span {
  background: #4BAAE0;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.widget-subHeader-links li.isActive a:hover span,
.widget-subHeader-links li.isActive a:focus span {
  background: #4BAAE0;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.widget-subHeader-links a {
  display: block;
  padding: 14px 2px;
  text-decoration: none;
}
.widget-subHeader-links a:hover span,
.widget-subHeader-links a:focus span {
  background: #d8d7d6;
}
.widget-subHeader-links a span {
  color: #222222;
  padding: 8px 12px;
  border-radius: 1.25em;
}
.widget-subHeader-links .widget-subHeader-toppage {
  padding: 0 0.5em 0 0;
  margin: 0 0.5em 0 0 !important;
  position: relative;
}
.widget-subHeader-links .widget-subHeader-toppage:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  right: 0;
  height: 2.5em;
  width: 1px;
  background: #DDDDDD;
}
.browsing-with-smartphone .widget-subHeader {
  position: static;
  top: auto;
  left: auto;
  margin: 80px 0 0;
}
.isApp .widget-subHeader {
  margin: 0;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading {
  padding: 0 0 5px;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 {
  font-size: 18px;
  letter-spacing: 6px;
  margin: 0 10px 0 0;
  line-height: 1;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-label,
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-title {
  display: inline-block;
  padding: 2px 0 0px 4px;
  line-height: 22px;
  position: relative;
  color: #222222;
  background-image: -webkit-repeating-linear-gradient(left, #BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 24px), -webkit-repeating-linear-gradient(#BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 23px);
  background-image: repeating-linear-gradient(90deg, #BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 24px), repeating-linear-gradient(#BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 23px);
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-label:before,
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-title:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 a.widget-mediaHeading-title {
  text-decoration: none;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 a.widget-mediaHeading-title:hover,
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 a.widget-mediaHeading-title:focus {
  color: #0990CC;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-label {
  color: #ffffff;
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0, #ffffff 1px, #4BAAE0 0, #4BAAE0 24px), -webkit-repeating-linear-gradient(#ffffff 0, #ffffff 1px, transparent 0, transparent 23px);
  background-image: repeating-linear-gradient(90deg, #ffffff 0, #ffffff 1px, #4BAAE0 0, #4BAAE0 24px), repeating-linear-gradient(#ffffff 0, #ffffff 1px, transparent 0, transparent 23px);
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-label + .widget-mediaHeading-title {
  margin: 0 0 0 -4px;
  position: relative;
  z-index: 10;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper {
  color: #222222;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper:hover,
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper:focus {
  color: #0990CC;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BBBBBB;
  text-align: center;
  margin: 0 0 0 -1px;
  letter-spacing: 0;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading p {
  font-size: 14px;
  color: #888888;
  margin: 0.25em 0 0;
}
body.browsing-with-smartphone .widget-mediaHeading {
  padding: 0 16px 8px;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone .widget-mediaHeading h2 {
  font-size: 14px;
  letter-spacing: 6px;
  margin: 0 10px 0 0;
  line-height: 1;
  background: #ffffff;
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-label,
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-title {
  display: inline-block;
  padding: 2px 0 0 4px;
  line-height: 18px;
  position: relative;
  color: #222222;
  background-image: -webkit-repeating-linear-gradient(left, #BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 20px), -webkit-repeating-linear-gradient(#BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 19px);
  background-image: repeating-linear-gradient(90deg, #BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 20px), repeating-linear-gradient(#BBBBBB 0, #BBBBBB 1px, transparent 0, transparent 19px);
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-label:before,
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-title:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
body.browsing-with-smartphone .widget-mediaHeading h2 a.widget-mediaHeading-title {
  text-decoration: none;
}
body.browsing-with-smartphone .widget-mediaHeading h2 a.widget-mediaHeading-title:hover,
body.browsing-with-smartphone .widget-mediaHeading h2 a.widget-mediaHeading-title:focus {
  color: #0990CC;
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-label {
  color: #ffffff;
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0, #ffffff 1px, #4BAAE0 0, #4BAAE0 20px), -webkit-repeating-linear-gradient(#ffffff 0, #ffffff 1px, transparent 0, transparent 19px);
  background-image: repeating-linear-gradient(90deg, #ffffff 0, #ffffff 1px, #4BAAE0 0, #4BAAE0 20px), repeating-linear-gradient(#ffffff 0, #ffffff 1px, transparent 0, transparent 19px);
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-label + .widget-mediaHeading-title {
  margin: 0 0 0 -4px;
  position: relative;
  z-index: 10;
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper {
  color: #222222;
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper:hover,
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper:focus {
  color: #0990CC;
}
body.browsing-with-smartphone .widget-mediaHeading h2 .widget-mediaHeading-wrapSpanForEachChar-wrapper span {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BBBBBB;
  text-align: center;
  margin: 0 0 0 -1px;
  letter-spacing: 0;
}
body.browsing-with-smartphone .widget-mediaHeading p {
  font-size: 12px;
  line-height: 1.3;
  color: #888888;
  margin: 0.5em 0 0;
}
.work-type.isComic {
  background: #ff9d00 !important;
}
.work-type.isMovie {
  background: #65696B !important;
}
.entry {
  position: relative;
}
.entry-footer {
  text-align: center;
}
.entry-header-menu {
  display: none !important;
}
.hatena-module-search-box .hatena-module-title {
  display: none;
}
.hatena-module-search-box .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hatena-module-search-box input {
  font-size: 1.1em;
}
.hatena-module-search-box input:first-child {
  border-radius: 3px 0 0 3px;
  border-right: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.hatena-module-search-box input:first-child:hover + input {
  border-left-color: #888888;
}
.hatena-module-search-box input:first-child:focus + input {
  border-left-color: #4BAAE0;
}
.hatena-module-search-box input:last-child {
  border-radius: 0 3px 3px 0;
  width: 65px;
}
#entry-footer-secondary-modules .hatena-module-related-entries:before {
  content: '関連作品';
  display: block;
  font-weight: bold;
  margin: 1em 0;
  font-size: 11.5px;
  text-align: left;
}
#entry-footer-secondary-modules .hatena-module-related-entries .hatena-module-title {
  display: none;
}
#entry-footer-secondary-modules .hatena-module-related-entries .hatena-urllist {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item {
  width: calc(20% - 12.8px);
  margin: 0 0 0 16px;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:first-child {
  margin: 0;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-item a {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #222222;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-image-link img {
  max-width: 100%;
  margin: 0;
  float: none;
  vertical-align: bottom;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link,
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-entry-body {
  display: none;
}
#entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link {
  margin: 6px 0 0;
}
body:not(.browsing-with-smartphone):not(.isApp) #container {
  margin-top: 50px;
}
body:not(.browsing-with-smartphone) #kakuyomuPublication-header-pc-inner,
body:not(.browsing-with-smartphone) #content-inner,
body:not(.browsing-with-smartphone) #top-box {
  width: 1125px;
  margin: 0 auto;
  padding: 0 30px;
}
body:not(.browsing-with-smartphone) .pager {
  margin: 1em 0 0;
  font-size: 1.25em;
  text-align: right;
  font-weight: bold;
}
body:not(.browsing-with-smartphone) #kakuyomuPublication-header-description {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 20px 0;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
  width: 1185px;
}
body:not(.browsing-with-smartphone) #kakuyomuPublication-header-description p {
  margin: 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .entry-date,
body:not(.browsing-with-smartphone).page-index .entry-date,
body:not(.browsing-with-smartphone).page-category-category_name .entry-title,
body:not(.browsing-with-smartphone).page-index .entry-title,
body:not(.browsing-with-smartphone).page-category-category_name .entry-categories,
body:not(.browsing-with-smartphone).page-index .entry-categories,
body:not(.browsing-with-smartphone).page-category-category_name .entry-footer-section,
body:not(.browsing-with-smartphone).page-index .entry-footer-section {
  display: none;
}
body:not(.browsing-with-smartphone).page-category-category_name #content-inner,
body:not(.browsing-with-smartphone).page-index #content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-category-category_name #wrapper,
body:not(.browsing-with-smartphone).page-index #wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2,
body:not(.browsing-with-smartphone).page-index #box2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module {
  margin: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module:first-child,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module:first-child {
  margin-top: 0;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module-title,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module-title {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid var(--ddd);
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module-title i,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module-title i {
  font-weight: normal;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module-title .punctuation,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module-title .punctuation {
  margin: 0 -0.25em 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 .hatena-module-title a,
body:not(.browsing-with-smartphone).page-index #box2 .hatena-module-title a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 ul,
body:not(.browsing-with-smartphone).page-index #box2 ul {
  padding: 0;
}
body:not(.browsing-with-smartphone).page-category-category_name #box2 ul li,
body:not(.browsing-with-smartphone).page-index #box2 ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-category-category_name .entry,
body:not(.browsing-with-smartphone).page-index .entry {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-category-category_name .entry:first-child,
body:not(.browsing-with-smartphone).page-index .entry:first-child {
  border-top: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-category-category_name .entry-footer,
body:not(.browsing-with-smartphone).page-index .entry-footer {
  display: none;
}
body:not(.browsing-with-smartphone).page-category-category_name .detailView,
body:not(.browsing-with-smartphone).page-index .detailView {
  display: none;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-thumbnail,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-thumbnail {
  width: 150px;
  margin: 0 20px 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-thumbnail img,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-thumbnail img {
  border: 1px solid #444444;
  max-width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-summary,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-type,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-type {
  line-height: 1;
  margin: 0 0 0.5em;
  background: #4BAAE0;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 0.3em 0.35em 0.25em;
  font-weight: bold;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-catchphrase,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-catchphrase {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView p,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView p,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView p,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView p,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView p,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView p,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView p,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView p,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView h2,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView h2,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView h2,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView h2,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView h2,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView h2,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView h2,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView h2,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView h3,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView h3,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView h3,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView h3,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView h3,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView h3,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView h3,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView h3 {
  margin: 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-title,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-title {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0.5em 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-title a,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-title a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-title a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-title a:focus,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-title a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-author,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-author {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: normal;
  color: #666666;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-author a,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-author a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-author a:focus,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info {
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info:before,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info:after,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info:after {
  clear: both;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info a,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info a {
  color: #444444;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info a:hover,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info a:focus,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info a:after,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info dt,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .v0 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v0 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v1 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v1 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v2 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v2 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-category-category_name .v3 .summaryView .work-info dd,
body:not(.browsing-with-smartphone).page-index .v3 .summaryView .work-info dd {
  width: calc(100% - 70px);
}
body:not(.browsing-with-smartphone).page-category-category_name #top-box {
  position: relative;
  height: 0;
}
body:not(.browsing-with-smartphone).page-category-category_name .breadcrumb {
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
  line-height: 1.2;
}
body:not(.browsing-with-smartphone).page-category-category_name #wrapper {
  margin-top: 2em;
}
body:not(.browsing-with-smartphone).page-preview-draft .entry-date,
body:not(.browsing-with-smartphone).page-entry .entry-date,
body:not(.browsing-with-smartphone).page-preview-draft .entry-title,
body:not(.browsing-with-smartphone).page-entry .entry-title,
body:not(.browsing-with-smartphone).page-preview-draft .entry-categories,
body:not(.browsing-with-smartphone).page-entry .entry-categories,
body:not(.browsing-with-smartphone).page-preview-draft .entry-footer-section,
body:not(.browsing-with-smartphone).page-entry .entry-footer-section {
  display: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .pager,
body:not(.browsing-with-smartphone).page-entry .pager {
  display: none;
}
body:not(.browsing-with-smartphone).page-preview-draft #kakuyomuPublication-header-description,
body:not(.browsing-with-smartphone).page-entry #kakuyomuPublication-header-description {
  display: none;
}
body:not(.browsing-with-smartphone).page-preview-draft #content-inner,
body:not(.browsing-with-smartphone).page-entry #content-inner {
  max-width: 100%;
}
body:not(.browsing-with-smartphone).page-preview-draft #wrapper,
body:not(.browsing-with-smartphone).page-entry #wrapper,
body:not(.browsing-with-smartphone).page-preview-draft #box2,
body:not(.browsing-with-smartphone).page-entry #box2 {
  float: none;
  width: 100%;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2,
body:not(.browsing-with-smartphone).page-entry #box2 {
  width: 1125px;
  margin: 30px 0;
  border-top: 1px solid #DDDDDD;
  padding: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner,
body:not(.browsing-with-smartphone).page-entry #box2-inner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  grid-row-gap: 30px;
  grid-column-gap: 20px;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-search {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-corp {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 70px;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-novelLabel {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-comicLabel {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-category {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-month {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-links {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-banner {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 150px;
}
body:not(.browsing-with-smartphone).page-preview-draft #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-entry #box2-inner .hatena-module-custom-gtm {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  pointer-events: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module ul,
body:not(.browsing-with-smartphone).page-entry .hatena-module ul {
  padding: 0;
  margin: 0.5em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module ul li,
body:not(.browsing-with-smartphone).page-entry .hatena-module ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module a,
body:not(.browsing-with-smartphone).page-entry .hatena-module a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-entry .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-entry .hatena-module a:focus {
  color: #0990CC;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module-title,
body:not(.browsing-with-smartphone).page-entry .hatena-module-title {
  font-size: 12px;
  margin: 0 0 1em;
  color: #666666;
  letter-spacing: 1px;
  font-weight: bold;
}
body:not(.browsing-with-smartphone).page-preview-draft .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-entry .hatena-module-related-entries {
  margin: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft #main,
body:not(.browsing-with-smartphone).page-entry #main {
  width: 1125px;
  margin: 0 auto;
  padding: 45px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .summaryView,
body:not(.browsing-with-smartphone).page-entry .summaryView {
  display: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-main,
body:not(.browsing-with-smartphone).page-entry .v0 .work-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-thumbnail,
body:not(.browsing-with-smartphone).page-entry .v0 .work-thumbnail {
  width: calc(50% - 20px);
  float: left;
  margin: 0 auto;
  padding: 35px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-thumbnail img,
body:not(.browsing-with-smartphone).page-entry .v0 .work-thumbnail img {
  max-width: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-detail,
body:not(.browsing-with-smartphone).page-entry .v0 .work-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: right;
  padding: 90px 30px 0;
  text-align: left;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-type,
body:not(.browsing-with-smartphone).page-entry .v0 .work-type {
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  background: #4BAAE0;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 50%;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-type.isComic,
body:not(.browsing-with-smartphone).page-entry .v0 .work-type.isComic {
  font-size: 1.2em;
  letter-spacing: -2px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-catchphrase,
body:not(.browsing-with-smartphone).page-entry .v0 .work-catchphrase {
  font-size: 1.6em;
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-summary,
body:not(.browsing-with-smartphone).page-entry .v0 .work-summary {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-title,
body:not(.browsing-with-smartphone).page-entry .v0 .work-title {
  margin: 0;
  font-size: 1.75em;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-author,
body:not(.browsing-with-smartphone).page-entry .v0 .work-author {
  margin: 0.5em 0 0;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-author a,
body:not(.browsing-with-smartphone).page-entry .v0 .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-author a:hover,
body:not(.browsing-with-smartphone).page-entry .v0 .work-author a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-author a:focus,
body:not(.browsing-with-smartphone).page-entry .v0 .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-officialSite a:after,
body:not(.browsing-with-smartphone).page-entry .v0 .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-continueReading,
body:not(.browsing-with-smartphone).page-entry .v0 .work-continueReading {
  font-size: 1.1em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-introduction,
body:not(.browsing-with-smartphone).page-entry .v0 .work-introduction {
  margin: 30px 0 60px;
  padding: 30px 0 0;
  font-size: 1.1em;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-introduction:before,
body:not(.browsing-with-smartphone).page-entry .v0 .work-introduction:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 1px;
  display: block;
  background: #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info a,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info a {
  color: #444444;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info a:hover,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info a:focus,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info a:after,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info h3,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info h3 {
  font-size: 0.9em;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl:before,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl:before,
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl:after {
  clear: both;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl dt,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl dt,
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl dd,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl dt,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-info dl dd,
body:not(.browsing-with-smartphone).page-entry .v0 .work-info dl dd {
  width: calc(100% - 70px);
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy {
  border-top: 2px solid #4BAAE0;
  border-bottom: 2px solid #4BAAE0;
  padding: 60px;
  margin: 60px 0 30px;
  text-align: center;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy h3,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy h3 {
  margin-top: 0;
  font-size: 1.75em;
  line-height: 1.5;
  color: #0990CC;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy h4,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy h4 {
  margin: 2em 0 0.5em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy ul,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy ul {
  padding: 0;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy ul li,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy li,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v0 .work-buy a,
body:not(.browsing-with-smartphone).page-entry .v0 .work-buy a {
  text-decoration: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-main,
body:not(.browsing-with-smartphone).page-entry .v1 .work-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-thumbnail,
body:not(.browsing-with-smartphone).page-entry .v1 .work-thumbnail {
  width: calc(50% - 20px);
  float: left;
  margin: 0 auto;
  padding: 35px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-thumbnail img,
body:not(.browsing-with-smartphone).page-entry .v1 .work-thumbnail img {
  max-width: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-type,
body:not(.browsing-with-smartphone).page-entry .v1 .work-type {
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  background: #4BAAE0;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 50%;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-type.isComic,
body:not(.browsing-with-smartphone).page-entry .v1 .work-type.isComic {
  font-size: 1.2em;
  letter-spacing: -2px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-detail,
body:not(.browsing-with-smartphone).page-entry .v1 .work-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: right;
  padding: 90px 30px 30px;
  text-align: left;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-catchphrase,
body:not(.browsing-with-smartphone).page-entry .v1 .work-catchphrase {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-title,
body:not(.browsing-with-smartphone).page-entry .v1 .work-title {
  margin: 0;
  font-size: 2em;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-author,
body:not(.browsing-with-smartphone).page-entry .v1 .work-author {
  margin: 0.5em 0 0;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-author a,
body:not(.browsing-with-smartphone).page-entry .v1 .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-author a:hover,
body:not(.browsing-with-smartphone).page-entry .v1 .work-author a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-author a:focus,
body:not(.browsing-with-smartphone).page-entry .v1 .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-cta,
body:not(.browsing-with-smartphone).page-entry .v1 .work-cta {
  margin: 30px 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-cta p,
body:not(.browsing-with-smartphone).page-entry .v1 .work-cta p {
  list-style-type: none;
  margin: 0 8px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-cta a,
body:not(.browsing-with-smartphone).page-entry .v1 .work-cta a {
  font-size: 15px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-continueReading,
body:not(.browsing-with-smartphone).page-entry .v1 .work-continueReading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-officialSite a,
body:not(.browsing-with-smartphone).page-entry .v1 .work-officialSite a {
  padding: 0 14px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-officialSite a:after,
body:not(.browsing-with-smartphone).page-entry .v1 .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy section,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy section {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy section:first-of-type,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy section:first-of-type {
  border-top: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy h4,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy h4 {
  margin: 0;
  width: 70px;
  font-size: 11.5px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy ul,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy ul li,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy li,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy li {
  list-style-type: none;
  display: inline-block;
  margin: 0 4px 8px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy a,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy a {
  text-decoration: none;
  display: block;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy a:hover img,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy a:hover img,
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy a:focus img,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy a:focus img {
  border-color: #666666;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-buy img,
body:not(.browsing-with-smartphone).page-entry .v1 .work-buy img {
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-introduction,
body:not(.browsing-with-smartphone).page-entry .v1 .work-introduction {
  margin: 30px 0;
  font-size: 16px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-introduction h3,
body:not(.browsing-with-smartphone).page-entry .v1 .work-introduction h3 {
  font-size: 11.5px;
  margin: 0 0 8px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-introduction p,
body:not(.browsing-with-smartphone).page-entry .v1 .work-introduction p {
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info a,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info a {
  color: #444444;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info a:hover,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info a:focus,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info a:after,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info h3,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info h3 {
  font-size: 11.5px;
  margin: 0 0 8px;
  vertical-align: bottom;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dl,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dl:before,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dl:before,
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dl:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dl:after {
  clear: both;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dl:before,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info div,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dt,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dt,
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dd,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dd {
  margin: 0;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dt,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dt {
  width: 70px;
  font-weight: bold;
  font-size: 11.5px;
  padding: 0.25em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v1 .work-info dd,
body:not(.browsing-with-smartphone).page-entry .v1 .work-info dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v2 .work-main,
body:not(.browsing-with-smartphone).page-entry .v2 .work-main,
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-main,
body:not(.browsing-with-smartphone).page-entry .v3 .work-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .v2 .work-thumbnail,
body:not(.browsing-with-smartphone).page-entry .v2 .work-thumbnail,
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-thumbnail,
body:not(.browsing-with-smartphone).page-entry .v3 .work-thumbnail {
  width: calc(50% - 20px);
  margin: 0 auto;
  padding: 35px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .v2 .work-thumbnail img,
body:not(.browsing-with-smartphone).page-entry .v2 .work-thumbnail img,
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-thumbnail img,
body:not(.browsing-with-smartphone).page-entry .v3 .work-thumbnail img {
  min-width: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
body:not(.browsing-with-smartphone).page-preview-draft .v2 .work-type,
body:not(.browsing-with-smartphone).page-entry .v2 .work-type,
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-type,
body:not(.browsing-with-smartphone).page-entry .v3 .work-type {
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  background: #4BAAE0;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 50%;
}
body:not(.browsing-with-smartphone).page-preview-draft .v2 .work-type.isComic,
body:not(.browsing-with-smartphone).page-entry .v2 .work-type.isComic,
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-type.isComic,
body:not(.browsing-with-smartphone).page-entry .v3 .work-type.isComic {
  font-size: 1.2em;
  letter-spacing: -2px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-detail,
body:not(.browsing-with-smartphone).page-entry .work-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 90px 30px 30px;
  text-align: left;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-catchphrase,
body:not(.browsing-with-smartphone).page-entry .work-catchphrase {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-title,
body:not(.browsing-with-smartphone).page-entry .work-title {
  margin: 0;
  font-size: 2em;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-author,
body:not(.browsing-with-smartphone).page-entry .work-author {
  margin: 0.5em 0 0;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-author a,
body:not(.browsing-with-smartphone).page-entry .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-author a:hover,
body:not(.browsing-with-smartphone).page-entry .work-author a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .work-author a:focus,
body:not(.browsing-with-smartphone).page-entry .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-cta,
body:not(.browsing-with-smartphone).page-entry .work-cta {
  margin: 30px 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-cta p,
body:not(.browsing-with-smartphone).page-entry .work-cta p {
  list-style-type: none;
  margin: 0 8px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-cta a,
body:not(.browsing-with-smartphone).page-entry .work-cta a {
  font-size: 15px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-continueReading,
body:not(.browsing-with-smartphone).page-entry .work-continueReading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-officialSite a,
body:not(.browsing-with-smartphone).page-entry .work-officialSite a {
  padding: 0 14px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-officialSite a:after,
body:not(.browsing-with-smartphone).page-entry .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-introduction,
body:not(.browsing-with-smartphone).page-entry .work-introduction {
  padding: 0;
  margin: 15px 0 30px 0;
  font-size: 16px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-trailer,
body:not(.browsing-with-smartphone).page-entry .work-trailer {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy,
body:not(.browsing-with-smartphone).page-entry .work-buy {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy section,
body:not(.browsing-with-smartphone).page-entry .work-buy section {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy section:first-of-type,
body:not(.browsing-with-smartphone).page-entry .work-buy section:first-of-type {
  border-top: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy h4,
body:not(.browsing-with-smartphone).page-entry .work-buy h4 {
  margin: 0;
  width: 70px;
  font-size: 11.5px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy ul,
body:not(.browsing-with-smartphone).page-entry .work-buy ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy ul li,
body:not(.browsing-with-smartphone).page-entry .work-buy ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy li,
body:not(.browsing-with-smartphone).page-entry .work-buy li {
  list-style-type: none;
  display: inline-block;
  margin: 0 4px 8px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy a,
body:not(.browsing-with-smartphone).page-entry .work-buy a {
  text-decoration: none;
  display: block;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy a:hover img,
body:not(.browsing-with-smartphone).page-entry .work-buy a:hover img,
body:not(.browsing-with-smartphone).page-preview-draft .work-buy a:focus img,
body:not(.browsing-with-smartphone).page-entry .work-buy a:focus img {
  border-color: #666666;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-buy img,
body:not(.browsing-with-smartphone).page-entry .work-buy img {
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy section,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy section {
  padding: 8px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy section div,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy section div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy .primary,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy .primary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy .secondary,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy .secondary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy li,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy li {
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .v3 .work-buy li img,
body:not(.browsing-with-smartphone).page-entry .v3 .work-buy li img {
  width: 100%;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info,
body:not(.browsing-with-smartphone).page-entry .work-info {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info a,
body:not(.browsing-with-smartphone).page-entry .work-info a {
  color: #444444;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info a:hover,
body:not(.browsing-with-smartphone).page-entry .work-info a:hover,
body:not(.browsing-with-smartphone).page-preview-draft .work-info a:focus,
body:not(.browsing-with-smartphone).page-entry .work-info a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info a:after,
body:not(.browsing-with-smartphone).page-entry .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info h3,
body:not(.browsing-with-smartphone).page-entry .work-info h3 {
  font-size: 11.5px;
  margin: 0 0 8px;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl,
body:not(.browsing-with-smartphone).page-entry .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  position: relative;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl:before,
body:not(.browsing-with-smartphone).page-entry .work-info dl:before,
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .work-info dl:after {
  content: '';
  display: table;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl:after,
body:not(.browsing-with-smartphone).page-entry .work-info dl:after {
  clear: both;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl:before,
body:not(.browsing-with-smartphone).page-entry .work-info dl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #DDDDDD;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl div,
body:not(.browsing-with-smartphone).page-entry .work-info dl div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl dt,
body:not(.browsing-with-smartphone).page-entry .work-info dl dt,
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl dd,
body:not(.browsing-with-smartphone).page-entry .work-info dl dd {
  margin: 0;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl dt,
body:not(.browsing-with-smartphone).page-entry .work-info dl dt {
  width: 70px;
  font-weight: bold;
  font-size: 11.5px;
  padding: 0.25em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft .work-info dl dd,
body:not(.browsing-with-smartphone).page-entry .work-info dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 #box2,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 #box2 {
  width: 1125px;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 #box2-inner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 #box2-inner {
  max-width: 480px;
  margin: 0 auto 120px;
  display: block !important;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module {
  margin: 30px 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module:first-child,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module:first-child {
  margin-top: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module ul,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module ul {
  padding: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-title,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-title {
  font-size: 1.2em;
  border-bottom: 1px solid var(--ddd);
  font-weight: bold;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-title i,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-title i {
  font-weight: normal;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-title .punctuation,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-title .punctuation {
  margin: 0 -0.25em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-title a,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-title a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries {
  margin: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries:before,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries:before {
  font-size: 1.2em;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries ul,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries li,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries li {
  width: 150px;
  margin: 15px 15px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries li:last-child,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries li:last-child {
  margin: 15px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries a,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries a {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
  color: #222222;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries .urllist-image-link,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries .urllist-image-link {
  width: 150px;
  height: 150px;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries .urllist-image-link img,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries .urllist-image-link img {
  width: 150px;
  height: 150px;
  vertical-align: bottom;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v0 .hatena-module-related-entries .urllist-title-link,
body:not(.browsing-with-smartphone).page-entry.category-layout-v0 .hatena-module-related-entries .urllist-title-link {
  margin: 0.5em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .entry-footer,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .entry-footer,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .entry-footer,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .entry-footer,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .entry-footer,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .entry-footer {
  width: calc(50% - 10px);
  margin: 0 0 0 auto;
  text-align: left;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2 {
  width: 1125px;
  margin: 30px 0;
  border-top: 1px solid #DDDDDD;
  padding: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 20px;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-search,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-search {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-corp,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-corp {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 70px;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-novelLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-novelLabel {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-comicLabel,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-comicLabel {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-category,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-category {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-month,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-month {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-links,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-links {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-banner,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-banner {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 150px;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 #box2-inner .hatena-module-custom-gtm,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 #box2-inner .hatena-module-custom-gtm {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  pointer-events: none;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module ul,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module ul,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module ul,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module ul,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module ul,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module ul {
  padding: 0;
  margin: 0.5em 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module ul li,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module a,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module a,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module a,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module a,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module a,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module a:hover,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module a:focus,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module a:focus {
  color: #0990CC;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module-title,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module-title,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module-title,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module-title,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module-title,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module-title {
  font-size: 12px;
  margin: 0 0 1em;
  color: #666666;
  letter-spacing: 1px;
  font-weight: bold;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v1 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-entry.category-layout-v1 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .hatena-module-related-entries,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .hatena-module-related-entries {
  margin: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v2 .entry-footer,
body:not(.browsing-with-smartphone).page-entry.category-layout-v2 .entry-footer,
body:not(.browsing-with-smartphone).page-preview-draft.category-layout-v3 .entry-footer,
body:not(.browsing-with-smartphone).page-entry.category-layout-v3 .entry-footer {
  width: calc(50% - 10px);
}
body:not(.browsing-with-smartphone).page-archive .date,
body:not(.browsing-with-smartphone).page-archive .social-buttons,
body:not(.browsing-with-smartphone).page-archive .archive-entry-body {
  display: none;
}
body:not(.browsing-with-smartphone).page-archive #content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 60px;
}
body:not(.browsing-with-smartphone).page-archive #wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px 0 0;
}
body:not(.browsing-with-smartphone).page-archive #box2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module {
  margin: 30px 0 0;
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module:first-child {
  margin-top: 0;
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module-title {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid var(--ddd);
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module-title i {
  font-weight: normal;
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module-title .punctuation {
  margin: 0 -0.25em 0 0;
}
body:not(.browsing-with-smartphone).page-archive #box2 .hatena-module-title a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-archive #box2 ul {
  padding: 0;
}
body:not(.browsing-with-smartphone).page-archive #box2 ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone).page-archive .archive-header-category {
  margin: 16px 0;
}
body:not(.browsing-with-smartphone).page-archive .archive-heading {
  margin: 0 0 16px;
  font-size: 1em;
  line-height: 1.3;
}
body:not(.browsing-with-smartphone).page-archive .search-result {
  margin: 0 0 16px;
}
body:not(.browsing-with-smartphone).page-archive .search-result-form {
  display: none;
}
body:not(.browsing-with-smartphone).page-archive .archive-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.browsing-with-smartphone).page-archive .archive-entry {
  width: calc(25% - 11.25px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 279px 0 0;
  position: relative;
  margin: 0 0 30px 15px;
}
body:not(.browsing-with-smartphone).page-archive .archive-entry:nth-child(4n+1) {
  margin: 0 0 30px;
}
body:not(.browsing-with-smartphone).page-archive .entry-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #444444;
  width: 100%;
}
body:not(.browsing-with-smartphone).page-archive .entry-thumb {
  margin: 0;
  width: 100%;
  height: 265px;
}
body:not(.browsing-with-smartphone).page-archive .categories {
  line-height: 1.4;
  font-size: 11.5px;
  margin: 8px 0 0;
}
body:not(.browsing-with-smartphone).page-archive .categories a {
  color: #666666;
}
body:not(.browsing-with-smartphone).page-archive .categories a:hover,
body:not(.browsing-with-smartphone).page-archive .categories a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-archive .categories a:not(:last-child):after {
  content: '/';
  display: inline-block;
  color: #DDDDDD;
  margin: 0 0.25em 0 0.5em;
}
body:not(.browsing-with-smartphone).page-archive .category-layout-v0,
body:not(.browsing-with-smartphone).page-archive .category-layout-v1,
body:not(.browsing-with-smartphone).page-archive .category-layout-v2,
body:not(.browsing-with-smartphone).page-archive .category-layout-v3 {
  display: none;
}
body:not(.browsing-with-smartphone).page-archive .entry-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}
body:not(.browsing-with-smartphone).page-archive .entry-title a {
  color: #222222;
}
body:not(.browsing-with-smartphone).page-archive .entry-title a:hover,
body:not(.browsing-with-smartphone).page-archive .entry-title a:focus {
  color: #0081C2;
}
body:not(.browsing-with-smartphone).page-archive .entry-description {
  margin-bottom: 0;
}
body.browsing-with-smartphone #kakuyomuPublication-header-pc-inner,
body.browsing-with-smartphone #wrapper,
body.browsing-with-smartphone #box2-inner,
body.browsing-with-smartphone #top-box {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto;
}
body.browsing-with-smartphone .pager {
  margin: 1em 16px 0;
  font-size: 11px;
  text-align: right;
  font-weight: normal;
}
body.browsing-with-smartphone .pager a {
  color: #222222;
}
body.browsing-with-smartphone #kakuyomuPublication-header-description {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  padding: 16px 32px;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}
body.browsing-with-smartphone #kakuyomuPublication-header-description p {
  margin: 0;
}
body.browsing-with-smartphone #kakuyomuPublication-header-description span {
  display: inline-block;
}
body.browsing-with-smartphone #box2 {
  margin: 24px 0 0;
  background: #f7f6f5;
  padding: 16px 0 20px;
}
body.browsing-with-smartphone #box2 .hatena-module {
  margin: 30px 0 0;
}
body.browsing-with-smartphone #box2 .hatena-module:first-child {
  margin-top: 0;
}
body.browsing-with-smartphone #box2 .hatena-module a {
  color: #222222;
}
body.browsing-with-smartphone #box2 .hatena-module a:hover,
body.browsing-with-smartphone #box2 .hatena-module a:focus {
  color: #0990CC;
}
body.browsing-with-smartphone #box2 .hatena-module-title {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 16px 8px !important;
  border-bottom: 1px solid var(--ddd);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.browsing-with-smartphone #box2 .hatena-module-body {
  margin: 0 16px;
  font-size: 13px;
}
body.browsing-with-smartphone #box2 ul {
  padding: 0;
}
body.browsing-with-smartphone #box2 ul li {
  list-style-type: none;
}
body.browsing-with-smartphone .hatena-module-search-box {
  margin: 0 16px;
}
body.browsing-with-smartphone #globalFooter {
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-category-category_name .entry-date,
body.browsing-with-smartphone.page-index .entry-date,
body.browsing-with-smartphone.page-category-category_name .entry-title,
body.browsing-with-smartphone.page-index .entry-title,
body.browsing-with-smartphone.page-category-category_name .entry-categories,
body.browsing-with-smartphone.page-index .entry-categories,
body.browsing-with-smartphone.page-category-category_name .entry-footer-section,
body.browsing-with-smartphone.page-index .entry-footer-section {
  display: none;
}
body.browsing-with-smartphone.page-category-category_name #content-inner,
body.browsing-with-smartphone.page-index #content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.browsing-with-smartphone.page-category-category_name #wrapper,
body.browsing-with-smartphone.page-index #wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-category-category_name #main-inner,
body.browsing-with-smartphone.page-index #main-inner {
  margin: 0 0 0 16px;
}
body.browsing-with-smartphone.page-category-category_name .entry,
body.browsing-with-smartphone.page-index .entry {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-category-category_name .entry:first-child,
body.browsing-with-smartphone.page-index .entry:first-child {
  border-top: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-category-category_name .entry-footer,
body.browsing-with-smartphone.page-index .entry-footer {
  display: none;
}
body.browsing-with-smartphone.page-category-category_name .detailView,
body.browsing-with-smartphone.page-index .detailView {
  display: none;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView,
body.browsing-with-smartphone.page-index .v0 .summaryView,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView,
body.browsing-with-smartphone.page-index .v1 .summaryView,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView,
body.browsing-with-smartphone.page-index .v2 .summaryView,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView,
body.browsing-with-smartphone.page-index .v3 .summaryView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 0 0;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-thumbnail,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-thumbnail {
  margin: 0 20px 0 0;
  width: 110px;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-thumbnail img,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-thumbnail img {
  border: 1px solid #444444;
  max-width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-summary,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-summary,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-summary,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-summary,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-summary,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-summary,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-summary,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-type,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-type,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-type,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-type,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-type,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-type,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-type,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-type {
  line-height: 1;
  margin: 0 0 0.5em;
  background: #4BAAE0;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  padding: 0.3em 0.35em 0.25em;
  font-weight: bold;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-catchphrase,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-catchphrase {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.3;
  font-size: 0.9em;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView p,
body.browsing-with-smartphone.page-index .v0 .summaryView p,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView p,
body.browsing-with-smartphone.page-index .v1 .summaryView p,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView p,
body.browsing-with-smartphone.page-index .v2 .summaryView p,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView p,
body.browsing-with-smartphone.page-index .v3 .summaryView p,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView h2,
body.browsing-with-smartphone.page-index .v0 .summaryView h2,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView h2,
body.browsing-with-smartphone.page-index .v1 .summaryView h2,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView h2,
body.browsing-with-smartphone.page-index .v2 .summaryView h2,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView h2,
body.browsing-with-smartphone.page-index .v3 .summaryView h2,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView h3,
body.browsing-with-smartphone.page-index .v0 .summaryView h3,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView h3,
body.browsing-with-smartphone.page-index .v1 .summaryView h3,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView h3,
body.browsing-with-smartphone.page-index .v2 .summaryView h3,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView h3,
body.browsing-with-smartphone.page-index .v3 .summaryView h3 {
  margin: 0;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-title,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-title,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-title,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-title,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-title,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-title,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-title,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-title {
  line-height: 1.3;
  margin: 0.5em 0;
  font-size: 1.1em;
  font-weight: normal;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-title a,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-title a,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-title a,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-title a,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-title a,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-title a,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-title a,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-title a {
  color: #222222;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-title a:hover,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-title a:focus,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-title a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-author,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-author,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-author,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-author,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-author,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-author,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-author,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-author {
  line-height: 1.3;
  font-weight: normal;
  color: #666666;
  font-size: 0.9em;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-author a,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-author a,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-author a,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-author a,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-author a,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-author a,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-author a,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-author a:hover,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-author a:focus,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info {
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info:before,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info:before,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info:before,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info:before,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info:before,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info:before,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info:before,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info:before,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info:after,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info:after,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info:after {
  clear: both;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info a,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info a,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info a,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info a,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info a,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info a,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info a,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info a {
  color: #444444;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info a:hover,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info a:focus,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info a:after,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info dt,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info dt,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body.browsing-with-smartphone.page-category-category_name .v0 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v0 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v1 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v1 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v2 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v2 .summaryView .work-info dd,
body.browsing-with-smartphone.page-category-category_name .v3 .summaryView .work-info dd,
body.browsing-with-smartphone.page-index .v3 .summaryView .work-info dd {
  width: calc(100% - 70px);
}
body.browsing-with-smartphone.page-category-category_name #kakuyomuPublication-header-description {
  padding-bottom: 16px;
}
body.browsing-with-smartphone.page-category-category_name .breadcrumb {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 16px 8px !important;
  border-bottom: 1px solid var(--ddd);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body.browsing-with-smartphone.page-category-category_name .entry {
  border-top: none !important;
}
body.browsing-with-smartphone.page-preview-draft .entry-date,
body.browsing-with-smartphone.page-entry .entry-date,
body.browsing-with-smartphone.page-preview-draft .entry-title,
body.browsing-with-smartphone.page-entry .entry-title,
body.browsing-with-smartphone.page-preview-draft .entry-categories,
body.browsing-with-smartphone.page-entry .entry-categories,
body.browsing-with-smartphone.page-preview-draft .entry-footer-section,
body.browsing-with-smartphone.page-entry .entry-footer-section {
  display: none;
}
body.browsing-with-smartphone.page-preview-draft .pager,
body.browsing-with-smartphone.page-entry .pager {
  display: none;
}
body.browsing-with-smartphone.page-preview-draft #kakuyomuPublication-header-description,
body.browsing-with-smartphone.page-entry #kakuyomuPublication-header-description {
  display: none;
}
body.browsing-with-smartphone.page-preview-draft .summaryView,
body.browsing-with-smartphone.page-entry .summaryView {
  display: none;
}
body.browsing-with-smartphone.page-preview-draft .detailView,
body.browsing-with-smartphone.page-entry .detailView {
  margin: 0 16px;
}
body.browsing-with-smartphone.page-preview-draft.category-layout-v0 #main,
body.browsing-with-smartphone.page-entry.category-layout-v0 #main {
  padding: 30px 0 0;
}
body.browsing-with-smartphone.page-preview-draft.category-layout-v1 #main,
body.browsing-with-smartphone.page-entry.category-layout-v1 #main,
body.browsing-with-smartphone.page-preview-draft.category-layout-v2 #main,
body.browsing-with-smartphone.page-entry.category-layout-v2 #main,
body.browsing-with-smartphone.page-preview-draft.category-layout-v3 #main,
body.browsing-with-smartphone.page-entry.category-layout-v3 #main {
  padding: 14px 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-main,
body.browsing-with-smartphone.page-entry .v0 .work-main {
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-thumbnail,
body.browsing-with-smartphone.page-entry .v0 .work-thumbnail {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 25px 25px;
  max-width: 480px;
  display: inline-block;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-thumbnail img,
body.browsing-with-smartphone.page-entry .v0 .work-thumbnail img {
  max-width: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 180px);
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-detail,
body.browsing-with-smartphone.page-entry .v0 .work-detail {
  padding: 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-type,
body.browsing-with-smartphone.page-entry .v0 .work-type {
  margin: 0;
  position: absolute;
  background: #4BAAE0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  top: -10px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-type.isComic,
body.browsing-with-smartphone.page-entry .v0 .work-type.isComic {
  font-size: 12px;
  letter-spacing: -1px;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-catchphrase,
body.browsing-with-smartphone.page-entry .v0 .work-catchphrase {
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1em;
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-summary,
body.browsing-with-smartphone.page-entry .v0 .work-summary {
  margin: 30px 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-title,
body.browsing-with-smartphone.page-entry .v0 .work-title {
  margin: 0;
  line-height: 1.3;
  font-size: 1.3em;
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-author,
body.browsing-with-smartphone.page-entry .v0 .work-author {
  margin: 0.5em 0 0;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-author a,
body.browsing-with-smartphone.page-entry .v0 .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-author a:hover,
body.browsing-with-smartphone.page-entry .v0 .work-author a:hover,
body.browsing-with-smartphone.page-preview-draft .v0 .work-author a:focus,
body.browsing-with-smartphone.page-entry .v0 .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-continueReading,
body.browsing-with-smartphone.page-entry .v0 .work-continueReading,
body.browsing-with-smartphone.page-preview-draft .v0 .work-officialSite,
body.browsing-with-smartphone.page-entry .v0 .work-officialSite {
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-officialSite a:after,
body.browsing-with-smartphone.page-entry .v0 .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.15em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-continueReading,
body.browsing-with-smartphone.page-entry .v0 .work-continueReading {
  font-size: 1.1em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-continueReading a,
body.browsing-with-smartphone.page-entry .v0 .work-continueReading a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-continueReading a + a,
body.browsing-with-smartphone.page-entry .v0 .work-continueReading a + a {
  margin: 8px 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-introduction,
body.browsing-with-smartphone.page-entry .v0 .work-introduction {
  padding: 30px 0 0;
  position: relative;
  font-size: 0.9em;
  margin: 30px 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-introduction:before,
body.browsing-with-smartphone.page-entry .v0 .work-introduction:before {
  content: '';
  position: absolute;
  top: 0;
  width: 2em;
  height: 1px;
  display: block;
  background: #DDDDDD;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info,
body.browsing-with-smartphone.page-entry .v0 .work-info {
  margin: 30px 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info a,
body.browsing-with-smartphone.page-entry .v0 .work-info a {
  color: #444444;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info a:hover,
body.browsing-with-smartphone.page-entry .v0 .work-info a:hover,
body.browsing-with-smartphone.page-preview-draft .v0 .work-info a:focus,
body.browsing-with-smartphone.page-entry .v0 .work-info a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info a:after,
body.browsing-with-smartphone.page-entry .v0 .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info h3,
body.browsing-with-smartphone.page-entry .v0 .work-info h3 {
  font-size: 0.9em;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl,
body.browsing-with-smartphone.page-entry .v0 .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl:before,
body.browsing-with-smartphone.page-entry .v0 .work-info dl:before,
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl:after,
body.browsing-with-smartphone.page-entry .v0 .work-info dl:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl:after,
body.browsing-with-smartphone.page-entry .v0 .work-info dl:after {
  clear: both;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl dt,
body.browsing-with-smartphone.page-entry .v0 .work-info dl dt,
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl dd,
body.browsing-with-smartphone.page-entry .v0 .work-info dl dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl dt,
body.browsing-with-smartphone.page-entry .v0 .work-info dl dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-info dl dd,
body.browsing-with-smartphone.page-entry .v0 .work-info dl dd {
  width: calc(100% - 70px);
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy,
body.browsing-with-smartphone.page-entry .v0 .work-buy {
  border-top: 2px solid #4BAAE0;
  border-bottom: 2px solid #4BAAE0;
  text-align: center;
  margin: 0 0 30px;
  padding: 30px 15px;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy h3,
body.browsing-with-smartphone.page-entry .v0 .work-buy h3 {
  margin-top: 0;
  line-height: 1.5;
  color: #0990CC;
  font-size: 1.25em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy h4,
body.browsing-with-smartphone.page-entry .v0 .work-buy h4 {
  margin: 2em 0 0.5em;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy ul,
body.browsing-with-smartphone.page-entry .v0 .work-buy ul {
  padding: 0;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy ul li,
body.browsing-with-smartphone.page-entry .v0 .work-buy ul li {
  list-style-type: none;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy li,
body.browsing-with-smartphone.page-entry .v0 .work-buy li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v0 .work-buy a,
body.browsing-with-smartphone.page-entry .v0 .work-buy a {
  text-decoration: none;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-main,
body.browsing-with-smartphone.page-entry .v1 .work-main {
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-thumbnail,
body.browsing-with-smartphone.page-entry .v1 .work-thumbnail {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 16px 16px;
  max-width: 480px;
  display: inline-block;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-thumbnail img,
body.browsing-with-smartphone.page-entry .v1 .work-thumbnail img {
  max-width: 100%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 300px);
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-detail,
body.browsing-with-smartphone.page-entry .v1 .work-detail {
  padding: 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-type,
body.browsing-with-smartphone.page-entry .v1 .work-type {
  margin: 0;
  position: absolute;
  background: #4BAAE0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  top: -10px;
  right: -8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-type.isComic,
body.browsing-with-smartphone.page-entry .v1 .work-type.isComic {
  font-size: 12px;
  letter-spacing: -1px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-catchphrase,
body.browsing-with-smartphone.page-entry .v1 .work-catchphrase {
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  font-size: 11px;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-title,
body.browsing-with-smartphone.page-entry .v1 .work-title {
  margin: 4px 0;
  line-height: 1.3;
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-author,
body.browsing-with-smartphone.page-entry .v1 .work-author {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-author a,
body.browsing-with-smartphone.page-entry .v1 .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-author a:hover,
body.browsing-with-smartphone.page-entry .v1 .work-author a:hover,
body.browsing-with-smartphone.page-preview-draft .v1 .work-author a:focus,
body.browsing-with-smartphone.page-entry .v1 .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-cta,
body.browsing-with-smartphone.page-entry .v1 .work-cta {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px -4px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-cta li,
body.browsing-with-smartphone.page-entry .v1 .work-cta li {
  list-style-type: none;
}
@media screen and (max-width: 580px) {
  body.browsing-with-smartphone.page-preview-draft .v1 .work-cta,
  body.browsing-with-smartphone.page-entry .v1 .work-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-cta p,
body.browsing-with-smartphone.page-entry .v1 .work-cta p {
  margin: 4px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-continueReading,
body.browsing-with-smartphone.page-entry .v1 .work-continueReading {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-continueReading p,
body.browsing-with-smartphone.page-entry .v1 .work-continueReading p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-continueReading a,
body.browsing-with-smartphone.page-entry .v1 .work-continueReading a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-officialSite,
body.browsing-with-smartphone.page-entry .v1 .work-officialSite {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
@media screen and (max-width: 580px) {
  body.browsing-with-smartphone.page-preview-draft .v1 .work-officialSite,
  body.browsing-with-smartphone.page-entry .v1 .work-officialSite {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-officialSite a,
body.browsing-with-smartphone.page-entry .v1 .work-officialSite a {
  display: block;
  padding: 8px 0;
  line-height: 1;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-officialSite a:after,
body.browsing-with-smartphone.page-entry .v1 .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.1em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy section,
body.browsing-with-smartphone.page-entry .v1 .work-buy section {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy section:first-of-type,
body.browsing-with-smartphone.page-entry .v1 .work-buy section:first-of-type {
  border-top: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy h4,
body.browsing-with-smartphone.page-entry .v1 .work-buy h4 {
  margin: 0;
  width: 62px;
  font-size: 11px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy ul,
body.browsing-with-smartphone.page-entry .v1 .work-buy ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy ul li,
body.browsing-with-smartphone.page-entry .v1 .work-buy ul li {
  list-style-type: none;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy li,
body.browsing-with-smartphone.page-entry .v1 .work-buy li {
  max-width: calc(50% - 8px);
  list-style-type: none;
  margin: 0 0 8px 8px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy a,
body.browsing-with-smartphone.page-entry .v1 .work-buy a {
  text-decoration: none;
  display: block;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy a:hover img,
body.browsing-with-smartphone.page-entry .v1 .work-buy a:hover img,
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy a:focus img,
body.browsing-with-smartphone.page-entry .v1 .work-buy a:focus img {
  border-color: #666666;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-buy img,
body.browsing-with-smartphone.page-entry .v1 .work-buy img {
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-introduction,
body.browsing-with-smartphone.page-entry .v1 .work-introduction {
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-summary,
body.browsing-with-smartphone.page-entry .v1 .work-summary {
  margin: 30px 0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info,
body.browsing-with-smartphone.page-entry .v1 .work-info {
  margin: 30px 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info a,
body.browsing-with-smartphone.page-entry .v1 .work-info a {
  color: #444444;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info a:hover,
body.browsing-with-smartphone.page-entry .v1 .work-info a:hover,
body.browsing-with-smartphone.page-preview-draft .v1 .work-info a:focus,
body.browsing-with-smartphone.page-entry .v1 .work-info a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info a:after,
body.browsing-with-smartphone.page-entry .v1 .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info h3,
body.browsing-with-smartphone.page-entry .v1 .work-info h3 {
  font-size: 11px;
  margin: 0 0 4px;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl,
body.browsing-with-smartphone.page-entry .v1 .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl:before,
body.browsing-with-smartphone.page-entry .v1 .work-info dl:before,
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl:after,
body.browsing-with-smartphone.page-entry .v1 .work-info dl:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl:after,
body.browsing-with-smartphone.page-entry .v1 .work-info dl:after {
  clear: both;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl dt,
body.browsing-with-smartphone.page-entry .v1 .work-info dl dt,
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl dd,
body.browsing-with-smartphone.page-entry .v1 .work-info dl dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl dt,
body.browsing-with-smartphone.page-entry .v1 .work-info dl dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .v1 .work-info dl dd,
body.browsing-with-smartphone.page-entry .v1 .work-info dl dd {
  width: calc(100% - 70px);
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-main,
body.browsing-with-smartphone.page-entry .v2 .work-main {
  text-align: center;
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-thumbnail,
body.browsing-with-smartphone.page-entry .v2 .work-thumbnail {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 16px 16px;
  max-width: 480px;
  display: inline-block;
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-thumbnail img,
body.browsing-with-smartphone.page-entry .v2 .work-thumbnail img {
  max-width: 100%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 300px);
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-detail,
body.browsing-with-smartphone.page-entry .v2 .work-detail {
  padding: 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-type,
body.browsing-with-smartphone.page-entry .v2 .work-type {
  margin: 0;
  position: absolute;
  background: #4BAAE0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  top: -10px;
  right: -8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
}
body.browsing-with-smartphone.page-preview-draft .v2 .work-type.isComic,
body.browsing-with-smartphone.page-entry .v2 .work-type.isComic {
  font-size: 12px;
  letter-spacing: -1px;
}
body.browsing-with-smartphone.page-preview-draft .work-catchphrase,
body.browsing-with-smartphone.page-entry .work-catchphrase {
  line-height: 1.5;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pr6N', 'Hiragino Mincho Pr6N', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 StdN', 'Hiragino Mincho StdN', 'HiraMinProN-W3', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  font-size: 11px;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .work-title,
body.browsing-with-smartphone.page-entry .work-title {
  margin: 4px 0;
  line-height: 1.3;
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .work-author,
body.browsing-with-smartphone.page-entry .work-author {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
}
body.browsing-with-smartphone.page-preview-draft .work-author a,
body.browsing-with-smartphone.page-entry .work-author a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .work-author a:hover,
body.browsing-with-smartphone.page-entry .work-author a:hover,
body.browsing-with-smartphone.page-preview-draft .work-author a:focus,
body.browsing-with-smartphone.page-entry .work-author a:focus {
  color: #0081C2;
  border-bottom-color: #4BAAE0;
}
body.browsing-with-smartphone.page-preview-draft .work-cta,
body.browsing-with-smartphone.page-entry .work-cta {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px -4px;
}
body.browsing-with-smartphone.page-preview-draft .work-cta li,
body.browsing-with-smartphone.page-entry .work-cta li {
  list-style-type: none;
}
@media screen and (max-width: 580px) {
  body.browsing-with-smartphone.page-preview-draft .work-cta,
  body.browsing-with-smartphone.page-entry .work-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
body.browsing-with-smartphone.page-preview-draft .work-cta p,
body.browsing-with-smartphone.page-entry .work-cta p {
  margin: 4px;
}
body.browsing-with-smartphone.page-preview-draft .work-continueReading,
body.browsing-with-smartphone.page-entry .work-continueReading {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-preview-draft .work-continueReading p,
body.browsing-with-smartphone.page-entry .work-continueReading p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.browsing-with-smartphone.page-preview-draft .work-continueReading a,
body.browsing-with-smartphone.page-entry .work-continueReading a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
}
body.browsing-with-smartphone.page-preview-draft .work-officialSite,
body.browsing-with-smartphone.page-entry .work-officialSite {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
@media screen and (max-width: 580px) {
  body.browsing-with-smartphone.page-preview-draft .work-officialSite,
  body.browsing-with-smartphone.page-entry .work-officialSite {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
body.browsing-with-smartphone.page-preview-draft .work-officialSite a,
body.browsing-with-smartphone.page-entry .work-officialSite a {
  display: block;
  padding: 8px 0;
  line-height: 1;
}
body.browsing-with-smartphone.page-preview-draft .work-officialSite a:after,
body.browsing-with-smartphone.page-entry .work-officialSite a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #4BAAE0;
  margin: 0 0 0.1em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .work-introduction,
body.browsing-with-smartphone.page-entry .work-introduction {
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .work-trailer,
body.browsing-with-smartphone.page-entry .work-trailer {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
body.browsing-with-smartphone.page-preview-draft .work-buy,
body.browsing-with-smartphone.page-entry .work-buy {
  margin: 30px 0;
}
body.browsing-with-smartphone.page-preview-draft .work-buy section,
body.browsing-with-smartphone.page-entry .work-buy section {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.browsing-with-smartphone.page-preview-draft .work-buy section:first-of-type,
body.browsing-with-smartphone.page-entry .work-buy section:first-of-type {
  border-top: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .work-buy h4,
body.browsing-with-smartphone.page-entry .work-buy h4 {
  margin: 0;
  width: 62px;
  font-size: 11px;
}
body.browsing-with-smartphone.page-preview-draft .work-buy ul,
body.browsing-with-smartphone.page-entry .work-buy ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.browsing-with-smartphone.page-preview-draft .work-buy ul li,
body.browsing-with-smartphone.page-entry .work-buy ul li {
  list-style-type: none;
}
body.browsing-with-smartphone.page-preview-draft .work-buy li,
body.browsing-with-smartphone.page-entry .work-buy li {
  max-width: calc(50% - 8px);
  list-style-type: none;
  margin: 0 0 8px 8px;
}
body.browsing-with-smartphone.page-preview-draft .work-buy a,
body.browsing-with-smartphone.page-entry .work-buy a {
  text-decoration: none;
  display: block;
}
body.browsing-with-smartphone.page-preview-draft .work-buy a:hover img,
body.browsing-with-smartphone.page-entry .work-buy a:hover img,
body.browsing-with-smartphone.page-preview-draft .work-buy a:focus img,
body.browsing-with-smartphone.page-entry .work-buy a:focus img {
  border-color: #666666;
}
body.browsing-with-smartphone.page-preview-draft .work-buy img,
body.browsing-with-smartphone.page-entry .work-buy img {
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
body.browsing-with-smartphone.page-preview-draft .work-summary,
body.browsing-with-smartphone.page-entry .work-summary {
  margin: 30px 0;
}
body.browsing-with-smartphone.page-preview-draft .work-info,
body.browsing-with-smartphone.page-entry .work-info {
  margin: 30px 0;
  text-align: left;
}
body.browsing-with-smartphone.page-preview-draft .work-info a,
body.browsing-with-smartphone.page-entry .work-info a {
  color: #444444;
}
body.browsing-with-smartphone.page-preview-draft .work-info a:hover,
body.browsing-with-smartphone.page-entry .work-info a:hover,
body.browsing-with-smartphone.page-preview-draft .work-info a:focus,
body.browsing-with-smartphone.page-entry .work-info a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-preview-draft .work-info a:after,
body.browsing-with-smartphone.page-entry .work-info a:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #444444;
  margin: 0 0 0.15em 0.25em;
}
body.browsing-with-smartphone.page-preview-draft .work-info h3,
body.browsing-with-smartphone.page-entry .work-info h3 {
  font-size: 0.9em;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl,
body.browsing-with-smartphone.page-entry .work-info dl {
  margin: 0;
  *zoom: 1;
  color: #444444;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl:before,
body.browsing-with-smartphone.page-entry .work-info dl:before,
body.browsing-with-smartphone.page-preview-draft .work-info dl:after,
body.browsing-with-smartphone.page-entry .work-info dl:after {
  content: '';
  display: table;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl:after,
body.browsing-with-smartphone.page-entry .work-info dl:after {
  clear: both;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl dt,
body.browsing-with-smartphone.page-entry .work-info dl dt,
body.browsing-with-smartphone.page-preview-draft .work-info dl dd,
body.browsing-with-smartphone.page-entry .work-info dl dd {
  margin: 0;
  float: left;
  border-top: 1px solid #DDDDDD;
  padding: 0.1em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl dt,
body.browsing-with-smartphone.page-entry .work-info dl dt {
  clear: both;
  width: 70px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em 0 0;
}
body.browsing-with-smartphone.page-preview-draft .work-info dl dd,
body.browsing-with-smartphone.page-entry .work-info dl dd {
  width: calc(100% - 70px);
  font-size: 13px;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy section,
body.browsing-with-smartphone.page-entry .v3 .work-buy section {
  display: block;
  padding: 8px 0;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy section div,
body.browsing-with-smartphone.page-entry .v3 .work-buy section div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8px;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy .primary,
body.browsing-with-smartphone.page-entry .v3 .work-buy .primary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy .secondary,
body.browsing-with-smartphone.page-entry .v3 .work-buy .secondary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy .secondary img,
body.browsing-with-smartphone.page-entry .v3 .work-buy .secondary img {
  padding: 4px 0;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy li,
body.browsing-with-smartphone.page-entry .v3 .work-buy li {
  max-width: none;
  margin: 0;
}
body.browsing-with-smartphone.page-preview-draft .v3 .work-buy li img,
body.browsing-with-smartphone.page-entry .v3 .work-buy li img {
  width: 100%;
}
body.browsing-with-smartphone.page-preview-draft .hatena-module-related-entries,
body.browsing-with-smartphone.page-entry .hatena-module-related-entries {
  padding: 0 16px;
}
body.browsing-with-smartphone.page-preview-draft .hatena-module-related-entries .urllist-item,
body.browsing-with-smartphone.page-entry .hatena-module-related-entries .urllist-item {
  width: calc(33.333333% - 10.666666px) !important;
}
body.browsing-with-smartphone.page-preview-draft .hatena-module-related-entries .urllist-item:nth-child(3) ~ .urllist-item,
body.browsing-with-smartphone.page-entry .hatena-module-related-entries .urllist-item:nth-child(3) ~ .urllist-item {
  display: none;
}
body.browsing-with-smartphone.page-preview-draft .hatena-module-related-entries:before,
body.browsing-with-smartphone.page-entry .hatena-module-related-entries:before,
body.browsing-with-smartphone.page-preview-draft .hatena-module-related-entries a,
body.browsing-with-smartphone.page-entry .hatena-module-related-entries a {
  font-size: 11px;
}
body.browsing-with-smartphone.page-archive #kakuyomuPublication-header-description,
body.browsing-with-smartphone.page-archive .date,
body.browsing-with-smartphone.page-archive .social-buttons,
body.browsing-with-smartphone.page-archive .archive-entry-body {
  display: none;
}
body.browsing-with-smartphone.page-archive #content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
body.browsing-with-smartphone.page-archive #wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}
body.browsing-with-smartphone.page-archive .archive-heading {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 16px 8px !important;
  border-bottom: 1px solid var(--ddd);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pr6N', 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Segoe UI', Verdana, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 16px 8px !important;
}
body.browsing-with-smartphone.page-archive .archive-header-category {
  margin: 0 0 16px;
}
body.browsing-with-smartphone.page-archive .breadcrumb {
  text-align: center;
  font-size: 11px;
  padding: 16px 0 0;
}
body.browsing-with-smartphone.page-archive .search-result {
  margin: 0 auto;
}
body.browsing-with-smartphone.page-archive .search-result-form {
  margin: 16px auto;
}
body.browsing-with-smartphone.page-archive .archive-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 16px 0;
}
body.browsing-with-smartphone.page-archive .archive-entry:before,
body.browsing-with-smartphone.page-archive .entry-thumb-link {
  height: 200px;
}
@media screen and (max-width: 580px) {
  body.browsing-with-smartphone.page-archive .archive-entry:before,
  body.browsing-with-smartphone.page-archive .entry-thumb-link {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  body.browsing-with-smartphone.page-archive .archive-entry:before,
  body.browsing-with-smartphone.page-archive .entry-thumb-link {
    height: 185px;
  }
}
@media screen and (max-width: 420px) {
  body.browsing-with-smartphone.page-archive .archive-entry:before,
  body.browsing-with-smartphone.page-archive .entry-thumb-link {
    height: 160px;
  }
}
@media screen and (max-width: 360px) {
  body.browsing-with-smartphone.page-archive .archive-entry:before,
  body.browsing-with-smartphone.page-archive .entry-thumb-link {
    height: 150px;
  }
}
@media screen and (max-width: 340px) {
  body.browsing-with-smartphone.page-archive .archive-entry:before,
  body.browsing-with-smartphone.page-archive .entry-thumb-link {
    height: 130px;
  }
}
body.browsing-with-smartphone.page-archive .archive-entry {
  width: calc(25% - 11.25px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 0;
  position: relative;
  margin: 0 0 24px 15px;
}
@media screen and (max-width: 480px) {
  body.browsing-with-smartphone.page-archive .archive-entry {
    width: calc(33.333333% - 10px);
  }
}
body.browsing-with-smartphone.page-archive .archive-entry:before {
  content: '';
  display: block;
}
body.browsing-with-smartphone.page-archive .archive-entry:nth-child(4n+1) {
  margin: 0 0 24px;
}
@media screen and (max-width: 480px) {
  body.browsing-with-smartphone.page-archive .archive-entry:nth-child(4n+1) {
    margin: 0 0 24px 15px;
  }
}
@media screen and (max-width: 480px) {
  body.browsing-with-smartphone.page-archive .archive-entry:nth-child(3n+1) {
    margin: 0 0 24px;
  }
}
body.browsing-with-smartphone.page-archive .entry-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #444444;
  width: 100%;
}
body.browsing-with-smartphone.page-archive .entry-thumb {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.browsing-with-smartphone.page-archive .entry-thumb:before {
  content: '';
  display: block;
  padding-top: 100%;
}
body.browsing-with-smartphone.page-archive .categories {
  line-height: 1.3;
  font-size: 11px;
  margin: 8px 0 0;
}
body.browsing-with-smartphone.page-archive .categories a {
  color: #666666;
}
body.browsing-with-smartphone.page-archive .categories a:hover,
body.browsing-with-smartphone.page-archive .categories a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-archive .categories a:not(:last-child):after {
  content: '/';
  display: inline-block;
  color: #DDDDDD;
  margin: 0 0.25em 0 0.5em;
}
body.browsing-with-smartphone.page-archive .category-layout-v0,
body.browsing-with-smartphone.page-archive .category-layout-v1,
body.browsing-with-smartphone.page-archive .category-layout-v2,
body.browsing-with-smartphone.page-archive .category-layout-v3 {
  display: none;
}
body.browsing-with-smartphone.page-archive .entry-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}
body.browsing-with-smartphone.page-archive .entry-title a {
  color: #222222;
}
body.browsing-with-smartphone.page-archive .entry-title a:hover,
body.browsing-with-smartphone.page-archive .entry-title a:focus {
  color: #0081C2;
}
body.browsing-with-smartphone.page-archive .entry-description {
  margin-bottom: 0;
}


.page-entry .work-buy img {
  border: 1px solid #ddd;
  vertical-align: bottom;
  box-sizing: border-box;
}

.page-entry .work-buy a:hover img {
  border-color: #000;
}