@import url("https://file003.shop-pro.jp/PA01443/632/css/top.css");

#payment,
#delivery,
#info,
#footer,
#company{
   margin-top:-80px;
   padding-top:80px;
}

#company table{
  width:80%;
  margin:0 auto;
}
#company table th,
#company table td{
  padding:10px;
}

#company table th{
  font-weight:bold;
  text-align:right;
  min-width:110px;
}


@media screen and (max-width: 768px) {
  #company table{
    width:100%;
  }
}