/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead {
  display: none;
}
table.bt .paso {
  display: none;
}
table.bt .smap {
  display: block;
}
table.bt caption{
	font-size: 1em;
}

table.bt tbody td {
 
  line-height: 1.2;
  display: block;
  vertical-align: middle;
}

table.bt tbody td:before {
  content: attr(data-th) "";
  font-size: 0.85em;
  font-weight: bold;	
  width: 4.5em;
  display: inline-block;
	text-align: center;
}

table.bt tbody td.bt-hide {
  display: none;
}

table.bt tbody td .bt-content {
  vertical-align: middle;
}

/* ----.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} ---は、どうも不要らしい--------------------------------------------03.04*/