.contents {
	margin: 0px 20px 48px 20px;
}
.contents .photo {
	margin: 24px auto 0px auto;
	float: none;
	width: 195px;
	display: block;
}
.contents .comp {
	margin: 53px 10px 0px;
}
.contents .comp tr td {
	width: calc(100% - 20px) !important;
	padding: 8px 10px 10px 10px !important;
	display: block;
}
.contents .history tr td {
	width: calc(100% - 10px) !important;
	padding: 0px 5px !important;
	line-height: 22px;
	display: block;
}
.contents .history tr td:first-child {
	margin: 8px 0px 2px;
	border-bottom: none;
}
.contents .history tr td:last-child {
	padding-bottom: 7px !important;
}


.contents .map {
	width: calc(100% + 40px);
	height: auto;
	margin: 34px 0px 0px -20px;
}

.contents .map iframe {
	margin: 10px 25px 0px 25px;
	width: calc(100% - 50px);
	height: 214px;
}

.contents .map p.ac {
	line-height: 30px;
	padding-bottom: 21px;
}
