/* Scss Document */
.link-pdf {
  display: flex;
  align-items: center; }
  .link-pdf:before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    background: url(../img/base/icon-linkpdf.svg) 3px center no-repeat;
    background-size: 22px 12px;
    min-width: 30px; }
  .link-pdf.disable:before {
    background-image: url(../img/base/icon-linkpdf-disable.svg); }

.link-eventpage {
  display: flex;
  align-items: center;
  overflow: hidden; }
  .link-eventpage:before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    background: url(../img/base/icon-eventpage.svg) 3px center no-repeat;
    background-size: 22px 12px;
    min-width: 30px; }
  .link-eventpage.disable:before {
    background-image: url(../img/base/icon-eventpage-disable.svg); }

.link-otherpage {
  display: flex;
  align-items: center;
  overflow: hidden; }
  .link-otherpage:before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    background: url(../img/base/icon-otherpage.svg) 3px center no-repeat;
    background-size: 22px 12px;
    min-width: 30px; }

.cs.box-section {
  border-color: #0071bc; }
  .cs.box-section .content-update {
    text-align: right;
    padding: 10px 10px 0 0; }
  .cs.box-section .data-list {
    width: 96%;
    margin: 30px auto; }
    .cs.box-section .data-list .log {
      margin-top: 100px; }
      .cs.box-section .data-list .log:first-child {
        margin-top: 0; }
      .cs.box-section .data-list .log p {
        margin: 0.5em 0 0;
        line-height: 1.6; }
      .cs.box-section .data-list .log .caption {
        font-size: 120%;
        border-top: 3px double #cccccc;
        border-bottom: 3px double #cccccc;
        padding: 0.75em 0.5em; }
        .cs.box-section .data-list .log .caption .txt {
          margin: 0;
          padding: 0;
          line-height: 1; }
      .cs.box-section .data-list .log .read {
        font-weight: bold;
        color: #990000; }
      .cs.box-section .data-list .log .text {
        padding: 1em; }
    .cs.box-section .data-list .link-pdf {
      margin: 0.5em 0 0 1.5em; }

/*# sourceMappingURL=cs.css.map */
