.footable.loading thead
  display: none;
}

.footable > thead > tr > th {
  position: relative;
}

.footable {
  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  font-size: 14px;
  color: #444;
}
body .entry-content.kotei_page table.footable.phone{
    overflow: inherit;
    display: table;
}
body .entry-content.kotei_page table.footable.phone tbody{
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
}
.footable > caption{
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  padding-left: 25px;
}

.footable.breakpoint > tbody > tr > td:first-child{
	font-weight: bold;
	font-size: 12px;
	background-color: #F5F5F5;
}

.footable.breakpoint > tbody > tr > td:last-child{
	background: #F6FFDF;
}

.footable.breakpoint > tbody > tr > td:last-child p{
	font-weight: bold;
	color: #31A907;
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail{
	background: #ffffff;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url("../images/minus.png") no-repeat 5px center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:hover {
  background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 7px 5px;
  text-align: left;
}

.footable > thead > tr > th {
  background-color: #5E5F61;
  border-top: none;
}

.footable > tbody > tr > td{
	vertical-align: middle;
}

.footable > tbody > tr > td:first-child{
	text-align: left;
}

.footable > thead > tr > th:last-child,
.footable > tbody > tr > td:last-child{
}

.footable > thead > tr > th:last-child{
}
.footable > tbody > tr > td:last-child{
}

.priceNote{
	width: 95%;
	margin: 0px auto 15px;
}

.priceNote ul{
	margin-left: 14px;
}

.priceNote ul li{
	font-size: 11px;
	position: relative;
	line-height: 130%;
}

.priceNote ul li::before{
	content: "";
	position: absolute;
	top: 3px;
	left: -8px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #666666;
	border-bottom: 3px solid transparent;
}