@charset "utf-8";

#fbuilder .slots {
	border:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	padding: 10px 0 !important;
}

#fbuilder .slots > span:first-child::before {
	content:"選択中の日付：";
}

#fbuilder .slots div a {
	padding-bottom:30px !important;
	color:#000000;
}

#fbuilder .slots .availableslot > a,
#fbuilder .slots .availableslot > a:hover {
	background-image:url(../images/cal_ic_ok.png);
	background-size: 24px 24px;
	background-repeat:no-repeat;
	background-position:center bottom 8px;
}

#fbuilder .slots .usedslot > a,
#fbuilder .slots .usedslot > a:hover {
	background-image:url(../images/cal_ic_ng.png);
	background-size: 21.5px 21px;
	background-repeat:no-repeat;
	background-position:center bottom 10px;
}

#fbuilder .slots .usedslot.currentSelection > a,
#fbuilder .slots .usedslot.currentSelection > a:hover {
	background-image:url(../images/cal_ic_checked.png);
	background-size: 21px 22.5px;
}

#fbuilder .dfield .sb_item_time::before {
	content:"日時：";
}

#fbuilder span.uh {
	line-height:1.3em;
	font-size:12px !important;
	font-weight:normal !important;
	letter-spacing:0;
}

