/**
 * 	studio_reserve_edit_ui
 */
.studio_reserve_edit_ui .rv_active_reserve {
	display: inline-block;
	width: 733px;
	height: 230px;
	margin-left: 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	vertical-align: top;
}
.studio_reserve_edit_ui .stdrv_data {
	display: inline-block;
	width: 250px;
	height: 100%;
	padding: 5px;
	vertical-align: top;
}
.studio_reserve_edit_ui .rv_memo {
	display: inline-block;
	width: 230px;
	height: 100%;
	padding: 5px;
	vertical-align: top;
}
.studio_reserve_edit_ui .equrv_data {
	display: inline-block;
	width: 250px;
	height: 100%;
	padding: 5px;
	vertical-align: top;
}
.studio_reserve_edit_ui .rv_active_reserve .font_red {
	color: red;
}
.studio_reserve_edit_ui .rv_active_reserve .rv_message {
	width: 100%;
	display: inline-block;
	height: 10%;
	color: #999;
}
.studio_reserve_edit_ui .rv_active_reserve label {
	width: 100%;
	display: inline-block;
	height: 10%;
	color: #999;
	font-size: 0.9em;
}
.studio_reserve_edit_ui .rv_active_reserve .edit_rv_date, .studio_reserve_edit_ui .rv_active_reserve .rv_date {
	width: 100%;
	display: inline-block;
	height: 10%;
}
.studio_reserve_edit_ui .rv_active_reserve .edit_rv_time, .studio_reserve_edit_ui .rv_active_reserve .rv_time {
	width: 100%;
	display: inline-block;
	height: 10%;
}
.studio_reserve_edit_ui .rv_active_reserve .edit_rv_store, .studio_reserve_edit_ui .rv_active_reserve .rv_store {
	width: 75%;
	display: inline-block;
	height: 10%;
}
.studio_reserve_edit_ui .rv_active_reserve .edit_rv_studio, .studio_reserve_edit_ui .rv_active_reserve .rv_studio {
	width: 25%;
	display: inline-block;
	height: 10%;
}
.studio_reserve_edit_ui .rv_active_reserve .edit_rv_number, .studio_reserve_edit_ui .rv_active_reserve .rv_number {
	width: 25%;
	display: inline-block;
	height: 10%;
}
.studio_reserve_edit_ui .rv_active_reserve .rvname {
	width: 100%;
	height: 10%;
	font-size: 1em;
}
.studio_reserve_edit_ui .rv_active_reserve .rvmemo {
	width: 100%;
	height: 70%;
	font-size: 1em;
}
.studio_reserve_edit_ui .rv_active_reserve .rv_equipment {
	width: 100%;
	height: 87%;
	overflow-y: auto;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #B3B3B3;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data.deleted {
	color: silver;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data:hover {
	background-color: #eeeeff;
	cursor: pointer;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data p.equ_model {
	text-align: right;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data .detail {
	display: none;
}
.studio_reserve_edit_ui .rv_active_reserve .equ_decided_list_data .detail * {
	display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.studio_reserve_edit_ui .rv_active_reserve .rvctl_add_equipment {
	width: 100%;
}
.studio_reserve_edit_ui .rv_active_reserve .rvctl_add, .studio_reserve_edit_ui .rv_active_reserve .rvctl_cancel {
	width: 50%;
	display: inline-block;
	height: 12%;
	padding: 0px;
}
.studio_reserve_edit_ui .sheet_controller {
	display: inline-block;
	width: 200px;
	height: 230px;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	vertical-align: top;
}
.studio_reserve_edit_ui .sheet_controller .rvctl_customer {
	width: 100%;
	line-height: 1.3em;
	padding: 2px;
	margin: 5px 0px;
}
.studio_reserve_edit_ui .sheet_controller .rvctl_reg_customer {
	width: 100%;
	margin-bottom: 5px;
}
.studio_reserve_edit_ui .sheet_controller .rvctl_toggle_visitor {
	width: 100%;
	margin-bottom: 5px;
}
.studio_reserve_edit_ui .sheet_controller .rvctl_close {
	width: 100%;
	height: 4em;
	margin-bottom: 5px;
}
.studio_reserve_edit_ui .sheet_controller .rvctl_cancel {
	width: 100%;
}
#fullscreen_wrap .rvedit_confirm {
	font-size: 1.2em;
	text-align: center;
	min-height: 560px;
	margin: -280px 0 0 -250px;
}

#fullscreen_wrap .rvedit_confirm label {
	display: inline-block;
	padding-right: 10px;
	width: 90px;
	color: #333399;
	text-align: right;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_ctm_id {
	width: 100%;
	text-align: left;
	font-size: 0.85em;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_name {
	line-height: 30px;
	height: 30px;
	/* margin: 0px 20px; */
	font-size: 1.1em;
	text-align: left;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_ctm_data {
    display: inline-block;
    width: 50%;
    font-size: 0.85em;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_ctm_data label {
    display: inline-block;
    width: 40%;
    text-align: right;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_ctm_data p {
    display:inline-block;
    width: 60%;
    text-align: left;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_all_charge_sum {
	display: inline-block;
	width: 40%;
	text-align: right;
	margin-left: 10%;
	margin-bottom: 15px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_all_charge_sum label {
	display: inline-block;
	color: #333399;
	width: 40%;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_all_charge_sum span {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_list {
	height: 320px;
	overflow-y: auto;
}

#fullscreen_wrap .rvedit_confirm .rvcfm_date_set {
	margin: 10px 0px 10px 0px;
	border: 1px solid #777777;
	padding: 0px 30px;
	text-align: left;
}

#fullscreen_wrap .rvedit_confirm .rvcfm_date {
	color: white;
	background-color: black;
	margin: 0px -30px 10px -30px;
	text-align: center;
}

#fullscreen_wrap .rvedit_confirm .rvcfm_store {
	/*width: 40%;*/
	display: inline-block;
	text-align: left;
	color: #339;
}

#fullscreen_wrap .rvedit_confirm .rvcfm_studio {
	/*width: 25%;*/
	display: inline-block;
	margin-left: 5px;
	color: #339;
}

#fullscreen_wrap .rvedit_confirm .rvcfm_num_member {
	/*width: 35%;*/
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	color: #339;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_catename {
	width: 80%;
	display: inline-block;
	text-align: right;
	font-size: 0.8em;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_time {
	width: 80%;
	display: inline-block;
	text-align: left;
	padding-left: 40px;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_packname {
	display: inline-block;
	width: 85%;
	text-align: left;
	padding-left: 40px;
	font-size: 0.85em;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_charge {
	display: inline-block;
	width: 20%;
	text-align: right;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_equ_name {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	color: #339;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_equ_maker {
	display: inline-block;
	width: 40%;
	text-align: left;
	font-size: 0.9em;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_sum_charge {
	text-align: right;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_sum_charge label {
	color: #333399;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_sum_charge span {
	display: inline-block;
	width: 30%;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_edit_set {
	margin: 10px 0px 10px 0px;
	border: 1px solid #777777;
	padding: 10px 30px 0px 30px;
}
#fullscreen_wrap .rvedit_confirm .edit_reserve {
	display: inline-block;
	width: 100%;
	text-align: left;
}
#fullscreen_wrap .rvedit_confirm .edit_cancel {
	display: inline-block;
	width: 70%;
	text-align: left;
	padding-left: 30px;
}
#fullscreen_wrap .rvedit_confirm .edit_charge {
	display: inline-block;
	width: 30%;
	text-align: right;
}
#fullscreen_wrap .rvedit_confirm .label_rvcfm_code {
	display: inline-block;
	width: 50%;
	text-align: right;
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 2px;
	background-color: rgba(255,255,0,0.2);
	border: 1px solid rgba(255,128,0,0.2);
	margin-bottom: 10px;
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail input {
	margin-right: 10px;
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail label {
	text-align: left;
	width: 70%;
	padding-left: 10px;
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail button {
	width: 30%;
	background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,128,0,0.3);
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail button:disabled {
	color: rgb(200,200,200);
}
#fullscreen_wrap .rvedit_confirm .label_is_sendmail .message {
	display: none;
	width: 100%;
	height: 70px;
	padding: 5px;
	font-size: 0.85em;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,128,0,0.2);
}
#fullscreen_wrap .rvedit_confirm .rvcfm_code {
	display: inline-block;
	margin: 0px 10% 10px 0px;
	font-size: 1em;
	width: 40%;
}
#fullscreen_wrap .rvedit_confirm .rvcfm_cancel {
}

#fullscreen_wrap .rvedit_confirm .rvcfm_submit {
}
