@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents section .outline {
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

#main-contents section .outline:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border: none;
}

#main-contents section .outline div {
	margin-bottom: 20px;
	border-bottom: none;
	overflow: hidden;
}

#main-contents section .outline div:last-of-type {
	margin-bottom: 0;
}

#main-contents #doctor {
	width: 200px;
	margin: 0 auto 30px;
}

#main-contents #doctor img {
	width: 100%;
	vertical-align: bottom;
}

#main-contents #doctor figcaption {
	font-size: 1.2rem;
}

#main-contents #doctor figcaption strong {
	font-size: 1.4rem;
}

#lower-contents #main-contents .page-link {
	margin-top: 0;
}

#main-contents .other-link {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	#main-contents #doctor {
		float: right;
		width: 200px;
		margin-left: 30px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1280px) {
	.PageBody {
		margin-top: 60px;
	}
}