.top{
background-image: url(/image/doctor/back.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}

h1{
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.interview{
	border-bottom: solid 0px #ffffff
}
.interview h3{
    border-bottom: solid 0px #7b3434;
    font-weight: bold;
    background-color: #fcc800;
    border-radius: 10px;
    padding: 1%;}
.interview02{
	border-bottom: solid 0px #ffffff
}
.interview01 h3{
	color:#dd9b9d;
	border-bottom: solid 0px #ffffff;
    font-weight: bold;}
.interview01 p{
	/*margin-bottom:40px;
	    padding: 1%;*/
}
figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}
.w60{
	width:60%;
}
@media screen and (max-width: 700px){
figure {
	float: none;
	margin: 0 15px 15px 0;
	width: 30%;
}

.w60{
	width:100%;
}
}