@charset "utf-8";
/*--------------------------------------------
 
　　　境保育園　特長ページ用CSS
 
---------------------------------------------*/



/* =======================================
   section01
   ======================================= */
#section01 {
}
#section01 .lead {
}
#section01 ul {
	margin-right: -60px;
	overflow: hidden;
	margin-top: 2em;
}
#section01 .item {
	background-color: #FFF;
	border: 1px solid #f5dad7;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	width: 300px;
	margin-bottom: 60px;
	clear: none;
	height: auto;
	float: left;
	position: relative;
	margin-right: 40px;
}
#section01 .item .inner {
	height: 360px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#section01 .item .inner h3 {
	color:#ee968f;
	font-size: 155%;
	line-height: normal;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
#section01 .item .inner p {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	margin-left: 8px;
	line-height: 1.4em;
}
#section01 .item .time {
	position: absolute;
	right: -40px;
	bottom: -45px;
}
#section01 .item.other {
	width: 100%;
	clear: both;
	height: 330px;
	float: none;
	position: relative;
	margin-right: 0;
	background-image: url(img/section01_item-other_bg.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#section01 .item.other .inner {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
#section01 .item.other .inner h3 {
	font-size: 120%;
	display: block;
	text-align: left;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
}
#section01 .item.other .inner p {
	margin-right: 0;
	margin-left: 2em;
	display: block;
	float: left;
	clear: none;
}
#section01 .item.other .column01 {
	position: absolute;
	left: 97px;
	top: 15px;
	width: 430px;
}
#section01 .item.other .column01 p {
	width: 390px;
}
#section01 .item.other .column02 {
	position: absolute;
	left: 583px;
	top: 116px;
}
#section01 .item.other .column02 p {
	width: 315px;
}
#section01 .item.other .column03 {
	position: absolute;
	left: 211px;
	top: 230px;
}
#section01 .item.other .column03 p {
	width: 280px;
}


/* =======================================
   section02
   ======================================= */
