

strong {
	color:#FF6699;
}

.mr30 {
	margin-left:30px;
}

.mr50 {
	margin-left:50px;
}

.mr60 {
	margin-left:60px;
}

.mr160 {
	margin-left:160px;
}

#greeting {
}


#greeting .maintxt {
	float:left;
	width:476px;
}

#greeting .mainphoto {
	float:photo
}

#doctors ul,
#summary ul{
	padding:0 10px;
	margin-bottom:0;
}
#doctors li {
	width:306px;
	list-style:none;
	margin-bottom:30px;
	margin-right:20px;
	float:left;
}

#doctors li:nth-child(3n) {
	margin-right:0;
	float:left;
}

#doctors li img,
#summary li img {
	width:100%;
	height:auto;
}


#summary li.mb5 {
	margin-bottom:5px;
}

#doctors p,
#summary p {
	font-size:13px;
}

#doctors li p,
#summary li p {
	text-align:center;
	margin:5px 0;
	line-height:1.3;
}

#summary ul {
	width:880px;
	margin:0 auto;
}
#summary li {
	width:420px;
	list-style:none;
	margin-bottom:30px;
	margin-right:20px;
	float:left;
}

#summary li:nth-child (even) {
	margin-right:0;
}

#summary > p {
	margin-top:0;
	font-size:14px;
	line-height:1.3;
}


@media screen and (max-width:800px){
	#doctors li,
#summary li  {
	width:100%;
}

#doctors li:nth-child(odd),
#summary li:nth-child(odd) {
	float:none;
}

#summary ul {
	width:100%;
	box-sizing:border-box;
}
#doctors li:nth-child(even),
#summary li:nth-child(even) {
	float:none;
}

}