@charset "utf-8";

/* 追加＆改良CSS -------------------------------*/

* {
  box-sizing: border-box;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.7em;
}

.mail_t_area {
  display: inline-block;
  box-sizing: border-box;
  word-break: normal;
}

#mail_name {
  clear: both;
  margin-top: 20px !important;
}

.mail_t_area ul { 
  list-style: none;
}

.h3-adjust {
  margin-top: 0 !important;
}

.mail_history dl:after {
  content: '';
  display: block;
  clear: both;
}

/* 1行目のインデントを削除用 -------------------------------*/

.indentminus {
  text-indent: -1px;
}

/* h3タイトルなしの本文始まり用 -------------------------------*/

.add-lead {
  margin-top: 40px;
}


/* h3のタイトルが長い時に使用 -------------------------------*/
.add-h {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.h3-add-01 {
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.2em;
}

.h4-add-01 {
  padding-left: 3em;
  text-indent: -2em;
  line-height: 1.2em;
}

.h4-add-02 {
  padding-left: 1.5em;
  text-indent: 0em;
  line-height: 1.2em;
}

/* 文献 -------------------------------*/

.list-indent li {
  margin-left: -2.5em;
  padding-bottom: 5px;
}

.list-indent-1 li {
  margin-left: -2.5em;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
}

.list-indent-2 li {
  margin-left: -2.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  padding-bottom: 5px;
}

.list-indent-3 li {
  margin-left: -3em;
  padding-left: 2.5em;
  text-indent: -2.5em;
  padding-bottom: 5px;
}


/* 数式用 ---------------------------------*/

.add-text-in-num {
  vertical-align: text-top;
}

.add-text-in-num-magin-tb {
  vertical-align: text-top;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* テーブルreset -------------------------------*/

table th {
  font-weight: normal;
}

table th,
table td {
  font-size:11pt;
}

/* 汎用 -------------------------------*/

.add-text-red {
  color: #FF0000;
}

.add-text-italic {
  font-style: italic;
}

.add-text-s {
  font-size: 0.8em;
}

.add-center {
  text-indent: -1px;
  text-align: center;
}

/* テーブル基本 */
.add-table-def {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  text-indent: -1px;
}
.add-table-def th,
.add-table-def td {
  padding: 10px;
  border: solid 1px black;
}

/* テーブル横ラインのみ */
.add-table-line {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  text-indent: -1px;
}
.add-table-line th,
.add-table-line td {
  padding: 10px;
}
.add-table-line th {
  border-top: solid 1px black;
}
.add-table-line td {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

/* テーブルth下横ライン　下2点線 */
.add-table-line-01 {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  text-indent: -1px;
}
.add-table-line-01 th,
.add-table-line-01 td {
  padding: 10px;
}
.add-table-line-01 th {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.add-table-line-01 tr:last-child {
  border-bottom: solid 1px black;
}
.add-table-line-01 tr:nth-last-child(2) {
  border-bottom: dashed 1px black;
}

/* ページ固有 -------------------------------*/

/*2*/

.add-table-line-01 {
  text-align: left;
}

.add-table-line-01 th {
  font-weight: 700;
}

.add-text-list {
  margin-left:-1.5em;
}

.caption1 {
  font-weight: 700;
  text-indent: -1px;
}

/*3*/
.add-table-01 td {
  text-align: center;
}

.add-table-01 td:first-child {
  text-align: left;
}

.add-table-02 th {
  text-align: left;
  width: 35%;
}

.add-dangling {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.add-dangling-02 {
  padding-left: 4.5em;
  text-indent: -2.2em;
}

