/*
 * reserve style sheet
 * date: 2012-09-4
 */
#reserve_ui {
	margin: 4px;
}
#reserve_ui > table {
	width: 100%;
	table-layout: fixed;
}
#reserve_ui .rv_active_reserve_wrap {
	width: 500px;
	padding: 5px;
}

#reserve_ui .rv_decided_reserve_wrap {
	width: auto;
	padding: 5px;
}
#reserve_ui .rv_controller_wrap {
	width: 230px;
	padding: 5px;
}
#reserve_ui .rv_active_reserve {
	display: inline-block;
	width: 50%;
	height: 210px;
	padding: 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	vertical-align: top;
}
#reserve_ui .rv_active_memo {
	display: inline-block;
	width: 50%;
	height: 210px;
	padding: 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	vertical-align: top;
}
#reserve_ui .rv_active_memo .defval{
	color: gray;
}
#reserve_ui .rv_active_memo .rvname {
	width: 100%;
	line-height: 1.3em;
	padding: 2px;
	margin: 5px 0px;
}

#reserve_ui .rv_active_memo textarea {
	width: 100%;
	height: 110px;
	font-size: 1em;
	margin-bottom: 5px;
}
#reserve_ui .rv_active_reserve .font_red {
	color: red;
}
#reserve_ui .rv_active_reserve .rv_message {
	width: 100%;
	display: inline-block;
	height: 10%;
	color: #999;
}
#reserve_ui .rv_active_reserve .rv_date {
	width: 100%;
	display: inline-block;
	height: 10%;
}
#reserve_ui .rv_active_reserve .rv_time {
	width: 100%;
	display: inline-block;
	height: 10%;
}
#reserve_ui .rv_active_reserve .rv_studio {
	width: 75%;
	display: inline-block;
	height: 10%;
}
#reserve_ui .rv_active_reserve .rv_number {
	width: 25%;
	display: inline-block;
	height: 10%;
}
#reserve_ui .rv_active_reserve .rv_equipment {
	width: 100%;
	height: 48%;
	overflow-y: auto;
}
#reserve_ui .rv_active_reserve .equ_decided_list_data {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #B3B3B3;
}
#reserve_ui .rv_active_reserve .equ_decided_list_data:hover {
	background-color: #eeeeff;
	cursor: pointer;
}
#reserve_ui .rv_active_reserve .equ_decided_list_data p {
	display: block;
}
#reserve_ui .rv_active_reserve .equ_decided_list_data p.equ_model {
	text-align: right;
}
#reserve_ui .rv_active_reserve .equ_decided_list_data .detail {
	display: none;
}
#reserve_ui .rv_active_reserve .rvctl_add_equipment {
	width: 100%;
	display: inline-block;
	height: 12%;
	padding: 0px;
	margin-bottom: 5px;
}
#reserve_ui .rv_active_memo .rvlesson {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
#reserve_ui .rv_active_memo .rvlesson label {
	display: block;
	width: 30%;
}
#reserve_ui .rv_active_memo .rvlesson input {
	width: 100%;
	align-self: stretch;
}
#reserve_ui .rv_active_memo .rvlesson button {
	width: 30%;
}
#reserve_ui .rv_active_memo .lesson_btn_area {
	display: flex;
	margin-bottom: 6px;
}
#reserve_ui .rv_active_memo .rvctl_add, #reserve_ui .rv_active_memo .rvctl_cancel {
	width: 100%;
	display: inline-block;
	height: 12%;
	padding: 0px;
}
#reserve_ui .rv_decided_reserve {
	display: inline-block;
	width: 100%;
	height: 210px;
	padding: 10px 0px;
	vertical-align: top;
	overflow-x: auto;
	white-space: nowrap;
	text-align: right;
}
#reserve_ui .rv_decided_reserve .font_red {
	color: red;
}
#reserve_ui .rv_decided_reserve .rv_decided_sheet {
	width: 230px;
	height: 100%;
	padding: 10px;
	margin: 0px 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	vertical-align: top;
}
#reserve_ui .rv_decided_reserve .rv_decided_sheet:hover {
	background-color: #eeeeff;
	cursor: pointer;
}
#reserve_ui .rv_decided_reserve .rv_decided_sheet .rv_date {
	display: inline-block;
	width: 50%;
	height: 10%;
}
#reserve_ui .rv_decided_reserve .rv_decided_sheet .rv_time {
	display: inline-block;
	width: 50%;
	height: 10%;
	text-align: right;
}
#reserve_ui .rv_decided_reserve .rv_decided_sheet .rv_studio {
	height: 10%;
	text-align: right;
}
#reserve_ui .rv_decided_reserve .rv_equipment {
	width: 100%;
	height: 75%;
	margin-top: 5%;
	overflow-y: auto;
}
#reserve_ui .rv_decided_reserve .equ_decided_list_data {
	width: 100%;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #B3B3B3;
}
#reserve_ui .rv_decided_reserve .equ_decided_list_data .equ_model {
	text-align: right;
}

#reserve_ui .rv_controller {
	display: inline-block;
	width: 100%;
	min-height: 210px;
	padding: 5px;
	border: 1px solid #B3B3B3;
	background-color: rgba(255,255,255,0.8);
	vertical-align: top;
}
#reserve_ui .rv_controller button {
	width: 100%;
	margin-top: 7px;
}
#reserve_ui .rv_controller button.rvctl_confirm {
	height: 4em;
	background-color: rgba(150,0,0,0.9);
	text-shadow: none;
	color: white;
	box-shadow: inset 0 0 8px 2px #F6F6F8;
	-webkit-box-shadow: inset 0 0 8px 2px #F6F6F8;
}
#reserve_ui .rv_controller .rvctl_customer {
	width: 100%;
	line-height: 1.3em;
	padding: 2px;
	margin: 5px 0px;
}
#reserve_ui .rv_controller .ctm_search {
	width: 49.5%;
}
#reserve_ui .rv_controller .ctm_register {
	margin-left: 1%;
	width: 49.5%;
}

#fullscreen_wrap .rvsht_lock_confirm {
	width: 300px;
	min-height: 250px;
	margin: -125px 0 0 -150px;
	font-size: 1.2em;
	text-align: center;
}
#fullscreen_wrap .rvsht_lock_confirm p {
	margin: 20px;
}
#fullscreen_wrap .rvsht_lock_confirm label {
	display: block;
	width: 100%;
	text-align: left;
}
#fullscreen_wrap .rvsht_lock_confirm input {
	display: block;
	width: 100%;
	text-align: left;
	padding: 2px;
	font-size: 1em;
}
#fullscreen_wrap .rvsht_lock_confirm button {
	width: 50%;
	margin-top: 20px;
}
#fullscreen_wrap .rvsht_confirm {
	font-size: 1.2em;
	text-align: center;
	min-height: 560px;
	margin: -280px 0 0 -250px;
	width: 500px;
}

#fullscreen_wrap .rvsht_confirm label {
	display: inline-block;
	padding-right: 10px;
	width: 90px;
	color: #333399;
	text-align: right;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_ctm_id {
	width: 100%;
	text-align: left;
	font-size: 0.85em;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_name {
	line-height: 30px;
	height: 30px;
	/* margin: 0px 20px; */
	font-size: 1.1em;
	text-align: left;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_ctm_data {
	display: inline-block;
	width: 50%;
	font-size: 0.85em;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_ctm_data label {
	display: inline-block;
	width: 90px;
	text-align: right;
	color: #333399;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_ctm_data p {
	display: inline-block;
	width: 100%;
	text-align: left;
}
#fullscreen_wrap .rvsht_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 .rvsht_confirm .rvcfm_all_charge_sum label {
	display: inline-block;
	color: #333399;
	width: 40%;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_all_charge_sum span {
	display: inline-block;
	width: 60%;
	text-align: right;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_list {
	height: 300px;
	overflow-y: auto;
}

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

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

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

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

#fullscreen_wrap .rvsht_confirm .rvcfm_num_member {
	/* width: 35%; */
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	color: #339;
}

#fullscreen_wrap .rvsht_confirm .rvcfm_catename {
	width: 80%;
	display: inline-block;
	text-align: right;
	font-size: 0.8em;
	padding-left: 20px;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_time {
	display: inline-block;
	width: 80%;
	text-align: left;
	padding-left: 40px;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_packname {
	display: inline-block;
	width: 85%;
	text-align: left;
	padding-left: 40px;
	font-size: 0.85em;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_charge {
	display: inline-block;
	width: 20%;
	text-align: right;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_equ_name {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	color: #339;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_equ_maker {
	display: inline-block;
	width: 40%;
	text-align: left;
	font-size: 0.9em;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_sum_charge {
	text-align: right;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_sum_charge label {
	color: #333399;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_sum_charge span {
	display: inline-block;
	width: 30%;
}
#fullscreen_wrap .rvsht_confirm .label_rvcfm_code {
	display: inline-block;
	width: 50%;
	text-align: right;
}
#fullscreen_wrap .rvsht_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 .rvsht_confirm .label_is_sendmail input {
	margin-right: 10px;
}
#fullscreen_wrap .rvsht_confirm .label_is_sendmail label {
	text-align: left;
	width: 70%;
	padding-left: 10px;
}
#fullscreen_wrap .rvsht_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 .rvsht_confirm .label_is_sendmail button:disabled {
	color: rgb(200,200,200);
}
#fullscreen_wrap .rvsht_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 .rvsht_confirm .rvcfm_code {
	display: inline-block;
	margin: 0px 10% 10px 0px;
	font-size: 1em;
	width: 40%;
}
#fullscreen_wrap .rvsht_confirm .rvcfm_cancel {
}

#fullscreen_wrap .rvsht_confirm .rvcfm_submit {
}
