@charset "utf-8";


.inchou{
}

.doctor,
.staff{
	text-align:center;
}
.doctor img,
.staff img{
	padding: 3px ;
	border: 1px solid #CCCCCC ;
	background: #FFF ;
	border-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
}



@media screen and (max-width:1049px) { 
	.inchou,
	.doctor,
	.staff{
		width: 100% ;
	}
	.inchou img,
	.doctor img,
	.staff img{
		width: 100% ;
	}

}

@media screen and (min-width:1050px) {
}








