@charset "utf-8";
#box_design {
  border-style: solid ridge ridge solid;
  border-color: white orange orange white;
  border-width: 0.1em 0.5em 0.5em 0.1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
a:link {
  color: #03c;
}
a:visited {
  color: #03c;
}
a:hover,
a:active {
  coloir: #2c5ef4;
  text-decoration: none;
}
div.p {
  margin-bottom: 1vw;
  display: block;
}
div.l {
  display: block;
}
div.left {
  text-align: left;
}
div.right {
  text-align: right;
}
div.center {
  text-align: center;
}
div.note {
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.note {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 640px) {
  div.note {
    font-size: 3vw;
  }
}
div.caption {
  padding: 0 0.5em;
}
div.wrapper {
  width: 100%;
  color: black;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background-image: url("/common/img-event/researchcup2017/img/bg.jpg");
  background-size: contain;
  background-color: #000D6F;
  line-height: 1.6;
  text-align: center;
  display: block;
  border: solid 1px black;
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper {
    font-size: 4vw;
  }
}
div.wrapper div.header {
  display: block;
  margin-bottom: 1.5em;
}
div.wrapper div.header img {
  margin: 5%;
  width: 90%;
  box-shadow: 0em 0em 1em 1em rgba(213, 200, 0, 0.8);
}
div.wrapper div.theme {
  text-align: left;
  background-color: white;
  display: block;
  padding: 1em;
  margin-bottom: 1.5em;
  font-weight: bold;
  margin-left: 2em;
  margin-right: 2em;
  box-shadow: 0em 0em 1em 1em white;
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.wrapper div.theme {
    font-size: 18px;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper div.theme {
    font-size: 4.5vw;
  }
}
div.wrapper div.detail {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}
div.wrapper div.detail table {
  border-collapse: separate;
  border-spacing: 0.5em;
  width: 100%;
}
div.wrapper div.detail table tbody tr th {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  border-radius: 1em 0 0 0;
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.wrapper div.detail table tbody tr th {
    font-size: 18px;
    width: 15%;
    border-style: solid ridge ridge solid;
    border-color: white orange orange white;
    border-width: 0.1em 0.5em 0.5em 0.1em;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper div.detail table tbody tr th {
    font-size: 4vw;
    width: 100%;
    display: block;
    border-style: solid ridge ridge solid;
    border-color: white orange gray white;
    border-width: 0.1em 0.5em 0.1em 0.1em;
  }
}
div.wrapper div.detail table tbody tr td {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  padding: 1em;
  border-style: solid ridge ridge solid;
  border-color: white orange orange white;
  border-width: 0.1em 0.5em 0.5em 0.1em;
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.wrapper div.detail table tbody tr td {
    width: 80%;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper div.detail table tbody tr td {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
}
div.wrapper div.detail table tbody tr td dl {
  margin-bottom: 0.3em;
}
div.wrapper div.detail table tbody tr td dl dt {
  font-weight: bold;
  border-bottom: 0.2em;
  border-color: cyan;
  border-style: none none none solid;
  padding-left: 0.3em;
}
div.wrapper div.detail table tbody tr td dl dd {
  padding-left: 1em;
}
div.wrapper div.report {
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1.5em;
  text-align: left;
  display: block;
  padding: 1em;
  border-radius: 1em 0 0 0;
  border-style: solid ridge ridge solid;
  border-color: white orange orange white;
  border-width: 0.1em 0.5em 0.5em 0.1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
div.wrapper div.report h3 {
  /* PC */
  /* smartPhone */
  display: block;
  padding: 0.5em 1em 0em 1em;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  border-bottom: dotted #090 0.2em;
  border-radius: 1em 0 0 0;
  font-weight: bold;
}
@media screen and (min-device-width: 641px) {
  div.wrapper div.report h3 {
    font-size: 18px;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper div.report h3 {
    font-size: 4.5vw;
  }
}
div.wrapper div.report div.table {
  width: 100%;
  display: table;
  margin: 0px 0px 10px 0px;
  table-layout: fixed;
}
div.wrapper div.report div.table div.cell {
  margin: 0.5em 0.5em 0px 0px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  /* PC */
  /* smartPhone */
}
@media screen and (min-device-width: 641px) {
  div.wrapper div.report div.table div.cell {
    display: table-cell;
  }
}
@media only screen and (max-device-width: 640px) {
  div.wrapper div.report div.table div.cell {
    display: block;
  }
}
div.wrapper div.report div.table div.cell img {
  max-width: 100%;
  text-align: center;
}
div.wrapper div.organize {
  margin: 10px 0px 0px 0px;
  diaplay: block;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9);
  margin-bottom: 1.5em;
  border-style: solid ridge ridge solid;
  border-color: white orange orange white;
  border-width: 0.1em 0.5em 0.5em 0.1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
div.wrapper div.organize img {
  max-width: 100%;
}
