div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(../images/loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80); z-index:99998; }
.em-search-ajax { position:relative; }
/* single workshop */
	.event-categories a { width: 80px; height: 20px; display: block; }
	span.ws-location { margin-left: 1em; }
	#bookingNotice { clear: both; }
	#b_notice_Id25, #bookingMsg_license/*,
	#b_notice_Id17, #bookingMsg_getsurei*/ { display: none; }
	.toWsDetail a { width: 290px; height: 40px; line-height: 40px; margin: 10px; padding: 5px; display: block; font-weight: bold; background: url("../../../../themes/jea/img/common/toWsDetailBnr.png") no-repeat; color: #fff!important; text-decoration: none!important; transition: opacity 400ms ease-in-out; }
	.toWsDetail a:hover { opacity: 0.6; text-decoration: none!important; }

/* Warnings */
	.em-warning { margin:10px 0px; padding:10px; color:#p333; border-radius:3px; display:block !important; }
	.em-warning p { margin:10px 0px !important; padding:0px; color:#333 }
	.em-warning-errors { background-color:#FFEBE8; border:1px solid #C00; }
	.em-warning-confirms { background-color:#f1fff0; border:1px solid #a8d144; }
	a.em-button { float:right; padding:5px 10px; margin:5px; background:#EEE; color:#333; border:1px solid #CCC; border-radius:3px; display:inline-block; text-decoration:none; }
	a.em-button:hover { text-decoration:none; }
	
/* Search Form */
	.em-search-wrapper { display: none; }
	.em-search div { display:inline; }
	.em-search label { display:none; }
	.em-search .hidden { display:none !important; }
	/* Custom Search CSS */
		div.css-search { margin-bottom:20px; }	
		div.em-search.css-search label { display:inline; } 
		div.em-search.css-search div { display:block; }
		div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button { 
			width:auto; height:auto; margin:0; padding:0; float:none; display:auto; font-size:14px; /* reset everything */
		}
		div.css-search input, div.css-search select { padding:5px; }
		div.css-search { background:#fff; border:1px solid #dedede; border-radius:3px; padding:5px; min-height:40px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; }	
		/* Main Search */
			div.css-search.has-advanced div.em-search-main { padding-bottom:8px; border-bottom:1px solid #dedede; }
			div.css-search div.em-search-main div { display:inline; }
			div.css-search div.em-search-field { padding:5px 0px; }
			div.css-search input.em-search-text, div.css-search input.em-search-geo { width:90%; font-size:16px; line-height:16px; padding:8px; border:none; outline:none !important; color:#666; text-overflow: ellipsis; }
			div.css-search div.em-search-geo { margin:0px 0px 0px 5px; padding-left:20px; background:url(../images/search-geo.png) 0px 3px no-repeat; }
			div.css-search div.em-search-text { margin:0px 0px 0px 5px; padding-left:20px; background:url(../images/search-mag-ico.png) 0px 4px no-repeat; }
			/* Placeholder text in main section */ 
				div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder { /* WebKit browsers */ font-size:16px; line-height:16px; padding:3px 0px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input::-moz-placeholder { /* Mozilla Firefox 19+ */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }
				div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:16px; line-height:16px; padding:8px; border:none; outline:none; color:#666; }			
			/* Geo field specifics */
				div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo { width:40%; }
				.pac-container .pac-item { padding:4px 4px !important; }
			/* Main Search Button */
				div.css-search div.em-search-main .em-search-submit {
					position:absolute;
					top: 5px; right: 5px;
					-moz-box-shadow: 0px 0px 0px 0px #ffffff;
					-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
					box-shadow: 0px 0px 0px 0px #ffffff;
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b7d282), color-stop(1, #8eb56d) );
					background:-moz-linear-gradient( center top, #b7d282 5%, #8eb56d 100% );
					background-color:#b7d282;
					-moz-border-radius:6px;
					-webkit-border-radius:6px;
					border-radius:6px;
					border:1px solid #dcdcdc;
					display:inline-block;
					color:#ffffff;
					font-weight:bold;
					padding:8px 10px;
					text-decoration:none;
					text-shadow:1px 1px 0px #c7c5c7;
					line-height:16px;
				}
				div.css-search div.em-search-main .em-search-submit:hover {
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C4DB99), color-stop(1, #A4C48A) );
					background:-moz-linear-gradient( center top, #C4DB99 5%, #A4C48A 100% );
					background:-ms-linear-gradient(top, #C4DB99, #A4C48A);
					background:-o-linear-gradient(top, #C4DB99, #A4C48A);
					background:linear-gradient(top, #C4DB99, #A4C48A);
					background-color:#A4C48A;
				}
				div.css-search div.em-search-main .em-search-submit img { border:none; padding:0; margin:0; box-shadow:none; border-radius:0; background:none; }
				/* IE7 Hack */ div.css-search div.em-search-main button.em-search-submit span { display:block; width:16px; height:16px; background:url('../images/search-mag.png') 0px 0px no-repeat; }			
		/* Advanced Search */
			div.css-search div.em-search-location, div.em-search-location-meta { margin:0px; padding: 0px; }
			div.css-search div.em-search-advanced, div.css-search div.em-search-options { padding:5px 8px; }
			div.css-search div.em-search-advanced > div { clear:both; }
			div.css-search div.em-search-advanced label { display:block; float:left; min-width:100px; }
			div.css-search div.em-search-advanced .em-search-submit { margin:10px 0px; }
			div.css-search.no-search-main div.em-search-advanced.visible div { display:inline; clear:none; }
			div.css-search.no-search-main div.em-search-advanced.visible label { display:none; }
			div.css-search div.em-search-options { text-align:right; }

/* Workshop Lists */
	div.css-events-list { width: 100%; }
	div.css-events-list p { padding: 0 3px; margin: 0; line-height: 1.5em; }
	div.css-events-list dl:after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }
	dl.ws-list-header dt,
	dl.ws-list-header dd { color: #fff!important; padding: 0!important; text-align: center!important; background: url("../../../../themes/jea/img/common/cellBg.png") bottom left repeat-x!important; }
	dl.ws-list-header dt { width: 260px; border-right: 1px solid #c1c1c1; float: left; }
	dl.ws-list-header dd { width: 399px; font-weight: bold; margin-left: 0; float: right; }
	#license-schedule dl.ws-list-header { display: none!important; }
	.ws-list { margin-bottom: 2.5em; }
	.ws-list dl { margin: 0; padding: 0; background: #eaeaea; border-bottom: 1px solid #c1c1c1; overflow: hidden; }
	.ws-list dl:first-child { border-top: 1px solid #c1c1c1; }
	#wsPanel .ws-list dl { background: none; }
	#wsPanel .ws-list dl:first-child { border-top: none; }
	#wsPanel .ws-list dl:nth-of-type(even) dd { background: none; }
	.ws-list dl dt { width: 250px; min-height: 4.5em; line-height: 1.5em; padding: 5px; background: #eaeaea; border-right: 1px solid #c1c1c1; clear: left; float: left; }
	.ws-list dl dd { width: 389px; line-height: 1.5em; padding: 5px; margin-left: 0; float: right; }
	.ws-list dl:nth-of-type(odd) { background: #fff; }
	.ws-list dl:nth-of-type(even) { background: #f6f6f6; }
	#wsPanel .ws-list dl { border-bottom: 1px dotted #c1c1c1; }
	#wsPanel .ws-list dl:last-child { border-bottom: none; }
	#wsPanel .ws-list dl:nth-child(even) { background: none; }

	#wsCol .ws-list dl { border-bottom: 1px dotted #c1c1c1; }
	#wsCol .ws-list dl:last-child { border-bottom: none; }
	#wsCol .ws-list dl:nth-child(even) { background: none; }

	#license-schedule dl.ws-list dt:first-child { border-top: 1px solid #c1c1c1; }
	#license-schedule dl.ws-list dt:first-child + dd { border-top: 1px solid #c1c1c1; }

	.thisCategory .ws-list dd .forcompany,
	.thisCategory .ws-list dd .license,
	.thisCategory .ws-list dd .intro,
	.thisCategory .ws-list dd .basic,
	.thisCategory .ws-list dd .special,
	.thisCategory .ws-list dd .brushup,
	.thisCategory .ws-list dd .oneday,
	.thisCategory .ws-list dd .getsurei,
	.thisCategory .ws-list dd .hidamari,
	.thisCategory .ws-list dd .others { display: none; }

/* Booking Form */
	.em-booking { margin:15px 0px 10px 0px; position:relative; }
	.em-booking-form { position:relative; clear:left; }
	.em-booking-form-details { width:100%; float:left; }
	.em-booking-form-details p { margin-bottom: 0!important; padding: 0.5em 0; border-top: 1px solid #ccc; }
	.em-booking-form-details input { margin-bottom: 10px; }
	.em-booking-form-details input.input/*, .em-booking-form-details textarea*/ { width:250px; height: 23px; margin-right: 204px; float: right; }
	.em-booking-form p { clear:left; }
	.em-booking-form label { display:block; float:left; }
	.em-booking-form span.input-group input { margin-left: 10px; }
	.em-booking-form span.input-group { display:block; }
	.em-booking-form span.input-group br { display: none; }
	.input-field-purpose span.input-group br,
	.input-field-pc_check span.input-group br { display: block; }
	.em-booking-form label { font-weight: bold; margin: 0 0 7px 0; padding: 0 0 0 0.5em; border-left: 5px solid #00008b; display:inline-block; }	
	.input-field-purpose label { line-height: 1.2em; }
	.em-booking-form-details .em-booking-submit { width:auto; }
	.em-form-required { display: none; }
	.ticket-price, .em-tickets-spaces { height: 13px; }
	.ticket-price label { margin-right: 140px; }
	.em-tickets-spaces select { height: 30px; margin-right: 420px; float: right; }
	.input-last_name label,
	.input-first_name label,/*
	.input-dbem_user_name_kana label,
	.input-dbem_zip label,
	.input-dbem_state label,
	.input-dbem_city label,
	.input-dbem_address label,
	.input-dbem_phone label,
	.input-user_email label,
	.input-field-age label,
	.input-field-purpose label,
	.input-field-ws_date label,
	.input-field-payment label,*/
	.input-field-confirmation label,
	.input-field-privacy_polisy label,
	.input-field-ws_notice label { padding-right: 35px!important; background: url("../../../../themes/jea/img/common/required.png") 100% 50% no-repeat; }
	label[for="dbem_user_name_kana"]:after,
	label[for="member_check"]:after,
	label[for="pc_check"]:after,
	label[for="dbem_zip"]:after,
	label[for="dbem_state"]:after,
	label[for="dbem_city"]:after,
	label[for="dbem_address"]:after,
	label[for="dbem_phone"]:after,
	label[for="user_email"]:after,
	label[for="age"]:after,
	label[for="payment"]:after,
	label[for="purpose"]:after { content: url("../../../../themes/jea/img/common/required.png"); }
p.input-field-purpose { padding-bottom: 0; }
	p.input-field-purpose_others { padding-top: 0; border: none; }
	.input-field-purpose_others label { border: none; font-size: 0.8em; color: #00008b; font-weight: normal; line-height: 1.2em; }
	.input-field-payment input { width: 175px; height: 23px; margin-right: 280px; float: right; }
	.input-field-sex .input-group,
	.input-field-member_check .input-group,
	.input-field-pc_check .input-group,
	.input-field-ws_date .input-group { margin-left: 190px; }
	.input-dbem_state select, .input-field-age select { width: 175px; height: 27px; line-height: 24px; margin-right: 283px; float: right; }
	.input-field-purpose_others { height: 92px; margin-left: 190px; }
	.input-field-booking_comment { height: 136px; }
	.input-field-purpose_others textarea { width: 30em; height: 5em; margin-right: 57px; float: right; }
	.input-field-booking_comment textarea { width: 30em; height: 10em; margin-right: 57px; float: right; }
	@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .input-field-booking_comment textarea {
    	height: 10.5em; margin-top: 0; margin-left: 140px;
	}}
	.input-field-confirmation, .input-field-privacy_polisy { margin-bottom: 0!important; }
	.input-field-confirmation label, .input-field-privacy_polisy label, .input-field-ws_notice label { padding: 0 0 0 30px; }
	.input-field-confirmation input,
	.input-field-privacy_polisy input,
	.input-field-ws_notice input { position: absolute; left: 15px; margin-top: 5px; }
	.input-field-confirmation span,
	.input-field-privacy_polisy span,
	.input-field-ws_notice span { font-weight: bold; }
	.em-booking-buttons input { width: auto; height: 35px; padding: 8px; margin: 10px 0; font-family: Meiryo; font-weight: bold; text-decoration: none; border-style: none; background: #ccc; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; }
	.em-booking-buttons input:hover { color: #ccc; background: #146eb4; cursor: pointer; -webkit-transition: 400ms ease-in-out; -moz-transition: 400ms ease-in-out; -o-transition: 400ms ease-in-out; -ms-transition: 400ms ease-in-out; transition: 400ms ease-in-out; }

	.input-field-purpose .input-group,
	.input-field-pc_check .input-group {
		margin-left: 12em;
	}

	.input-field-confirmation label:after, .input-field-privacy_polisy label:after, .input-field-ws_notice label:after { content: " "; }

	@media all and (-ms-high-contrast:none){
		.input-last_name label,
		.input-first_name label,
		.input-field-user_name_kana label,
		.input-dbem_zip label,
		.input-dbem_city label,
		.input-dbem_address label,
		.input-dbem_phone label,
		.input-dbem_fax label,
		.input-user_email label,
		.input-field-payment label { margin-bottom: 5px; }
		/*.input-field-confirmation .input-group:before,
		.input-field-privacy_polisy:before { content: url("../../../../themes/jea/img/common/required.png") }*/
		.input-field-privacy_polisy .input-group { display: inline!important; margin-left: -4px; }
	}

	@-moz-document url-prefix() {
		.input-last_name label,
		.input-first_name label,
		.input-field-user_name_kana label,
		.input-dbem_zip label,
		.input-dbem_city label,
		.input-dbem_address label,
		.input-dbem_phone label,
		.input-dbem_fax label,
		.input-user_email label,
		.input-field-payment label { margin-bottom: 5px; }
		.input-field-booking_comment { height: 100%; margin-bottom: 0!important; }
		.input-field-booking_comment textarea { width: 28em; margin-right: 7px; margin-left: 142px; float: none; }
		.input-field-confirmation .input-group:before { content: url("../../../../themes/jea/img/common/required.png"); }
		.input-field-privacy_polisy .input-group,
		.input-field-ws_notice .input-group { display: inline!important; margin-left: -4px; }
	}


/* Booking List */
	.em-my-bookings thead { color: #333!important; text-align: center; }
	.em-my-bookings th + th { border-left: 1px solid #c1c1c1; }
	.em-my-bookings td:nth-of-type(1) { border-left: none; }
	.em-my-bookings th:nth-of-type(5) { display: none; }
	.em-my-bookings td:nth-of-type(5) { display: none; }

	/* Tickets */
		.em-tickets { margin-bottom:20px; }
		.em-tickets th { text-align: center!important; color: #fff; background: url("../../../../themes/jea/img/common/cellBg.png") bottom left repeat-x!important; }
		.em-tickets td { text-align: center!important; }
		.em-bookings-ticket-table-price { border-left: 1px solid #c1c1c1; }
		.em-bookings-ticket-table-spaces { border-left: 1px solid #c1c1c1; padding-right: 30px; background: url("img/common/required.png") 100% 50% no-repeat; }
		.em-bookings-ticket-table-type { font-weight: bold; border-left: none!important; }
		th.em-bookings-ticket-table-spaces:after { content: url("../../../../themes/jea/img/common/required.png"); }
	/* Message Errors */
		div.em-booking-message { margin:10px 0px; padding:10px; color:#333; border-radius:3px; }
		div.em-booking-message p { margin:10px 0px !important; padding:0px; color:#333; font-weight: bold; }
		div.em-booking-message-success { background-color:#f1fff0; border:1px solid #a8d144; }	
		div.em-booking-message-error { background-color:#FFEBE8; border:1px solid #C00; }
		div.em-booking-message-error p br { display: none; }
	/* Optional Login Form */
		div.em-booking-login { padding: 10px 10px 10px 20px; margin: 0px 0px 0px 390px;	border-left: 1px solid black; }
		div.em-booking-login label { display:inline-block; width:90px; }
		div.em-booking-login p{ margin:10px 0px !important; padding:0px !important;	}	
		div.em-booking-login input { margin:0px; }
		
/* Events Admin */
#em-wrapper #posts-filter .subsubsub .current { font-weight:bold; }		

/* Booking Admin */
.em-bookings-dashboard h2,
.css-bookings-admin h2 { margin: 2em 0 0.5em 0; padding: 0 0 5px 0; font-size: 18px; color: #00008b; border-bottom: 2px dotted #ccc; }
.css-bookings-admin h2 > a:before { content: "\A"; }
.em-bookings-dashboard select,
.css-bookings-admin select { height: 2em; }
.em-bookings-dashboard .alignleft { float: none; }
.em-bookings-dashboard .em-tablenav-pagination { padding-top: 1em; }
.em-bookings-dashboard th:first-child,
.em-bookings-dashboard td:first-child,
.css-bookings-admin th:first-child,
.css-bookings-admin td:first-child { border-left: none; }
		
/* Add Event Form */
	#event-form h4 { margin:25px 0px 15px 0px; font-weight:bold; }
	#event-form p { margin-top:10px; }
	#event-form .inside { clear:both; margin-bottom:20px; }
	#buddypress .wp-editor-wrap table { width:auto; }
	#buddypress .wp-editor-wrap table tr td, #buddypress .wp-editor-wrap table tr th { padding:0; }
	#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] { padding: 0px 10px 1px; }
	/* Event Details */
		#event-form #event-name { width:80%; padding:2px; }
		#event-form .event-extra-details { margin-top:20px; }
		#event-form .event-extra-details select { vertical-align:top; }
	/*Tickets*/
		#event-rsvp-box { margin:10px; }
		#event-rsvp-options label { font-weight:bold; }
		/*Tickets*/
			.em-tickets-row .ticket-status span.ticket_on { display:block; width:10px; height:10px; background:green; }
			.em-tickets-row .ticket-status span.ticket_off { display:block; width:10px; height:10px; background:red; }
			.em-tickets-row .ticket-status span.ticket_new { display:block; width:10px; height:10px; background:grey; }
			#em-tickets-form th { width:auto; }
			#em-tickets-form th.ticket-status { width:20px; }
			/* Ticket Forms */
				.em-ticket-form .ticket-options { margin-top:10px; }	
				.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div { clear:both; padding-top:4px; }
				.em-ticket-form label { display:block; float:left; min-width:105px; padding-right:5px; }
				#em-tickets-form .ticket-name input, #em-tickets-form .ticket-description textarea { width:50%} 
				#em-tickets-form .em-ticket-form-actions { clear:both; }
				#em-tickets-form .ticket-spaces input, #em-tickets-form .ticket-price input { width:80px; }
 				#em-tickets-form .ticket-dates input.em-date-input-loc { width:90px; }
				#em-tickets-form .ticket-dates-from-normal, #em-tickets-form .ticket-dates-from-recurring, 
				#em-tickets-form .ticket-dates-to-normal, #em-tickets-form .ticket-dates-to-recurring { display:inline; }
 				#em-tickets-form .ticket-required input, #em-tickets-form .ticket-roles input { width:auto; }
 				#em-tickets-form .ticket-roles div { margin-left:110px; }
	/* The editor */
		#wp-em-editor-content-wrap table { margin-bottom:0px; }
	/* Location form */
		#em-location-data table.em-location-data td, #em-location-data table.em-location-data th { vertical-align:top; border:none; }
		#em-location-data table.em-location-data select { width:100%; }
		#em-location-data table.em-location-data { width:50%; float:left; border:none; }
		#em-location-data .em-location-map-container { width: 50%; height: 300px; float:left; }
		#em-location-data .em-location-map-404, #em-location-data .em-location-map-content { width:100%; height:100%; }
		#em-location-data .em-location-map-404 { vertical-align:middle; text-align: center; }
		.ws-list-at-location dt { padding-top: 8px; line-height: 1.5em!important; }
		.ws-list-at-location dd { padding-bottom: 8px; line-height: 1.5em!important; border-bottom: 1px dotted #ccc; }
		.ws-list-at-location dd span:after { content: " "; }
		.id, #id, #id10, #id12, #id14, #id26, #id27 { display: none; }
		.wslist_id { display: none; }
		#location7 { display: none; }
/* Booking Admin */
	/* Generic Table Info */
	table.em-form-fields td, table.em-form-fields th { text-align:left; vertical-align:top; }
	table.em-form-fields th { padding:0px 20px 5px 0px; }		
	/* Bookings Table */
		.em_obj { position:relative; }
		.em_obj .table-wrap { clear:left; padding-top:5px; }
		.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings { float:left; display:block; margin:2px 5px; width:25px; height:25px;  }
		.em-bookings-table .em-bookings-table-export { background:url(../images/csv.png) 0px 0px no-repeat; }
		.em-bookings-table .em-bookings-table-settings { background:url(../images/settings.png) 0px 0px no-repeat; }
		/* Settings & Export */
			#em-bookings-table-export, #em-bookings-table-settings { width:500px; height: 75%; }
			#em-bookings-table-export form, #em-bookings-table-settings form { height: 100%; overflow:auto; }
			/* Sorting */
				.em-bookings-table-overlay ul.em-bookings-cols-sortable { list-style-type: none; margin: 0; padding: 0 0 10px; float: left; margin-right: 10px; }
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li { margin: 0 5px 5px 5px; padding: 3px 8px; font-size: 12px; width: 120px; font-weight:none; cursor:move; }
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {}
				.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default { color:#999; }
				#em-bookings-export-cols-inactive, #em-bookings-cols-inactive { width:300px; }	
				#em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li { float:left; }
	/* Single Booking Edit View */
		#em-bookings-admin-booking .em-booking-single-info { display:none; }
		#em-bookings-admin-booking .em-booking-single-form { padding-right:20px; }		
		
/* Printable stuff */
	body#printable { font-family: Gill Sans, Helvetica, Arial, sans-serif; text-align: center; }  
	body#printable #container { margin: 0 auto; width: 780px; text-align: left; }
	body#printable table#bookings-table { width: 600px; border-spacing: 0px; }
	body#printable table#bookings-table td { padding: 5px 0; }
	body#printable table#bookings-table td.spaces-number { text-align: right; padding-right: 20px; }
	body#printable table#bookings-table th { text-align: left; margin-left: 5px; }   
	body#printable table#bookings-table tr#booked-spaces td{ border-top: 2px solid #999; }
	body#printable table#bookings-table td.total-label { text-align: right; }                                  
	body#printable table#bookings-table tr#booked-spaces td.spaces-number, table#bookings-table tr#available-spaces td.spaces-number { font-weight: bold; }

/* Calendar Styles */
	.side_col .em-calendar-wrapper { max-width: 400px; }
	table.em-calendar td { padding: 5px 4px; text-align: center; }
	table.em-calendar tr.days-names td { height: auto; font-weight: bold; text-align: center; }
	table.em-calendar tr.days-names td:nth-child(6) { color: #146eb4; background: #ecf5fd; }
	table.em-calendar tr.days-names td:nth-child(7) { color: #e82727; background: #fdefef; }
	table.em-calendar td.eventless-pre, .em-calendar td.eventless-post { color: #ccc; }

	table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a { color: #fff; text-decoration:underline; }
	table.em-calendar td.eventful-pre, table.em-calendar td.eventful-post { background: #feb17d!important; }
	table.em-calendar td.eventful-pre li a, table.em-calendar td.eventful-post li a { color: #fff; background: none; }
	table.em-calendar td.eventful a { color: #fff; }
	table.em-calendar td.eventful { background: #feb17d!important; }
	table.em-calendar td.eventful li a { color: #fff; background: none; }
	table.em-calendar td.eventful-today a { font-weight: bold; color: #fff; }
	table.em-calendar td.eventless-today, table.em-calendar td.eventful-today { color: #fff!important; background-color: #00008b!important; }
	table.em-calendar thead { font-size: 120%; font-weight: bold; background: #146eb4; color: #fff; }
	table.em-calendar thead td { text-align: center; }
	table.em-calendar thead td a { color: #146eb4; }
	table.em-calendar thead td a:hover { color: #00008b; }
	table.fullcalendar thead td a { color: #fff; }
	table.em-calendar thead td a:hover { color: #72b8ef; text-decoration: none!important; }
	table.fullcalendar { border-collapse: collapse; }
	table.fullcalendar td { text-align: left; border: 1px solid #ccc; }
	table.fullcalendar tbody td { height: 80px; }
	div.em-calendar-wrapper { width: 98%; margin: 0 auto; /*position:relative;*/ }
	.em-calendar-wrapper table tbody td { width: 14%; vertical-align: top; }
	.em-calendar-wrapper table tbody tr:nth-child(even) td { background: none; }
	.em-calendar-wrapper table tbody tr td:nth-child(6) { color: #146eb4; background: #ecf5fd; }
	.em-calendar-wrapper table tbody tr td:nth-child(7) { color: #e82727; background: #fdefef; }
	.em-calendar-wrapper ul li { margin-left: 0!important; padding: 0.3em 0.2em; list-style: none!important; font-size: 0.8em; line-height: 1.2em!important; }
	.em-calendar-wrapper .bgColor_forcompany { background: #030; }
	.em-calendar-wrapper .bgColor_license { background: #e6b422; }
	.em-calendar-wrapper .bgColor_intro { background: #629e44; }
	.em-calendar-wrapper .bgColor_basic { background: #ff5a36; }
	.em-calendar-wrapper .bgColor_brushup { background: #b90b50; }
	.em-calendar-wrapper .bgColor_special { background: #e75685; }
	.em-calendar-wrapper .bgColor_oneday { background: #800080; }
	.em-calendar-wrapper .bgColor_getsurei { background: #146eb4; }
	.em-calendar-wrapper .bgColor_hidamari { background: #ff8c00; }
	.em-calendar-wrapper .bgColor_others { background: #999; }


/*!!
Maps - if the info balloons don't look right on your site, chances are it's a CSS issue. 
Google is VERY sensitive to CSS rules for the infowindows, making it hard to accommodate every theme in WP. 
Please edit your theme's CSS to override this 
*/
	.em-map-balloon .em-map-balloon-content { 
		margin:0px 0px 0px 0px !important; 
		padding:0px 0px 0px 0px !important;
		font-family: Meiryo; 
		font-size:12px !important;
		color:#000000  !important;
		width:auto !important; 
		max-width:none !important;
		height:auto !important;
		max-height:none !important;
	}
	.em-map-balloon .em-map-balloon-content p {
		margin-bottom: 0!important;
	}
	.em-location-map img, .em-locations-map img, #em-map img { 
		max-width:none !important; 
		background:none !important; 
		border:none !important; 
		/*margin:0 !important;*/
		padding:0 !important; 
		height:auto; 
		width:auto;
	}

/* Time Picker */
	#start-time, #end-time { width:7em;}
	#start-time.error, #end-time.error { border:#cc0000 1px solid; }
	div.time-picker {  position: absolute; height: 191px; width:5em; /* needed for IE */ overflow: auto; background: #fff; border: 1px solid #aaa; z-index: 99; margin: 0; }
	div.time-picker-12hours { width:7em; /* needed for IE */ }
	div.time-picker ul { list-style-type: none; margin: 0; padding: 0; }
	div.time-picker li { cursor: pointer; height: 10px; font: 12px/1 Helvetica, Arial, sans-serif; padding: 4px 3px; }
	div.time-picker li.selected { background: #0063CE; color: #fff; }
	

/* Responsive */
@media only screen and (max-width: 999px) and (min-width: 750px) {

	dl.ws-list-header dt { width: 175px; }
	dl.ws-list-header dd { width: 319px; }
	.ws-list dl dt { width: 165px; }
	.ws-list dl dd { width: 309px; }

	.em-booking-form-details input.input { margin-right: 39px!important; }
	.em-tickets-spaces select { margin-right: 257px; }
	.input-dbem_state select, .input-field-age select { margin-right: 118px!important; }
	.input-field-payment input { margin-right: 115px!important; }
	.input-field-purpose_others textarea { width: 93%; height: 4em; margin-right: 0; float: none; }
	.input-field-booking_comment textarea { width: 80%; margin-top: -34px; margin-left: 80px; margin-right: 0; float: none; }
	.input-field-confirmation,
	.input-field-privacy_polisy { height: 100%; }
	p.input-field-confirmation,
	p.input-field-privacy_polisy { margin-bottom: 0!important; }
	/*.input-field-privacy_polisy input { margin-left: -481px; }*/
	.input-field-ws_notice { height: 56px; }
	/*.input-field-ws_notice input { margin-left: -481px; }*/

	.em-location-map-container { width: 495px!important; }

}


	@media only screen and (max-width: 749px) {
	
		.toWsDetail a { width: 100%; background-size: contain; }
		dl.ws-list-header,
		.ws-holding-time,
		.ws-location { display: none; }
		.ws-list dl:nth-child(odd) { background: #fff; }
		.ws-list dl dt { width: 100%!important; min-height: 0; padding: 5px 0 0 0; border-right: none; background: none; float: none;}
		.ws-list dl:nth-of-type(even)  dt{ background: #f6f6f6; }
		.ws-list dl dd { width: 100%!important; min-height: auto; padding: 0 0 5px 0; border: none; background: none; float: none; }
		.em-location-map-container { width: 100%!important; }

		.em-booking-form p { margin-bottom: 5px!important; padding-bottom: 0; }
		.em-booking-form label { display: block!important; }
		.em-booking-form-details input.input { margin-right: 0; float: none; }
		.ticket-price label { margin-right: 2em; }
		.em-tickets-spaces label { margin-right: 2em; }
		.em-tickets-spaces select { margin-right: 0; float: none; }
		/*.input-dbem_state,
		.input-field-age { height: 63px; }*/
		/*.input-dbem_state label,
		.input-field-age label,*/
		.input-field-booking_comment label { float: none!important; }
		.input-field-payment label { width: 9em; float: none; }
		.input-last_name input,
		.input-first_name input,
		.input-field-user_name_kana input,
		.input-dbem_zip input,
		.input-dbem_city input,
		.input-dbem_address input,
		.input-dbem_address_2 input,
		.input-dbem_phone input,
		.input-dbem_fax input,
		.input-user_email input { display: block; clear: both; float: none; }
		.input-dbem_state select,
		.input-field-age select { margin-right: 0; float: none; clear: both; display: block; }
		.input-field-purpose label br { display: none; }
		.input-field-purpose .input-group,
		.input-field-pc_check .input-group { clear: both; float: none; }
		.input-field-purpose_others { height: 95px; margin-left: 0; }
		.input-field-purpose_others textarea { width: 100%; margin-right: 0; float: none; }
		.input-field-age { height: 65px; }
		.input-field-payment input { margin-right: 0; margin-bottom: 5px; float: none; }
		.input-field-booking_comment { height: 170px; }
		.input-field-booking_comment textarea { width: 100%; margin: 0 0 5px 0; }
		.input-field-confirmation,
		.input-field-privacy_polisy { height: 100%; }
		p.input-field-ws_notice { padding-bottom: 0.5em; }
		.input-field-privacy_polisy label,
		.input-field-ws_notice label { padding-right: 0; }
		.em-booking-buttons { margin-top: 20px; }
		.em-booking-form span.input-group { margin-left: 0 }
		

		@-moz-document url-prefix() {
			.input-field-confirmation label:after,
			.input-field-privacy_polisy label:after { display: none; }
			.input-field-privacy_polisy .input-group { margin-left: -4px!important; }
		}

	}

	@media only screen and (max-width: 349px) {

	.toWsDetail a { margin: 10px 0; }

	}

	@media print {

		.ws-list-header, .em-pagination, .ws-holding-time, .ws-location { display: none; }
		#wsPanel dd { border: none; }

	}