.nailthumb-container {
	width: auto;
	height: auto;
	margin: 0 0 0px;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: left
}
.nailthumb-container img.nailthumb-image {
	margin: 0;
	padding: 0;
	max-width: none;
	text-align: left;
	float: left
}
.nailthumb-container span.nailthumb-title {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	bottom: 0;
	color: White;
	display: block;
	font-size: 9px;
	height: 20px;
	left: 0;
	margin-top: 2px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
	padding-left: 2px
}
.nailthumb-container img {
	max-width: none;
	text-align: left
}
/* サムネイルサイズ
----------------------------------------------- */
.service-thumb {
	width: 100%;
	height: 110px;
}

.room-thumb {
	width: 100%;
	height: 130px;
}
.campaign-thumb {
	width: 100%;
	height: 150px;
	border: 1px solid #CCC;
}