/* <system section="theme" selected="8599973812295510944"> */
/* 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;
}
body {
  background: #fff;
  color: #222;
  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: #0081c2;
}
a:focus,
a:active,
a:hover {
  color: #0081c2;
  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 #ccc;
  background: #fff;
  border-radius: 3px;
  color: #222;
  cursor: text;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  line-height: 1.3em;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  line-height: 1.3em;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #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 #fff;
}
input.isInvalid,
textarea.isInvalid {
  border-color: #f23e48;
}
input:hover,
textarea:hover {
  border-color: #888;
}
input:focus,
textarea:focus {
  border-color: #4baae0;
}
input:focus.isInvalid,
textarea:focus.isInvalid {
  border-color: #f23e48 !important;
}
input[disabled],
textarea[disabled] {
  font-weight: normal;
  cursor: default;
  background: #eee;
  color: #888;
}
input[disabled]:hover,
textarea[disabled]:hover,
input[disabled]:focus,
textarea[disabled]:focus {
  border-color: #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=263e782f4058acf5109a8ca03f06e0) 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 #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 #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 #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 #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 #222;
  font-size: 12px;
  background: #ddd;
  border-color: #bbb;
  color: #222;
}
.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: #222;
}
.ui-button-default:hover {
  background: #ccc !important;
  border-color: #aaa;
  color: #222;
}
.ui-button-default:focus {
  border-color: #fff;
  color: #222;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.ui-button-default[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-default[disabled]:hover,
.ui-button-default[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  background: #fff;
  border-color: #ccc;
  color: #222;
  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: #222;
}
.ui-button-white:hover {
  background: #eee !important;
  border-color: #bbb;
  color: #222;
}
.ui-button-white:focus {
  border-color: #bbb;
  color: #222;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.ui-button-white[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-white[disabled]:hover,
.ui-button-white[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  background: #555;
  border-color: #333;
  color: #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: #fff;
}
.ui-button-black:hover {
  background: #333 !important;
  border-color: #222;
  color: #fff;
}
.ui-button-black:focus {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.ui-button-black[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-black[disabled]:hover,
.ui-button-black[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #4baae0;
  border-color: #0990cc;
  color: #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: #fff;
}
.ui-button-blue:hover {
  background: #0990cc !important;
  border-color: #0081c2;
  color: #fff;
}
.ui-button-blue:focus {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #0081c2;
  box-shadow: 0 0 5px #0081c2;
}
.ui-button-blue[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-blue[disabled]:hover,
.ui-button-blue[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #ffb318;
  border-color: #ed9e00;
  color: #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: #fff;
}
.ui-button-yellow:hover {
  background: #ed9e00 !important;
  border-color: #db9300;
  color: #fff;
}
.ui-button-yellow:focus {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #db9300;
  box-shadow: 0 0 5px #db9300;
}
.ui-button-yellow[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-yellow[disabled]:hover,
.ui-button-yellow[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #f23e48;
  border-color: #db2c3d;
  color: #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: #fff;
}
.ui-button-red:hover {
  background: #db2c3d !important;
  border-color: #c11b33;
  color: #fff;
}
.ui-button-red:focus {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #c11b33;
  box-shadow: 0 0 5px #c11b33;
}
.ui-button-red[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-red[disabled]:hover,
.ui-button-red[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #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 #222;
  font-size: 12px;
  background: #f2f1f0;
  border-color: transparent;
  color: #222;
}
.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: #222;
}
.ui-button-modest:hover,
.ui-button-modest:focus {
  background: #eae9e8 !important;
  color: #222;
}
.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 #222;
  font-size: 12px;
  background: transparent;
  border-color: transparent;
  color: #222;
  -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: #222;
}
.ui-button-silent:hover,
.ui-button-silent:focus {
  color: #0081c2;
}
.ui-button-silent[disabled] {
  color: #ccc;
}
.ui-button-silent[disabled]:hover,
.ui-button-silent[disabled]:focus {
  color: #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 #222;
  font-size: 12px;
  background: transparent;
  border-color: #db2c3d;
  color: #db2c3d;
  -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: #db2c3d;
}
.ui-button-silentRed:hover,
.ui-button-silentRed:focus {
  background: #db2c3d !important;
  border-color: #c11b33;
  color: #fff;
}
.ui-button-silentRed:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 5px #c11b33;
  box-shadow: 0 0 5px #c11b33;
}
.ui-button-silentRed[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
  background: #fff;
}
.ui-button-silentRed[disabled]:hover,
.ui-button-silentRed[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #aaa;
}
.ui-button-silentRed[disabled]:hover {
  background: #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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: transparent;
  border-color: transparent;
  color: #db2c3d;
  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: #db2c3d;
}
.ui-button-redSilent:hover,
.ui-button-redSilent:focus {
  text-decoration: underline !important;
}
.ui-button-redSilent:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 5px #c11b33;
  box-shadow: 0 0 5px #c11b33;
}
.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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #eee;
  border-color: #ddd;
  color: #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: #eee !important;
  border-color: #ddd;
  color: #aaa;
}
.ui-button-blue-wrapper {
  background: transparent;
  border: none;
}
.ui-button-blue-wrapper:hover .ui-button-blue {
  background: #0990cc !important;
  border-color: #0081c2 !important;
  color: #fff !important;
}
.ui-button-blue-wrapper:focus {
  outline: none;
}
.ui-button-blue-wrapper:focus .ui-button-blue {
  background: #0990cc !important;
  border-color: #fff !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 5px #0081c2;
  box-shadow: 0 0 5px #0081c2;
}
.ui-button-blue-wrapper[disabled] .ui-button-blue {
  background: #eee !important;
  border-color: #ddd !important;
  color: #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: #eee !important;
  border-color: #ddd !important;
  color: #aaa !important;
}
.ui-button-yellow-wrapper {
  background: transparent;
  border: none;
}
.ui-button-yellow-wrapper:hover .ui-button-yellow {
  background: #ed9e00 !important;
  border-color: #db9300 !important;
  color: #fff !important;
}
.ui-button-yellow-wrapper:focus {
  outline: none;
}
.ui-button-yellow-wrapper:focus .ui-button-yellow {
  background: #ed9e00 !important;
  border-color: #fff !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 5px #db9300;
  box-shadow: 0 0 5px #db9300;
}
.ui-button-yellow-wrapper[disabled] .ui-button-yellow {
  background: #eee !important;
  border-color: #ddd !important;
  color: #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: #eee !important;
  border-color: #ddd !important;
  color: #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: #0081c2 !important;
}
.ui-button-silent-wrapper:focus {
  outline: none;
}
.ui-button-silent-wrapper:focus .ui-button-silent {
  background: inherit !important;
  border-color: #fff !important;
  color: #0081c2 !important;
  -webkit-box-shadow: 0 0 5px none;
  box-shadow: 0 0 5px none;
}
.ui-button-silent-wrapper[disabled] .ui-button-silent {
  background: #eee !important;
  border-color: #ddd !important;
  color: #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: #eee !important;
  border-color: #ddd !important;
  color: #aaa !important;
}
.ui-button-default-wrapper {
  background: transparent;
  border: none;
}
.ui-button-default-wrapper:hover .ui-button-default {
  background: #ccc !important;
  border-color: #aaa !important;
  color: inherit !important;
}
.ui-button-default-wrapper:focus {
  outline: none;
}
.ui-button-default-wrapper:focus .ui-button-default {
  background: #ccc !important;
  border-color: #fff !important;
  color: inherit !important;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
.ui-button-default-wrapper[disabled] .ui-button-default {
  background: #eee !important;
  border-color: #ddd !important;
  color: #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: #eee !important;
  border-color: #ddd !important;
  color: #aaa !important;
}
.ui-button-white-wrapper {
  background: transparent;
  border: none;
}
.ui-button-white-wrapper:hover .ui-button-white {
  background: #eee !important;
  border-color: #bbb !important;
  color: #222 !important;
}
.ui-button-white-wrapper:focus {
  outline: none;
}
.ui-button-white-wrapper:focus .ui-button-white {
  background: #eee !important;
  border-color: #fff !important;
  color: #222 !important;
  -webkit-box-shadow: 0 0 5px #bbb;
  box-shadow: 0 0 5px #bbb;
}
.ui-button-white-wrapper[disabled] .ui-button-white {
  background: #eee !important;
  border-color: #ddd !important;
  color: #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: #eee !important;
  border-color: #ddd !important;
  color: #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 #222;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #ff9d00;
  border-color: #ff7e00;
  color: #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: #fff;
}
.ui-button-orange:hover {
  background: #ff7e00;
  border-color: #ff6a00;
  color: #fff;
}
.ui-button-orange:focus {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #ff9d00;
  box-shadow: 0 0 5px #ff9d00;
}
.ui-button-orange[disabled] {
  background: #eee;
  border-color: #ddd;
  color: #aaa;
  text-shadow: none;
  cursor: default;
}
.ui-button-orange[disabled]:hover,
.ui-button-orange[disabled]:focus {
  background: #eee !important;
  border-color: #ddd;
  color: #aaa;
}
.isTouch .ui-button-big {
  font-size: 14px !important;
  padding: 12px 10px;
}
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: #fff;
  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: 745px;
}
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: #222;
}
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: #222;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search {
  float: left;
  width: 200px;
  padding: 9px 0 0;
}
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: 1em;
  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: #888;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  line-height: 1.3em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  line-height: 1.3em;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-search input:-ms-input-placeholder {
  color: #888;
}
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-globalNav li {
  float: left;
}
body:not(.browsing-with-smartphone) #globalHeader-pc #globalHeader-pc-subNav {
  text-align: right;
  float: left;
}
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 #ccc;
}
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: #222;
  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: #fff;
}
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: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle {
  border-bottom: 1px solid #ddd;
  height: 35px;
}
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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.browsing-with-smartphone #globalHeader-touch-siteTitle-inner p {
  margin: 0;
  line-height: 35px;
}
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;
}
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: #ddd;
}
body.browsing-with-smartphone #globalHeader-touch-globalNav #globalHeader-touch-globalNav-others.isActive span {
  color: #222;
}
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: #222;
  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: #666;
}
body.browsing-with-smartphone #globalHeader-touch-subNav {
  border-bottom: 1px solid #666;
  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 #ddd;
  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 #eee;
}
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: 12px 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 #eee !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: #fff;
  width: 33.33333333%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  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: #666;
}
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 #ddd;
}
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: #666;
  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: #666;
  display: block;
}
body:not(.browsing-with-smartphone) #globalFooter-exploreLinks a:hover {
  color: #222;
}
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: #ccc;
}
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: #222;
}
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 #kimirano,
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 #ddd;
  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: #aaa;
  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: #666;
  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 #ddd;
}
.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: #222;
  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 #ddd;
  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: #aaa;
  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: #fff;
}
.widget-subHeader::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.widget-subHeader::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.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: #fff;
  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: #fff;
  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: #222;
  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: #ddd;
}
.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: #222;
  background-image: -webkit-repeating-linear-gradient(left, #bbb 0, #bbb 1px, transparent 0, transparent 24px), -webkit-repeating-linear-gradient(#bbb 0, #bbb 1px, transparent 0, transparent 23px);
  background-image: repeating-linear-gradient(90deg, #bbb 0, #bbb 1px, transparent 0, transparent 24px), repeating-linear-gradient(#bbb 0, #bbb 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: #fff;
  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: #fff;
  background-image: -webkit-repeating-linear-gradient(left, #fff 0, #fff 1px, #4baae0 0, #4baae0 24px), -webkit-repeating-linear-gradient(#fff 0, #fff 1px, transparent 0, transparent 23px);
  background-image: repeating-linear-gradient(90deg, #fff 0, #fff 1px, #4baae0 0, #4baae0 24px), repeating-linear-gradient(#fff 0, #fff 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: #222;
}
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 #bbb;
  text-align: center;
  margin: 0 0 0 -1px;
  letter-spacing: 0;
}
body:not(.browsing-with-smartphone) .widget-mediaHeading p {
  font-size: 14px;
  color: #888;
  margin: 0.25em 0 0;
}
body.browsing-with-smartphone .widget-mediaHeading {
  padding: 0 16px 8px;
  border-bottom: 1px solid #ddd;
}
body.browsing-with-smartphone .widget-mediaHeading h2 {
  font-size: 14px;
  letter-spacing: 6px;
  margin: 0 10px 0 0;
  line-height: 1;
  background: #fff;
}
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: #222;
  background-image: -webkit-repeating-linear-gradient(left, #bbb 0, #bbb 1px, transparent 0, transparent 20px), -webkit-repeating-linear-gradient(#bbb 0, #bbb 1px, transparent 0, transparent 19px);
  background-image: repeating-linear-gradient(90deg, #bbb 0, #bbb 1px, transparent 0, transparent 20px), repeating-linear-gradient(#bbb 0, #bbb 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: #fff;
  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: #fff;
  background-image: -webkit-repeating-linear-gradient(left, #fff 0, #fff 1px, #4baae0 0, #4baae0 20px), -webkit-repeating-linear-gradient(#fff 0, #fff 1px, transparent 0, transparent 19px);
  background-image: repeating-linear-gradient(90deg, #fff 0, #fff 1px, #4baae0 0, #4baae0 20px), repeating-linear-gradient(#fff 0, #fff 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: #222;
}
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 #bbb;
  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: #888;
  margin: 0.5em 0 0;
}
.ui-button-wrapper {
  font-size: 1.5em;
  text-align: center;
}
.ui-button-wrapper a[class^="ui-button-"] {
  padding: 0.5em 1em;
}
#container {
  min-width: 1185px;
}
#kakuyomuBlog-header,
#content,
#top-box {
  padding: 0 40px;
}
#kakuyomuBlog-header-inner,
#content-inner,
.breadcrumb {
  width: 1125px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-link {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.breadcrumb .breadcrumb-link:hover {
  color: #0081c2;
  border-bottom-color: #4baae0;
}
.breadcrumb .breadcrumb-gt {
  color: #aaa;
  margin: 0 0.25em;
}
#kakuyomuBlog-header {
  overflow: hidden;
  padding: 25px 20px;
}
#kakuyomuBlog-header h1 {
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
#kakuyomuBlog-header h1 img {
  vertical-align: middle;
  margin: 0 15px 0 0;
  max-height: 30px;
}
#kakuyomuBlog-header h1 span {
  font-size: 1.75em;
  vertical-align: middle;
}
#kakuyomuBlog-header h1 a:hover {
  text-decoration: none;
}
#kakuyomuBlog-header ul {
  padding: 0;
  font-weight: bold;
  margin: 0;
}
#kakuyomuBlog-header ul li {
  list-style-type: none;
}
#kakuyomuBlog-header ul li {
  display: inline-block;
  margin: 0 0 0 1em;
}
#top-editarea {
  margin: 0 0 15px;
}
#kakuyomuBlog-header-border {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1185px;
}
#kakuyomuBlog-header-border span {
  display: block;
  height: 5px;
  width: 10%;
  float: left;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-1 {
  background: #11b5ea;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-2 {
  background: #bcb7b7;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-3 {
  background: #6b4886;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-4 {
  background: #ffb318;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-5 {
  background: #f23e48;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-6 {
  background: #50c586;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-7 {
  background: #a37b64;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-8 {
  background: #ecdcc1;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-9 {
  background: #666;
}
#kakuyomuBlog-header-border .kakuyomuBlog-header-border-10 {
  background: #4baae0;
}
#kakuyomuBlog-entryFooter {
  background: #f7f6f5;
  margin: 30px 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#kakuyomuBlog-entryFooter h3 {
  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: 24px;
  line-height: 1.2;
  margin: 0;
}
#kakuyomuBlog-entryFooter p {
  margin: 0.5em 0 1em;
  font-size: 16px;
  line-height: 1.35;
  color: #444;
}
#kakuyomuBlog-entryFooter p span {
  display: block;
}
#kakuyomuBlog-entryFooter p span span {
  display: inline-block;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  text-align: center;
  border-right: 5px solid #fff;
  padding: 16px 0;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-message i {
  color: #f7f6f5;
  position: relative;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-message i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #444;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-appLink {
  margin-bottom: 0;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-appLink img {
  width: 135px;
  height: 40px;
  vertical-align: bottom;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-signup {
  padding: 0 24px;
  text-align: center;
  width: 150px;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-signup p {
  margin: 0.75em 0 0;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-signup img {
  max-width: 120px;
  vertical-align: top;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-signup a {
  font-size: 14px;
}
#kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-login a {
  font-size: 11.5px;
}
.entry-header-menu {
  display: none !important;
}
#content {
  margin: 60px 0;
}
#content-inner {
  *zoom: 1;
}
#content-inner:before,
#content-inner:after {
  content: '';
  display: table;
}
#content-inner:after {
  clear: both;
}
#wrapper {
  width: calc(100% - 330px);
  float: left;
}
#main {
  *zoom: 1;
}
#main:before,
#main:after {
  content: '';
  display: table;
}
#main:after {
  clear: both;
}
#box2 {
  width: 300px;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
#box2 .hatena-module {
  margin: 0 0 3em;
}
#box2 .hatena-module:nth-last-child(2),
#box2 .hatena-module:last-child {
  margin: 0;
}
#box2 .hatena-module-title {
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  font-size: 1.2em;
}
#box2 .hatena-module-title i {
  font-weight: normal;
}
#box2 .hatena-module-title .punctuation {
  margin: 0 -0.25em 0 0;
}
#box2 .hatena-module-title a {
  color: #222;
}
#box2 ul {
  padding: 0;
}
#box2 ul li {
  list-style-type: none;
}
#box2 .hatena-module-recent-entries ul {
  margin: 0;
}
#box2 .hatena-module-recent-entries a {
  color: #222;
}
#box2 .hatena-module-recent-entries .recent-entries-item {
  position: relative;
  line-height: 1.3;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#box2 .hatena-module-recent-entries .recent-entries-item-inner {
  min-height: 50px;
  padding: 0 !important;
}
#box2 .hatena-module-recent-entries .recent-entries-image-link {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #bbb;
}
#box2 .hatena-module-recent-entries .recent-entries-image-link img {
  width: 50px;
  height: 50px;
}
#box2 .hatena-module-recent-entries .recent-entries-title {
  display: block;
  font-weight: bold;
  margin: 0.25em 0;
}
#box2 .hatena-module-recent-entries .recent-entries-categories a {
  color: #666;
  margin: 0;
}
#box2 .hatena-module-recent-entries .recent-entries-categories a:before {
  content: "/";
  color: #ccc;
}
#box2 .hatena-module-recent-entries .recent-entries-categories a:first-child:before {
  content: none;
}
.entry-header {
  margin: 0 0 30px;
}
.date {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 1.3em;
  line-height: 1.3;
  line-height: 1;
}
.date a {
  color: #666;
}
.date .hyphen {
  display: none;
}
.date .date-year:after {
  content: "年";
}
.date .date-month:after {
  content: "月";
}
.date .date-day:after {
  content: "日";
}
.entry-title {
  margin: 0;
  line-height: 1.2;
  font-size: 2em;
  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;
  -webkit-transform: scale(1, 1.075);
  transform: scale(1, 1.075);
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  text-decoration: none;
  color: #0990cc;
}
.entry-categories {
  display: none;
}
.entry-content {
  font-size: 1.1em;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content hr {
  border: none;
  text-align: center;
  margin: 30px 0;
  height: auto;
  line-height: 1;
}
.entry-content hr:before {
  content: "＊　＊　＊";
  color: #0081c2;
}
.entry-content blockquote {
  margin: 2em 0 2em 4.5em;
  line-height: 1.9;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.entry-content blockquote blockquote {
  margin: 1em 0 1em 4.5em;
}
.entry-content blockquote cite {
  text-align: right;
  display: block;
}
.entry-content blockquote cite a {
  padding: 0 0 0 3.5em;
  color: #222;
  border-bottom: 1px solid #eee;
  position: relative;
}
.entry-content blockquote cite a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 3em;
  border-top: 1px solid #444;
  display: block;
}
.entry-content blockquote cite a:hover {
  text-decoration: none;
  color: #0081c2;
  border-bottom-color: #0081c2;
}
.entry-content blockquote cite a:hover:before {
  border-top-color: #0081c2;
}
.entry-content table {
  width: 100%;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.entry-content td,
.entry-content th {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px 12px;
}
.entry-content th {
  background: #f7f6f5;
}
.entry-content pre.code {
  background: #f5f5f5;
  padding: 1em 1.5em;
}
.entry-content .table-of-contents {
  border: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 3em;
  display: inline-block;
  margin: 0 0 2em 0;
  float: right;
  max-width: 200px;
}
.entry-content .table-of-contents:before {
  content: "目次";
  border-bottom: 1px solid #bbb;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1em -2em;
  width: calc(100% + 2em);
  padding: 0 0 0.5em;
  display: block;
  text-align: center;
}
.entry-content .table-of-contents ul {
  padding: 0 0 0 1em;
}
.entry-content .table-of-contents li {
  list-style-type: none;
  padding: 0 0 0 2em;
  text-indent: -2em;
  margin: 0 0 0 -2em;
}
.entry-content ul,
.entry-content ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
  line-height: 1.5;
}
.entry-content li {
  margin: 0.25em 0 0;
}
.entry-content li ul,
.entry-content li ol {
  margin: 0;
}
.entry-footer p {
  margin: 0;
}
.author {
  display: none;
}
.pager {
  margin: 0 0 0 165px;
  font-size: 1.25em;
  padding: 1em 0 0;
  border-top: 1px solid #ccc;
}
.pager-next,
.pager-prev {
  width: 50%;
}
.pager-next {
  float: right;
  text-align: right;
}
.pager-prev {
  float: left;
}
.page-archive .archive-heading {
  margin-top: 0;
}
.page-archive .archive-entry {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 10px 0 10px 165px;
  min-height: 100px;
}
.page-archive .archive-entry:first-child {
  border-top: 1px solid #eee;
}
.page-archive .archive-entry-body {
  display: none;
}
.page-archive .date {
  top: 15px;
  background: #fff;
}
.page-archive .entry-title {
  margin: 0;
}
.page-archive .categories {
  display: none;
}
.page-archive .entry-thumb-link {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 10px;
  left: 53px;
  z-index: -1;
}
.page-archive .entry-thumb-link div {
  width: 100px;
  height: 100px;
}
.page-archive .entry-thumb-link img {
  background-size: 100px 100px;
}
body:not(.browsing-with-smartphone) .entry {
  position: relative;
  margin: 0 0 80px;
  padding: 0 0 0 165px;
}
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h2,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h3,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h4,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h5,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h6 {
  line-height: 1.3;
  margin: 32px 0 16px;
}
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h3 {
  font-size: 1.25em;
}
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h4 {
  font-size: 1.1em;
}
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h1,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h5,
body:not(.browsing-with-smartphone) .entry.mode-markdown .entry-content h6 {
  font-size: 1em;
}
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h3,
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h4,
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h5 {
  line-height: 1.3;
  margin: 32px 0 16px;
}
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h4 {
  font-size: 1.25em;
}
body:not(.browsing-with-smartphone) .entry.mode-hatena .entry-content h5 {
  font-size: 1.1em;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-title {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 13px;
  line-height: 1;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries ul li {
  list-style-type: none;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item {
  position: relative;
  width: calc(50% - 15px);
  margin: 0 0 0 30px;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:nth-child(2n + 1) {
  margin-left: 0;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:nth-child(2n + 1):before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: calc(200% + 30px);
  border-top: 1px solid #ddd;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item:nth-child(4) ~ li {
  display: none;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item-inner {
  margin: 15px 0;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-image {
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link {
  line-height: 1;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a {
  color: #666;
  font-size: 11.5px;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:hover,
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:focus {
  color: #0990cc;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  margin: 4px 0 4px;
  display: block;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:hover,
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:focus {
  color: #0990cc;
}
body:not(.browsing-with-smartphone) #entry-footer-secondary-modules .hatena-module-related-entries .urllist-entry-body {
  overflow: hidden;
  font-size: 11.5px;
  color: #666;
}
.browsing-with-smartphone {
  font-size: 13px;
}
.browsing-with-smartphone #container {
  min-width: 100%;
  margin-top: 0 !important;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner,
.browsing-with-smartphone #content-inner,
.browsing-with-smartphone .breadcrumb {
  width: 100%;
  max-width: 640px;
}
.browsing-with-smartphone #kakuyomuBlog-header,
.browsing-with-smartphone #content,
.browsing-with-smartphone #top-box {
  padding: 0 16px;
}
.browsing-with-smartphone #kakuyomuBlog-header-border {
  min-width: 1px;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner {
  margin: 24px auto 16px;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner h1 {
  float: none;
  text-align: center;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner h1 img,
.browsing-with-smartphone #kakuyomuBlog-header-inner h1 span {
  display: inline-block;
  margin: 0 8px 0 0;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner h1 img {
  max-height: 22px;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner h1 span {
  font-size: 20px;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner nav {
  float: none;
  text-align: center;
  margin: 8px 0 0;
}
.browsing-with-smartphone #kakuyomuBlog-header-inner ul li {
  margin: 0;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 24px 0 0;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter h3 {
  font-size: 16px;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter p {
  font-size: 13px;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-message {
  border: none;
  padding: 16px 8px;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-appLink img {
  width: 125px;
  height: 37px;
}
.browsing-with-smartphone #kakuyomuBlog-entryFooter #kakuyomuBlog-entryFooter-signup {
  border-top: 1px solid #ddd;
  padding: 16px 0;
  font-size: 13px;
  width: 100%;
}
.browsing-with-smartphone .entry-header-menu {
  left: auto;
  right: 0;
}
.browsing-with-smartphone #content {
  margin: 20px 0 0;
}
.browsing-with-smartphone #wrapper {
  width: 100%;
  float: none;
}
.browsing-with-smartphone #box2 {
  width: calc(100% + 30px);
  float: none;
  padding: 0;
  margin: 3em 0 0 -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f6f5;
  padding: 15px;
}
.browsing-with-smartphone #box2 .hatena-module-recent-entries .recent-entries-item {
  padding: 5px 0;
}
.browsing-with-smartphone #box2 .hatena-module-recent-entries .recent-entries-item:first-child {
  padding-top: 10px;
}
.browsing-with-smartphone #box2 .hatena-module + .hatena-module {
  margin: 24px 0 0;
}
.browsing-with-smartphone #box2 .hatena-module-title {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 1em -15px;
  width: calc(100% + 30px);
  padding: 0 16px 8px !important;
  border-bottom: 1px solid #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);
}
.browsing-with-smartphone #box2 .hatena-module-title h3 {
  margin: 0;
}
.browsing-with-smartphone .entry {
  position: relative;
  margin: 0 0 48px;
}
.browsing-with-smartphone .entry.mode-markdown .entry-content h2,
.browsing-with-smartphone .entry.mode-markdown .entry-content h3,
.browsing-with-smartphone .entry.mode-markdown .entry-content h4,
.browsing-with-smartphone .entry.mode-markdown .entry-content h5,
.browsing-with-smartphone .entry.mode-markdown .entry-content h6 {
  line-height: 1.3;
  margin: 32px 0 16px;
}
.browsing-with-smartphone .entry.mode-markdown .entry-content h2 {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
.browsing-with-smartphone .entry.mode-markdown .entry-content h3 {
  font-size: 14px;
}
.browsing-with-smartphone .entry.mode-markdown .entry-content h4 {
  font-size: 13px;
}
.browsing-with-smartphone .entry.mode-markdown .entry-content h1,
.browsing-with-smartphone .entry.mode-markdown .entry-content h5,
.browsing-with-smartphone .entry.mode-markdown .entry-content h6 {
  font-size: 1em;
}
.browsing-with-smartphone .entry.mode-hatena .entry-content h3,
.browsing-with-smartphone .entry.mode-hatena .entry-content h4,
.browsing-with-smartphone .entry.mode-hatena .entry-content h5 {
  line-height: 1.3;
  margin: 32px 0 16px;
}
.browsing-with-smartphone .entry.mode-hatena .entry-content h3 {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
.browsing-with-smartphone .entry.mode-hatena .entry-content h4 {
  font-size: 14px;
}
.browsing-with-smartphone .entry.mode-hatena .entry-content h5 {
  font-size: 13px;
}
.browsing-with-smartphone .date {
  position: static;
  top: auto;
  left: auto;
  padding: 10px 0 1em;
  font-size: 11px;
  letter-spacing: 1px;
}
.browsing-with-smartphone .entry-header {
  margin: 0 0 24px;
}
.browsing-with-smartphone .entry-title {
  font-size: 18px;
}
.browsing-with-smartphone .entry-content {
  font-size: 13px;
}
.browsing-with-smartphone .entry-content .table-of-contents {
  width: 100%;
  float: none;
}
.browsing-with-smartphone .entry-content img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.browsing-with-smartphone .entry-content blockquote {
  font-size: 13px;
  margin-left: 3em;
}
.browsing-with-smartphone .pager {
  margin: 0;
  font-size: 13px;
}
.browsing-with-smartphone.page-archive .archive-entry {
  padding: 0 115px 14px 0;
}
.browsing-with-smartphone.page-archive .date {
  padding: 14px 0 8px;
}
.browsing-with-smartphone.page-archive .entry-thumb-link {
  left: auto;
  right: 0;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-title {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 13px;
  line-height: 1;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries ul {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 24px;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries ul li {
  list-style-type: none;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item {
  border-top: 1px solid #ddd;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-item-inner {
  margin: 10px 0;
  padding: 0 0 0 64px;
  position: relative;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-image-link {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-image {
  max-width: 100%;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a {
  color: #666;
  font-size: 11px;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:hover,
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-date-link a:focus {
  color: #0990cc;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link {
  font-size: 13px;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 4px;
  display: block;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:hover,
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-title-link:focus {
  color: #0990cc;
}
.browsing-with-smartphone #entry-footer-secondary-modules .hatena-module-related-entries .urllist-entry-body {
  overflow: hidden;
  font-size: 11px;
  color: #666;
}
.isApp .pager {
  border: none;
  padding: 0;
}

/* </system> */

/* 罫線 */
.bar1 {
border: none;
border-top: dotted 1px #a9a9a9;
height: 1px;
color: #FFFFFF;
width:100%;
margin-left:auto;
margin-right:auto;
margin-top:2em;
margin-bottom:2em;
}

/* ボタン化 */
.btn {
color: #0174DF;
border: solid 1px #0174DF;
border-radius: 6px;
padding:0.6em;
background-color: #ffffff;
font-size: 120%;
}

#box2 .hatena-module-html{
    margin: 0 0 1em;
}