#dictionary-balloon {
  font-size: 1.0rem;
  padding: 15px 20px;
  background: #FFFDD9;
  border: solid 0.05rem #C4C276;
  color: #000000;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
#dictionary-balloon-word {
  margin: 0px;
  font-weight: bold;
}
#dictionary-balloon-result {
  overflow: auto;
  margin: 5px 0px 15px;
}
#dictionary-balloon-detail {
  border: solid 0.05rem #000000;
  background: #FFFDD9;
  color: #000000;
  border-radius: 2.0rem;
  padding: 0.8rem 1.2rem;
}

#dictionary-balloon-setting {
  background: url('./images/setting.png') no-repeat;
  background-size:contain;
  width: 2.0rem;
  height: 2.0rem;
  margin-right: 5px;
  float: right;
}
