@media all and (min-width: 641px) {
	
    /* TITLE */
    body.treatment #title {
        margin-bottom:0;
        height:250px;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/treatment/title-bg.jpg);
        background-repeat:
        repeat-x,
        no-repeat,
        no-repeat;
        background-position:
        top center,
        center center,
        center center;
        background-size:
        auto,
        auto,
        cover;
    }
    
    /* INDEX */
    body#treatment #index-charge .em{
        font-weight: bold;
    }
    body#treatment #index-charge .date{
        text-align:right;
    }
    
    /* OPERATION_VOLUME */
    body#treatment-opration_volume sup{
        vertical-align:super;
    }
	
}

@media only screen and (max-width: 640px) {
	
    /* TITLE */
    body.treatment #title {
        margin-bottom:0;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/treatment/title-bg.jpg);
        background-repeat:
        repeat-x,
        no-repeat,
        no-repeat;
        background-position:
        top center,
        center center,
        center center;
        background-size:
        1px 75px,
        175% auto,
        cover;
    }
    
    body#treatment #index-charge .em{
        font-weight: bold;
    }
    body#treatment #index-charge .date{
        text-align:right;
    }
    
    
    /* OPERATION_VOLUME */
    body#treatment-opration_volume sup{
        vertical-align:super;
    }
        
    
    
    
    
    
}