@charset 'utf-8';
@media (min-width: 641px){
    #curation>div .paddingTop {
        padding-top: 60px;
    }
}
@media screen and (max-width: 640px){
    #curation>div .paddingTop {
        padding-top: 23.24%;
    }
    #curation>div:nth-of-type(2)>dl dd div h4 strong.line2 {
        line-height: 1.1;
        margin-top: .4em;
    }
    #curation>div:nth-of-type(2)>dl dd div h4 strong.line2 small{
        line-height: 1;
    }
}