#place_contents {
	width: 100%;
	margin: auto;
}

.title {
	font-size: 1.77rem;
	text-align: center;
	margin-bottom: 1rem;
}

.search {
	display: flex;
	justify-content: flex-start;
	column-gap: 1.5rem;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.search_select {
	border: 1px solid black;
	border-radius: 0.5rem;
}

#place_general,
#place_student {
	margin-bottom: 1rem;
}

table {
	width: 100%;
	text-align: center;
}

tr {
	background-color: rgba(42, 137, 219, 0.2);
}

tr:first-child {
	background-color: rgba(255, 255, 255, 1);
}

tr:nth-child(even) {
	background-color: rgba(42, 137, 219, 0.3);
}

th {
	font-size: 1.1rem;
	font-weight: normal;
	white-space: nowrap;
}

td {
	font-size: 1.1rem;
}

.pref {
	width: 12%;
}

.detail {
	width: 10%;
}

.phone {
	width: 18%;
}

.address {
	width: 35%;
}

.name,
.address {
	text-align: left;
}

#place_contents a {
	color: rgba(42, 137, 219, 1);
}