<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************************************
	helper.css
****************************************************************************/
.helper_display_none { display: none; }
.helper_visibility_hidden { visibility: hidden; }

.helper_textalign_center { text-align: center; }
.helper_textalign_right { text-align: right; }

.helper_float_left { float: left; }
.helper_float_right { float: right; }
.helper_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.core_pc_page .helper_ime_disabled { ime-mode: disabled; }

/***** annotation *****/
.helper_annotation{
	font-size:medium;
	text-align:right;
	font-style: normal;
	color: #FF0000;	}
	
/* =============== validation =============== */
.validation_summary_errors { background-color: #f7e3e3; color: #cc0000; margin: 0px; padding: 3px; }
.input_validation_error{ background-color:#f7e3e3; }

/***** wait view *****/
.helper_wait_overlay {
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #aaaaaa;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.helper_wait_content {
	z-index: 10001;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	padding: 10px;
	width: 280px;
	height: 32px;
	margin: -16px 0px 0px -130px;	/* centerに */
}

.helper_wait_content .helper_wait_icon {
	background-image: url( Images/Shared/loading.gif );
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

.helper_wait_content .helper_wait_message {
	display: inline;
	font-weight: bold;
	padding-left: 5px;
}
.helper_wait_overlay {
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #aaaaaa;
	opacity: 0.3;
	filter: alpha(opacity=30);
}</pre></body></html>