@charset "utf-8";
/* CSS Document */
@media screen and (min-width:411px) and ( max-width:2000px){
    /*　画面サイズが420pxから2000pxまではここを読み込む　*/
img.pc-size-800-400
    {
    width: 800px;
    height:400px;
}
    
    img.pc-size-800-auto
    {
    width: 800px;
    height:auto;
}
}