#shoplist .list{

  width:600px;

  height:400px;

  top:80px;

  left:245px;

  padding:15px 25px;

  overflow-y: scroll;

}

#shoplist .list th{

  background:#333333;

  padding:5px 15px;

  color:#fff;

  width:600px;

  font-weight: bold;

}

#shoplist .list td{

  padding:10px;

  border-bottom:1px solid #aaaaaa;

  color:#333;

  line-height:1.4;

}



#shoplist .list td.shop_name1{

  width:250px;

}



#shoplist .list td.address1{

  width:180px;

}



#shoplist .list td.shop_name1,

#shoplist .list td.address1,

#shoplist .list td.tel1{

  background:#666;

  padding:5px 15px;

  color:#fff;

}

