.leftfloat{
	float:left;
}
.rightfloat{
	float:right;
}
/* -------------------------------- 

イメージ枠

-------------------------------- */
#mainimage{
	position: relative;
	top:-70px;
	overflow: auto;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 29.16666%;
	background-size: contain;
	background-image: url(../images/p_title_bg.jpg);
	background-position: center center;
}
.containar_mainimage{
	max-width: 1280px;
	padding: 0;
	margin: auto;
}
h1{
	position: relative;
	top:-110px;
	left:0px;
	background-color: #f1bf42;
	color:#fff;
	display: inline-block;
	font-size: 1.75em;
	line-height: 1em;
	padding: 5px 25px 15px 23px;
}
h1 span.h1mini{
	font-size: 0.5em;
	padding-left: 5px;
}

@media screen and (max-width: 768px) {
#mainimage{
	position: relative;
	top:-40px;
	overflow: auto;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 52.0833333%;
	background-size: contain;
	background-image: url(../images/p_title_bg_sp.jpg);
	background-position: center center;
}
.containar_mainimage{
	-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
h1{
	position: relative;
	top:-70px;
	left:0px;
	background-color: #f1bf42;
	color:#fff;
	display: block;
	text-align: center;
	padding: 5px 25px 15px 23px;
}
}
	
/* -------------------------- */
.dentist{
	margin-top: 50px;
	clear: both;
}
.face{
	background-color: #99bccf;
	max-width:30%;
}
.face img{
	height:auto;
}
.face h2{
	color:#fff;
	text-align: left;
	padding: 10px 30px 20px 30px;
	line-height: 0.85em;
}
.face h2 .mini{
	font-size: 0.65em;
	line-height: 2.25em;
}
span.mini2{
	font-size: 0.5em;
	font-weight: 700;
	color: #113C6B;
	
}
.face p{
	text-align: left;
	color:#fff;
	padding: 0px 30px 30px 30px;
	line-height: 1.5em;
}
.profile{
	font-size: 0.85em;
	width:65%;
	padding-left: 5%;
	text-align: left;
}
.topmargin20{
	margin-top: 20px;
}
p.topmargin10{
	margin-top: 10px;
}
.profile table{
	display: block;
	margin-bottom: 30px;
}

.profile h3{
		font-size: 1.65em;
		color:#f1bf42;
	border-bottom: 2px solid #f1bf42;
	padding: 0;
	display: block;
	}
.profile table td{
	padding:5px;
	width:80%;
}
.profile table th{
	padding:5px;
	color:#2e5276;
	padding-right:20px;
	white-space: nowrap;
	width: 16%;
	}
.profile table tr{
	border-bottom: 1px solid #f1bf42;
	width: 84%;
}
p.photobtn a:link  , p.photobtn a:visited{
border-radius: 30px;
	display: block;	
	border: 2px solid #3399ff;
	color:#3399ff;
	text-align: center;
	padding: 7px 25px;
	font-size: 1em;
	margin: 20px 0;
	text-decoration: none;
	width: 200px;
}
p.photobtn a:hover{
border-radius: 30px;
	display: block;	
	border: 2px solid #3399ff;
	background: #3399ff;
	color:#fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.leftfloat{
	float:none;
}
.rightfloat{
	float:none;
	margin-top: 20px;
}
.face{
	max-width:70%;
	margin: 0 auto;
}
.profile{
	width:100%;
	padding-left: 0%;
}
.face h2{
	color:#fff;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
.face p{
	padding: 0px 20px 20px 20px;
}
}
@media screen and (max-width: 414px) {
	.face{
	max-width:90%;
	margin: 0 auto;
}
.profile table {
  font-size: 1em;
}
}
