/* PC SP 共通 */    
body.fordoctors #title .title-box{
    background-image: url(../images/fordoctors/title-bg.jpg);
}

body.fordoctors .info_s-table td{
	font-size: 112.5%; /* 18px */
}

@media print, all and (min-width: 751px) {
	
	/* PC */
    body.fordoctors .info_s-table th,
    body.fordoctors .info_s-table td{
        min-width: 120px;
    }
                       
}

@media only screen and (max-width: 750px) {
	
	/* SP */
    
}