@charset "utf-8";
li {
  list-style: none;
}
.cash_table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 100%;
  color: #3c3c3c;
  line-height: 140%;
  text-align: center;
  width: 100%;
}
.cash_table td {
  border: 1px #ccc solid;
  padding: 5px;
}
.listarea li {
  font-size: 100%;
  color: #3c3c3c;
  line-height: 140%;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 2px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  #main img {
    width: 100%;
  }
}