  @charset "utf-8";
/* ----test »áÉçÇéˆó ÑØ¸ï---- */

#main table.enkakuTable {
	width: 100%;
	margin-bottom: 80px;
}

#main table.enkakuTable th {
  letter-spacing:.1em;
	border-bottom: 1px solid #ddd;
  white-space: nowrap;
	background-color: #f6f6f6;
	font-size: 12px;
  vertical-align:middle;
  padding:0 2em;
}

#main table.enkakuTable td {
	font-size: 12px;
	line-height: 150%;
  padding:1em;
}

#main table.enkakuTable td .fR {
  float: right;
  margin-left:1em;
}
#main table.enkakuTable th span {
	display:inline-block;
}
#main table.enkakuTable tr:last-child th {
	border-bottom: 0;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main table.enkakuTable th {
		padding: 10px;
		letter-spacing: 0;
		vertical-align: top;
		line-height: 150%;
	}
	#main table.enkakuTable td {
		padding: 10px;
	}
	#main table.enkakuTable th span {
		display:none;
	}
	#main table.enkakuTable {
		margin-bottom: 40px;
	}
}