@charset "utf-8";

/* 基本スタイルはbaseのcss/style.cssで指定している */
/* 上書きしたいものだけここに追加する */


.map_contents {
  width: 400px;
  height: 400px;

}

.map_info_window {
  position: relative;
  width: 100px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  font-size: 8pt;
}

.map_footer {
  padding: 5px;
}

.grid td {
  height: 40px;
}

.grid .button {
  float: left;
  margin-left: 5px;
}

article {
  max-width: 1080px;
}

.receipt_thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.receipt_detail {
  width: auto;
  max-width: 100%;
}
