@charaset "UTF-8";

body , html {
    height: 100%;
}

.header{
  font-size: 14px;
  border: solid thin black;
  text-align: center;
}

.container{
  padding-bottom: 100px;
}

.footer{
  font-size:12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.container-left{
  float: left;
  width: 10%;
}

.container-right{
  float: right;
  width: 10%;
}

.container-center{
  float: left;
  height: 500px;
  width: 80%;
}
#oknum{
  color: blue;
}
#ngnum{
  color: red;
}
#best{
  color: green;
}

.score{
  height: 10%;
  text-align: center;
}

.input{
  height: 40%;
  font-size: 60px;
  text-align: center;
  //margin-top: 30px;
}
#inputtitle{
  font-size: 30px;
}
.history{
  height: 50%;
  font-size: 30px;
  background-color: gray;
  word-wrap: break-word;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text]{
  height: 30px;
  font-size: 30px;
}

.menu li a{
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.menu li a:hover{
  background-color: #eeeeee;
}

.menu ul:after{
  content: "";
  display: block;
  clear: both;
}

.menu li{
  float: left;
  width: auto;
}
