﻿.tab_ban {
	width: 91px;/* 最初に表示されるバナーの幅 */
	height: 190px;/* バナーの高さ */
	position: fixed !important;/* バナーを固定します */
	position: absolute;
	right: 0;/* 右から0pxの位置に指定 */
}
.tab_ban a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.tab_ban:hover {/* カーソルが乗った時の動きを指定 */
	width: 120px;/* バナーが伸びた時の幅 */

	/* 以下アニメーションの設定 */
	-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_ban a:hover {
	/* IE9用 */
	width: 200px\9;
}
#tab01 {
	background: url(https://www.rakuten.ne.jp/gold/kokouki/ks2768-117-150_tab.png) 0 0 no-repeat;
	bottom: 5px;
}
#tab02 {
	background: url(https://www.rakuten.ne.jp/gold/kokouki/ateco-117-150_tab.png) 0 0 no-repeat;
	bottom: 160px;
}
#tab03 {
	background: url(https://www.rakuten.ne.jp/gold/kokouki/tab_oyako201602.png) 0 0 no-repeat;
	bottom: 355px;
}
