﻿/*** office Kenken individual stylesheet - power for smartphone ***/

td {
  font-family: Verdana, sans-serif;
}
td.name {
  text-indent: 1em;
  display:block;
}
td.power, td.address, td.time, td.holiday, td.lan, td.scale, td.confirm {
  font-size: x-small;
  font-family: Verdana, sans-serif;
  text-indent: 3em;
  display:block;
}

td.power::before {
  content: "電源：";
}
td.address::before {
  content: "住所：";
}
td.time::before {
  content: "営業時間：";
}
td.holiday::before {
  content: "定休：";
}
td.lan::before {
  content: "無線LAN：";
}
td.scale::before {
  content: "店舗規模：";
}
td.confirm::before {
  content: "確認日：";
}
