div#logolink {
  display:flex;
  width: 50%;
  margin: 0px auto 2em auto;
  justify-content: space-around;
  align-items: center;
}
  div#logolink img {
    margin: 0px 10px;
  }

/* 登録フォーム領域
**************************************/
div#regist_cont {
  width: 80%;
  margin: 0px auto;
  display: none;
}
  div#regist_cont > p {
    width: 1000px;
    margin: 0 auto;
  }

/* 登録ボタン
**************************************/
#acceptArea {
  position: relative;
  width: 680px;
  height: 110px;
  top: 10px;
  left: 50%;
  margin-left:-340px;
  background-color:rgba(50,50,50,0.8);
  z-index:3;
  text-align: center;
  padding-top: 10px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid black;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.4);
  display:block;
}
  #acceptArea div{
    font-size: 16pt;
    color:snow;
    margin-bottom:10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
  }

    div#acceptArea button {
      border-radius: 3px;
      background-color: rgba(240,240,240,1.0);
      border-top: 1px solid rgb(250,250,250);
      border-bottom: 1px solid rgb(180,180,180);
      border-left: 1px solid rgb(221,221,221);
      border-right: 1px solid rgb(221,221,221);
      box-shadow:
        0px 4px 4px rgba(255,255,255,0.1) inset,
        0px -4px 4px rgba(20,20,20,0.1) inset,
        1px 1px 3px rgba(0,0,0,0.8)
      ;
      color: black;
      width: 210px;
      height: 25px;
      margin: 5px auto;
      cursor: pointer;
    }
    div#acceptArea button:hover {
      background-color: rgba(181,230,29,1.0);
      border-radius: 3px;
      border: inset 1px gray;
    }

/* テーブル（登録フォーム）
**************************************/
table.registForm {
  margin: 2em auto 2em auto;
  width: 1000px;
  border: 0px solid transparent;
}
table.registForm th {
  padding: 8px 3px 8px 10px;
  font-size: 13pt;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 150%;
  vertical-align: top;
  width: calc(300px - 15px);
  background-color: rgba(61,103,114,1.0);
  border-radius: 3px;
  color: rgb(255,255,255);
}
table.registForm td {
  padding: 8px 3px 8px 10px;
  width: calc(100% - 15px);
  font-size: 93%;
  line-height: 150%;
  border: 1px solid rgba(61,103,114,1.0);
  border-radius: 3px;
}
  table.registForm td select {
    width: 50%;
    padding: 5px;
  }

table.registForm td:first-child {
  border: 0px solid rgba(61,103,114,1.0);
}

input[name='usernamef'] {
  width: 40%;
}
input[name='usernamel'] {
  width: 40%;
}
input[name='usernamem'] {
  width: 40%;
}

div.registFormFix {
  margin: 1em auto 2em auto;
  text-align: center;
}

div.registFormFix input {
  position: relative;
  width: 60%;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 2px auto 10px auto;
  padding: 10px;
  transition: 0.2s;
  cursor: pointer;
}
  div.registFormFix input[name='submit'] {
    border: 2px solid green;
    color: darkslategray;
    background-color: rgba(0,150,0,0.5);
  }

  div.registFormFix input[name='submit']:hover {
    color: rgb(255,255,255);
    background-color: green;
  }
  div.registFormFix input[name='return'] {
    border: 2px solid gray;
    background-color: rgba(100,100,100,0.5);
    color: gray;
  }
  div.registFormFix input[name='return']:hover {
    color: rgb(255,255,255);
    background-color: gray;
  }


.textField {
  padding:3px 4px;
  font-size:108%;
  border:1px solid #AAA;
  border-radius:4px;
  width: 80%;
}

  ul.ctglist {
    margin: 5% auto;
    padding: 0px;
    list-style-type:none;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
  }
    ul.ctglist li {
      box-sizing: border-box; 
      cursor: pointer;
    }

    ul.ctglist li.ln1{ 
      width: calc(100% / 4);
      margin-bottom: 10px;
    }
    ul.ctglist li.ln2{ 
      width: calc(100% / 4);
      margin-bottom: 10px;
    }
    ul.ctglist li.ln3{ 
      width: calc(100% / 3);
      margin-bottom: 10px;
    }
    ul.ctglist li.on{
      border: 1px solid green;
      border-radius: 3px;
      background-color: rgba(0,150,0,0.5);
    } 


/* テーブル（登録フォーム チェック用）
**************************************/
table.registCheck {
  margin: 0 auto;
  width: 80%;
  border-collapse: separate;
  border-spacing: 4px 20px;
}
  table.registCheck th {
    padding: 8px 3px 8px 15px;
    width: 220px;
    font-size: 93%;
    text-align: left;
    white-space: nowrap;
    line-height: 150%;
    background-color : darkslateblue;
    border-radius: 5px 0px 0px 5px;
    margin : 0px 0px 0px 10px;
    color:white;
    border: 1px solid white;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }
  table.registCheck td {
    width: 420px;
    font-size: 93%;
    line-height: 150%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 8px 3px 8px 15px;
    background-color:white;
    border: 1px solid navy;
    border-radius:  0px 5px 5px 0px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    color: black;
  }
  table.registCheck td.lbl {
    font-weight : bold;
    border-right : 1px dotted silver;
  }

  table.registCheck td.err {
    color:red;
    background-color: pink;
    font-weight:bold;
  }

div.explain2 {
  padding: 50px 0;
  text-align: center;
  line-height: 2.0em;
}

input#cmpchk {
  position: relative;
  left: 10%;
  width: 80%;
  height: 30px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid green;
  color: green;
  background-color: transparent;
  margin: 2px auto 50px auto;
  transition: 0.2s;
}
  input#cmpchk:hover {
    color: rgb(255,255,255);
    background-color: green;
  }

/* 進捗バー *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
ul.status {
  list-style-type: none;
  margin         : 0px auto;
  padding        : 0px;
  height         : 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  ul.status li{
    width           : 23%;
    height          : 30px;
    border          : 1px solid silver;
    border-radius   : 0px 20px 20px 0px;
    margin          : 0px 5px;
    padding         : 5px 0px 0px 10px;
    color           : gray;
    font-weight     : bold;
    text-align      : left;
    font-size       : 7pt;
    line-height: 1.0em;
    position:relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    background-color:silver;
    box-sizing: border-box;
  }

  ul.status div{
    position:absolute;
    top: 20px;
    width     : 150px;
    font-size : 9pt;
    text-align  : center;
    margin    : -2px 0px 0px -10px;
  }

  ul.status li.on{
    color       : white;
    background-color: rgba(255,0,0,1.0);
    border      : 0px solid dimgray;
    height      : 32px;
  }

/* ----- */
  table.product_exp {
    width: 900px;
    background-color: white;
    border: 1px solid gray;
    margin: 0px auto 4em auto;
    border-collapse:collapse;
  }
    table.product_exp th,td {
      border: 1px solid gray;
      padding: 5px;
    }
    table.product_exp th {
      background-color: ghostwhite;
      width: 30%;
    }

    table.product_exp td > span {
      font-size: 9pt;
    }

    div#product_exp_cmnt {
      width: 900px;
      margin: 0px auto 2em auto;
      text-align: center;
    }
