body {
   margin:0px;

   color:#333333;

   background-color: #FFFFFF;

   text-align: center;
}
#content{

  width: 800px;

  margin-left: auto;

  margin-right: auto;

  text-align: left;
  
  line-height: 200%;
  font-family:"メイリオ", sans-serif;
 }
 
 
#div-login {
    width: 512px;
    height: 216px;
    border: 4px solid #0779df;
    border-radius: 24px;
    padding-top: 24px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /*justify-content: center;*/
}
.div-row {
    margin: 8px 0px;
    display: flex;
    flex-flow: row;
}
label {
    width: 128px;
}
.input-login {
    font-size: 24px;
    width: 256px;
    height: 32px;
    display: inline-block;
}
#button-login {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin: 8px 0px;
    width: 128px;
    height: 48px;
    color: #ffffff;
    background-color: #0779df;
    border-style: none;
    border-radius: 24px;
    cursor: pointer;
}
#div-login-error {
    font-size: 16px;
    color: #ff0000;
    height: 32px;
    display: none;
}
#button-welcome,
#button-download,
#button-start {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin: 8px 0px;
    width: 312px;
    height: 80px;
    color: #ffffff;
    background-color: #0779df;
    border-style: none;
    border-radius: 24px;
    cursor: pointer;    
}
#table-medkos {
    border-spacing: 0
}
#table-medkos td {
    font-size: 24px;
    width: 360px;
    text-align: center;
    padding: 8px
}