.tab_ban2 {
	    position: fixed!important;
	    position: absolute;
	}
	.tab_ban2 {
	    width: 93px;/* 最初に表示されるバナーの幅 */
	    height: 150px;/* バナーの高さ */
	    position: fixed;/* バナーを固定します */
	    left: 0;/* 右から0pxの位置に指定 */
	}

	.tab_ban2 a {/* リンクするエリアをバナー全体に広げる設定 */
	    display: block;
	    width: 100%;
	    height: 100%;
	}

	.tab_ban2:hover {/* カーソルが乗った時の動きを指定 */
	    width: 370px;/* バナーが伸びた時の幅 */
	    /* 以下アニメーションの設定 */
	    -webkit-transition: width ease-in-out 0.5s;
	    -moz-transition: width ease-in-out 0.5s;
	    -ms-transition: width ease-in-out 0.5s;
	    -o-transition: width ease-in-out 0.5s;
	    transition: width ease-in-out 0.5s;
	}

	.tab_ban2 a:hover {
	    /* IE9用 */
	    width: 200px\9;
	}
	#tab_left {
	    background: url(https://image.rakuten.co.jp/devirockstore/cabinet/03855821/imgrc0069283525.jpg) right top no-repeat;
	    bottom: 100px;
	}
