@charset "utf-8";

.header_wrap { margin-bottom: 47px; }

.item {
	background: url(../img/subject/bg_box.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 350px;
}

.item .item_inner {
	background: url(../img/subject/bg_box.gif) no-repeat left top;
	padding: 28px 18px 0;
}

.item h3 {
	text-align: center;
	margin-bottom: 15px;
	line-height: 1;
}


/*クローズアップ授業*/
.closeup {
	margin-top: 60px;
}
.header_wrap { margin-bottom: 47px; }

.ttl001 { margin-bottom: 25px; }

.style { margin-bottom: 30px; }

.style .img {
	width: 220px;
	float: left;
}

.profile {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #e95471;
	border-bottom: 1px solid #e95471;
}

.profile span {
	font-weight: bold;
	font-size: 123%;
}

.style .dtl {
	width: 470px;
	float: right;
}

.style_lead {
	margin-bottom: 30px;
}

.box01 { margin-bottom: 80px; }

.box02 { margin-bottom: 55px; }

.past_link {
	text-align: right;
	margin-bottom: 15px;
}

.course_link {
	text-align: right;
	margin-bottom: 40px;
}

/*クローズアップ授業*/





@media only screen and (max-width: 705px) {
	
	.header_wrap{
		margin-bottom: 20px;
	}
	
	.item {
		width: auto;
		float: none;
		background: none;
		border: 1px solid #ddd;
		border-radius: 12px;
		padding-top: 20px;
	}
	
	.item .item_inner {
		padding: 0 18px;
		background: none;
	}

	/*クローズアップ授業*/
	.closeup {
		margin-top: 40px;
	}
	#main_ttl {
		margin-bottom: 20px;
	}
	
	.ttl001 { margin-bottom: 15px; }

	.header_wrap ul { display: none; }
	
	.sp_sublink { margin-bottom: 20px; }
	
	.sp_sublink li {
		width: 145px;
		float: left;
		font-size: 77%;
	}
	
	.lead { margin-bottom: 30px; }
	
	.style .img {
		float: none;
		margin-bottom: 15px;
		width: auto;
	}
	
	.style .dtl {
		float: none;
		width: auto;
	}
	
	.style .dtl p {
		font-size: 92%;
		margin-bottom: 15px;
	}
	
	.teacher { padding: 15px; }
	
	.teacher .img {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.teacher .dtl {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	
	.box01 { margin-bottom: 30px; }

	.box02 { margin-bottom: 20px; }


}












