@media all and (min-width: 641px) {
	
    /* TITLE */
    body.research #title {
        margin-bottom:0;
        height:250px;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/research/title-bg.jpg);
        background-repeat:
        repeat-x,
        no-repeat,
        no-repeat;
        background-position:
        top center,
        center center,
        center center;
        background-size:
        auto,
        auto,
        cover;
    }
    
   
    body.research .article{
        font-size: 90%;
        text-align: right;
    }
    body.research .image-box.two-image .arrow img{
        display:inline;
    }
	
    body#research-index .group-box .half-box .boxl .text{
        margin-bottom:50px;
    }
    body#research-child #child-road .image-box.two-image .image{
        width:45%;
        margin:0 10px;
    }
    
    body#research-urination #urination-incontinence img{
        float: right;
        margin:0 0 30px 30px;
    }
    
}

@media only screen and (max-width: 640px) {
	
    /* TITLE */
    body.research #title {
        margin-bottom:0;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/research/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.research .article{
        font-size: 90%;
    }
    body.research .image-box.two-image .arrow img{
        display:inline;
    }
	
    body#research-child #child-genital-tract .image-box.two-image{
        text-align:center;
    }
    body#research-child #child-genital-tract .image-box.two-image .image{
        display:inline-block;
    }
}