<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainArea {
  text-align: center;
  padding:14px 0 10px; 
}



.copyArea {
  text-align: center;
  padding: 15px 15px 5px 15px;
  }

.copyArea h1 {
  margin: 0px;
  padding: 0px 0px 12px;
  font-size:110%;
  font-weight:bold;
}
.copyArea p {
  line-height:1.4em;
  text-align:left
}


.otherArea {
  text-align: center;
  padding: 0 15px 15px 15px;
}
.otherArea h1 {
  padding: 6px 0 3px;
  background: #F9F1DC;
  font-size: 130%;
  color: #8F7127;
}

.otherArea dl {
  height: auto;
  margin: 0px;
  padding: 0px;
}
.otherArea dt {
  text-align:left;
  height: auto;
  padding: 0 0 3px 0;
}
.otherArea dd {
  text-align: left;
  height: auto;
  padding: 0 0 8px 0;
}
.inputField {
  width:94%;
  font-size:120%;
  padding:6px
}
.selectField {
  font-size:120%;
  padding:6px
}
.submitBtn {
  width:100%;
  font-size:140%;
  padding:10px
}

.courseMenu {
  margin:0px;
  padding:15px;
  border:#decda6 1px solid;
  border-radius: 5px;
	-webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px #666;
  box-shadow: 0px 0px 4px 0px #666;
  background-clip: padding-box;
}


.courseMenu h2 {
  margin:5px 0 3px 0; 
  padding: 6px 0 3px;
  background: #F9F1DC;
  font-size: 120%;
  color: #8F7127;
}
.setsumeiArea h3 { color: #900; }

.hissu {
  color:#F00;
}


/* �G���[���b�Z�[�W
-------------------------------------------------*/
.formLayout .errmsg {
	width:90%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 10px auto;
	text-align:left;
}
.formLayout .errmsg,
.formLayout .errmsg a,
.formLayout .errmsg a:link,
.formLayout .errmsg a:visited,
.formLayout .errmsg a:hover,
.formLayout .errmsg a:active {
	color:#F00;
}

.submit_left {
  margin-bottom:1em;
}</pre></body></html>