@charset "UTF-8";

/* タブの横幅 */
.tabs li a, .tabs li span {
	width: 90px;
}

.tabs li.longli a, .tabs li.longli span {
	width: 170px;
}

.tabs li.shortli a, .tabs li.shortli span {
	width: 60px;
}

.priceTbl th.br-last,
.priceTbl td.br-last,
.pl_priceTbl th.br-last,
.pl_priceTbl td.br-last{
	border-right: none;
}


/*---------更新による追加---------*/

/*----屋内プール----*/
.pl-tb {
	width: 300px;
}

.pl_priceTbl {
	width: 300px;
	margin: 0.7em 0 0 15px;
	border-top: 1px solid #8D8FB7;
}
.pl_priceTbl th,.pl_priceTbl td {
	padding: 0.4em;
	text-align: center;
	border-right: 1px solid #8D8FB7;
	border-bottom: 1px solid #8D8FB7;
	font-weight: normal;
	line-height: 1.6em;
}
.pl_priceTbl th {
	color: #FFFF66;
}


