/**add 20171117 shoplist**/
.spRes {
display: inline-block!important;
}
.shopListBox {
  display: block!important;
  border-bottom: 1px dotted #000;
}
.shopListBox p {
  display: inline-block!important;
}
.shopListBox p:nth-child(1) {
  width:5%;
}
.shopListBox p:nth-child(2) {
  width:26%;
  font-weight: bold;
}
.shopListBox p:nth-child(3) {
  width:44%;
}
