@charset "Shift_JIS";
/*--------------- for detail page ---------------*/
h4 {
	padding: 0 0 10px 10px;
}

.gallery-flash {
	text-align: center;
	padding: 0 0 0 0;
}

.gallery-images {
	background: url(../../../images/dotline_length.gif) repeat-y top center;
}

.gallery-images li {
	background: url(../../../images/dotline_side.gif) repeat-x top;
	padding: 15px 0 0 0;
	width: 280px;
	float: left;
}

.gallery-images li p {
	text-align: center;
}

.gallery-images li p.gallery-images-pic {
	padding: 0 0 5px 0;
}

.gallery-images li p.gallery-images-text {
	height: 2em;
}

.gallery-images li p.gallery-images-zoom {
	padding: 0 0 10px 0;
}


/* clearfix */
.gallery-images:after,
.detail-box:after,
.detail-box-bottom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery-images,
.detail-box,
.detail-box-bottom {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.gallery-images,
* html.detail-box,
* html.detail-box-bottom { height: 1%; }

.gallery-images,
.detail-box,
.detail-box-bottom { display: block; }
/* End hide from IE-mac */
