div #takahashi_dr_SP{
	display:none;
}

.doctor_long a{
	color:#0064B1
}

.doctor_long a:hover{
    color: #0064B1;
    text-decoration: underline;
}

.doctor_long{
	width:920px;
	margin:0px auto 20px 10px;
	border:2px solid #0064B1;
	box-sizing:border-box;
	overflow:hidden;
}

.doctor_long .doctor_inside{
	width:870px;
	margin:0px auto;
	overflow:hidden;
	padding:25px 0px;
}

.doctor_long .doctor_inside .name{
	width:690px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}

