@charset "Shift_JIS";

div#osusume {
	width: 0px;
	padding: 0px;
	position: fixed;
	z-index: 50;
	background-color: transparent;
	border: 0px dashed #ce0000;
	left:0px;
       
}  

* html div#osusume  {
     position:absolute !important;
top:expression((documentElement.scrollTop || document.body.scrollTop) + 60 + 'px');
left:0px;
}  

div#osusume1 {
	width: 0px;
	padding: 0px;
	position: fixed;
	z-index: 50;
	background-color: transparent;
	border: 0px dashed #ce0000;
	right:0px;
}  

* html div#osusume1  {
     position:absolute !important;
top:expression((documentElement.scrollTop || document.body.scrollTop) + 60 + 'px');
right:0px;
}  

html,body {
font-family: Century Gothic, Arial; /* フォント指宁E*/
}

span.category_itemtaxpostage {font-size:10px;} /* 送料・税込の非表示 */
span.category_itemprice {color:#bf0000;font-size:24px;font-weight:bold; display:block;} /* 価格 */
table{z-index:0;} 
span.category_itemprice:before{content:"PRICE ";font-size:10px;}

#tab {
width: 80px;/* ŏɕ\oi[̕ */
height: 200px;/* oi[̍ */
background: url(http://image.rakuten.co.jp/igusakotatu/cabinet/20160919_01.gif) no-repeat;/* 摜URL */
position: fixed;/* oi[Œ肵܂ */
right: 0;/* E0pẍʒuɎw */
bottom: 100px;/* 100pẍʒuɎw */
}
#tab a {/* NGAoi[ŜɍLݒ */
display: block;
width: 100%;
height: 100%;
}
#tab:hover {/* J[\̓w */
width: 300px;/* oi[Lт̕ */
/* ȉAj[V̐ݒ */
-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;
}
