<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------
  繝ｪ繧｢繝ｫ繧ｿ繧､繝�繝舌Μ繝��繧ｷ繝ｧ繝ｳ
------------------------*/
.valudatiomMessageArea {
    position: absolute;
    z-index: 99;
    margin-top: 10px;
}

.validationMessage {
    color: #af0000;
    font-size: 70%;
    padding: 3px;
    background-color: #FDF7F2;
    border: 1px solid #AF0000;
    opacity: 0.95;
    margin-left: -10px;
    margin-top: -61px;
    margin-top: -61px\9; /* IE8莉･髯� */
}

.triangle {
    width: 0;
    height: 0;
    left: 50%;
    border-bottom: 8px solid transparent; /*荳句髄縺堺ｸ芽ｧ�*/
    border-right: 8px solid transparent; /*蟾ｦ蜷代″荳芽ｧ�*/
    border-left: 8px solid transparent; /*蜿ｳ蜷代″荳芽ｧ�*/
    border-top: 10px solid #AF0000; /*荳雁髄縺堺ｸ芽ｧ�*/
    opacity: 1.0;
    margin-top: -20px;
}

/*-----------------------
  蜈ｨ隗�
------------------------*/
textarea.fullwidth, input.fullwidth {
    ime-mode: active;
}

/*-----------------------
  謨ｰ蟄�
------------------------*/
input.digit, input.alphaNum2 {
    ime-mode: inactive;
}

/*-----------------------
  email
------------------------*/
.email {
    -ms-ime-mode: inactive;
}

/*-----------------------------
 讀懃ｴ｢popUp繧ｨ繝ｩ繝ｼ繝｡繝�そ繝ｼ繧ｸ
-----------------------------*/
.searchAlert {
	border-radius: 4px;
	box-shadow: 0 1px 4px gray;
	padding: 10px;
	margin-top: -15px;
	position: absolute;
	z-index: 1002;
	color: #222222;
	font-size: 120%;
	background-color: #ffffff;
	border: 3px solid #777777;
	font-size: 13px;
	line-height: 1.5em;
}</pre></body></html>