@charset "euc-jp";

.shopkeeper-h2{
    background-color:#009686;
    font-size:large;
    color:#FFF;
    padding-top:10px;
    padding-bottom:10px;  
    padding-left:10px;
}

.google-font{
  	font-weight:bold;
 }

table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table th {
  background-color: #eee;
  text-align: center;
}
table td {
   text-align: right;
}
@media screen and (max-width: 400px) {
  table {
    border: none;
  }
  table thead {
    display: none;
  }
  table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.gry{
  background-color: #eee; 
  text-align: left;
  font-weight:bold;
  }

.sk-lst {
  padding: 0 1.4%;
}
.container-section {
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 15px;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0 0 24px;
}

.def-lst {
  margin: 0;
  font-size: 13px;
}
  .def-lst-dd {
    margin: 0;
    padding: 0 0 20px;
  }
.last-section{
  border: none;
}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
  }
  .def-lst {
    padding: 0 4px;
  }
}