﻿

.tab_ban {
    width: 60px;
    height: 200px; 
    position: fixed !important; 
    right: 0; 
}

.tab_ban a {
    display: block;
    width: 100%;
    height: 100%;
}


.tab_ban:hover {
    width: 275px;
    -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: 275px\9;
}

*/#tab02 {
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(https://image.rakuten.co.jp/angelluna/cabinet/toppage/mail/title/0411-side-1.jpg);
	top: 110px;
	z-index: 9999;
}


#tab03 {
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(https://image.rakuten.co.jp/angelluna/cabinet/toppage/mail/title/0411-side-1.jpg);
	top: 320px;
	z-index: 9999;
}








@media (min-width: 1px) and (max-width: 1060px) {
.tab_ban a {
    display: none;
}
#tab01 {
    display: none;
}
#tab02 {
    display: none;
}
#tab03 {
    display: none;
}

      }
@media (min-width: 1px) and (max-width: 1359px) {
body {
	background:none;
}
      }
