
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 10000;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../img/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top:7px;
	right:7px;
	background: url(/img/btn_close.png) no-repeat 3px 3px;
	behavior: url(/common/iepngfix.htc);
	width: 7px;
	height: 7px;
	padding: 3px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
}


.MultiBoxPrevious{
	position: absolute;
	background: url(/information/img/btn_off.gif) no-repeat left top;
	width: 32px;
	height: 10px;
	right: 42px;
	margin-top: 5px;
	cursor: pointer;
	bottom:8px;
}

.MultiBoxPrevious:hover{
	background: url(/information/img/btn_on.gif) no-repeat left top;
}

.MultiBoxNext{
	position: absolute;
	background: url(/information/img/btn_off.gif) no-repeat -32px top;
	width: 31px;
	height: 10px;
	right: 11px;
	margin-top: 5px;
	cursor: pointer;
	bottom:8px;
}

.MultiBoxNext:hover{
	background: url(/information/img/btn_on.gif) no-repeat -32px top;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/information/img/btn_on.gif) no-repeat -32px top;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/information/img/btn_on.gif) no-repeat left top;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Times, serif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","平成明朝","ＭＳ Ｐ明朝","ＭＳ 明朝";
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	display:none;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	display:none;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 70px 5px 10px;
	padding-top: 5px;
	padding-bottom:4px;
	text-align: left;
}

/*************************************************************/

/* = ITEM  CSS = */
/*p.date,
p.name,
p.lot{
	font-size:10px;
	line-height:160%;
}

p.date{
	color:#8D8D8D;
}

p.name,
p.lot{
	color:#3A3A3A;
}*/

p.store a{
	display:block;
	margin-top:7px;
	background:url(/information/img/btn_store.gif) no-repeat left top;
	width:160px;
	height:18px;
	text-indent:-9999em;
}

p.store a:hover{
	background:url(/information/img/btn_store_on.gif) no-repeat left top;
}

/* = = = = = = = */


