.common-wrapper {
  background-size: cover;
}

.common-wrapper .common-box {
  width: 100%;
  min-height: 900px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

.common-wrapper .common-box.h1050 {
  min-height: 1050px;
}

.common-wrapper .common-box .common-container {
  display: block;
  width: 80%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 4px;
  margin: 40px auto;
  position: relative;
}

.common-wrapper .common-box .common-container.interviewTitle {
  background: initial;
}

.common-wrapper .common-box .text {
  display: block;
  position: relative;
  color: white;
  margin-bottom: 2%;
  width: 95%;
  padding: 2% 2% 2%;
}

.common-wrapper .common-box .text.non-text {
  padding: 0;
}

.common-wrapper .imagebox {
  position: absolute;
  top: 57%;
  left: 18vw;
}

.common-wrapper .imagebox img {
  width: 400px;
}

.common-wrapper .image:only-child {
  width: 70%;
}

.president {
  width: auto;
  margin: 0 30%;
}

/*----------template------------*/
.common-wrapper section {
  margin: 0px auto;
  padding-bottom: 20px;
}

.title {
  width: 100%;
  position: relative;
  margin: 20px 0 10px;
  z-index: 100;
}

.title p {
  color: #1e0001;
  text-shadow: 1px 1px 0.5px white,-1px 1px 0.5px white,1px -1px 0.5px white,-1px -1px 0.5px white,0 0 6px white;
  text-align: center;
  font-size: 2em;
}

.title img {
  display: block;
  width: auto;
  margin: auto;
}

.manual-wrapper {
  width: 100%;
  position: relative;
  margin: auto;
  display: block;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.6);
}

.manual-wrapper .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.manual-wrapper .text .annotation {
  font-size: 0.6em;
  text-decoration: none;
}

.manual-wrapper .text.enq a {
  color: #00ffff;
  text-decoration: underline;
  word-wrap: break-word;
}

.manual-wrapper .text.enq a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #00aaaa;
}

.manual-wrapper .text.contact a {
  color: #00ffff;
  text-decoration: underline;
  word-wrap: break-word;
}

.manual-wrapper .text.contact a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #00aaaa;
}

.manual-container {
  margin: 0px auto;
  padding-bottom: 20px;
}

.submenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

.submenu-btn {
  display: block;
  position: relative;
  text-align: center;
  width: 30%;
  margin: 10px auto;
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.submenu-btn:hover {
  background-color: #bbb;
}

.submenu-btn.active {
  pointer-events: none;
  background-color: #bbb;
}

.submenu-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: black;
}

.caption {
  position: relative;
  width: 100%;
  margin: auto auto;
  font-size: 1.4em;
  background: black;
  color: white;
  font-size: 2em;
  padding: 10px 0;
  text-align: center;
}

.subcaption {
  color: white;
  font-size: 1.5em;
  margin: 20px 0px 20px 40px;
  padding-left: 0.5em;
  border-bottom: solid 3px white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
}

.subsubcaption {
  color: white;
  position: relative;
  font-size: 1.2em;
  margin: 20px 0px 20px 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subsubcaption p {
  display: inline;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 3% auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-wrapper.title {
  margin: 0;
}

.image-wrapper .image-container {
  width: 48%;
  margin: 1%;
  margin: 0 auto;
  position: relative;
}

.image-wrapper .image-container-title {
  width: 60%;
  margin: 0 20%;
}

.image-wrapper .image-container-title img {
  width: 100%;
}

.image-wrapper .image-container-qr {
  width: 16%;
  margin: 0 42%;
}

.image-wrapper .image-container-qr img {
  width: 100%;
}

.image-wrapper .image-container:only-child {
  width: 70%;
}

.image-wrapper .image-container.character {
  width: 90%;
}

.image-wrapper .image-container img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  width: 96%;
  margin: auto;
  margin-bottom: 20px;
}

table thead {
  background: #63b0ff;
  color: #fff;
}

table thead tr th {
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table thead tr td {
  border: solid 1px #000;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tbody {
  background: #63b0ff;
  color: #fff;
}

table tbody tr th {
  width: 30%;
  border: solid 1px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tbody tr td {
  border: solid 1px black;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 1px;
  color: #000;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tbody tr td a {
  color: #00aaaa;
}

table tbody tr td a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #00dddd;
}

table tbody.nothead tr:not(:last-child) th {
  border-bottom: 1px solid white;
}

table tbody.isthead {
  color: #000;
  background: #eee;
}

table tbody.isthead tr th {
  border: solid 1px black;
}

table tbody.isthead tr td {
  border: solid 1px black;
}

table tbody.sort {
  background-color: rgba(0, 0, 0, 0);
}

table tbody.sort tr th {
  width: 25%;
  color: white;
  border: initial;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0);
}

table tbody.sort tr td {
  color: white;
  border: initial;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.character-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.character-wrapper .content-left {
  display: block;
  position: relative;
  width: 60%;
}

.character-wrapper .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40%;
}

.character-wrapper .content-column {
  display: block;
  position: relative;
  width: 100%;
}

.character-wrapper img {
  max-width: 100%;
  margin: auto;
}

.page-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-send .next {
  display: block;
  position: relative;
  width: 20%;
  margin: auto;
  margin-right: 2%;
  text-align: right;
}

.page-send .next a {
  display: inline-block;
  font-size: 1.3em;
  text-decoration: none;
  color: white;
}

.page-send .next a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.7;
}

.page-send .next img {
  width: 10%;
}

.page-send .return {
  display: block;
  position: relative;
  width: 20%;
  margin: auto;
  margin-left: 2%;
  text-align: left;
}

.page-send .return a {
  display: inline-block;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.page-send .return a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.7;
}

.page-send .return img {
  width: 10%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.bg {
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

ul.disc {
  padding-left: 2em;
  width: 90%;
}

ul.disc li {
  list-style-type: disc;
}

ul.disc li a {
  color: #fff;
}

ul.disc li a:hover {
  color: #aaa;
}

ul.decimal {
  padding-left: 2em;
  width: 90%;
}

ul.decimal li span {
  position: absolute;
  left: 1em;
}

ul.decimal li a {
  color: #fff;
}

ul.decimal li a:hover {
  color: #aaa;
}

ol.number {
  padding-left: 2em;
  width: 90%;
}

ol.number li {
  list-style: decimal;
}
