@charset "UTF-8";
/*  color
------------------------*/
/*  style
------------------------*/
html {
  height: 100%;
  min-height: 100%; }

li, td {
  word-break: break-all;
  word-wrap: break-word; }

body {
  position: relative !important;
//  min-height: 100%;
  background: #F6F9FB;
//  font-family: 'Montserrat','Noto Sans Japanese', sans-serif;
//  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-family: Noto Sans CJK JP;
  box-sizing: border-box;
//  padding-bottom: 80px;
  color: #515C6F;
  word-break: normal;
  font-size: 0.9rem; }

main {
  height: 100%; }

::placeholder {
  color: #9E9E9E !important;
  font-size: 12px; }


.subTitle {
/*
border-left: 4px solid #00afcc;
padding-left: 10px;
*/
font-weight: bolder; }

footer {
  position: absolute !important;
  bottom: 0;
  width: 100%; }

.copyright { }

.logoImg {
  width: 150px;
}

.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.icon-img {
  max-height: 3.0em;
}
.header-bg {
  background: #FFF;
}
.footer-bg {
  background: #FFF;
}

#contents {
  z-index: 1;
}
.container {
  max-width: 100% !important;
}
.navbar {
  z-index: 100;
}

#loading-bg {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3.2rem;
  text-align: center;
  color: #FFF;
}

#viewer-html {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: none;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 80, 80, 0.75);
  border-radius: 50rem;
  z-index: 100;
}
.pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}