@charset "UTF-8";
/*ページトップのメイン画像
---------------------------------------------------------------------------*/
#main_image {
	margin: 0px;
}
.field_image {
	z-index: 1;
	position: relative;
	width: 960px;
	height: 400px;
}
.field_title {
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 0px;
	height: 110px;
}
#main_image span {
	display: none;
}
/*各フィールドのコンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	position: relative;
	padding-top: 40px;
	min-width: 960px;
	text-align: left;
}
#contents .subtitle {	/*スクエアの見出し*/
	clear: both;
	float: left;
	position: relative;
	padding-left: 18px;
	padding-right: 42px;
	width: 88px;
	text-align: left;
}
#contents .schedule {	/*スケジュール*/
	float: left;
	width: 794px;
	text-align: left;
	font-size: 14px;
	line-height: 1.75;
}
#contents .schedule table {
	width: 794px;
	border-collapse: collapse;
}
#contents .schedule th, td {
	border-width: 1px 0px;
	border-color: #FF0000;
	border-style: solid;
	padding: 10px 10px;
	height: 55px;
	text-align: left;
	vertical-align: middle;
}
th {
	font-size: 24px;
}
th span {
	font-size: 16px;
}
td span {
	color: #FF0000;
}
#contents .readtext {	/*リード文用*/
	float: left;
	width: 440px;
	text-align: left;
}
#contents .readtext p {
	font-size: 18px;
	line-height: 1.5;
}
#contents .readtext span {
	font-size: 12px;
	vertical-align: text-top;
}
#contents .map {
	margin-left: 588px;
	width: 354px;
	text-align: left;
}
#contents .map p {
	font-size: 12px;
	text-align: center;
}
#contents .practice {	/*主な実習*/
	float: left;
	width: 794px;
	text-align: left;
}
#contents .practice_image {
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
	text-align: left;
}
#contents .practice_text {
	float: left;
	position: relative;
	width: 137px;
	padding-left: 20px;
}
#contents .practice_text h3 {
	font-size: 16px;
	line-height: 1.25;
	padding-bottom: 20px;
	color: #565656;
}
#contents .practice_text p {
	font-size: 14px;
	line-height: 1.5;
}
#contents .practice_space_horizontal {
	float: left;
	position: relative;
	width: 80px;
}
#contents .practice_space_vertical {
	clear: both;
	position: relative;
	height: 40px;
}
#contents .faculty_text {	/*指導教員からひと言用*/
	float: left;
	width: 700px;
	text-align: left;
}
#contents .faculty_text p {
	font-size: 14px;
	line-height: 1.75;
}
#contents .faculty_photo {
	margin-left: 588px;
	width: 354px;
	text-align: center;
}
#contents .application {	/*応募方法*/
	float: left;
	width: 440px;
	text-align: left;
	font-size: 14px;
	line-height: 1.75;
}
#contents .application span {
	color: #FF0000;
}
#contents .application_form {
	margin-left: 588px;
	width: 354px;
	text-align: center;
}
#contents .application_form p {
	margin-left: 89px;
	margin-right: 89px;
}
#contents .gallery {	/*ギャラリー*/
	float: left;
	width: 794px;
	height: 563px;
}
