/**
 * 	
 * customer
 * 
 * date 2013-01-11
 * 
 */
#fullscreen_wrap .ctm_register label {
	display: inline-block;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
#fullscreen_wrap .ctm_register input {
	line-height: 1.3em;
	padding: 2px;
	margin: 5px 0px;
}
#fullscreen_wrap .ctm_register .ctmreg_label_name {
}
#fullscreen_wrap .ctm_register .ctmreg_name1 {
	width: 31%;
	margin-right: 2%;
}
#fullscreen_wrap .ctm_register .ctmreg_name2 {
	width: 31%;
	margin-right: 5%;
}
#fullscreen_wrap .ctm_register .ctmreg_label_pronunciation {
}
#fullscreen_wrap .ctm_register .ctmreg_pronunciation1 {
	width: 31%;
	margin-right: 2%;
}
#fullscreen_wrap .ctm_register .ctmreg_pronunciation2 {
	width: 31%;
	margin-right: 5%;
}
#fullscreen_wrap .ctm_register .ctmreg_label_postcode {
}
#fullscreen_wrap .ctm_register .ctmreg_postcode {
	width: 25%;
	margin-right: 1%;
}
#fullscreen_wrap .ctm_register .ctmreg_postcode2address {
	width: 20%;
	margin-right: 24%;
}
#fullscreen_wrap .ctm_register .ctmreg_label_address {
}
#fullscreen_wrap .ctm_register .ctmreg_address1 {
	width: 65%;
	margin-right: 5%;
}
#fullscreen_wrap .ctm_register .ctmreg_address2 {
	width: 65%;
	margin-left: 30%;
	margin-right: 5%;
}
#fullscreen_wrap .ctm_register .ctmreg_address3 {
	width: 65%;
	margin-left: 30%;
	margin-right: 5%;
}
#fullscreen_wrap .ctm_register .ctmreg_tel1 {
	width: 50%;
	margin-right: 20%;
}
#fullscreen_wrap .ctm_register .ctmreg_tel2 {
	width: 50%;
	margin-right: 20%;
}
#fullscreen_wrap .ctm_register .ctmreg_visitor_flug {
	width: 5%;
	margin-left: 25%;
}
#fullscreen_wrap .ctm_register .ctmreg_visitor_flug + label {
	width: 65%;
	margin-right: 5%;
	text-align: left;
}
#fullscreen_wrap .ctm_register .defval {
	color: #999999;
}

#fullscreen_wrap .ctm_register .cancel {
	margin-top: 15px;
	margin-left: 77px;
}
#fullscreen_wrap .ctm_register .submit {
	margin-top: 15px;
	margin-left: 6px;
}

#fullscreen_wrap .ctm_search {
	padding: 20px;
}
#fullscreen_wrap .ctm_search h1 {
	position: relative;
	padding: 2px 15px;
	height: 50px;
	font-weight: normal;
	color: white;
	background-color: rgba(0,0,0,0.6);
}
#fullscreen_wrap .ctm_search h1 span {
	vertical-align: middle;
}

#fullscreen_wrap .ctm_search h1 button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #222;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #7d7d7d;
	box-shadow: inset 0 0 1px 1px #7d7d7d;
	color: #ddd;
	text-shadow: 0 1px 0 #fff;
}

#fullscreen_wrap .ctm_search label {
	display: block;
	width: 25%;
	padding-right: 10px;
	vertical-align: middle;
	color: white;
}
#fullscreen_wrap .ctm_search input {
	line-height: 1.3em;
	padding: 3px;
	margin: 5px 0px;
	font-size: 1.2em;
}
#fullscreen_wrap .ctm_search .ctmsch_strings {
	width: 60%;
	vertical-align: middle;
}
#fullscreen_wrap .ctm_search .submit {
	width: 15%;
	margin-left: 1%;
	vertical-align: middle;
}
#fullscreen_wrap .ctm_search .ctmsch_results_controller {
	color: white;
}
#fullscreen_wrap .ctm_search .ctmsch_results_controller p {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
#fullscreen_wrap .ctm_search .ctmsch_results_controller span {
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,0.3);
	vertical-align: middle;
	background-color: rgba(256,256,256,0.5);
}
#fullscreen_wrap .ctm_search .ctmsch_results_controller span.button {
	background-color: transparent;
}
#fullscreen_wrap .ctm_search .ctmsch_results_controller span.button:hover {
	cursor: pointer;
	background-color: rgba(256,256,256,0.5);
}
#fullscreen_wrap .ctm_search .ctmsch_results {
	width: 100%;
	overflow-y: auto;
}
#fullscreen_wrap .ctm_search .ctmsch_results .ctmsch_result {
	display: inline-block;
	width: 300px;
	height: 200px;
	vertical-align: top;
	margin: 10px 10px 0px 0px;
	border: 1px #CCCCCC solid;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_search .ctmsch_results .ctmsch_result:hover {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5),inset 0 0 10px 5px rgba(255,255,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5),inset 0 0 10px 5px rgba(255,255,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5),inset 0 0 10px 5px rgba(255,255,0,0.5);
	cursor: pointer;
}

#fullscreen_wrap .ctm_search .ctmsch_results .ctm_select {
	width: 100%;
	margin-top: 10px;
}
#fullscreen_wrap .ctm_search .ctmsch_results label {
    display: inline-block;
    width: 30%;
    color: #5555BB;
}
#fullscreen_wrap .ctm_search .ctmsch_results p {
	display: block;
	width: 100%;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
}
#fullscreen_wrap .ctm_search .ctmsch_results .ctmsch_ctm_name {
	font-size: 1.1em;
}
#fullscreen_wrap .ctm_search .ctmsch_results .ctm_cancel_charge {
	background-color: rgba(255,255,0,0.4);
	border: 1px solid rgba(255,128,0,0.5);
	padding: 2px;
	text-align: center;
}


#fullscreen_wrap .ctm_detail {
	position: relative;
	width: 600px;
	margin: -250px 0 0 -300px;
	padding: 0px;
}
#fullscreen_wrap .ctm_detail h1 {
    margin: 0px;
}
#fullscreen_wrap .ctm_detail h1 button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #222;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #7d7d7d;
	box-shadow: inset 0 0 1px 1px #7d7d7d;
	color: #ddd;
	text-shadow: 0 1px 0 #fff;
}
#fullscreen_wrap .ctm_detail p {
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	overflow: visible;
	white-space: nowrap;
}
#fullscreen_wrap .ctm_detail .ctm_detail_data {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 20px;
}
#fullscreen_wrap .ctm_detail .ctm_detail_menu {
	display: inline-block;
	width: 198px;
	min-height: 460px;
	vertical-align: top;
	padding: 20px;
	background-color: rgb(250, 250, 250);
}
#fullscreen_wrap .ctm_detail .ctm_detail_menu button {
	width: 100%;
	margin-bottom: 5px;
}
#fullscreen_wrap .ctm_detail .ctm_id {
	text-align: right;
}
#fullscreen_wrap .ctm_detail .ctm_code button {
	vertical-align: middle;
}
#fullscreen_wrap .ctm_detail .ctm_pronunciation {
	font-size: 0.9em;
}
#fullscreen_wrap .ctm_detail .ctm_mypage {}
#fullscreen_wrap .ctm_detail .ctm_mypage button {
	padding: 3px;
	width: 120px;
	vertical-align: middle;
	margin-left: 30px;
}
#fullscreen_wrap .ctm_detail .ctm_mypage .select_ui {
	position: relative;
}
#fullscreen_wrap .ctm_detail .ctm_mypage .select_ui .item_select_ui {
	position: absolute;
	top: -10px;
	left: -120px;
}
#fullscreen_wrap .ctm_detail .ctm_mypage .select_ui p {
	font-size: 0.85em;
	text-align: left;
	height: auto;
	white-space: normal;
}
#fullscreen_wrap .ctm_detail .ctm_mypage .select_ui label {
	display: block;
	text-align: left;
	width: 100%;
	white-space: normal;
}
#fullscreen_wrap .ctm_detail .ctm_mypage .select_ui label input {
	margin-right: 10px;
}
#fullscreen_wrap .ctm_detail .ctm_gender {
	margin-top: 10px;
}
#fullscreen_wrap .ctm_detail .ctm_name {
	font-size: 1.3em;
	margin-bottom: 5px;
}
#fullscreen_wrap .ctm_detail .ctm_mail1 img {
	height: 80%;
	vertical-align: middle;
	margin-left: 10px;
}
#fullscreen_wrap .ctm_detail .ctm_mail1 img:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(255,128,0,0.5);
}
#fullscreen_wrap .ctm_detail .ctm_mail1 span:hover {
	cursor: pointer;
	text-decoration: underline;
}
#fullscreen_wrap .ctm_detail .ctm_mail2 img {
	height: 80%;
	vertical-align: middle;
	margin-left: 10px;
}
#fullscreen_wrap .ctm_detail .ctm_mail1 span:hover {
	cursor: pointer;
	text-decoration: underline;
}
#fullscreen_wrap .ctm_detail .ctm_mail2 img:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(255,128,0,0.5);
}
#fullscreen_wrap .ctm_detail .ctm_mail2 span:hover {
	cursor: pointer;
	text-decoration: underline;
}
#fullscreen_wrap .ctm_detail .ctm_memo {
	padding-top: 5px;
	padding-left: 20px;
	overflow: scroll;
	height: 90px;
}
#fullscreen_wrap .ctm_detail .ctm_memo div {
	font-size: 0.85em;
	white-space: pre-wrap;
	line-height: 1.3em;
	background-color: rgba(250,250,250,0.8);
	box-shadow: 0 0 3px rgba(128,128,128,0.3);
	padding: 7px 13px;
}

#fullscreen_wrap .ctm_detail label {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	color: #5555BB;
	white-space: pre;
}
#fullscreen_wrap .ctm_detail button.close {
	position: absolute;
	width: 220px;
	bottom: 20px;
	left: 50%;
	margin-left: -110px;
}

/**
 * 	ctm_reg_membership
 */
#fullscreen_wrap .ctm_reg_membership {
	display: none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_reg_membership p {
	margin-top: 20px;
}
#fullscreen_wrap .ctm_reg_membership .input_membership_code {
	width: 100%;
	margin-top: 10px;
	padding: 3px;
}
/**
 * 	ctm_update_membership
 */
#fullscreen_wrap .ctm_update_membership {
	display: none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_update_membership p {
	margin-top: 20px;
}
#fullscreen_wrap .ctm_update_membership .input_membership_code {
	width: 100%;
	margin-top: 10px;
	padding: 3px;
}
/**
 * 	ctm_reissue_membership
 */
#fullscreen_wrap .ctm_reissue_membership {
	display: none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_reissue_membership p {
	margin-top: 20px;
}
#fullscreen_wrap .ctm_reissue_membership .input_membership_code {
	width: 100%;
	margin-top: 10px;
	padding: 3px;
}

/**
 * 	ctm_reserved
 */
#fullscreen_wrap .ctm_reserved {
	display: none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list_controller {}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list_controller .prev_month {
	width: 20%;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list_controller p {
	display: inline-block;
	width: 60%;
	text-align: center;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list_controller .next_month {
	width: 20%;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list {
	height: 400px;
	overflow-y: auto;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .reserved_data {
	margin-bottom: 15px;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .studio_reserve {
	margin-bottom: 10px;
	padding: 5px;	
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .stdrv_date {
	text-align: center;
	color: #5555BB;
	border-bottom: 1px solid #AAA;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .stdrv_store {
	display: inline-block;
	width: 35%;
	text-align: left;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .stdrv_studio {
	display: inline-block;
	width: 15%;
	text-align: left;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .stdrv_time {
	display: inline-block;
	width: 30%;
	text-align: center;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .adjustment {
	width: 10%;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .adjustment_settled {
	display: inline-block;
	width: 10%;
	font-size: 0.85em;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .show {
	width: 10%;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .equ_name {
	display: inline-block;
	width: 75%;
	margin-left: 5%;
	text-align: left;
	font-size: 0.9em;
}
#fullscreen_wrap .ctm_reserved .ctm_reserved_list .equrv_time {
	display: inline-block;
	width: 20%;
	text-align: right;
	font-size: 0.9em;
}

/**
 * 	ctm_canceled
 */
#fullscreen_wrap .ctm_canceled {
	display: none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,0.5);
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller {
	padding: 10px 0px 0px 0px;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller .prev_page {
	width: 20%;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller .prev_page[data-page='0'] {
	visibility: hidden;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller .next_page {
	width: 20%;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller .next_page[data-page='0'] {
	visibility: hidden;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list_controller p {
	display: inline-block;
	width: 60%;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list {
	height: 390px;
	overflow-y: auto;
	padding: 5px;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .canceled_data {
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .cancel_comment {
	text-align: left;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .cancel_apiece {
	display: inline-block;
	margin-left: 20%;
	width: 20%;
	text-align: right;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .cancel_item_number {
	display: inline-block;
	width: 10%;
	text-align: center;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .cancel_charge {
	display: inline-block;
	width: 20%;
	text-align: right;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .adjustment {
	margin-left: 10%;
	width: 20%;
}
#fullscreen_wrap .ctm_canceled .ctm_canceled_list .adjustment_settled {
	display: inline-block;
	margin-left: 10%;
	width: 20%;
	text-align: center;
	font-size: 0.85em;
}
