@charset "UTF-8";
/* コンテンツ */

.title_img {
	background-image:url(../img/title.jpg);
}
.pname span {
	font-size:1.4em;
}
.prof {
	text-align:center;
	margin-bottom:80px;
}
.prof h4 {
	font-weight:normal;
	margin-bottom:20px;
}
.prof h4 span {
	font-size:2em;
}
.prof p {
	font-size:1.16em;
}
@media screen and (min-width: 500px) {
.mbadj1 {
	margin-bottom:60px;
}
.mbadj2 {
	margin-bottom:80px;
}
}

@media screen and (max-width: 499px) {
.prof {
	margin-bottom:50px;
}
}