@charset "EUC-JP";
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 7777;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFAF0;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
}
#lbCenter {
	border: 1px solid #ccc;
	border-bottom: none;
	z-index: 9999;
}
#lbBottomContainer {
	border: 1px solid #ccc;
	border-top: none;
	z-index: 8888;
	padding-top: 30px;
	padding-bottom: 15px;
}
.lbLoading {
	background: #fff url(../js/jqueryPlugin/slimbox2/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../js/jqueryPlugin/slimbox2/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../js/jqueryPlugin/slimbox2/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	text-align: left;
	padding: 10px;
}

#lbCloseLink {
	display: block;
	width: 17px;
	height: 22px;
	background: transparent url(../js/jqueryPlugin/slimbox2/closelabel.gif) no-repeat center;
	outline: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#lbNumber {
	margin-right: 71px;
}

/* お菓子ページのための追加設定 */
#lbCaption ul li {
	list-style-type: disc;
	line-height: 1;
	margin: 0.3em 0 0.3em 1em;
}
#lbCaption div {
	margin: 5px 0;
}
#lbCaption .heading { /* 発送可能 */
	border-left: 5px solid #930;
	text-indent: 4px;
	font-size: 92.5%;
}
#lbCaption h3 { /* 商品名 */
	font-size: 108%;
	color: #930;
	font-weight: bold;
	padding: 2px 0;
}
#lbCaption .attention {
	font-weight: normal;
}
