/* テキストマイニング */

/* ----- Common ----- */
h5{
    margin-top:1px;
}

svg {
  user-select: none;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.btn-line {
  display: inline-block;
  padding: 0.3em 1em;

  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #0091d4;
  background: #ffffff;
  border: solid 2px #0091d4;
  border-radius: 30px;
  opacity: 0.9;
  cursor: pointer;
  user-select: none;

  outline:none;
}

.btn-fill {
  display: inline-block;
  padding: 0.5em 2em;

  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #0091d4;
  border-radius: 30px;
  opacity: 0.9;
  cursor: pointer;
  user-select: none;

  outline:none;
}

.type-badge {
  display: inline-block;
  width: 5em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  background: #333;
}

/* ----- Page 1 ----- */
.novel {
  width: 90vw;
  height: 60vh;
  writing-mode: vertical-rl;
  line-height: 2;
  overflow: auto;
}

.IE_Novel_Only{
  position:relative;
  transform:translate(-50%, 0%);
  left:50%;
  -ms-writing-mode: tb-rl;
}

@media screen and (max-width: 480px) {
  .novel {
    width: 80vw;
    height: 50vh;
  }
}

/* ----- Page 2 ----- */
#countwords {
  width: 80vw;
  height: 80vh;
  overflow: auto;
}

@media screen and (max-width: 480px) {
  #countwords {
    width: 100vw;
    height: 62vh;
  }
}

/* ----- Page 3 ----- */

.list-group {
  width: 18rem;
}

.word-list {
  height: 70vh;
  overflow: auto;
}
@media screen and (max-width: 1300px) {
  .list-group {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .list-group {
    width: 45vw;
  }
  .word-list {
    height: 35vh;
  }
}
.list-group-item {
  padding: 0.68rem;
  border-left: none;
  border-right: none;
  margin-bottom: -1px !important;
  border-radius: 0 !important;
}

#word-area > * {
  width: 100%;
  height: 786px;
  overflow-y: auto;
}

/* ----- Page 4 ----- */
.p3-graph {
  border: solid 1px #0091d4;
  border-radius: 10px;
}

#bunrui-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
