@charset "shift_jis";

/* ----------------------------------------------
 * 		photoZoom
 * ---------------------------------------------- */
.noscriptBox {
	clear: both;
}
.noscriptArea {
	display: none;
}

@media print {
	.noscriptArea {
		display: block;
	}
	.photoZoom {
		display: none;
	}
}
.photoZoom {
	clear: both;
}
.photoZoom li {
	float: left;
	width: 136px;
	margin-right: 10px;
}
.photoZoom li.last {
	margin-right: 0px;
}
.photoZoom li span {
	display: block;
	margin-top: 5px;
}

.thickboxInner {
	padding-left: 15px;
}	
.thickboxInner .photo {
	width: 280px;
	float: left;
	padding-right: 20px;
}
.thickboxInner .text {
	overflow: hidden;
	zoom: 1;
}

/* ----------------------------------------------
 * 		Clear fix
 * ---------------------------------------------- */
.photoZoom:after,
.clothBox:after,
.thickboxInner:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.photoZoom,
.clothBox,
.thickboxInner {
	min-height: 1px;
}

/* for IE6 */
* html .item .photoZoom,
* html .clothBox,
* html .thickboxInner {
	height: 1px;
}

/* for IE7 */
*:first-child+html .photoZoom,
*:first-child+html .clothBox,
*:first-child+html .thickboxInner {
	zoom: 1;
}