<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*日本語*/
/*---------------------------------------------------------
初期状態
----------------------------------------------------------*/
/*
.nece select{
	background:#ffe3e3;
}
.nece label{
	background:#ffe3e3;
}
.nece textarea {
	background:#ffe3e3;
}
*/
.tbox.on {
  background: #fff; }

input.boxNotValid,
textarea.boxNotValid {
  border: 1px solid #db6369; }

select.boxValid,
input.boxValid,
textarea.boxValid {
  background: #fff !important; }

.boxValid label {
  background: transparent !important; }

.boxValid + img {
  margin-left: 5px; }

.err_fukidashi {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #db6369;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 10px;
  line-height: 1.1;
  z-index: 999;
  white-space: nowrap; }

.err_fukidashi:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 5%;
  width: 0;
  height: 0;
  border-top: 10px solid #db6369;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.err_notFullfilled {
  text-align: center;
  color: #f00; }
</pre></body></html>