/* Styles definition here */
#fbuilder .ui-datepicker-inline {
	max-width:500px !important;
	max-width:none !important;
}
/* 見出し */
#fbuilder .fform h1{
	line-height: 2;
	margin: 0 0 2em 0;
	background-color:#f1f1f1;
	padding: 1rem 2rem;
	font-size:100%;
}
/* 説明文 */
#fbuilder_1 .fform span{
	display:inline-block;
	padding: 1rem 2rem;
	margin:0 0 2em 0;
}
/* フィールド */
#fieldlist_1{
	width: 100%;
    border: 1px solid #ddd;
    background: #fafafa;
    padding:  1.5em 1.5em 0;
    margin: 0 0 2.5em !important;
    font-size: 14px;
}
/* 入力欄 */
#fieldlist_1 .fields,#fieldlist_1 .captcha{
	line-height:2;
	margin-bottom: 1em;
    font-size: 12px;
}
#fieldlist_1 .fields label{
	line-height:2;
}
#fieldlist_1 .fields input, #fieldlist_1 .fields textarea ,#fieldlist_1 .dfield input{
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}
/* CHECKBOX */
#fieldlist_1 .fields input[type="checkbox"]{
	width:auto;
}
#fieldlist_1 select, #fieldlist_1 input[type=checkbox], #fieldlist_1 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}
/* 送信ボタン */
#fieldlist_1 button.pbSubmit, #fieldlist_1 button.pbSubmit::before, #fieldlist_1 button.pbSubmit::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#fieldlist_1 button.pbSubmit {
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 3em auto;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*
 * オンライン予約ユーザー選択日時表示
 */
.usedSlots{
	border:1px solid #ccc;
	background-color:#fff;
	padding:2em;
	margin:10px 0;
}
.usedSlots .totalCost{
	font-size:110%;
	font-weight:bold;
}
.usedSlots:empty{
	border:none;
	background-color:none;
	padding:0;
	margin:0;
}
/*
 * 480px以下時カレンダー表示調整
 */
@media only screen and (max-width:480px) {
	{
	.ui-datepicker-calendar tbody tr { display:table-row; margin-bottom:0; }
    .ui-datepicker-calendar tbody th,.ui-datepicker-calendar tbody td{ display: table-cell; list-style-type:none; border: none; }
	}
}