@charset "UTF-8";
html {
  height: 100%;
  font-family: "MS ゴシック", sans-serif;
}

body {
  /*

  */
  font-size: 15px;
  background-color: whitesmoke;
}

.outerBox {
  min-width: 700px;
  /*max-width: $MAX_WIDTH_PAGE;*/
  /*max-height:$MAX_HEIGHT_PAGE;*/
}

input {
  font-size: 15px;
}

select {
  font-size: 15px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  color: #000000;
  width: 100px;
  height: 30px;
  font-weight: bold;
  cursor: pointer;
}

table, td, th {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: darkgray;
  vertical-align: middle;
}

th {
  color: #FFFFFF;
  background-color: #2f61c0;
}

/*.classPage {
  @include funcBox($WIDTH_PAGE, $HEIGHT_PAGE, solid
    , none, $COLOR_PAGE);
  padding: 10px;
}

// タイトル
.classTitle{
	color: $COLOR_TITLE;
	font-size:20px;
}
// 注釈
.classNote{
	color:$COLOR_ERROR;
	@include funcBox(500px,100px, solid, none, white);
}
// エラーメッセージ
.classErrorMessage{
	color:$COLOR_ERROR;
}
*/
.no_line {
  border-style: none;
}

.no_wrap {
  white-space: nowrap;
}

/* Spanタグ等の改行用 */
.br {
  display: block;
}

#id_box_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 42px;
  background-color: #555555;
  color: #FFFFFF;
}
#id_box_header .name {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: double 10px;
  padding-left: 5px;
  padding-top: 5px;
}
#id_box_header .note {
  position: absolute;
  top: 7px;
  left: 200px;
}
#id_box_header .processState {
    position: absolute;
    right: 360px;
    top: 12px;
    font-size:18px;
      height: 60px;
      font-weight: bold;
    color: #f35626;
    -webkit-animation: hue 6s infinite linear;}
  @-webkit-keyframes hue {
    from {
        color: #f13f09;
    }
    to {
        color: #e4de19;
    }
 }
#id_box_header .version, #id_box_header .dateTime {
  position: absolute;
  text-decoration: underline;
  right: 30px;
}
#id_box_header .version {
  top: 2px;
}
#id_box_header .dateTime {
  top: 20px;
}

#id_form_main {
  position: absolute;
  top: 42px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 6px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
}

#waitingDialogIncludeButton, #waitingDialogWithoutButton {
  position: fixed;
  width: 360px;
  height: 160px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 2px solid #aaa;
  background-color: #f0f8ff;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
#waitingDialogIncludeButton #dialogBox, #waitingDialogWithoutButton #dialogBox {
  position: absolute;
  height: 150px;
  width: 350px;
  background-color: #FAFDFF;
  padding: 0px;
  margin: 5px;
}

#waitingDialogIncludeButton #dialogBox p {
  margin-top: 5px;
}
#waitingDialogIncludeButton #dialogBox #progressText {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#waitingDialogIncludeButton #dialogBox #progressText p {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 15px;
}
#waitingDialogIncludeButton #dialogBox #id_btn_cancel {
  margin-top: 10px;
  margin-bottom: 10px;
}

#waitingDialogWithoutButton #dialogBox p {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 15px;
}
#waitingDialogWithoutButton #dialogBox #id_btn_getcancel {
  margin-top: 10px;
  margin-bottom: 10px;
}
#waitingDialogWithoutButton #dialogBox #waitingTextWithoutButton {
  margin-top: 10px;
  margin-bottom: 10px;
}

#dataDownloadgDialog #dialogBox p {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 15px;
}

#waitingDialogOverlay,
#loginDialogOverlay {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* input */
input[type=button], input[type=checkbox] {
  cursor: pointer;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.input_4byte {
  width: 60px;
}

.input_2byte {
  width: 38px;
}

.input_2byte_select {
  width: 45px;
}

.input_long {
  width: 200px;
}

.input_ipaddress {
  width: 150px;
}

.input_default {
  /*float: left;*/
  width: 80px;
}

/*----------------------------------------------------*/
/* 検索エリア */
/*----------------------------------------------------*/
.search_area {
  height: 100px;
}

.search_menu_visible {
  float: left;
}

.search_meter_area {
  padding: 0 5px 3px 3px;
}

fieldset {
  border-color: #c0c0c0;
}

fieldset legend {
  padding: 0 5px;
}

/*----------------------------------------------------*/
/* ボタン */
/*----------------------------------------------------*/
/* */
#id_read_file {
  display: none;
}

/* CSVボタン右寄せ */
.btn_float_right {
  float: right;
}

/* CSV読み込みボタン */
input#id_btn_csv_read {
  visibility: hidden;
  margin-right: 10px;
}

#id_read_order {
  display: none;
}

/* CSVダウンロードボタン */
input#id_btn_csv_download {
  margin-right: 10px;
}

/* === フィルタボタン ============================ */
.th_menu_button {
  position: relative;
}

.btn_th_menu {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #eee;
  border: 1px solid #777;
  margin: 1px 3px 0px 3px;
  padding: 2px;
  cursor: pointer;
  vertical-align: middle;
}

/* === フィルタボタン（カーソルオーバー時）======= */
.btn_th_menu:hover {
  background: #FFD700;
}

/* === フィルタボタン内の画像色（SVG）============ */
.btn_th_menu {
  fill: none;
  stroke: #777;
}

/* === フィルタリスト ============================ */
.filterMenu, .col_menu {
  display: inline-block;
  position: absolute;
  max-width: 300px;
  min-width: 140px;
  background: #fff;
  border: 1px solid #777;
  top: 15px;
  left: 0;
  line-height: 1.1;
  font-weight: normal;
  z-index: 100;
}

/* === フィルタリスト内のform ==================== */
.filterList {
  max-height: 150px;
  /* 縦幅 */
  overflow: scroll;
  overflow: overflow-y;
  overflow: auto;
}

.col_item {
  max-height: 360px;
  /* 縦幅 */
  overflow: none;
}

/* === フィルタリスト内のチェックボックス ======== */
.filterItem {
  text-align: left;
  padding: 2px;
}

/* === フィルタリスト内の文字位置合わせ ========== */
.filterItem label {
  padding: 0 10px 0 3px;
}

/* === OK/CANCELボタン =========================== */
.filterButton {
  text-align: center;
  font-size: 8pt;
  padding: 3px 5px;
}

.filterButton input {
  display: inline-block;
  margin: 0 5px;
}

/* === 含むボタンの入力エリア ==================== */
.filterString {
  padding: 5px 3px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.filterString input {
  box-sizing: border-box;
  width: 100%;
  padding: 1px 3px;
  font-weight: normal;
  font-size: 95%;
  border: 1px solid #ccc;
}

body {
  background-color: #dcffff;
}

#idFormTop {
  /*
  	.outerBox{
  		width: 100%;
  		height: 99%;
  	}
  */
}
#idFormTop .innerBox {
  width: 800px;
  height: 600px;
  border-style: solid;
  overflow: auto;
  border-width: 1px;
  border-color: black;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/title.jpg");
}

#toptitle {
  margin-top: 50px;
  margin-left: 50px;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  text-shadow: 2px 2px 5px white, -2px 2px 5px white, 2px -2px 5px white, -2px -2px 5px white;
}

input[name="nameText"]{
  width: 650px;
  border-style: solid;
  overflow: none;
  border-width: 1px;
  border-color: black;
  background-color: white;
  margin-top: 100px;
  margin-left: 70px;
  font-size: 30px;
  text-align: center;
  padding: 5px;
}

#buttonInfomation {
  width: 200px;
  height: 80px;
  font-size: 30px;
  position: absolute;
  bottom: 100px;
  left: 200px;
}

#buttonControl {
  width: 150px;
  height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 100px;
  left: 600px;
}

/*-----------------------------------------*/
/* ログイン */
/*-----------------------------------------*/
.formOuter {
  height: 150px;
  margin: 3px;
  padding: 1px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.formOuter form {
  margin-top: 30px;
}

.form-group {
  width: 330px;
  height: 23px;
  margin-bottom: 15px;
}

btn-area {
  width: 100%;
}

.login-item-label {
  width: 110px;
  float: left;
  margin-left: 5px;
  color: #555555;
}

.login-item-input {
  width: 200px;
  float: left;
}

.login-item-input input[type=text],
.login-item-input input[type=password] {
  width: 200px;
}

.btn-login {
  color: #fff;
  background-color: #2f61c0;
  border-color: #4cae4c;
}

.btn-cancel {
  color: #555555;
  border-color: #4cae4c;
}

.btn {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#errMsg {
  margin-top: 10px;
  color: red;
}

/*# sourceMappingURL=top.css.map */
