#place_detail_contents {
	width: 80%;
	margin: auto;
}

#place_detail_contents ul {
	padding-left: 0.75rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

#place_detail_contents li {
	list-style: disc;
	font-size: 1.1rem;
}

#place_detail_contents iframe {
	width: 100%;
}

#back {
	text-align: right;
	color: rgba(42, 137, 219, 1);
	font-weight: bold;
	font-size: 1.1rem;
	margin: 1rem 0;
}

@media screen and (max-width: 768px) {
	#place_detail_contents {
		width: 100%;
	}
}