@charset "UTF-8";
body{
	width:auto;
}
#container{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px;
	color: #333333;
}


/* ----------------------------------------------------------------------------------------------------------------*/
#overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#FFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#TB_window,#error_window_wrap{
	left:0;
	width:100%;
	position:absolute;
	display:none;
	z-index:101;
	text-align:center;
	background-color:"#000";
}

#item-window{
	/*z-index: 104;*/
	color:#000;
	width:652px;
	/*height:580px;*/
	text-align:left;
	margin:0 auto;
	position:relative;
}

#TB_window_inner{
	background-color:#FFF;
	border:1px solid #999;
	margin:10px auto auto 10px;
	padding:20px;
	width:650px;
	/*z-index: 108;*/
}


#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_load{
	position: fixed;
	display:none;
	height:48px;
	width:48px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin-left: -24px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/*スライドウィンドウ*/
#slidewindow_layer_template{
	position:fixed;
	top:0px;
	z-index:120;
	display:none;
}
* html #slidewindow_layer_template{
	position:absolute;
}
#slide-window {
	border:1px solid #EDEDED;
	font-size:11px;
	padding-bottom:10px;
	width:173px;
	background-color:#FFF;
}
#in-item-image {
	margin:30px auto 10px;
	width:100px;
	text-align:center;
	width:auto !important;
}
.in-item-name, .in-item-num, .in-item-value{
	padding:0 5px;
}
.in-item-messege {
	background:transparent url(/library/common/js/modalcart/images/in-cart.png) repeat scroll 0 0;
	height:35px;
	text-indent:-9999px;
	width:175px;
}