@charset="UTF-8";
.list-area{
  min-height: 490px
}

/* サブ画面エラーメッセージ表示部 */
#bottom-error-news {
  max-height: 110px;
  min-height: 110px;
}

.title-CSY03001{
  word-break: break-all;
}

.text-CSY03001{
  word-break: break-all;
}

pre{
  white-space: pre-wrap;
  font-family: "Segoe UI", "Meiryo UI", sans-serif;
}

.bottom-panel-trigger-x {
  position: relative;
  height: 34px;
  line-height: 34px;
  background-color: #F0F0F0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.bottom-panel-trigger-x > .fgnp-layout-toggle {
  height: 100%;
  cursor: pointer;
  background-image: url("../../../common/images/ipsp/icon_area_open.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.bottom-panel-trigger-x > .fgnp-tabs-x {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.fgnp-tabs-x {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fgnp-tabs-x > li {
  display: block;
}
.fgnp-tabs-x > li > a {
  padding: 0 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
.fgnp-tabs-x > li.fgnp-disabled > a {
  pointer-events: none;
}

.bottom-tabs-x > li > a {
  background: transparent;
  color: #848484;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-weight: bold;
}
.bottom-tabs-x > li > a:hover, .bottom-tabs > li > a:focus {
    color: #383838;
    background: transparent;
}
.bottom-tabs-x > li.fgnp-current > a {
    position: relative;
    bottom: -1px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-bottom: 0 none;
    color: #383838;
    z-index: 1;
}
