/******************************************************************************************************/
/*
/* Webアプリ THE REAL
/*
/* style.css: ( Latest Version 1.00 2018.08.21 )
/*
/* このプログラムの著作権、使用権、その他全ての権利はPLANET HOMEに属します。
/* The copyright, royalty and all the other rights of this program belong to PLANET HOME.
/*
/* File Version 履歴
/* File Version 1.00 2018.08.21: first edition by Kotaro Kashiwa.
/*
/******************************************************************************************************/

/* 基底部 */
html,
body {
  height: 100%;
}

body {
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
}

#real-frame-outer {
  width: 100%;
  height: 100%;
  padding-top: 1%;
  text-align: center;
}

#real-frame-inner {
  width: 99%;
  height: 96%;
  margin-left: 0.5%;
  text-align: center;
  border: 3px solid #ffff00;
  box-sizing: border-box;
}

/* タイトルロゴ部 */
#real-logo {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2%;
  width: 96%;
  height: 13%;
}

#setting_disp {
  margin-top: 3%;
  width: 100%;
  height: 80%;
  float: left;
}

#setting_version {
  width: 25%;
  float: left;
  margin-left: 2.5%;
}

#setting_key {
  width: 25%;
  float: left;
  margin-left: 10%;
}

#setting_userid {
  width: 25%;
  float: left;
  margin-left: 10%;
}


/* ロゴ部 */
#real_logo_main {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 99;
}

#real-logo-img {
  width: 100%;
  height: 80%;
}


/* データ部(UP) */
#real-up-form {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 25%;
  margin-top: 0%;
  text-align: center;
}

#real-up-left img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-up-mid img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-up-right img {
  float: right;
  margin-right: 2.5%;
  width: 30%;
}


/* データ部(NAME) */
#real-name-form {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 20%;
  margin-top: 0.5%;
  text-align: center;
}

#real-name-left img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-name-mid img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-name-right img {
  float: right;
  margin-right: 2.5%;
  width: 30%;
}


/* データ部(DOWN) */
#real-down-form {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 25%;
  margin-top: 1.2%;
  text-align: center;
}

#real-down-left img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-down-mid img {
  float: left;
  margin-left: 2.5%;
  width: 30%;
}

#real-down-right img {
  float: right;
  margin-right: 2.5%;
  width: 30%;
}


/* 期限バック画像部 */
#back-logo {
  display: inline-block;
  vertical-align: bottom;
  width: 96%;
  height: 10.5%;
  margin-top: 1%;
  color: #ffffff;
}

#back-logo a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#real-period-content {
  margin: 0;
  padding: 0;
  font-family: "ＭＳ ゴシック",sans-serif;
  background-image: url(../images/logo_images/euj_back.png);
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: normal;
  margin-top: 2%;
  padding-top: 2%;
  font-size: 19px;
  font-size: 4vw;
}

/* 警告表示部 */
#sideways-warning {
  display: none;
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  background-color: #000000;
  color: #ffff00;
  z-index: 100;
  text-align: center;
  vertical-align: meddle;
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em;
}
