#contents .subCap {
  border-bottom: 1px solid #dddddd;
  background: url(/asbee/sp/image/home/h2_bg.png) repeat-x;
  background-size: 100% 33px;
}
#contents .subCap h2 {
  float: left;
  width: 100%;
  height: 33px;
}
#contents .subCap h2 span {
  display: inline-block;
  margin: 9px 0 0 11px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
#contents .subExp {
  background: #e9e9e9;
  padding: 7px 10px 7px;
  color: #333;
  line-height: 1.6;
}
#contents .subExp strong {
  font-size: 12px;
  padding-bottom: 2px;
  letter-spacing: 0.01em;
}
#contents .notfoundSect {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding: 0 8px 20px;
  letter-spacing: 0.5px;
}
#contents .notfoundSect .ttl {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 5px;
  padding: 20px 0 7px;
  font-weight: bold;
}
#contents .notfoundSect p {
  font-size: 12px;
}

#contentsList .topL li {
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid #dddddd;
  background-color: #FAFAFA;
}
#contentsList .topL li a {
  display: block;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background: url(/asbee/sp/image/store/grey_arrow.png) no-repeat;
  background-size: 6px 11px;
  background-position: 97% center;
  padding: 14px;
}
#contentsList .bottomL li {
  float: left;
  width: 50%;
  border-top: 1px solid white;
  border-bottom: 1px solid #dddddd;
  background-color: #FAFAFA;
}
#contentsList .bottomL li a {
  display: block;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  background: url(/asbee/sp/image/home/arrow_b.png) no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  background-position: 97% center;
  padding: 16px 16px 16px 14px;
  max-height: 12px;
}
#contentsList .bottomL li:nth-child(odd) {
  border-right: 1px solid #dddddd;
  margin: 0 0 0 -1px;
}


