@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: 1em 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; }
.img_aria-max { max-width: 100%; margin-left: auto; margin-right: auto; }
.math-font-1 { font-size: 90%; }
.math-font-3 { font-size: 120%; }
.math-font-5 { font-size: 130%; }
.math-font-7 { font-size: 140%; }
.math-font-060 { font-size: 60%; }
.math-font-080 { font-size: 80%; }
.math-font-090 { font-size: 90%; }
.math-font-100 { font-size: 100%; }
.math-font-110 { font-size: 110%; }
.math-font-120 { font-size: 120%; }
.math-font-130 { font-size: 130%; }
.math-font-140 { font-size: 140%; }
.math-font-150 { font-size: 150%; }
.math-font-170 { font-size: 170%; }
.math-font-1, .math-font-3, .math-font-5, .math-font-7,
.math-font-060, .math-font-080, .math-font-090, .math-font-100,
.math-font-110, .math-font-120, .math-font-130, .math-font-140,
.math-font-150, .math-font-160, .math-font-170 { margin: 0 0.3em; }
.color-c60081 { color: #c60081; }
.color-621c87 { color: #621c87; }
.color-ea5413 { color: #ea5413; }
.color-0f6bb0 { color: #0f6bb0; }

.date { text-align: right; font-size: 80%; }

.tex, .idml { padding: 0 0.5em; }

.kaisetu-header {  margin: 0 0 2em 0; }
.kaisetu-header p { text-indent: 0; }
.kaisetu-header .kakomi { width: 96%; margin: 0 auto; border-style: solid; border-width: 2px; border-color: #000000; border-radius: 10px; padding: 1em; }
.kaisetu-header .img-aria { width: 20%; margin: 0 auto; }
.kaisetu-header .text-aria { text-align: center; }
.kaisetu-header .maintitle { font-family: sans-serif-ja, sans-serif; font-size: 150%; font-weight: bold; }
.kaisetu-header .maintitle-en { margin: 0.5em 0; font-family: sans-serif-ja, sans-serif; font-weight: bold; }
.kaisetu-header .author { font-family: sans-serif-ja, sans-serif; font-weight: bold; }

.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; }
.authors { margin-top: 2em; }
.author_aria { width: 30%; float: left; }
.author_text { width: 60%; float: right; line-height: 1.4em; }
.author_name { font-family: sans-serif-ja, sans-serif; font-weight: bold; }
.float-clear { clear: both; }

/* ユーザー追加記述スタイル */
