@charset "UTF-8";

/* CSS Infomation -------------------------------

Website: あじさい保育園
Design office: contrast - http://www.cs321.jp/

Name   : class.css
Ver    : 1.0.0
Link   : class.html
Date   : 2011/04/01
Update : 2013/10/10

-----------------------------------------------*/



#Headline h2 {
	padding-left: 33px;
	background: url(../img/icon-class.png) no-repeat 0 4px;
}

.ClassList {
	width: 400px;
	float: left;
}

.ClassList h3 {
	padding-left: 33px;
	background: url(../img/icon-classlist.png) no-repeat 0 4px;
	font-size: 92.3%;
	color: #0095D8;
}

.ClassList h3 span {
	font-size: 141.7%;
	color: #0095D8;
	margin-right: 0.5em;
}

.ClassList h4 {
	margin-bottom: 1em;
}

.ClassList p {
	font-size: 84.6%;
	color: #333;
	margin-bottom: 3.2em;
}

.ClassImage {
	width: 355px;
	float: right;
}

.ClassImage p {
	margin-bottom: 40px;
}

.Section {
	margin-bottom: 16px;
}

