@charset "UTF-8";
/* 文字コードはUTF-8　です。  */

/* error, notice *****************/
.notice_text{
  border:solid #bf6003 2px;
  padding:10px;
  margin-bottom:10px;
  background-color:#ffefdf;
  line-height:140%;
}
.error {
	font-size:16px;
	color: #FF0000;
	text-decoration: bold;
	text-align:center;
}
.notice_str {
	font-size:18px;
	color: #008000;
	text-decoration: bold;
	text-align:left;
}
.fieldWithErrors {
  border-width: 1pt;
  border-style: solid;
  border-color: red;
}
.formError {
  color: red;
}

/* align ************************/
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}



/* Form *****************/
INPUT.ime-on {
	ime-mode:active;
}
INPUT.ime-off {
	ime-mode:inactive;
}
INPUT.ime-disabled {
	ime-mode:disabled;
}


