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

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

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

#very-frame {
  height: 100%;
  text-align: center;
}

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

#very_logo_left {
  width: 15%;
  height: 100%;
  float: left;
}

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

#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%;
}

#very_logo_right {
  width: 80%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 99;
}

#setting-img {
  width: 100%;
  height: 100%;
}

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

/* タイプ選択部 */
#very-form {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 66%;
  margin-top: 2%;
  text-align: center;
}

#very-type {
  width: 96%;
  height: 30%;
  display: inline-block;
  vertical-align: bottom;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 2.5% 0 1%;
  border: 2px solid #000000;
}

#type_button_frame_upper {
  display: inline-block;
  width: 95%;
  height:45%;
}

#type_button_frame_lower {
  margin-top: 1%;
  display: inline-block;
  width: 95%;
  height:45%;
}

.type_button_left {
  width: 48%;
  height:100%;
  float: left;
}

.type_button_right {
  width: 48%;
  height:100%;
  float: right;
}

#euj-button,
#egu-button,
#auj-button,
#cuj-button {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 0;
  opacity: 0.3;
}

#euj-button {
  background-image: url(../images/type_images/euj_type.png);
  opacity: 1.0;
}

#egu-button {
  background-image: url(../images/type_images/egu_type.png);
}

#auj-button {
  background-image: url(../images/type_images/auj_type.png);
}

#cuj-button {
  background-image: url(../images/type_images/cuj_type.png);
}

/* データインプット部 */
#data-input {
  width: 96%;
  height: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2%;
  background-color: #000000;
  box-sizing: border-box;
  padding: 2% 0 0;
  border: 2px solid #E8B100;
}

#row1_input_frame {
  display: inline-block;
  width: 95%;
  height: 30%;
}

#row2_input_frame {
  display: inline-block;
  width: 95%;
  height: 30%;
}

#row3_input_frame {
  display: inline-block;
  width: 95%;
  height: 30%;
}

.input_button_left {
  width: 48%;
  height: 100%;
  float: left;
}

.input_button_cent {
  width: 26%;
  height: 100%;
  float: left;
}

.input_button_right {
  width: 26%;
  height: 100%;
  float: left;
}

#row1-img,
#row2-img,
#row3-img {
  width: 100%;
  height: 100%;
}

#row1-left-button,
#row2-left-button,
#row3-left-button {
  background-image: url(../images/input_images/up_off.png);
}

#row1-right-button,
#row2-right-button,
#row3-right-button {
  background-image: url(../images/input_images/dn_off.png);
}

#row1-left-button,
#row2-left-button,
#row3-left-button,
#row1-right-button,
#row2-right-button,
#row3-right-button {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 0;
}

/* データリセット部 */
#data-reset {
  width: 96%;
  height: 14%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2%;
  background-color: transparent;
  box-sizing: border-box;
}

#reset_frame {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#reset_left {
  width: 48%;
  height: 100%;
  float: left;
}

#reset_right {
  width: 48%;
  height: 100%;
  float: right;
}

#reset-good-img {
  width: 100%;
  height: 100%;
  float: right;
}

#reset-button {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/logo_images/reset_button.png);
  color: transparent;
  border: none;
  border-radius: 0;
}

/* 結果表示部 */
#very-disp {
  width: 96%;
  height: 10%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 1% 0 0;
  border: 2px solid #01C801;
}

#very-disp-text {
  display: block;
  font-family: "ＭＳ ゴシック",sans-serif;
  height: 100%;
  line-height: 100%;
  margin-top: 2.5%;
  padding: 0;
  font-size: 20px;
  font-size: 7vw;
}

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

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

#very-period-content {
  margin: 0;
  padding: 0;
  font-family: "ＭＳ ゴシック",sans-serif;
  background-image: url(../images/logo_images/back_euj.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;
  padding-top: 2%;
  font-size: 19px;
  font-size: 5vw;
}

/* 警告表示部 */
#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;
}
