.menu_a {
  text-decoration: none;
  color:black;
  cursor: pointer;
  word-wrap: break-word;
}

.top_page {
  display: grid;
  grid-template-rows:50px 30px auto;
  height:100vh;
  border-style: solid;
  border-width: 1px;
  border-color:#0000FF;
  vertical-align:bottom;
/*  -ms-grid-rows:50px 30px auto;*/

}
.top_header {
  grid-column: 1 / 3;
  background: linear-gradient(-90deg, #FFFFFF, #0000FF);
  position:relative;
/*  -ms-grid-column:1;
  -ms-grid-column-span:2;*/
}

.container {
  display: grid;
  grid-template-rows:50px 30px auto;
  grid-template-columns: 250px auto;
  height:100vh;
/*
  border-style: solid;
  border-width: 1px;
  border-color:#0000FF;
*/
  vertical-align:bottom;
  display:-ms-grid;
  -ms-grid-rows:50px 30px 1fr;
  -ms-grid-columns: 250px 1fr;
}

.header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  background: linear-gradient(-90deg,rgb(73, 73, 73), #000000);
  position:relative;
  -ms-grid-column:1;
  -ms-grid-column-span: 2;
  -ms-grid-row:1;

}

.line {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;

  background: #444444;
  border-top-style:solid;
  border-bottom-style:solid;
  border-width: 1px;
  border-color:rgb(255, 0, 0);
  color:rgba(255, 255, 255, 0.9);
  font-size:12px;
  padding-left: 15px;
  position:relative;
}

.right_size {
  position:absolute;
  bottom:0px;
  right:10px;
  color:rgba(255,255,255.9);
  font-size:12px;
}

.product_name{
  position: fixed;
  top: 0;
  right: 550px;
  padding: 0;
  color:#eeeeee;
  font-size:10pt;
}
.mac_addr{
  position: fixed;
  top: 0;
  right: 300px;
  padding: 0;
  color:#eeeeee;
  font-size:10pt;
}
.sofr_ver{
  position: fixed;
  top: 0;
  right: 150px;
  padding: 0;
  color:#eeeeee;
  font-size:10pt;
}
.login_main {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  background: #999999; 
  overflow:hidden;	
  overflow-y:auto;
  -ms-grid-column:1;
  -ms-grid-column-span: 2;
  -ms-grid-row:3;
}

.top {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  background: #c0e0ff;
  color:rgba(0, 0, 0, 0.85);
  font-size:12px;
  -ms-grid-column:2;
  -ms-grid-row:3;
}
 
.main {
  grid-row: 3 / 5;
  grid-column: 2 / 3;
  background: #ffffff; 
  overflow:hidden;	
  overflow-y:auto;
  -ms-grid-column:2;
  -ms-grid-row:3;
  -ms-grid-row-span: 2;
  margin-left: 175px;
  position: relative;
}

.main::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.login_head{
  background-color: #000000;
  width: 100%;
  height: 80px;
  text-align: end;
  padding: 10px 10px 10px 10px;
  border-bottom: 5px solid #ffffff;
  display: inline-flex;
  justify-content: space-between;
}

.login_form{
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-top: auto;
  background-color: #ffffff;
  color: #000000;
  width: 700px;
  height: 350px;
  padding-bottom: 40px;
  border: 2px solid black;
  border-bottom: 10px solid red;
  border-top: 10px solid black;
}

.scroll{
  position: absolute;
  right: 5px;
  top: 50%;
  padding: 3px;
}

td {
  font-size: 14px;
}

table td{
  border: none;
}

th {
  border-style: none;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
}

tr {
  border: none;

}

.tdA {
  min-width:350px;
  height:35px;
  /* padding-left: 10px;
  background-color: #d7d7d7; */
  text-align: end;
  padding-right: 25px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.tdA_bottom{
  min-width:300px;
  height:35px;
  text-align: end;
  padding-right: 25px;
  border-bottom: none;
}

.tdB {
  padding-left: 25px;
  min-width: 450px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  text-align: left;
}

.tdB_bottom{
  padding-left: 25px;
  min-width: 450px;
  border-bottom: none;
}

.tdB_dest{
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  min-width: 450px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.tdB_checkbox{
  width: 110px;
}

.tdA_control{
  min-width: 250px;
  height:35px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.tdB_control{
  min-width: 250px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.tdC_control{
  min-width: 250px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.home_table{
  width: 750px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: 2px solid #000000;
  background-color: #d7d7d7;
  padding: 15px 5px 0px 13px;
}

.home_tdA{
  max-width: 230px;
  min-width: 220px;
  padding-left: 14px;
  border-bottom: 1px solid black;
  font-size: 13px;
}
.home_tdB{
  padding-left: 14px;
  border-bottom: 1px solid black;
  font-size: 13px;
  width: 140px;
}
.table_hidden{
  background-color: #eeeeee;
} 

.menu{
  grid-row: 3 / 5;
  grid-column: 1 / 2;
  /* background: #fff; */
  background-color: #eaeaea;
  border-style: solid;
  border-width: 0px;
  border-color:#0000FF;
  border-top-style:none;
  border-left-style:none;
  -ms-grid-column:1;
  -ms-grid-row:3;
  -ms-grid-row-span: 2;
  overflow: overlay;
  width: 185%;
}

.menu label {
  display: block;
  margin: 0 0 0 0;
  padding : 5px;
  line-height: 2;
  color :#000;
  /* background : #ffffff; */
  font-size:10pt;
  text-decoration: none;
  position: relative;
  border-style: solid;
  border-top-style: none;
  border-left-style: none;
  border-bottom-width:0.5px;
  border-bottom-color: #000;
  border-right-width:0px;
  border-right-color: #009;
  cursor: pointer;
}

.menu label:focus,
.menu label:hover{
  background-color: #dddddd;
  border-color: currentColor;
  color: #000000;
}

.menu ul {
  margin: 0;
  padding: 0;
  /* background :#fff; */
  list-style: none;
}

.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
/*  transition: all 0.5s;*/
  border-width: 0px;
  font-size:9pt;
  border-style: solid;
  color:#fff;
  /* padding-top: 1px; */
  padding-left: 10px;
}
.menu li:focus,
.menu li:hover{
    background-color: #dddddd;
    border-color: currentColor;
    color: #ffffff;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* アコーディオンメニュー1段目にリンクがある場合 */
label.menu_sound:after{
  content: none;
}
.menu_category{
  display: inline-flex;
  height: 40px;
  margin: 5px;
  width: 415px;
}

/**************Setting Area****************/
.table_set_area {
  border-collapse: separate;
  /* border: 2px solid;
  border-color: #d7d7d7; */
  border-spacing: 0;
  /* border-radius: 20px; */
  overflow: hidden;
  width: 750px;
  margin-bottom: 15px;
}

p {
  font-size: 10px;
  text-align: center;
  margin: 30px auto 20px;
}
 
input[type="submit"],
input[type="text"],
/* select, */
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="mail"]{
  background: #ffffff;
  display: block;
  font-size: 15px;
  padding: 2px 5px;
  width: 385px;
  transition: 0.8s;
  border-radius: 0;
  border: 1px solid;
  padding-left: 10px;
}

input[type="text"][disabled]{
  background: #d7d7d7;
  display: block;
  font-size: 15px;
  padding: 2px 5px;
  width: 385px;
  transition: 0.8s;
  border-radius: 0;
  border: 1px solid;
  padding-left: 10px;
}

input[type="number"][disabled]{
  background: #d7d7d7;
  display: block;
  font-size: 15px;
  padding: 2px 5px;
  width: 385px;
  transition: 0.8s;
  border-radius: 0;
  border: 1px solid;
  padding-left: 10px;
}

input[type="text"]:focus{
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder{
  color: #ccc;
}

/* input[type="password"] {
  height: 23px;
  border: 1px solid black;
} */

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/* ON/OFFスイッチ 拾い物 */
.toggle-input {
  display: none;
  left: 0;
  top: 0;
  /* width: 100%;
  height: 100%; */
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 25px;
  height: 12px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  margin: 0.7px 0px 0px 1.5px;
}

.toggle-input:checked + .toggle-label {
  background-color: #0000ff;
}
.toggle-input:checked + .toggle-label:after {
  left: 12px;
}

.toggle-switch {
  position: relative;
  width: 75px;
  height: 42px;
  margin: auto;
}

select {
  border: 1px solid;
  min-width: 140px;
  width: fit-content;
  padding: 0px 0px 0px 10px;
  font-size: 15px;
}

.submit_head{
  border-collapse: collapse;
  width: 100%;
  height: 47px;
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  top: 80px;
  opacity: 90%;
}

.table_head{
  background-color: #d7d7d7;
}
.td_num{
  width: 30px;
  border-bottom: 2px solid #bfbfbf;
}
.td_left{
  text-align: -webkit-center;
  width: 350px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_left_ssh{
  text-align: end;
  width: 350px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_right{
  text-align: -webkit-center;
  width: 450px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_right_ssh{
  text-align: inherit;
  width: 450px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_http_num{
  width: 15px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_http_left{
  text-align: -webkit-center;
  width: 185px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}
.td_http_right{
  text-align: -webkit-center;
  text-align: center;
  width: 550px;
  height: 30px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  display: inline-flex;
  margin-top: 4px;
  /* padding-left: 30px; */
}
.td_ssh_num{
  width: 30px;
  border-bottom: #d7d7d7 solid 1px;
}
.td_ssh_auth{
  display: inline-flex;
  border-bottom: #d7d7d7 solid 1px;
  width: 100%;
  height: 40px;
}

.fixed01,
.fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
}
.fixed01:before,
.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.fixed01 {
  z-index: 2;
}
.fixed02 {
  z-index: 1;
}

.td_ping_checkbox{
  width: 190px;
}
.td_snmpcond_checkbox{
  width: 115px;
}
.td_snmpcond{
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  min-width: 450px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  font-size: 12px;
}
.td_common_mail{
  min-width: 475px;
}
.td_clr{
  display: flex;
  justify-content: flex-start;
}
.td_clr_color{
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  padding-right: 85px;
}
.td_filter{
  padding-left: 25px;
  min-width: 450px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  text-align: left;
  height: 35px;
  display: flex;
  align-items: center;
}
.sound_tdA{
  min-width: 275px;
  height: 35px;
  text-align: end;
  padding-right: 25px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.lte_tdA{
  min-width:250px;
  max-width:250px;
  height:35px;
  text-align: end;
  padding-right: 25px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
}

.lte_tdB {
  padding-left: 25px;
  min-width: 550px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  text-align: left;
}
