@charset "utf-8";

.topic-inner{
  height:100%;
  margin:0;
  padding:0;
}

/**********************
全体
**********************/
.main-page{
  padding-bottom:3em;
}

/* Sect間のアキ */
.Sect-margin{
  margin-top:45px;
}

/* トップページを表示する左メニューのアイコン */
.menu-home{
  font-size:1.6em;
  color:rgb(153, 204, 255);
}

/* iOS Safariでメニューの文字列が溢れた場合に
メニュー全体が横揺れしてしまうため、対応 */
.overflowHidden{
  overflow-x:hidden;
}

/**********************
トップページ
**********************/
/* トップページの目次のUL */
.pagetop-Index-UL {
  list-style-type: none;
  margin:30px 8% 0 8%;
}
/* トップページの各項目 */
/*先頭のliのみ上にも線を引く */
.toppage-li-first{
  border-top:1px dashed rgb(99, 154, 206);
  border-bottom:1px dashed rgb(99, 154, 206);
  height: 3.5em;
}
.toppage-li{
  border-bottom:1px dashed rgb(99, 154, 206);
  height: 3.5em;
}

.toppage-div{
  display: table;
  height: 3.5em;
}
/* トップページの各項目のリンク */
.toppage-a{
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1em;
}
.toppage-a:hover {
  text-decoration: none;
  color:rgb(99, 154, 206);
}

/**********************
タイトル
**********************/
/* Sect1 */
.Sect1-title {
  line-height:1.1em;
  font-weight:bold;
}

/* Preface内のタイトル（トップ以外） */
.preface-other-title {
  font-size:1.2em;
  font-weight:bold;
  margin:1em 0;
}
/**********************
Phrase
**********************/
/* Noteの子孫のPhraseのスタイル */
.Note-Ph {
  font-weight:bold;
  line-height:1.1em;
}

/* Tableの子孫のPhraseのスタイル */
.Table-Ph {
  text-align: left;
  font-weight: bold;
  line-height:1.1em;
}

/* Sect4の子孫のPhraseのスタイル */
.Sect4-Ph {
  line-height:1.1em;
  font-weight:bold;
  border-bottom:solid 1px rgb(99, 154, 206);
  font-size:16px;
}

/* Sect3の子孫のPhraseのスタイル */
.Sect3-Ph {
  line-height:1.1em;
  font-weight:bold;
  border-bottom:solid 2px rgb(99, 154, 206);
}

/* Sect2の子孫のPhraseのスタイル */
.Sect2-Ph {
  font-weight:bold;
}

/* Sect1の子孫のPhraseのスタイル */
.Sect1-Ph {
  font-weight:bold;
}

/**********************
Para
**********************/

.para_annotation{
  padding-left:1em;
  text-indent:-1em;
}
.para_annotation:before{
  display: inline-block;
  width: 2em;
  margin-right: -2em;
  margin-left: 1em;
  content: "* ";
}

.para_annotation_num{
  padding-left:1.5em;
  text-indent:1.5em;
}

.para_annotation_num:before{
  display: inline-block;
  width: 1.5em;
  margin-right: 1.5em;
  margin-left: -4.5em;
  content: "*"counter(number)" ";
}

/* ハイフンの分、0.5em左にパディングを取る */
.ItemizedList-type-hyphen{
  padding-left: 0.5em;
  text-indent: -0.6em;}

.ItemizedList-type-hyphen:before{
  content: "- ";
}

.para_nest{
  text-indent:-0.6em;
  padding-left:1em;
}

.reset-indent-hyphen{
  padding-left:0.5em;
  text-indent:0;
}

.reset-indent{
  text-indent:0;
}

/**********************
テキストのスタイル
**********************/
.span-emph {
  font-weight:bold;
}
/* EDDにあわせてGUIButtonのBoldはArialも付与しているが、意図は不明 */
.span-emph-arial {
  font-weight:bold;
  font-family: Arial;
}
.span-italic {
  font-style:italic;
}
.span-overline {
  text-decoration:overline;
}
.span-underline {
  text-decoration:underline;
}

/**********************
相互参照（Xref）
**********************/
.xrefLink-Span{
  color:#2d4792;
  text-indent: 0;
  font-weight:bold;
}

.xrefLink-icon{
    width:14px;
    height:14px;
    vertical-align: -0.1em;
    margin-inline-end:3px;
}

.xrefLink-Crossing{
  color:#2d4792;
  font-weight:bold;
}


/**********************
画像出力
**********************/
.figure-style{
  margin-top:10px;
  margin-bottom:10px;
  display:inline-block;
}

.figcaption-style{
  /* text-align:right; */
  font-size:80%;
  color: #0000FF;
}

.figcaption-span-style{
  margin-right:1em;
}

.inlinegraphic-style{
  vertical-align: middle;
  margin-bottom:0.5em;
  margin-left:0.2em;
}

.image-left-reset{
  padding-left: 0;
  margin-left: 0;
  text-indent: 0;
}

/**********************
表組み
**********************/
.Table-margin {
  margin:10px 0;
  text-indent:0;
}
.Table-margin-noborder {
  border:none !important;
   margin:10px 0;
}
.Table-th {
  font-weight:bold;
  text-align:center !important;
}
.Table-th-noborder {
  border:none !important;
}
.Table-td {
  vertical-align:top;
  padding:10px;
}
.Table-td-noborder {
  border:none !important;
}
/**********************
ItemizedList
**********************/
/* ItemizedListのUL/OL要素に共通して付与するスタイル */
.ItemizedList-List {
  margin-top:10px;
  margin-bottom:10px;
  padding-left: 1em;
  text-indent:0;
}

/* ItemizedListのtype属性がbulletの場合 */
.ItemizedList-type-bullet {
  list-style-type:disc;
}

/* ItemizedListのtype属性がnumberの場合 */
.ItemizedList-type-number {
  list-style-type:decimal;
}

/* ItemizedListのtype属性がbullet, number以外の場合 */
.ItemizedList-type-none {
  list-style-type: none;
}

/* ItemizedListのtype属性がnumberの場合の
子要素の各liのスタイル */
.List-Number{
  counter-increment: counter;
  padding-left:1em;
  text-indent:-1em;
}

.List-Number:before{
  display: inline-block;
  text-align: right;
  width: 0em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  content: counter(counter)".";
}

/* ItemizedListの直下のTitle要素を
ListItemのように表示する場合のliのスタイル */

.List-Title-div {
  margin-top:1em;
}
.List-Title{
  font-weight: bold;
}

.Para_Role_Register {
  font-family:Times New Roman !important;
}


/**********************
Procedure
**********************/
.ItemizedList-step-list {
    counter-reset: counter;
}

/**********************
Step
**********************/
.step_list{
  list-style-type:none;
}
.step_list:before{
  content:counter(counter) ".";
  counter-increment:counter;
  font-weight: bold;
  margin-left:-0.8em;
}
/**********************
Note（label属性にかかわらず共通）
**********************/
.note-div {
  text-indent: 0;
  line-height:1em;
}
.main-page .note {
    margin:1em 0 1em 0;
}
.main-page .note-title {
    padding:0.2em 0.2em 0em 0em;
    font-weight: bold;
    height:30px;
}


.main-page .note-title > span{
    font-size:24px;
    line-height:1em;
}


.main-page .note-title .exclamationIcon, 
.main-page .note-title .pencilIcon{
    width:24px;
}



.main-page .note-body {
    padding:1em 0.5em;
    border-top:solid 4px gray;
    border-bottom:solid 4px gray;
}

/**********************
childTopics
**********************/
.main-page .childTopics-div {
    margin:1em 0 1em 0;
    color:#000000;
}
.main-page .childTopics-title {
    background:rgba(255,255,255,1);
}
.main-page .childTopics-title span {
    font-weight:normal;
    display:inline-block;
    padding:5px 1em 0 1em;
    color:#ffffff;
    background:rgb(99, 154, 206);
}
.main-page .childTopics-title .linkicon {
    width:14px;
    height:14px;
}
.main-page .childTopics-body {
    padding:1em 0.5em;
    border:1px solid rgb(99, 154, 206);
}

.main-page .childTopics-li .arrowRightIcon {
    width:14px;
    height:14px;
    vertical-align:-0.1em;
    margin-inline-end: 5px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgb(99, 154, 206);
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:after {
  position:absolute;
  display:block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 14px 10px;
  border-color: transparent transparent rgb(255,255,255) transparent;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*
**************************************************
検索結果ページ
**************************************************
*/
/* タイトルを包含する領域 */
#searchResult {
  border-left-style: none;
  background-image: none;
  background-color: white;
  padding-bottom: 2px;
}
/* タイトルそのもの */
#searchResult h3 {
  padding:0;
}
/* 検索ヒット数 */
#searchResult #resultAbout {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom:7px;
}
/* 検索結果を包含するdl */
#searchResult dl {
  margin-bottom: 0.5em;
}
/* 検索結果トピックのタイトル */
.search-link{
  cursor: pointer;
  text-decoration: underline;
  color: rgb(0, 0, 153);
  font-size: 107.7%;

}
/*
検索結果トピックのタイトル
#searchResult dl dt span:hover {
  color: #ff8f00;
} */
/* 検索結果トピックのshortdesc */
#searchResult dl dd {
  margin-left: 0;
  margin-bottom: 2.5em;
}
#searchResultNote {
  color:rgb(19, 70, 255);
  font-size:18px;
  font-weight:bold;
}
#searchResultNote dl dd {
  margin-top:0;
  margin-bottom:0;
}

/**********************
次に進む、前に戻るのアイコンフォントの色指定
**********************/
.prevArrowColor, .nextArrowColor{
  color:darkgray;
}

/**********************
mobile
**********************/
@media (max-width: 768px) {

  /* トップページの目次のUL */
  .pagetop-Index-UL {
    list-style-type: none;
    margin:10px 0 0 0;
  }
}


/*
 *********************
 license Guideのリンク
 *********************
*/
a.licenseGuideLink {
    color: rgb(0,0,255);
    text-decoration: underline;
}


/*
 *********************
 Copyrightのリンク
 *********************
*/
.copyrightIcon{
    width:14px;
    height:14px;
    margin-right:0.5em;
    vertical-align: -0.1em;
}

