@media all and (min-width: 641px) {
    
	body.outpatient #title{
		background-image: url(../images/outpatient/title-bg.jpg?ver=231005);
	}
	
	/* INDEX */  
	body#outpatient-index #index-desc .text-box .text{
        margin-bottom: 20px;
    }
	body#outpatient-index #index-desc .title-level03{
        margin-bottom: 0;
    }
    body#outpatient-index #index-courses .block-list{
        text-align: left;
    }
    body#outpatient-index #index-courses .block-list li:last-child{
        width: 251px;
    }
    
	/* SMOKING */ 
    body#outpatient-smoking #smoking-target .target-list li{
        float: left;
        width: 227px;
        height:124px;
        display:table;        
        margin-right: 30px;
        border: 1px solid #C8BB89;
        box-sizing:border-box;
        text-align: center;
        font-weight: bold;
    }
    body#outpatient-smoking #smoking-target .target-list li:last-child{
        margin-right: 0;
    }
    body#outpatient-smoking #smoking-target .target-list li .inner{
        display:table-cell;
        vertical-align:middle;
    }
    
    
                       
}

@media only screen and (max-width: 640px) {
    
	body.outpatient #title{
		background-image: url(../images/outpatient/title-bg.jpg?ver=231005);
	}
	
	/* INDEX */  
	body#outpatient-index #index-desc .text-box .text{
        margin-bottom: 20px;
    }
	body#outpatient-index #index-desc .title-level03{
        margin-bottom: 0;
    }
    
	/* SMOKING */ 
    body#outpatient-smoking #smoking-target .target-list li{
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #C8BB89;
        text-align: center;
        font-weight: bold;
    }
    
	
    
}