@charset "UTF-8";

.modell-markedjs-plus-box {
  width: 100%;
  font-size: 16px;

  li {
    padding: 5px 0px;
  }

  a {
    color: #409EFF;
    text-decoration: underline;
  }

  a:hover {
    color: #93bbef;
  }

  .plus-heading {
    font-weight: bold;
    font-size: 20px;
  }

  .plus-img, .plus-table {
    >div {
      text-align: center;
      font-weight: bold;
      margin-top: 3px;
    }
  }

  .plus-img {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }

  .plus-img img, .plus-table table {
    max-width: 80%;
  }

  .plus-span-bold {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
  }

  table {
    border-collapse: collapse;
    padding: 0;
    width: 80%;
    margin: auto;

    tr {
      th {
        background: #C0C4CC;
      }
      th, td {
        padding: 10px;
        border:1px solid #909399;
      }
    }

    tr:nth-child(odd) {
      background: #DCDFE6;
    }
  }

  .obj-align__left {
    text-align: left;
  }

  .obj-align__center {
    text-align: center;
  }

  .obj-align__right {
    text-align: right;
  }

  .obj-align__justify {
    text-align: justify;
  }

  blockquote {
    background: #DCDFE6;
    padding: 0px 20px;
    border: 1px solid #C0C4CC;
  }
}
