/*入試基礎知識
------------------------------------------------*/
h2{
}
h2 img{
	max-width:100%;
	height:auto;
}
.foundationBox {
	background-color: #99CCFF;
	padding: 15px;
	height: auto;
}

.foundationBoxIn {
	background-color: #ffffff;
	padding: 15px;
	height: auto;
}

.foundationBoxIn h3 {
	margin-bottom: 20px;
	font-size: 20px;
	background-image: url(../support/foundation/images/h3_back.gif);
	line-height: 30px;
	padding-left: 40px;
}

.foundationBoxIn h4 {
	font-size: 18px;
	color: #0080ff;
	margin-bottom: 20px;
}

p.pointText {
	background-color: #D7EBFF;
	padding: 10px;
}
.foundationBoxIn .imgBox {
	text-align: center;
	margin-bottom: 20px;
}
.foundationBoxIn .imgBox img {
	max-width:100%;
	height:auto;
}
