@charset "UTF-8";
/* CSS Document */

#RentalWrap{
	width:765px;
	margin-right:35px;
	padding:15px;
	box-sizing:border-box;
}
.RentalBox{
	width:210px;
	margin-right:35px;
	margin-bottom:30px;
	float:left;
}
.RentalBox img{
	width:210px;
	border:solid 1px #bbb;
	box-sizing:border-box;
}

.CostumeName{
	text-align:center;
	font-size:14px;
	color:#555;
	padding:7px;
}
