@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 1024px) {
    #right_fixed {
        display: none;
    }
}

iframe#right_fixed {
    position: fixed;
    _position: absolute;
    top: 35px;
    right: 0;
    z-index: 9999;
    display
    /*\**/
    : none\9;
    height: 100%;
    width: 160px;
}

@media screen and (max-width: 1200px) {
    #left_fixed {
        display: none;
    }
}

#left_fixed {
    position: fixed;
    _position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;
    height: 100%;
    /*    display: none;*/
}

/* 一般*/
iframe#left_fixed {
    width: 190px;
    height: 400px;
}

/* レフト */
iframe#left_fixed {
    width: 250px;
    height: 800px;
}
