@charset "UTF-8";

header .logo a img.ds_none {
    display: none !important;
}
header .logo a img.ds_block {
    display: none !important;
}
header .logo a img.ds_block1 {
    display: block !important;
    max-width: 140px;
}
footer .logo a img.ds_none {
    display: none !important;
}
footer .logo a img.ds_block{
    display: none !important;
}
footer .logo a img.ds_block1{
    display: block !important;
}
#load img.loaded {
    display: none;
}
#load:after {
    content: "";
    position: absolute;
    background: url("/common/upload_data/kabu-kaneyasucom/image/20200430185528.jpg") no-repeat center center / contain;
    width: 180px;
    height: 64px;
    top: calc(50% + 10px);
    left: 0;
    right: 0;
    margin: 0 auto;
}