@charset "utf-8";

/**************************************************
	進学相談会
**************************************************/

aside {
	margin-bottom: 30px !important;
}
aside li a {
	font-size: 15px;
	letter-spacing: -1px;
}
aside li a span {
	font-size: 12px;
}

.lead {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
}
section {
	width: 1000px;
	margin: 50px auto 0;
}
section h3 {
	font-size: 19px;
}
section h3 span {
	font-size: 38px;
	vertical-align: -5px;
}
section table {
	width: 1000px;
}
section table caption {
	position: relative;
	margin-bottom: 5px;
	padding: 15px 0;
	background-color: #f7f4ed;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
section table caption span {
	position: absolute;
	top:22px;
	left: 20px;
	color: #d6b45e;
	font-weight: normal;
	font-size: 13px;
}
section table thead {
	background-color: #d6b45e;
	color: #fff;
}
section table thead tr th {
	padding: 5px 0;
	border: 1px solid #d4d5d5;
	text-align: center;
}
section table thead tr .day {
	width: 25%;
}
section table thead tr .time {
	width: 25%;
}
section table tbody tr td {
	padding: 10px 0;
	border: 1px solid #d4d5d5;
	font-size: 15px;
	text-align: center;
}
section table + table {
	margin-top: 30px;
}

@media ( max-width : 640px ) {
	aside li a span {
		font-size: 11px;
		letter-spacing: -0.5px;
	}
	.lead {
		margin: 0 5px;
		line-height: 1.5;
		text-align: left;
	}
	section {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 5px;
	}
	section h3 {
		letter-spacing: 0;
		font-size: 16px !important;
	}
	section h3 span {
		font-size: 30px;
		vertical-align: -2px;
	}
	section table {
		width: 100%;
		margin-bottom: 30px;
	}
	section table caption {
		padding: 10px 0;
		font-size: 20px;
	}
	section table caption span {
		top:16px;
		left: 15px;
	}
	section table thead tr .day {
		width: 36%;
	}
	section table thead tr .time {
		width: 27%;
	}
	section table tbody tr td {
		padding: 10px 5px;
		vertical-align: middle;
		font-size: 13px;
	}
	section table + table {
		margin-top: 0;
	}
}


