@charset "euc-jp";
.container-section {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 60px;
  padding-top: 40px;
}

#container h2.page_title{
  text-align:left;
  padding:0 0 10px;
  font-size:18px;
  font-weight:bold;
}

#container h4{
    font-weight:bold;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0 0 20px;
  padding: 0 15px;
}

.def-lst {
  margin: 0;
  padding: 0 15px;
}

.def-lst dt{
  padding-bottom:5px;
  border-bottom:solid 1px #ccc;
  margin-bottom:5px;
}

.def-lst dd {
    margin: 0;
    padding: 0 0 20px;
  line-height:1.6;
  }


.def-lst dd table{
  border-top:solid 1px #ccc;
  border-left:solid 1px #ccc;
}

.def-lst dd table th{
  border-bottom:solid 1px #ccc;
  border-right:solid 1px #ccc;
  padding:5px;
}

.def-lst dd table th.bg{
  background:#eee;
}

.def-lst dd table td{
  border-bottom:solid 1px #ccc;
  border-right:solid 1px #ccc;
  padding:5px;
}


@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;
  }
}