/* 
  各環境判別用の枠線定義
  ※本番環境は全てコメントアウト
*/

/* 開発環境用 */
/* table.subwindow {
  border-color: blue !important;
  border-style: solid !important;
}
table.window {
  border-color: blue !important;
  border-style: solid !important;
}
.mainmenu {
  border-color: blue !important;
  border-style: solid !important;
  height: 907px;
  width: 1267px;
} */

/* 検証環境用 */
/* table.subwindow {
  border-color: red !important;
  border-style: solid !important;
}
table.window {
  border-color: red !important;
  border-style: solid !important;
}
.mainmenu {
  border-color: red !important;
  border-style: solid !important;
  height: 907px;
  width: 1267px;
} */

/* 準本番環境用 */
/* table.subwindow {
  border-color: yellow !important;
  border-style: solid !important;
}
table.window {
  border-color: yellow !important;
  border-style: solid !important;
}
.mainmenu {
  border-color: yellow !important;
  border-style: solid !important;
  height: 907px;
  width: 1267px;
} */
