.worktime{
  display:inline-block;
  width:auto;
  height:auto;
  position: relative;
  top:0px;
  left: 1%;
  margin-left:5px;
  vertical-align:text-top;
  margin-right:5px;
  right:1px;
}

.words{
  position:relative;
  left:1%;
  margin-left:5px;
}

.words-shadow {
  text-style: bold;
  text-shadow: 1px 1px 2px silver;
}

table.kunihour {
  border: 2px solid black;
  width: 80%;
  text-align: center;
}

th.kunihour {
  border: 1px solid black;
  background-color: #3399FF;
}

tr.kunihour {
  border: 1px solid black;
  background-color: #EEFFFF;
}

td.kunihour {
  border: 1px dashed black;
}


.under-line{
border-bottom:dashed 5px #87CEFA;
}