@charset "UTF-8";
@import "style-kindle.css";

/* ファイル情報 */
/* ===================================================================
【内容】全作品共通の基本スタイル
【CSSファイルバージョン】ver.1.0.0 2019/09/06
=================================================================== */

/* ============================================================= */
/* 行幅
---------------------------------------------------------------- */
body { line-height: 1.60; }

/* ============================================================= */
/* 左右中央
---------------------------------------------------------------- */
/* 横組み用 */
.hltr .page-middle {
  -epub-writing-mode: vertical-rl;
  height: 100%;
  vertical-align: middle;
}
/* 縦組み用 */
.vrtl .page-middle {
  -epub-writing-mode: horizontal-tb;
  width: 100%;
  vertical-align: middle;
}

/* 中寄せ
---------------------------------------------------------------- */
/* 横組み用 */
.hltr .inline-middle {
 display: inline-block;
 vertical-align: middle;
 width: 100%;
}
/* 縦組み用 */
.vrtl .inline-middle {
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}

/* 下寄せ
---------------------------------------------------------------- */
/* 横組み用 */
.hltr .inline-bottom {
 display: inline-block;
 vertical-align: bottom;
 width: 100%;
}
/* 縦組み用 */
.vrtl .inline-bottom {
 display: inline-block;
 height: 100%;
 vertical-align: bottom;
}

/* ============================================================= */
/* 内部リンクライン */
.hltr a {
 border-bottom: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}
.vrtl a {
 border-right: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}

/* 外部リンクライン */
/* 縦組み：右線 */
.vrtl .external {
 border-left: none;
 border-right: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}

/* 縦組み：左線 */
.vrtl .external-outside {
 border-left: 1px solid;
 border-right: none;
 text-decoration: none; /* 電書協仕様無効 */
}

/* 横組み：下線 */
.hltr .external,
.hltr .external-outside {
 border-top: none;
 border-bottom: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}

/* ============================================================= */
/* 傍線 */
/* 【横組み】下線　【縦組み】左線 */
.hltr .em-line {
 border-bottom: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}
.vrtl .em-line {
  border-left: 1px solid;
  text-decoration: none; /* 電書協仕様無効 */
}

/* 【横組み】上線　【縦組み】右線 */
.hltr .em-line-outside {
 border-top: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}
.vrtl .em-line-outside {
 border-right: 1px solid;
 text-decoration: none; /* 電書協仕様無効 */
}

/* ============================================================= */
/* 領域確保 */
.line-height-0em50 {
 line-height: 0.50;
}
.display-hidden {
 visibility: hidden;
}

/* ============================================================= */
/* 外字ベースラインsub */
.hltr img.gaiji.baseline-sub,
.hltr img.gaiji-line.baseline-sub,
.hltr img.gaiji-wide.baseline-sub {
  vertical-align: sub;
}

/* ============================================================= */
/* 立読み */
.tatiyomi {

}

/* ============================================================= */

/* 自動追加記述スタイル */
.tex .honmon p { text-indent: 1em; }
img { margin: 0.5em 0;}
.img_aria-05 { max-width: 5em; margin-left: auto; margin-right: auto; }
.img_aria-10 { max-width: 10em; margin-left: auto; margin-right: auto; }
.img_aria-15 { max-width: 15em; margin-left: auto; margin-right: auto; }
.img_aria-20 { max-width: 20em; margin-left: auto; margin-right: auto; }
.img_aria-25 { max-width: 25em; margin-left: auto; margin-right: auto; }
.img_aria-30 { max-width: 30em; margin-left: auto; margin-right: auto; }
.img_aria-35 { max-width: 35em; margin-left: auto; margin-right: auto; }
.img_aria-40 { max-width: 40em; margin-left: auto; margin-right: auto; }
.img_aria-45 { max-width: 45em; margin-left: auto; margin-right: auto; }
.img_aria-50 { max-width: 50em; margin-left: auto; margin-right: auto; }
.font-250 { font-size: 250%; }
.font-300 { font-size: 300%; }
.font-350 { font-size: 350%; }
.font-400 { font-size: 400%; }
.math-font-100 { font-size: 100%; }
.math-font-110 { font-size: 110%; }
.math-font-120 { font-size: 120%; }
.math-font-100 img, .math-font-110 img, .math-font-120 img { margin-bottom: 2px; }
.color-c60081 { color: #c60081; }
.color-621c87 { color: #621c87; }
.color-ea5413 { color: #ea5413; }

.date { text-align: right; font-size: 80%; }

.tex, .idml { padding: 0 0.5em; }

.top_author { border-style: solid; border-width: 3px 0; border-color: #F387B7; width: 80%; margin: 1em 0.25em; margin-left:20%; }
.top_author_detail { padding: 0.5em; font-size: 80%; line-height: 1.4em;  }
.section { text-align: center; margin: 2em 0 0.5em 0; }
.section-font { font-family: sans-serif-ja, sans-serif; font-size: 120%; font-weight: bold; }
.subsection { margin: 1em 0 0.5em 1em; }
.subsection-font { font-family: sans-serif-ja, sans-serif; font-weight: bold; }
.author_aria { margin: 0 auto; width: 30%; float: left; }
.author_name { font-family: sans-serif-ja, sans-serif; font-weight: bold; }
.author_text { margin-left: 1em; width: 65%; line-height: 1.4em; float: right; }
.float-clear { clear: both; }

/* ユーザー追加記述スタイル */
