/* ==================================
**  parts.css
**  Created 2017/11/14
**  LastUpdate 2017/11/14
/* ================================== */
@charset "euc-jp";


/* ----------------------- sidebnr ----------------------- */

body#body_sidebnr_r{
    background: transparent;
    }

#sidebnr_right{
    width: 120px;
    height: 285px;
    position:fixed;
    bottom:270px;
    right:0px;
    z-index:9999;
}

#length_right img{
    border:0px;
}

  
@media screen and (max-width:1200px) {
    /*　画面サイズが1200pxからはここを読み込む　*/
        #sidebnr_right{display:none;}
    }
