@charset "utf-8";

#visArea .inner:before {
  content: none;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .bold {
    font-weight: bold;
  }

  .caption_wrap {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
  }

  .caption_wrap::-webkit-scrollbar {
    height: 5px;
  }

  .caption_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
  }

  .caption_wrap::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  .caption_wrap1 {
    margin: 10px 10px;
    overflow: auto;
    white-space: nowrap;
  }

  .caption_wrap1::-webkit-scrollbar {
    height: 5px;
  }

  .caption_wrap1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
  }

  .caption_wrap1::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  .inyoumoto {
    font-size: 10px;
    text-align: center;
    margin: 0px;
  }

  .kakomi {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .kakomi p {
    margin: 0;
    padding: 0;
  }

  .inyoumoto02 {
    font-size: 10px;
    text-align: Left;
    margin: 0px !important;
  }

  .category p.inyoumoto02 a,
  .page p.inyoumoto02 a {
    word-break: break-all;
    color: #ee8c01;
    text-decoration: underline;
  }

  #pankuzu {
    white-space: inherit;
  }

}

.index table,
.category table,
.page table {
  margin: 2rem 0;
  border-collapse: collapse;
  width: 100%;
}

.index table,
.category table,
.page table,
.index table tr th,
.category table tr th,
.page table tr th,
.index table tr td,
.category table tr td,
.page table tr td {
  border: 1px solid #ccc;
}

.index table tr th,
.category table tr th,
.page table tr th,
.index table tr td,
.category table tr td,
.page table tr td {
  padding: 10px;
}

.index table tr th,
.category table tr th,
.page table tr th {
  background: #ee8c01;
  color: #fff;
  width: 20%;
}

.index table tr td iframe,
.category table tr td iframe,
.page table tr td iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin: 1rem 0 0;
}




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .bold {
    font-weight: bold;
  }

  .kakomi {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .kakomi p {
    margin: 0;
    padding: 0;
  }

  .index p.source a,
  .category p.source a,
  .page p.source a {
    word-break: break-all;
    color: #ee8c01;
    text-decoration: underline;
    font-size: 12px;
  }

  .index table tr td iframe,
  .category table tr td iframe,
  .page table tr td iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin: 1rem 0 0;
  }

  .caption_wrap {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
  }

  ul {
    display: inline-block;
  }

  .caption_wrap::-webkit-scrollbar {
    height: 2px;
  }

  .caption_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
  }

  .caption_wrap::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  .caption_wrap1 {
    margin: 10px 10px;
    overflow: auto;
    white-space: nowrap;
  }

  .caption_wrap1::-webkit-scrollbar {
    height: 2px;
  }

  .caption_wrap1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
  }

  .caption_wrap1::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  .inyoumoto {
    font-size: 10px;
    text-align: center;
    margin: 0px;
  }

  .inyoumoto02 {
    font-size: 10px;
    text-align: Left;
    margin: 0px !important;
  }

  .category p.inyoumoto02 a,
  .page p.inyoumoto02 a {
    word-break: break-all;
    color: #ee8c01;
    text-decoration: underline;
  }

}
