﻿.left-menu-fix-button-search {
  display: block;
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 12px;
  margin: 0.5em 0;
  width: 200px;
  height: 40px;
  background-color: #d7443f;
  border: 1px solid #d7443f;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  line-height: 40px;
  text-align: center;
}

.left-menu-fix-button-search:hover {
  text-decoration: underline;
}

.left-menu-fix-button-reset {
  display: block;
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 12px;
  margin: 0.5em 0;
  width: 200px;
  background-color: #f3f4f5;
  border: 1px solid #d1d1d1;
  color: #000;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  line-height: 40px;
  text-align: center;
}

.left-menu-fix-button-reset:hover {
  text-decoration: underline;
}
