/*受験とお金のこと
------------------------------------------------*/
h2{
}
h2 img{
	max-width:100%;
	height:auto;
}
.moneyBox {
	background-color: #FFCD33;
	padding: 15px;
	height: auto;
	margin-bottom: 20px;
}

.moneyBoxIn {
	background-color: #ffffff;
	padding: 20px;
}

.moneyBoxIn h3 {
	margin-bottom: 20px;
	font-size: 20px;
	background-image: url(../useful/money/images/h3_back.gif);
	line-height: 30px;
	padding-left: 40px;
}
.moneyBoxIn .imgBox {
	text-align: center;
	margin-bottom: 20px;
}
.moneyBoxIn .imgBox img {
	max-width:100%;
	height:auto;
}
