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

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

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

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

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

/* タイトルプリロゴ部 */
#dowin-prelogo {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2%;
  width: 96%;
  height: 4.9%;
}

#dowin_prelogo_left {
  width: 8%;
  height: 100%;
  float: left;
}

#dowin_prelogo_right img {
  width: 75%;
  height: 100%;
  float: right;
  margin-top: 1%;
  margin-right: 5%;
}

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

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

#dowin_logo_main {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 99;
}

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

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

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

#dowin-type {
  width: 92%;
  height: 23%;
  display: inline-block;
  vertical-align: bottom;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #000000;
}

#type_button_frame_upper {
  margin-top: 1.2%;
  display: inline-block;
  vertical-align: bottom;
  width: 95%;
  height:42%;
}

#type_button_frame_lower {
  padding-top: 1.2%;
  display: inline-block;
  vertical-align: bottom;
  width: 95%;
  height:42%;
}

.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?20190629);
  opacity: 1.0;
}

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

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

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

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

#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?20190629);
}

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

#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: 92%;
  height: 20%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 3%;
  background-color: transparent;
  box-sizing: border-box;
}

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

#reset_left {
  margin-left: 5%;
  width: 19%;
  height: 100%;
  float: left;
}

#reset_right {
  margin-top: 2%;
  width: 70%;
  height: 80%;
  float: right;
}

#sokan-logo-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?20190629);
  color: transparent;
  border: none;
  border-radius: 0;
}

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

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

.result_left {
  color: #0000ff;
  margin-right: 1%;
}

.result_right {
  color: #ff0000;
}

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

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

#dowin-period-content {
  margin: 0;
  padding: 0;
  font-family: "ＭＳ ゴシック",sans-serif;
  background-image: url(../images/logo_images/back_euj.png?20190629);
  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%;
  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;
}
