* {
  font-size: 12px;
}

.note-wrapper {
  background-color: #e0e0e0;
  padding: 20px;
}

.note-wrapper ul {
  margin: 0;
}

.ex {
  padding-left: 3em;
  text-indent: -3em;
}

.annotation {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* キャプチャー */
div.capture {
  width: 100%;
  max-width: 320px;
  border: 2px #e6e6e6 solid;
}

div.capture img {
  width: 100%;
}

/* キャプチャー（横並び：左） */
div.capture_left {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
  border: 2px #e6e6e6 solid;
}

div.capture_left img {
  width: 100%;
}

/* キャプチャー（横並び：右） */
div.capture_right {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border: 2px #e6e6e6 solid;
}

div.capture_right img {
  width: 100%;
}

div.capture_pc {
    width: 100%;
    max-width: 660px;
    border: 2px #e6e6e6 solid;
    display: block;
}

div.capture_pc img {
  width: 100%;
}

div.capture_sp {
    width: 100%;
    max-width: 360px;
    border: 2px #e6e6e6 solid;
    display: none;
}

div.capture_sp img {
  width: 100%;
}

#list {
  width: 100%;
}

.list-box {
  width: 95%;
  margin-left: 5%;
}

table {
  color: #fff;
  box-sizing: border-box;
  width: 650px;
  table-layout: fixed;
}

thead, tbody {
  display: block;
}

tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 220px;
  color: #000;
}

thead {
  background-color: #666;
}

td:first-child {
  text-align: left;
}

th:first-child,
td:first-child {
  width: 232px;
}

th,
td {
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
  width: 100px;
}

h1 {
    margin: 10px 0;
    padding: 5px 8.5px 5px;
    border-radius: 5px;
    background: #7f7f7f;
    color: #fff;
}

#table-contents {
	background: #fff;
	border: 1px solid #B0C4DE;
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%;
}

#table-contents p {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#camp_txt {
	  text-align: left;
	}
}

@media screen and (max-width: 720px) {
  .list-box {
    margin-left: 5%;
  }

  table {
    width: 450px;
  }

  th:first-child,
  td:first-child {
    width: 200px;
  }

  th,
  td {
    width: 58px;
  }

  div.capture_pc {
    display: none;
  }

  div.capture_sp {
	display: block;
  }
}
@media screen and (max-width: 500px) {
  .list-box {
    width: 100%;
    margin-left: 0;
  }

  table {
    width: 380px;
  }

  th:first-child,
  td:first-child {
    width: 200px;
  }

  th,
  td {
    width: 38px;
  }
}
@media screen and (max-width: 400px) {
  table {
    width: 270px;
  }

  th:first-child,
  td:first-child {
    width: 100px;
  }

  th,
  td {
    width: 38px;
  }
}
