@charset "UTF-8";

.volleyTableArea {
	width: 100%;
	margin-bottom: 40px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 30px;
}

.volleyTableBox.ptn1 {
	width: 1500px;
}

.volleyTableBox.ptn1 table th,
.volleyTableBox.ptn1 table td {
	padding: 10px;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.volleyTableBox.ptn1 {
		width: max-content;
		min-width: 100%;
	}

	.volleyTableBox.ptn1 table {
		width: auto;
		min-width: 100%;
	}

	.volleyTableBox.ptn1 table th,
	.volleyTableBox.ptn1 table td {
		white-space: nowrap;
	}
}
