@charset "utf-8";

/* ========================================================
	request.css => 資料請求フォーム
======================================================== */

/* index
============================================================================================================ */
#choiceBox {
	height: 472px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
}
#choiceBox dt,
#choiceBox dd {
	width: 409px;
	margin: 0 auto 20px;
}
#choiceBox dt {
	padding-top: 100px;
}

/* フォーム
============================================================================================================ */
label {
	cursor: pointer;
}
#formContents {
	margin-right: 10px;
	padding: 14px 0 0;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	font-size: 109%;
}
#formContents h3 {
	margin: 0 15px 5px;
}
#formContents table {
	width: 680px;
	margin: 0 0 15px 15px;
	border-top: 1px solid #c9c9c9;
}
#formContents table th,
#formContents table td {
	padding: 0.6em 1em;
	border-bottom: 1px solid #c9c9c9;
	vertical-align: top;
}
#formContents table th {
	width: 23%;
	border-left: 1px solid #c9c9c9;
}
#formContents table td {
	border-right: 1px solid #c9c9c9;
}
#formContents table .odd th,
#formContents table .odd td {
	background-color: #fcf9f0;
}
#formContents table .white th,
#formContents table .white td {
	background-color: #ffffff;
}
#formContents em {
	color: #d21e4a;
}
#formContents td em {
	display: block;
	margin-top: 8px;
	font-size: 92%;
	line-height: 1.4;
}
#formContents td em.ex {
	margin-top: 4px;
	color: #878787;
}
#formContents div.btn {
	padding: 30px 0 50px;
	text-align: center;
}
#formContents div.btn form {
	display: inline;
	margin: 0 5px;
}
ul.error {
	padding: 10px 25px 20px;
	color: #d21e4a;
	font-weight: bold;
	font-size: 109%;
}

dl.question {
	padding: 10px 15px 15px;
}
dl.question em {
	font-size: 92%;
}
dl.question dt {
	margin-bottom: 5px;
}
dl.question dd {
	padding: 0.6em 1em;
	border: 1px solid #c9c9c9;
	background-color: #fcf9f0;
	zoom: 1;
}
dl.question dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
dl.question dd label {
	float: left;
	padding: 0.3em 0;
	margin-right: 1em;
	white-space: nowrap;
}
dl.campus dd ul {
	padding-left: 15%;
}
dl.campus dd ul li {
	width: 40%;
	float: left;
}
dl.anq01 dd {
	padding: 1.2em 1em;
}
dl.anq01 dd dt {
	clear: left;
	float: left;
	color: #313131;
	margin-right: 1em;
}
dl.anq01 dd dt label {
	float: none;
	padding: 0;
	margin-right: 0;
}
dl.anq01 dd dd {
	padding: 0 0 0.5em 15em;
	border: none;
	background-color: transparent;
	zoom: normal;
}
dl.anq01 dd dd.no-p {
	padding-left: 0;
}
#formContents dl.anq01 dd dd em {
	width: 5em;
	color: #6f6f6f;
	display: block;
	float: left;
}
dl.anq01 dd dd input {
	vertical-align: middle;
}


div.long_th {
	position: relative;
}
div.long_th div {
	position: absolute;
	white-space: nowrap;
}
div.long_td {
	padding-top: 1.8em;
}

#school_ritsu,
#j_school_ritsu {
	float: left;
	overflow: hidden;
}
/*#school_ritsu span,
#j_school_ritsu span {
	padding-right: 0.5em;
}*/
#school_ritsu p,
#j_school_ritsu p {
	padding: 0 0.5em 0 0;
}

#targetSchoolName1,
#targetSchoolTh,
#targetSchoolTh2,
#targetSchoolTh3,
#targetSchoolNotes,
#targetSchoolNotes2,
#gua_situation02,
#gua_situation03 {
	display: none;
}
#gua_situation03 {
	visibility: hidden;
}

input.size01 {width: 200px;}
input.size02 {width: 60px;}
input.size03 {width: 40px;}
input.size04 {width: 480px;}
input.size05 {width: 100px;}
input.size06 {width: 200px;}
input.size07 {width: 350px;}
textarea {width: 550px;height: 160px;}
p textarea {width: 630px;height: 300px;}





#formContents dl.fin_anq {
	padding: 20px 0 50px;
	text-align: center;
}

#formContents dl.go_anq {
	padding: 20px 0 20px;
	text-align: center;
}

#formContents dl.go_confirm {
	border-top: 1px dotted #7f7f7f;
	background-color: #f2f2f2;
	padding: 16px 0;
	text-align: center;
}
#formContents dl.go_confirm dt {
	margin-bottom: 4px;
}

#formContents dl.next_anq {
	margin-top: 30px;
	border-top: 1px dotted #7f7f7f;
	background-color: #f2f2f2;
	padding: 16px 0;
	text-align: center;
}
#formContents dl.next_anq dt {
	margin-bottom: 4px;
}

#formContents .anqSepa {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #7f7f7f;
}



/* サンクス
============================================================================================================ */
div#thanksArea {
	padding: 70px;
	text-align: center;
}
div#thanksArea dl {
	width: 278px;
	margin: 40px auto 0;
}
div#thanksArea dt {
	padding: 0 3px 3px;
	color: #535353;
	font-weight: bold;
	text-align: left;
}
div#thanksArea dd {
	padding: 11px 0;
	background: url(../images/link_bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
}
div#thanksArea dd a {
	color: #535353;
}

div#camplusNavi {
	padding: 35px 0 40px;
	background: url(../images/shadow_bg.gif) no-repeat top;
	border-top: 1px dotted #7f7f7f;
}
div#camplusNavi dl {
	width: 556px;
	margin: 0 auto;
}
div#camplusNavi dt {
	color: #4f90e0;
	font-weight: bold;
}
div#camplusNavi dd {
	padding: 8px 0;
	background: url(../images/campus_navi_bg.gif) no-repeat;
	font-weight: normal;
}
div#camplusNavi dd ul {
	padding-left: 8px;
	zoom: 1;
}
div#camplusNavi dd ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#camplusNavi dd li {
	float: left;
	width: 132px;
	margin-right: 3px;
	padding: 4px 0;
	background: url(../images/campus_navi_btn_bg.gif) no-repeat;
	text-align: center;
	font-size: 84%;
}
div#camplusNavi dd li a {
	color: #535353;
}

