@charset "utf-8";

#rental .pro-date .pro-price .price-table-nofixed table {
	border: #ccc solid 1px;
	border-collapse: collapse;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

#rental .pro-date .pro-price .price-table-nofixed tr {
	border: #ccc solid 1px;
}

#rental .pro-date .pro-price .price-table-nofixed tr th {
	background: #444;
	border: #ccc solid 1px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
	color: #fff;
}

#rental .pro-date .pro-price .price-table-nofixed tr td {
	border: #ccc solid 1px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px 5px;
}

@media screen and (max-width: 667px){

	#rental .pro-date .pro-price .overflow {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		/* -webkit-overflow-scrolling: touch;*/
	}

	#rental .pro-date .pro-price .price-table-nofixed table {
		width: auto;
		min-width: 1000px;
	}

	#rental .pro-date .pro-price .price-table-nofixed tr th {
		font-size: 1.5rem;
		padding: 5px;
	}

	#rental .pro-date .pro-price .price-table-nofixed tr td {
		font-size: 1.5rem;
		padding: 5px;
	}

}