@charset "utf-8";
.tab-group{
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
}
.tabTool{
  width: 300px;
  flex-grow: 1;
  padding:5px;
  list-style:none;
  border:solid 1px #CCC;
  text-align:center;
  cursor:pointer;
}
.panel-group{
  width:100%;
/*  height:300px;*/
/*  border:solid 1px #CCC;*/
  border-top:none;
  background:#FFF;
  color:#F90;
}
.panel{
  display:none;
}
.page-frame{
  width:75%;
  text-align:center;
  margin:auto;
}
.tab-panel{
/*  height:380px;*/
  cursor:default;
}
.tabTool.is-active{
/*  background:#1E90FF;*/
/*  color:#FFF;*/
  background:#F90;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
.tool_item_table{
  margin:0 auto;
  /*margin:0 0 0 230;*/
}
.tool_item_title{
  padding:0px 4px 0px 4px;
  width:150px;
  height:28px;
}
.tool_item_num_data{
  padding:0px 4px 0px 4px;
  width:50px;
  text-align:right;
  color:black;
}
.tool_item_content{
  padding:0px 4px 0px 4px;
  width:150px;
}
.tool_item_description{
  padding:0px 4px 0px 4px;
  width:200px;
  font-size: 12px;
}
.tool_check_button{
  width:100px;
}
.tool_move_button{
  width:150px;
  height:28px;
}
.tool_title{
  text-align:center;
  margin:4px auto 4px auto;
  color:black;
}
.box{
  width: 60%;
  border: solid 2px #000;
  text-align:center;
  margin: 10px auto 20px auto;
}
.tool_conn{
  width:150px;
  height:28px;
  /*margin: auto 20px auto 20px;*/
}
li{
  color:black;
  margin-bottom:5px;
}
.tool_content{
  text-align:left;
  /*margin:4px auto 4px auto;*/
  color:black;
}
.adjust_edit{
  text-align:right;
  width:150px;
}
.page-footer{
  margin-top:100px;
}
.last_update{
  text-align:right;
}
