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

RMS
管理ページ用　CSS

******************************** */




/*商品ページ*/

td.inventory_choice_name{
white-space: normal!important;
    min-width: 64px!important;
	}
	
/* 商品ページ改行 */
span.catch_copy{display:block}



/* CSSギャラリ- */
#Gallery {position: relative; background:#ccc; max-width: 600px; margin: 0 auto; overflow:hidden;}
#Gthumbs:hover {animation-play-state:paused;}
#Gthumbs img {width:19.5%;}
.Gphoto {position: absolute;left: 0;top: 0;}
.Gphoto img {width:100%;opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;}
.Gphoto:target > img {opacity:1; }


/*楽天カテゴリ表示*/
div#risFil table td a.category_itemnamelink {
	font-size:13px;
	line-height:1.3;
	overflow:hidden;
	display:block;
	/*height:50px;*/
	width:230px;
	position:relative;
	margin:-20px 0 0;
	/*top:15px;
	left:10px;*/
	text-align:left
}
div#risFil table td span.category_itemprice {
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	position:relative;
	margin:10px 0 0;
	color:#ff9900;
}
div#risFil table td span.category_itemtaxpostage {
	display:inline-block;
	margin:-10px 0 0;
	font-size:12px;
	color:#ff9900;
}
div#risFil table td[style] img[align="absmiddle"] {
	position:relative;
	left:-115px;
	top:10px
}
div#risFil table td[style] {
	font-size:0px
}
/*div#risFil table td[style] {
	height:150px
}*/
#risFil .categoryWindowImg {
	width:250px;
	height:250px
}
