

/*カレンダーすべての数字からテキストシャドウを消す*/
#fbuilder .ui-datepicker-calendar .ui-state-default {
	text-shadow: none;
}

/* カレンダーのサイズを１００％に変える */
#fbuilder .ui-datepicker-inline { max-width:100% !important; }
/* カレンダーのデザイン*/
#fbuilder .ui-datepicker{
	box-shadow:none;
	padding:10px 0px;
font-size:20px;}

/*カレンダーのヘッダーデザイン*/
#fbuilder .ui-datepicker-header
{ background:#68a7cf;color:#fff; text-shadow:none;
font-size:18px}

/*カレンダーの曜日デザイン*/
#fbuilder .ui-datepicker th{
	background:#c5dbe8;
	color: #333;text-shadow:none;
font-size:14px;
font-weight:400;
padding:3px 0px;}

/*今選んでるスロット*/
#fbuilder .slots .ui-datepicker-current-day a{background:#000;color:#000}

/* 電話番号下の＃＃＃を消す */
.uh_phone .l{display:none}

/* カスタム*/
.customBooked span,.customBooked a{background:#4285f4 !important}
.customHover{background-color:#4285f4 !important}


/* 利用できないスロット */
#fbuilder .notavailslot.ui-datepicker-unselectable .ui-state-default{
	background:#758491;
	color:#404040;
	font-weight:300;
}

/* キャンセル後の色を青でなく*/
#fbuilder .ui-datepicker-calendar .ui-state-active {
	background: #eee;
    color: #000;
}
