@charset "utf-8";
/* CSS Document */

@media screen and (min-width:100px) and ( max-width:410px){
    /*　画面サイズが420pxから2000pxまではここを読み込む　*/
img.mb-size-390-250
    {
    width: 390px;
    height:250px;
}
    
    img.mb-size-390-auto
    {
    width: 390px;
    height:auto;
}
}


    
    
    
