@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");

:root {
  --object-width: 90%;
  --object-text: 77%;
  --margin-top: 5px;
}

body {
  font-family: "YuGothic",sans-serif;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  overflow-x: hidden;
}

.menuButton, 
.historyButton{
  height: 58px;
  border: #d6d5d5 1px solid;
  background-color: #FFFFFF;
  border: none;
  width: 50%;
}

.menuButton{
  border-radius: 6px 0 0 6px;
  border-right: solid 1px gray;
}

.historyButton{
  border-radius: 0 6px 6px 0;
}

.menuButton .buttonImg,
.historyButton .buttonImg
{
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.menuButton .buttonImg,
.historyButton .buttonImg
{
  padding-top: 4px;
}

.menuButton .buttonLabel,
.historyButton .buttonLabel
{
  width: 100%;
  height: 20px;
  font-weight: 700;
  font-size: 11px;
}

.menuButton .buttonLabel,
.historyButton .buttonLabel{
  padding-top: 3px;
}


.menuButton .buttonImg img,
.historyButton .buttonImg img
{
  padding-top: 8px;
  margin-bottom: 4px;
  height: 20px;
  width: 20px;
}
