@charset 'utf-8';

html,
body {
	font:13px/1 Helvetica, Arial, sans-serif;
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * Cal */

#cal {
	margin-top: 40px;
	margin-left: 50px;
	text-align: center;
	width: 320px;
	margin-bottom: 50px;
	float: left;
}

#cal table{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 12px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}


#cal th, #cal td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: 12px;
}

.date { cursor: pointer; }

#cal th {
	background-color: #EEEEEE;
}
#cal th.sat {
	background-color: #BBE0FF;
}
#cal th.sun {
	background-color: #FFBABA;
}
#cal td.sat {
	background-color: #EDF3FF;
	color: #4F94FF;
}
/*▼*** 2022.04.20 UPD GBC)Murakami 来場予約システム改修 フェーズ1対応 （土日祝日用予約時間帯4～6追加）***▼
#cal td.sun {
	background-color: #FFE5E5;
	color: #F30;
}
▲*** 2022.04.20 UPD GBC)Murakami 来場予約システム改修 フェーズ1対応 （土日祝日用予約時間帯4～6追加）***▲ */
#cal td.sun, #cal td.holiday{
	background-color: #FFE5E5;
	color: #F30;
}

#cal td.active {
	background-color: #FF6600;
}
#cal td.hover {
	background-color: #FFCC00;
}


#cal td.disavailable{
	background-color: #F7F7F7;
	color: #999999;
	cursor: default;
}

/*選択できないセル（開始迄の日）*/
#cal td.d20220210{
	color: #999999;
}
/*選択できないセル（休業の日）*/
#cal td.d20220309,#cal td.d20220316{
	background-color: #F7F7F7;
	color: #999999;
	cursor: default;
}

#cal td.today {
	background-color: #EBFFEC;
	color: #333;
}


#cal caption {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#cal_btn {
	height: 24px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#cal_btn img {
	margin-right: 15px;
	margin-left: 15px;
}

#select {
	visibility: hidden;
	margin-bottom: 20px;
}

#select.show {
	visibility: visible;
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * select */
.comment {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.error {
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #F63;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align:center;
}
#rightcol {
	float: right;
	width: 350px;
	margin-top: 40px;
}
.reserve_date_hl {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #666;
}
#reserve_date_output {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin-bottom: 35px;
	margin-left: 30px;
}
#sendbtn {
	margin-left: 100px;
	margin-bottom: 20px;
	display: none;
}
#pressbtn {
	margin-left: 100px;
	margin-bottom: 20px;
}
input.disabled{
	visibility:hidden;
}

small.reserved{
	font-weight:bold;
	color:#F00;
	font-size:12px;
	padding-left:5px;
}

#time strong{
	font-weight:bold;
	font-size:12px;
	color: #474747;
}

#time ul{
	margin-bottom:6px;
}

#time li{
	margin-top:10px;
	padding-left:30px;
	list-style-type: none;
}

#time li label{
	padding-left:5px;
	font-size: 12px;
	color: #333;
}

#time li label.disabled{
	text-decoration: line-through;
}
