@charset "utf-8";
/* CSS Document */

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

	/* 以下アニメーションの設定 */
	-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: 345px\9;
}
#tab01 {
	background: url(https://image.rakuten.co.jp/howay/cabinet/04079080/tab_tana.jpg) 0 0 no-repeat;
	bottom: 50px;
}
#tab02 {
	background: url(https://image.rakuten.co.jp/howay/cabinet/04079080/tab_sinsei.jpg) 0 0 no-repeat;
	bottom: 170px;
}
#tab03 {
	background: url(https://image.rakuten.co.jp/howay/cabinet/04079080/tab_neko.jpg) 0 0 no-repeat;
	bottom: 290px;
}
#tab04{
	background: url(https://image.rakuten.co.jp/howay/cabinet/04079080/tab_house.jpg) 0 0 no-repeat;
	bottom:410px;
}
#tab05{
	background: url(https://image.rakuten.co.jp/howay/cabinet/04079080/tab_mama.jpg) 0 0 no-repeat;
	bottom:530px;
}
</style>
<style>
.tab_ban2 {
	position: fixed!important;
	position: absolute;
}
.tab_ban2 {
	width: 66px;/* 最初に表示されるバナーの幅 */
	height: 120px;/* バナーの高さ */
	position: fixed;/* バナーを固定します */
	left: 0;/* 右から0pxの位置に指定 */
}
.tab_ban2 a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.tab_ban2:hover {/* カーソルが乗った時の動きを指定 */
	width: 345px;/* バナーが伸びた時の幅 */
	/* 以下アニメーションの設定 */
	-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: 345px\9;
}
#tab_left {
	background: url() right top no-repeat;
	bottom: 100px;
}
</style>
