@charset "UTF-8";

#calendar {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	/*background-color: rgba(255,0,0,0.5);*/
}
#calendar.show {
	z-index: 101;
}
#calendar_inner {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#calid1 {
	bottom: 90px;
	margin-left: 15%;
}
#calid2 {
	bottom: 90px;
	margin-left: 30%;
}
input[name="hidSELECTARRYMD"], input[name="setCHECKOUT"] {
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border: none;
	width: 100px;
	height: 100%;
	text-align: center;
}

#roomBreak {
	display: none;
}

#roomBreak .roomassign_select {
	position: absolute;
	background-color: #fff;
	max-height: 300px;
	width: 650px;
	bottom: 90px;
	margin-left: 30%;
	overflow-y: scroll;
	padding: 20px;
}
.roomassign_select_hd {
	position: absolute;
	right: 20px;
	top: 10px;
}
.roomassign_select_bd {
	margin-top: 10px;
}
.roomassign_select_table {
	margin: 10px auto;
}

.roomassign_select_bd > div > P {
	border-bottom: 1px solid #bbb;
}
.roomassign_select_table > table {
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.roomassign_select_table > table > tbody > tr > td {
	padding: 10px 5px;
	text-align: left;
	border-right: 1px solid #bbb;
	width: 20%;
	font-size: 15px;
}
.headChildA, .headChildB, .headChildC, .headChildD, .SelectAdult {
	background: #eee;
	border-bottom: 1px solid #bbb;
	padding: 2px 10px !important;
}
.roomassign_select_table > table > tbody > tr > td > select {
	font-size: 14px;
}

#search .btn_room .hasCustomSelect{
	width:100% !important;
	height:90px !important;
	top: 0;
}
#search .btn_room .customSelectInner {
	text-align:center;
}
/*
#search [name="cmbSUMROOM"]{
	height:100% !important;
	margin-top : -30px;
}*/

#roomassign_btn_close {
	font-size: 20px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 0 7px;
}

/* 検索ボタン */
#search .submit_btn {
	z-index: 102;
}
#search .btn, #search .btn input[type="text"] {
	cursor: pointer;
}
