.font-10 {
	font-size: 10px;
	line-height: 1.3em;
}
.font-12 {
	font-size: 12px;
	line-height: 18px;
}
.font-12n {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
.font-13 {
	font-size: 13px;
	line-height: 1.5em;
}
.font-14 {
	font-size: 14px;
	line-height: 1.6em;
}
.font-14b {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
}
.font-15 {
	font-size: 15px;
	line-height: 1.8em;
}
.font-16 {
	font-size: 16px;
	line-height: 1.5em;
}
.font-16b {
	font-size: 16px;
	font-weight: bold;
}
.font-24 {
	font-size: 24px;
}
.copy {
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
}

.h1 {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
}

.h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-top: 0px;
}
.text01 {
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
	line-height: 1.5em;
}
.red {
	color: #E10000;
}
.red-b {
	font-weight: bold;
	color: #E10000;
}
.blue-b {
	font-size: 14px;
	color: #0000CC;
}

/*資料請求
------------------------------------------------------*/

#wrapper {
	color:#333333;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
	}

.req_form {
  padding: 25px 0 0 8px;
  }

.req_form p {
  padding-bottom: 10px;
  }

.req_form table {
  width: 740px;
  margin-bottom: 5px;
  }

.req_form table th {
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
  }

.req_form table td {
  background: #FFDC71;
  padding: 5px;
  font-size: 12px;
  }

.req_form .w-left {
	width: 170px;
	border: 1px #FFDC71 solid;
  }

.req_form .textbox {
  margin: 5px 0 0 15px;
  }

.req_form sup {
	color: #FF0000;
	font-weight: bold;
  }


/*資料請求 追加
------------------------------------------------------*/

.c-name {
	font-size: 13px;
	color: #003399;
  }

.td01 table {
	width: 450px;
	margin-bottom: 0px;
  }


/*error
------------------------------------------------------*/

.req_form .redborder{
  border-bottom:1px dashed #ff0000;
  margin-bottom:10px;
}

/*thanks
------------------------------------------------------*/
.req_form .thanks{
  padding-top:80px;
  font-weight:bold;
  font-size:14px;
}


/*グループ校リンク
------------------------------------------------------*/

#group-link {
	font-size: 12px;
	line-height: 1.5em;
}
#group-link a {
	color: #000099;
	font-weight: bold;
}
#group-link a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#group-link th {
	text-align: center;
	font-size: 16px;
	padding: 7px 0px 5px;
}
#group-link td {
	text-align: center;
	font-size: 12px;
	padding: 2px 0px 10px;
}
.to-pagetop {
	text-align: right;
}
.to-pagetop a {
	text-decoration: underline;
}


/*フッタバナー
------------------------------------------------------*/

.ftr-bnr {
	margin-top: 5px;
	margin-left: 5px;
}




.margin-t-5 {
	margin-top: 5px;
}
.margin-t-10 {
	margin-top: 10px;
}
