/*  ----	宿毛幼稚園の教育目標 StyleSheets	----  */


/*	教育目標	--------------------------------------	*/
.education1,
.education2,
.education3	{
	margin: 0;
	padding: 0;
	width: 360px;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.education1	{
	height: 240px;
	text-align: left;
	border: #6eb8df solid 1px;
}
.education2	{
	float: left;
	margin-right: 25px;
	height: 420px;
	border: #ff8c00 solid 1px;
}
.education3	{
	float: left;
	height: 420px;
	border: #89af62 solid 1px;
}

.education1 h4,
.education2 h4,
.education3 h4	{
	margin: 0;
	padding: 10px 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	text-align: center;
}
.education1 h4	{
	background-color: #6eb8df;
}
.education2 h4	{
	background-color: #ff8c00;
}
.education3 h4	{
	background-color: #89af62;
}

.education1 p,
.education2 p,
.education3 p	{
	margin: 0;
	padding: 10px 20px;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.education1 p	{
	padding-top: 40px;
}

/*	めざす子ども像	--------------------------------------	*/
.no-border	{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0;
	line-height: 2em;
	border: none;
	background-color: transparent;
}
.background-image-hoiku	{
	background-image: url(../public/background-image-hoiku.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.icon-egao-boy	{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 48px;
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	background-image: url(../public/icon-egao-boy.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
/*	学級編成	--------------------------------------	*/
.teiin	{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0;
	line-height: 2em;
	border: none;
	background-color: transparent;
}
.henseiArea	{
	margin: 0;
	padding:0;
}
.hensei	{
	margin: 0;
	padding:0;
	width: 600px;
	border: #999999 solid 1px;
}
.hensei td	{
	margin: 0;
	padding:0;
	text-align: left;
	border: #999999 solid 1px;
}
.hensei td.td1st	{
	width: 30%;
}
.hensei td.td2nd	{
	width: 30%;
}
.hensei td.td3rd	{
	width: 40%;
}
.hensei td div	{
	margin: 0;
	padding: 10px 20px;
	text-align: left;
	font-size: 20px;
	line-height: 1.6em;
}
/*	食育	--------------------------------------	*/
.icon-Strawberry	{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 48px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	background-image: url(../public/icon-strawberry.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

