@charset "UTF-8";
section.nisshocup {
  display: block;
  padding: 10px;
  width: 100%;
}

section.nisshocup * {
  color: white;
}

section.nisshocup > div.body {
  display: block;
  margin: 0 auto 64px auto;
  width: 100%;
}

section.nisshocup > div.body > h3.banner {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 100%;
}

section.nisshocup > div.body > h3.banner > img {
  width: 100%;
}

section.nisshocup > div.body > h4 {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 4.8vw;
  margin-bottom: 16px;
  margin-top: 64px;
  padding-bottom: 8px;
}

section.nisshocup > div.body > p {
  font-size: 3.73333vw;
  line-height: 150%;
}

section.nisshocup > div.body > strong {
  font-size: 3.73333vw;
}

section.nisshocup > div.body > p > img {
  display: inline-block;
  float: right;
  height: 120px;
  width: 120px;
}

section.nisshocup > div.body > table {
  /* width: 100%; */
}

section.nisshocup > div.body > table th,
section.nisshocup > div.body > table td {
  line-height: 150%;
  padding: 8px;
}

section.nisshocup > div.body > table th {
  font-weight: normal;
  text-align: left;
  /*white-space: nowrap;*/
}

section.nisshocup > div.body > table.shidai th,
section.nisshocup > div.body > table.yakuin th,
section.nisshocup > div.body > table.yakuin td,
section.nisshocup > div.body > table.dantai th,
section.nisshocup > div.body > table.dantai td,
section.nisshocup > div.body > table.information th,
section.nisshocup > div.body > table.information td {
  font-size: 3.73333vw;
}

section.nisshocup > div.body > table.shidai td {
  font-size: 2.93333vw;
}

section.nisshocup > div.body > table.shidai th,
section.nisshocup > div.body > table.yakuin th,
section.nisshocup > div.body > table.information th {
  white-space: nowrap;
}

section.nisshocup > div.body > table.shidai th {
  padding-right: 16px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

section.nisshocup > div.body > table thead th {
  font-size: 90%;
}

/*section.nisshocup > div.body > table.shidai th::after {
				content: "/";
				display: block;
				position: absolute;
				right: 0px;
				top: 8px;
			}*/
section.nisshocup > div.body > table td > aside {
  display: block;
  font-size: 80%;
}

section.nisshocup > div.body > table td > aside::before {
  content: "（";
}

section.nisshocup > div.body > table td > aside::after {
  content: "）";
}

section.nisshocup > div.body > table.result2,
section.nisshocup > div.body > table.result {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 100%;
}

section.nisshocup > div.body > table.result2 th,
section.nisshocup > div.body > table.result th {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 2.13333vw;
}

section.nisshocup > div.body > table.result2 td,
section.nisshocup > div.body > table.result td {
  font-size: 2.13333vw;
}

section.nisshocup > div.body > table.result2 td:last-of-type,
section.nisshocup > div.body > table.result td:last-of-type,
section.nisshocup > div.body > table.result2 th,
section.nisshocup > div.body > table.result th {
  text-align: center;
}

section.nisshocup > div.body > table.result2 th,
section.nisshocup > div.body > table.result2 td,
section.nisshocup > div.body > table.result th,
section.nisshocup > div.body > table.result td {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2px 4px;
}

section.nisshocup > div.body > table.result2 tbody td:nth-of-type(2),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(3),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(4),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(5),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(6),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(7),
section.nisshocup > div.body > table.result2 tbody td:nth-of-type(8),
section.nisshocup > div.body > table.result tbody td:nth-of-type(4),
section.nisshocup > div.body > table.result tbody td:nth-of-type(5),
section.nisshocup > div.body > table.result tbody td:nth-of-type(6),
section.nisshocup > div.body > table.result tbody td:nth-of-type(7),
section.nisshocup > div.body > table.result tbody td:nth-of-type(8),
section.nisshocup > div.body > table.result tbody td:nth-of-type(9) {
  text-align: right;
}

section.nisshocup > div.body > ul.chuui > li {
  font-size: 3.2vw;
  line-height: 150%;
  padding-left: 4.26667vw;
  position: relative;
}

section.nisshocup > div.body > ul.chuui > li::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

section.nisshocup > div.body > ul.chuui > li:nth-of-type(n+2) {
  margin-top: 8px;
}

section.nisshocup > div.body > div.gallery > img {
  float: left;
  width: calc((100% - 8px * 3) / 4);
}

section.nisshocup > div.body > div.gallery > img:nth-of-type(4n+2),
section.nisshocup > div.body > div.gallery > img:nth-of-type(4n+3),
section.nisshocup > div.body > div.gallery > img:nth-of-type(4n+4) {
  margin-left: 8px;
}

section.nisshocup > div.body > div.gallery > img:nth-of-type(n+5) {
  margin-top: 8px;
}

.nissho_list {
  display: block;
  margin: 0 auto;
  padding-top: 17.5px;
  width: 100%;
}

.nissho_list a {
  display: block;
}

.nissho_list li {
  display: block;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
}

.nissho_list li:last-child {
  margin-bottom: 35px;
}

.nissho_list h3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #333333), color-stop(75%, rgba(153, 153, 153, 0.75)), color-stop(97.5%, transparent), to(transparent));
  background: linear-gradient(to right, #333333 10%, rgba(153, 153, 153, 0.75) 75%, transparent 97.5%, transparent);
  color: aliceblue;
  font-family: Yu Mincho,YuMincho,游明朝,arial black,Hiragino Mincho ProN,HGS明朝E,serif;
  padding: 5px;
  text-shadow: 0.1px 0.1px 5px black;
}

.nissho_list img {
  width: 100%;
}
